When we have an equation in the form ax2+bx+c=0, the quadratic formula gives us the exact solutions.
Using the quadratic formula: x=2a−b±b2−4ac
Here: a=1, b=−1, c=−1
x=2(1)−(−1)±(−1)2−4(1)(−1)
=21±1+4
=21±5
Since x>0, we take the positive root:
x=21+5
Key insight: Instead of calculating x4 directly (which would be messy), we can use the original equation x2=x+1 to simplify our work.
From x2=x+1, we can find x4:
x4=(x2)2=(x+1)2
(x+1)2=x2+2x+1
Since we know x2=x+1, we can substitute this:
x4=x2+2x+1=(x+1)+2x+1=3x+2
This works because we're using our original equation to keep simplifying until we get everything in terms of x only.
Now we can find 2x4:
2x4=2(3x+2)=6x+4
Substituting x=21+5:
2x4=6⋅21+5+4=3(1+5)+4
=3+35+4=7+35
2x4=7+35
This substitution method is much faster than calculating x4 directly. Whenever we have a relationship like x2=x+1, we should look for opportunities to substitute and simplify rather than computing high powers directly!