Question

Difficulty: MediumQuadratic Equations

In the quadratic equation x2kx+36=0x^2 - kx + 36 = 0, kk is a positive constant. If the difference between the two solutions to the equation is 55, what is the value of kk?

Answer: 13

Answer

The value of the positive constant kk is 1313.
For the quadratic equation x2kx+36=0x^2 - kx + 36 = 0 with solutions r1r_1 and r2r_2, the sum of the solutions is r1+r2=kr_1 + r_2 = k and the product of the solutions is r1r2=36r_1 \cdot r_2 = 36. Given that the difference between the two solutions is 55, we can write r1r2=5|r_1 - r_2| = 5. Squaring both sides yields (r1r2)2=25(r_1 - r_2)^2 = 25. Using the algebraic identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2, we substitute the known values to obtain 25=k24(36)25 = k^2 - 4(36), which simplifies to 25=k214425 = k^2 - 144. Solving for k2k^2 gives k2=169k^2 = 169. Since kk is positive, k=13k = 13. Alternatively, we can find two numbers whose product is 3636 and whose difference is 55. These numbers are 99 and 44, because 94=369 \cdot 4 = 36 and 94=59 - 4 = 5. The sum of these solutions is 9+4=139 + 4 = 13, which matches the coefficient of the linear term, kk.

Step-by-Step Solution

1
Relate the roots of the quadratic equation x2kx+36=0x^2 - kx + 36 = 0 to its coefficients using Vieta's formulas.
The sum of the roots is r1+r2=kr_1 + r_2 = k and the product of the roots is r1r2=36r_1 \cdot r_2 = 36.
This sets up the system of equations representing the roots.
2
Express the given root difference of 55 mathematically and square it.
r1r2=5    (r1r2)2=25|r_1 - r_2| = 5 \implies (r_1 - r_2)^2 = 25.
Squaring the difference allows us to use standard algebraic identities.
3
Apply the identity (r1r2)2=(r1+r2)24r1r2(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2 to substitute the sum and product expressions.
25=k24(36)25 = k^2 - 4(36)
This converts the relationship between the roots into an equation with the single variable kk.
4
Solve the equation for kk, selecting the positive value.
25=k2144    k2=169    k=1325 = k^2 - 144 \implies k^2 = 169 \implies k = 13 (since k>0k > 0).
To determine the final value of kk satisfying the constraint that kk is a positive constant.

Key Concept

Relationship between the roots and coefficients of a quadratic equation (Vieta's formulas)
Rate this question