If $x+\frac{1}{x}=\frac{1+\sqrt{5}}{2}$ then $x^{2000}+\frac{1}{x^{2000}}= $?
If $x+\frac{1}{x}=\frac{1+\sqrt{5}}{2}$ then
$$x^{2000}+\frac{1}{x^{2000}}=?$$
My try:
$$\left(x^{1000}\right)^2+\left(\frac{1}{x^{1000}}\right)^2=\left(x^{1000}+\frac{1}{x^{1000}}\right)^2-2$$
Continuation ?
Note that $a = \frac{1+\sqrt{5}}{2}$ satisfies the equation $a^2 - a - 1 = 0$
Substituting $a=x+\frac{1}{x}$ gives:
$$0 = \left(x+\frac{1}{x}\right)^2 - \left(x+\frac{1}{x}\right) - 1 = x^2 - x + 1 - \frac{1}{x} + \frac{1}{x^2}$$
$$\iff \quad x^4 - x^3 + x^2 - x + 1 = 0$$
Multiplying by $x+1$ results in $x^5+1=0$, so $x$ is a complex $5^{th}$ root of $-1$ therefore $x^5 = -1$.
Then $x^{2000}+\frac{1}{x^{2000}} = \big(x^{5}\big)^{400} + \cfrac{1}{\big(x^{5}\big)^{400}} = (-1)^{400} + \cfrac{1}{(-1)^{400}} = 1 + 1 = 2$.
P.S. For a heavy-handed "solution" to the tune of "how to crack a nut with a sledgehammer", let Wolfram Alpha do all the work:
resultant[resultant[x^2 - a x + 1, a^2 - a - 1, a ], x^4000 - b x^2000 + 1, x] = (b-2)^4
If $a_n=x^n+\frac{1}{x^n}$ then $a_n=a_1\cdot a_{n-1}+a_{n-2}=\phi\cdot a_{n-1}-a_{n-2}$ which is a second-order linear recurrence, where $\phi=\frac{1+\sqrt 5}{2}$. The initial conditions are $a_1=\phi$ and $a_2=a_1^2-2=\phi^2-2=\phi-1$, since $\phi^2=\phi+1$
Edit: Found another solution, removed old answer (it was incorrect anyway)
You have $x+\frac{1}{x}=\frac{1+\sqrt{5}}{2}$. By simple algebraic manipulation you can get the $$x^4-x^3+x^2-x+1 = 0$$ Now notice that $x^4 = x^3-x^2+x-1$ and multiplying both sides by $x$ you get $x^5 = x^4-x^3+x^2-x=-1$.
Therefore $$x^{2000}+\frac{1}{x^{2000}} = ({x^{5}})^{400}+\frac{1}{(x^{5})^{400}} = (-1)^{400}++\frac{1}{(-1)^{400}} = 1+1 = 2$$
Here's another approach for the record.
The equation $x+ \frac{1}{x}=\alpha$ where $\alpha \in [-2,2]$ can be solved as follows. Identify $\alpha$ is $2\cos (\theta)$, and observe that letting $z=e^{i\theta}$,from the definition of $\cos (\theta)$, we have $$z+ \frac{1}{z}=2\cos(\theta)=\alpha.$$
Also, from the definition of $\cos$,
$$z^k + \frac{1}{z^k} = 2\cos (k \theta).$$
- Now back to our question. Let $\alpha = \frac{1+\sqrt{5}}{2}$. Then $\cos(\theta) = \frac{1+\sqrt{5}}{4}$. This gives us $\theta = \pm \frac{\pi}{5} \mod 2\pi$. Therefore the answer to the problem is $2\cos (400\pi)=2$.
Let $\psi = \frac{1+\sqrt{5}}{2} $ $$x + \frac{1}{x} = \psi$$ $$x^2 + 1 = \psi x $$ $$x^2 - \psi x + 1 = 0$$ Use quadratic formula here to solve for $x$. Then plug that into the given expression.