Animated Solution for Mathematics - Quadratic Equations: Comprehension Passage
Let p,q be integers and let α,β be the roots of the equation, x2−x−1=0, where α=β. For n=0,1,2,..., let an=pαn+qβn. FACT : If a and b are rational numbers and a+b5=0, then a=0=b.
Question 1:
a12=
Select Answer:
Question 2:
If a4=28, then p+2q=
Select Answer:
Visualized Solution
Roots of the Quadratic
Given equation: x2−x−1=0
Roots: α,β
Therefore: α2−α−1=0⟹α2=α+1
Similarly: β2=β+1
Setting up the Recurrence
Given: an=pαn+qβn
Consider an+2=pαn+2+qβn+2
an+2=pαn(α2)+qβn(β2)
Substituting α2 and β2
Substitute α2=α+1 and β2=β+1:
an+2=pαn(α+1)+qβn(β+1)
Forming the Recurrence Relation
Expand: an+2=(pαn+1+qβn+1)+(pαn+qβn)
Recognize terms: an+2=an+1+an
Finding a12
Recurrence relation: an+2=an+1+an
For n=10:
a12=a11+a10
This solves the first part of the question.
Expanding a4
Given: a4=28
Using an+2=an+1+an:
a2=a1+a0
a3=a2+a1=2a1+a0
a4=a3+a2=3a1+2a0
Expressions for a0 and a1
a0=pα0+qβ0=p+q
a1=pα1+qβ1=pα+qβ
a4=3(pα+qβ)+2(p+q)
a4=p(3α+2)+q(3β+2)
Roots of x2−x−1=0
Roots of x2−x−1=0 using quadratic formula:
x=2−(−1)±(−1)2−4(1)(−1)
α=21+5
β=21−5
Simplifying the Terms
3α+2=3(21+5)+2=23+35+4=27+35
3β+2=3(21−5)+2=27−35
Expression for a4
a4=p(27+35)+q(27−35)
a4=27p+3p5+7q−3q5
a4=27(p+q)+3(p−q)5
Using the given value of a4
Given a4=28:
27(p+q)+3(p−q)5=28
7(p+q)+3(p−q)5=56
(7(p+q)−56)+3(p−q)5=0
Comparing Rational Parts
Equation: (7(p+q)−56)+3(p−q)5=0
FACT: If A+B5=0 (where A,B are rational), then A=0 and B=0.
Here, A=7(p+q)−56 and B=3(p−q) are rational.
Finding p and q
3(p−q)=0⟹p=q
7(p+q)−56=0⟹p+q=8
Substitute p=q into the second equation:
p+p=8⟹2p=8⟹p=4
Since p=q, we get q=4
Calculating p+2q
We found p=4 and q=4
We need to find p+2q:
p+2q=4+2(4)
p+2q=4+8=12
Final Answer: 12
00:00 / 00:00
The Sigma Insight: Relation Between Roots and Coefficients
Solution Diagram
The Hidden Symmetry of Sequences
My dear student, welcome to a problem that is not merely about algebra, but about the hidden architecture of numbers. When you first look at the equation x2−x−1=0, you might see a simple quadratic.
But I want you to see something more. I want you to see the Fibonacci sequence hiding in plain sight. This problem is a masterclass in how we can use the properties of roots to bypass tedious calculations and arrive at the truth with elegance.
Phase 1
The Magic of Degree Reduction
Let us start with the foundation. We are given the quadratic equation x2−x−1=0, with roots α and β.
In the heat of an exam, the instinct is often to reach for the quadratic formula immediately. But hold that thought! Before we calculate the messy values of α and β, let us look at what it means to be a root.
If α is a root, it must satisfy the equation: α2−α−1=0. This gives us the beautiful identity: α2=α+1.
This is what I call the 'Degree Reduction' trick. It allows us to express higher powers of α in terms of lower powers.
If we multiply this equation by αn, we get αn+2=αn+1+αn. This is the DNA of our sequence. It tells us that the powers of α follow the Fibonacci recurrence. Since β satisfies the same equation, it follows the exact same logic.
Phase 2
The Power of Linearity
Now, consider the sequence an=pαn+qβn. We want to find a relationship between the terms. Let us look at an+2.
By definition, an+2=pαn+2+qβn+2. Using our degree reduction identity, we can substitute αn+2 with αn+1+αn and βn+2 with βn+1+βn.
When we substitute these, we get:
an+2=p(αn+1+αn)+q(βn+1+βn)
If we rearrange this, we get:
an+2=(pαn+1+qβn+1)+(pαn+qβn)
Look closely! The first parenthesis is exactly an+1, and the second is an. Thus, we have derived the recurrence relation:
an+2=an+1+an
This is the moment where the problem becomes simple. We have proven that our sequence, regardless of the values of p and q, must obey the Fibonacci recurrence. For the first part of the question, finding a12 is now trivial: a12=a11+a10.
Phase 3
The Irrationality Gatekeeper
Now, let us tackle the second part. We are given a4=28. We need to find p+2q. To do this, we must express a4 in terms of p and q.
Using our recurrence, we can build up from a0 and a1:
a2=a1+a0
a3=a2+a1=2a1+a0
a4=a3+a2=3a1+2a0
Substituting a0=p+q and a1=pα+qβ, we get:
a4=3(pα+qβ)+2(p+q)=p(3α+2)+q(3β+2)
Now, we finally use the quadratic formula to find α=21+5 and β=21−5. Substituting these into our expression for a4, we get a term involving 5.
This is where the 'Fact' provided in the question becomes our best friend. We arrive at an equation of the form A+B5=28. By grouping the rational parts and the irrational parts, we get:
(7(p+q)−56)+3(p−q)5=0
Because 5 is irrational, the only way this sum can be zero is if the rational part is zero AND the coefficient of 5 is zero. This gives us a system of two equations:
1) 3(p−q)=0⟹p=q
2) 7(p+q)−56=0⟹p+q=8
Solving this is straightforward: 2p=8, so p=4, and consequently q=4.
Conclusion
The Elegance of the Solution
Finally, we calculate p+2q=4+2(4)=12.
Do you see what happened here? We didn't just 'solve' a problem; we navigated a structure. We used the recurrence to simplify the sequence, we used the roots to simplify the expression, and we used the property of irrational numbers to lock in our variables.
This is the JEE Advanced mindset: don't fight the math, understand its structure, and let the structure do the heavy lifting for you. Keep practicing this way of thinking, and you will find that even the most intimidating problems become beautiful puzzles waiting to be solved.