We have a quadratic equation 3x2+λx−1=0 with roots α and β. We're told that α21+β21=15, and we need to find (α3+β3)2.
The key insight is to use Vieta's formulas - these connect the coefficients of a quadratic to its roots without actually solving for the roots.
For any quadratic ax2+bx+c=0 with roots α and β:
Sum of roots: α+β=−ab
Product of roots: αβ=ac
For our equation 3x2+λx−1=0:
α+β=−3λ
αβ=3−1=−31
We're given: α21+β21=15
Getting a common denominator:
α21+β21=α2β2β2+α2=(αβ)2α2+β2
We need to find α2+β2. Using the identity:
α2+β2=(α+β)2−2αβ
Substituting our values:
$\alpha^2 + \beta^2 = \left(-\frac{\lambda}{3}\right)^2 - 2\left(-\frac{1}{3}\right)
= \frac{\lambda^2}{9} + \frac{2}{3}$
Also: (αβ)2=(−31)2=91
Substituting into our condition:
(αβ)2α2+β2=15
919λ2+32=15
(9λ2+32)×9=15
λ2+6=15
λ2=9
Therefore: λ=±3
We use the identity: α3+β3=(α+β)3−3αβ(α+β)
Case 1: λ=3
α+β=−1, αβ=−31
α3+β3=(−1)3−3(−31)(−1)=−1−1=−2
Case 2: λ=−3
α+β=1, αβ=−31
α3+β3=(1)3−3(−31)(1)=1+1=2
For both cases:
When λ=3: (α3+β3)2=(−2)2=4
When λ=−3: (α3+β3)2=(2)2=4
Both values of λ give us the same final answer because we're squaring the result, which eliminates the sign difference.
Therefore, (α3+β3)2=4