Animated Solution for Mathematics - Quadratic Equations: A value of b for which the equations x2+bx−1=0,x2+x+b=0 have one root in common is
Select Answer:
Visualized Solution
Define the Common Root α
Let the common root be α.
Since α is a root, it must satisfy both equations simultaneously.
α2+bα−1=0 --- (1)
α2+α+b=0 --- (2)
Eliminate α2 by Subtraction
Subtracting equation (2) from equation (1):
(α2+bα−1)−(α2+α+b)=0
(b−1)α−(1+b)=0
α=b−1b+1
Substitute α back into Equation (2)
Substitute α=b−1b+1 into equation (2):
(b−1b+1)2+(b−1b+1)+b=0
Clear the Denominator
Multiply the entire equation by (b−1)2 to clear denominators:
(b+1)2+(b+1)(b−1)+b(b−1)2=0
Expand and Simplify the Terms
Expanding each term:
(b2+2b+1)+(b2−1)+b(b2−2b+1)=0
2b2+2b+b3−2b2+b=0
Final Polynomial in b
Simplifying the expression:
b3+3b=0
b(b2+3)=0
Solve for b and Match Options
Setting b2+3=0⇒b2=−3
b=±i3
Comparing with the given options, b=−i3 is the correct value.
00:00 / 00:00
The Sigma Insight: Common Roots
Analyzing the Setup
Imagine you are standing at the edge of a vast, abstract landscape where two quadratic equations, x2+bx−1=0 and x2+x+b=0, are waiting for you. They share a secret: a common root, which we shall call α.
If α is a root, it must satisfy both equations simultaneously. This gives us our starting point:
α2+bα−1=0
α2+α+b=0
The Power of Elimination
Both equations contain an α2 term. If we subtract the second equation from the first, the α2 terms will vanish, leaving us with a much simpler, linear relationship.
Performing the subtraction:
(α2+bα−1)−(α2+α+b)=0
The α2 terms cancel out, leaving us with (b−1)α−(1+b)=0. With a quick rearrangement, we find the expression for the common root:
α=b−1b+1
The Algebraic Grind
Now, we substitute α=b−1b+1 into the second equation, x2+x+b=0. This yields:
(b−1b+1)2+(b−1b+1)+b=0
To clear the denominators, we multiply the entire equation by (b−1)2:
(b+1)2+(b+1)(b−1)+b(b−1)2=0
The Final Reveal
Expanding each term with care, we obtain:
(b2+2b+1)+(b2−1)+b(b2−2b+1)=0
b2+2b+1+b2−1+b3−2b2+b=0
Combining like terms, the b2 terms and the constants cancel out, leaving us with the elegant cubic equation:
b3+3b=0
Factoring this expression, we get b(b2+3)=0. This leads to the solutions b=0 or b2=−3.
Since b2=−3 implies b=±i3, we have identified the possible values for the parameter. The final solutions for b are 0,i3,−i3.