When I was teaching in a college class, I write this question on board.
If we now $\bf{x+\dfrac{1}{x}=4}$ show the value of $\bf{x^2+\dfrac{1}{x^2}=14}$
Some student asks me for a multi idea to show or prove that.
I tried these : $$ $$1 :$$\left(x+\frac{1}{x}\right)^2=4^2\\x^2+\frac{1}{x^2}+2x\times \frac{1}{x}=16\\x^2+\frac{1}{x^2}=16-2 $$
2:solving quadratic equation ,and putting one of roots$$x+\frac{1}{x}=4\\\frac{x^2+1}{x}=4\\x^2+1=4x\\x^2-4x+1=0\\x=\frac{-b\pm \sqrt{b^2-4ac}}{2a}=\frac{-(-4)\pm \sqrt{(-4)^2-4(1)(+1)}}{2}=\\x=\frac{4\pm \sqrt{12}}{2}=2\pm \sqrt{3}\\x=2+\sqrt3 \to x^2=4+4\sqrt3+3=7+4\sqrt3\\x^2+\frac{1}{x^2}=7+4\sqrt3+\frac{1}{7+4\sqrt3}=\\7+4\sqrt3+\frac{1}{7+4\sqrt3}\cdot\frac{7-4\sqrt3}{7-4\sqrt3}=\\7+4\sqrt3+\frac{7-4\sqrt3}{49-16\cdot 3}=\\7+4\sqrt3+\frac{7-4\sqrt3}{1}=14$$
3: visual approach .assume side length of a square is $x+\frac{1}{x}=4$
now I am looking for new idea to proof.Any hint will be appreciated.(more visual proof - geometrical - trigonometrical - using complex numbers ...)
Some obfuscation using linear algebra:
Write $x + \frac{1}{x} = a$ and let
$$ p(\lambda) = \left( \lambda - x \right) \left( \lambda - \frac{1}{x} \right) = \lambda^2 - a\lambda + 1$$ be a polynomial whose roots are $x$ and $\frac{1}{x}$ and consider the companion matrix
$$ A = \left( \begin{matrix} 0 & -1 \\ 1 & a \end{matrix} \right). $$
The eigenvalues of $A$ are $x$ and $\frac{1}{x}$ so $\mathrm{tr}(A) = x + \frac{1}{x} = a$. The eigenvalues of $A^2$ are $x^2$ and $\frac{1}{x^2}$ so
$$ x^2 + \frac{1}{x^2} = \mathrm{tr}(A^2) = \mathrm{tr} \left( \begin{matrix} -1 & -a \\ a & a^2 - 1 \end{matrix} \right) = a^2 - 2. $$