I need to find the x in thid equation. How is it done?
a = x+1/x
I've tried turning it into x² = 1-x times a, but it's not a system.. so.. any ideas?
I need to find the x in thid equation. How is it done?
a = x+1/x
I've tried turning it into x² = 1-x times a, but it's not a system.. so.. any ideas?
$$\begin{align}a=x+\frac 1x&\Rightarrow ax=x^2+1\\&\Rightarrow x^2-ax+1=0\\&\Rightarrow x=\frac{a\pm\sqrt{a^2-4}}{2}.\end{align}$$ Here, note that for $A\not=0$, $$Ax^2+Bx+C=0\Rightarrow x=\frac{-B\pm\sqrt{B^2-4AC}}{2A}.$$