Determine the value of $x^4 + \frac{1}{x^4}$ given that $x^2 - 3x + 1 = 0$. I've tried forcing in a difference of squares, looked for various difference of $n$s or sum of odd powers that I could equate this to, but have yet to find a solution.
2026-04-07 08:05:53.1775549153
On
On
On
Evaluating $x^4 + \frac{1}{x^4}$ given that $x^2 - 3x + 1 = 0$
92 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
1
On
Clearly, $x\ne0$ in $x^2-3x+1=0$
Dividing both sides by $x,$ $$\dfrac{x^2-3x+1}x=0\implies x+\dfrac1x=3$$
$$x^{2n}+\dfrac1{x^{2n}}=\left(x^n+\dfrac1{x^n}\right)^2-2$$
0
On
You can just use 'brute force'. Using your favorite method of solving quadratics, the second equation gives you:
$$ x=\frac{3\pm \sqrt{5}}{2} $$
Then use this value to calculate $x^4+\frac{1}{x^4}=47$.
0
On
If we divide both sides by $x$ we get $$\frac{x^2-3x+1}{x} = x-3+\frac1x = 0\implies x+\frac1x = 3$$Squaring both sides$$\left(x+\frac1x\right)^2 = x^2+2+\frac1{x^2} = 9\implies x^2+\frac1{x^2}=7$$Squaring again$$\left(x+\frac1x\right)^4 = \left(x^2+\frac1{x^2}\right)^2 = x^4+2+\frac1{x^4} = 49\implies x^4+\frac{1}{x^4}=\boxed{47}$$
Hint Dividing gives $$x - 3 + \frac{1}{x} = 0,$$ and then rearranging gives $$x + \frac{1}{x} = 3.$$