We are given three different polynomials:
- P1(x) = x2 + ax + b
- P2(x) = x2 + x + ab
- P3(x) = ax2 + ax + b
These polynomials are said to have exactly one common root, where a and b are non-zero numbers. We are asked to prove that a + 2b = 0.
Step 1: Assume the common root is r
Let the common root be r. Therefore, we know that:
P1(r) = 0 ⇒ r2 + ar + b = 0
P2(r) = 0 ⇒ r2 + r + ab = 0
P3(r) = 0 ⇒ ar2 + ar + b = 0
We now have the following system of equations:
- r2 + ar + b = 0
- r2 + r + ab = 0
- ar2 + ar + b = 0
Step 2: Subtract the equations to simplify
To eliminate r2, we subtract the second equation from the first equation:
(r2 + ar + b) − (r2 + r + ab) = 0
Simplifying:
ar + b − r − ab = 0
(ar − r) + (b − ab) = 0
Factor out the common terms:
r(a−1) + b(1−a) = 0
r(a − 1) − ab + b = 0
r(a − 1) = ab − b
r(a − 1) = b(a − 1)
If a ≠ 1, we can divide both sides by a - 1 (which is non-zero):
r = b
Step 3: Substitute r = b into the equations
Now that we know r = b, we substitute r = b into one of the original equations. Let's use r2 + ar + b = 0:
b2 + ab + b = 0
Factor the equation:
b(b + a + 1) = 0
Since b ≠ 0, we must have:
b + a + 1 = 0
Thus,
a + b = -1
Step 4: Prove a + 2b = 0
From the equation a + b = −1, we can solve for a:
a = −1 − b
Now substitute this into the equation a + 2b = 0:
(-1 - b) + 2b = 0
Simplify:
−1 + b = 0
b = 1
Step 5: Find a
Substitute b = 1 into a = −1 − b:
a = −1 − 1 = −2
Step 6: Conclusion
We have found that a = −2 and b = 1. Therefore:
a + 2b = −2 + 2(1) = −2 + 2 = 0
Thus, we have proved that a + 2b = 0.