Let be a function for which . Find the sum of all values of for which .
\[
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Rewrite f in terms of its own input by substituting x = 3t, then the question becomes a quadratic in z whose root sum Vieta gives directly.
Solution
We are told what does to , not to . Put , so and
Now set :
The condition becomes . This quadratic has two real roots (its discriminant is positive), and by Vieta their sum is .
The answer is .
Why this works
A rule given as defines on that expression, so first solve for a formula in terms of a plain variable. After that, any input is just a substitution. Asking for the sum of the solutions is a signal to use Vieta rather than the quadratic formula.
The trap
Plugging 3z in for x on the right side (as if f(x) = x^2 + x + 1), instead of first finding f(t) for a general input t.
Common mistakes
- Plugging 3z in for x on the right side (as if f(x) = x^2 + x + 1), instead of first finding f(t) for a general input t; this yields and sum , choice (A).
- Solving the quadratic fully and making an arithmetic error; Vieta avoids that work.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Substitute to simplify (u = x+1/x, shifting, scaling)