StepWorking
01Given
The quadratic equation is px2+qx−r=0 (p=0) with roots α,β. The coefficients p,q,r form a non-constant G.P., and α1+β1=43.
02Goal
Find the value of (α−β)2.
03Approach
Represent the G.P. terms as p=a, q=aR, r=aR2 with common ratio R=1. Reduce the quadratic to x2+Rx−R2=0. Use Vieta's formulas to find R from the sum of reciprocals, then compute (α−β)2=(α+β)2−4αβ.
04Execute
Substitute p=a,q=aR,r=aR2 into the quadratic equation: a(x2+Rx−R2)=0⟹x2+Rx−R2=0. By Vieta's relations, α+β=−R and αβ=−R2. Thus, α1+β1=αβα+β=−R2−R=R1=43⟹R=34.
05Execute
Now compute (α−β)2=(α+β)2−4αβ=(−R)2−4(−R2)=R2+4R2=5R2=5(34)2=5×916=980.
✓Verify
Check that the discriminant of x2+34x−916=0 is Δ=(34)2−4(1)(−916)=916+964=980, which matches (α−β)2=alead2Δ=980.