Let α,β;α>β, be the roots of the equation x2−2x−3=0. Let Pn=αn−βn,n∈N. Then (113−102)P10+(112+10)P11−11P12 is equal to
Options
Solution
Key Concepts and Formulas
Roots of a Quadratic Equation: If α is a root of ax2+bx+c=0, then aα2+bα+c=0.
Recurrence Relations: A recurrence relation defines a sequence based on previous terms. In this case, we derive it from the quadratic equation.
Algebraic Manipulation: Careful expansion, simplification, and substitution are crucial for solving the problem.
Step-by-Step Solution
Step 1: Derive the Recurrence Relation
Why: We need a recurrence relation to connect Pn, Pn−1, and Pn−2 so that we can simplify the expression.
Given the quadratic equation x2−2x−3=0, let α and β be its roots. Then:
α2−2α−3=0⟹α2=2α+3β2−2β−3=0⟹β2=2β+3
Multiplying the first equation by αn−2 and the second by βn−2, we get:
αn=2αn−1+3αn−2βn=2βn−1+3βn−2
Subtracting the second equation from the first:
αn−βn=2(αn−1−βn−1)+3(αn−2−βn−2)
Since Pn=αn−βn, we have:
Pn=2Pn−1+3Pn−2
Thus, Pn−2Pn−1−3Pn−2=0.
Replacing n with k+2, we have:
Pk+2=2Pk+1+3Pk
Step 2: Express P12 in terms of P11 and P10
Why: We want to reduce the highest power (P12) in the given expression using the recurrence relation.
Setting k=10 in the recurrence relation Pk+2=2Pk+1+3Pk, we get:
P12=2P11+3P10(∗)
Step 3: Express P11 in terms of P10 and P9
Why: We want to relate P11 to P9 since P9 appears in the options.
Setting k=9 in the recurrence relation Pk+2=2Pk+1+3Pk, we get:
P11=2P10+3P9(∗∗)
Step 4: Substitute P12 into the given expression
Why: We substitute the expression of P12 that we found in Step 2 to reduce the complexity of the given expression.
Let E=(113−102)P10+(112+10)P11−11P12. Substituting (∗), we have:
E=(113−102)P10+(112+10)P11−11(2P11+3P10)E=113P10−102P10+112P11+10P11−112P11−113P10E=(113−113)P10+(−102)P10+(112−112)P11+10P11E=−102P10+10P11E=10(P11−2P10)
Step 5: Substitute P11 into the simplified expression
Why: We substitute the expression of P11 that we found in Step 3 to relate the expression to P9.
From (∗∗), we have P11=2P10+3P9, so P11−2P10=3P9.
Substituting this into the expression for E:
E=10(3P9)=103P9
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when substituting and expanding.
Index Consistency: Double-check the indices in the recurrence relation to avoid shifting errors.
Simplify Incrementally: Perform substitutions one at a time to minimize errors.
Summary
By deriving a recurrence relation from the given quadratic equation and strategically substituting expressions for P12 and P11, we simplified the given expression to 103P9. This corresponds to option (A).
Final Answer
The final answer is \boxed{10 \sqrt{3} \mathrm{P}_9}, which corresponds to option (A).