Question

Difficulty: HardQuadratic Equations and Polynomial Factoring

For a constant a>0a > 0, the quadratic equation x2ax+(2a+1)=0x^2 - ax + (2a + 1) = 0 has two real roots, rr and ss. If r2+s2=43r^2 + s^2 = 43, what is the value of aa?

Answer: 9

Answer

The value of aa is 9.
According to Vieta's formulas, the sum of the roots of x2ax+(2a+1)=0x^2 - ax + (2a + 1) = 0 is r+s=ar + s = a and the product of the roots is rs=2a+1rs = 2a + 1. Using the identity r2+s2=(r+s)22rsr^2 + s^2 = (r + s)^2 - 2rs, substitute the Vieta expressions to obtain r2+s2=a22(2a+1)=a24a2r^2 + s^2 = a^2 - 2(2a + 1) = a^2 - 4a - 2. Setting this equal to 43 yields a24a2=43a^2 - 4a - 2 = 43, which simplifies to a24a45=0a^2 - 4a - 45 = 0. Factoring the quadratic gives (a9)(a+5)=0(a - 9)(a + 5) = 0, giving solutions a=9a = 9 or a=5a = -5. Because the problem specifies that a>0a > 0, aa must be 9. Checking the discriminant Δ=(9)24(1)(19)=5>0\Delta = (-9)^2 - 4(1)(19) = 5 > 0 confirms that two real roots exist.

Step-by-Step Solution

1
Express the sum and product of the roots in terms of aa using Vieta's formulas.
r+s=ar + s = a and rs=2a+1rs = 2a + 1
For a standard quadratic equation x2+bx+c=0x^2 + bx + c = 0, the sum of the roots is b-b and the product of the roots is cc.
2
Relate r2+s2r^2 + s^2 to (r+s)(r + s) and rsrs.
r2+s2=(r+s)22rs=a22(2a+1)=a24a2r^2 + s^2 = (r + s)^2 - 2rs = a^2 - 2(2a + 1) = a^2 - 4a - 2
Expanding (r+s)2=r2+2rs+s2(r + s)^2 = r^2 + 2rs + s^2 allows expressing r2+s2r^2 + s^2 in terms of known quantities.
3
Substitute r2+s2=43r^2 + s^2 = 43 into the equation and solve for aa.
a24a2=43    a24a45=0    (a9)(a+5)=0a^2 - 4a - 2 = 43 \implies a^2 - 4a - 45 = 0 \implies (a - 9)(a + 5) = 0
Rearranging terms forms a new quadratic equation in terms of aa.
4
Apply the positivity constraint a>0a > 0 and verify that the roots are real.
Since a>0a > 0, a=9a = 9. The discriminant of the original equation is Δ=(9)24(1)(19)=5>0\Delta = (-9)^2 - 4(1)(19) = 5 > 0, confirming real roots exist.
The question specifies that aa is positive and that rr and ss are real numbers.

Key Concept

Vieta's Formulas and Quadratic Modeling
Rate this question