The real number satisfies the equation . What is the value of
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Squaring twice gives x⁴ + 1/x⁴ = 7; multiply by x⁷ and the target expression x¹¹ − 7x⁷ + x³ is exactly zero.
Solution
Square the given relation:
Square again:
The coefficient in the problem is the signal. Multiply the last equation by :
Multiplying by gives exactly the target:
The answer is .
Why this works
Expressions in generate by repeated squaring, and each such relation, once cleared of fractions, is a polynomial that satisfies. The target has exponents in arithmetic progression with common difference , so it is times a polynomial in ; match that polynomial against .
Alternative approach
From one can reduce powers step by step, but that involves at every stage. Noticing that all three exponents differ by and factoring out first is the faster route.
The trap
Solving for x explicitly (x = (√5 ± 1)/2) and trying to raise it to the 11th power, which is slow and error-prone.
Common mistakes
- Solving for x explicitly (x = (√5 ± 1)/2) and trying to raise it to the 11th power, which is slow and error-prone.
- Forgetting the middle term when squaring, i.e. writing instead of .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Substitute to simplify (u = x+1/x, shifting, scaling)