Question

Difficulty: HardQuadratic Equations and the Quadratic Formula

For a real constant kk, the quadratic equation x22(k2)x+(k23k+2)=0x^2 - 2(k - 2)x + (k^2 - 3k + 2) = 0 has two real roots, r1r_1 and r2r_2. What is the value of kk that minimizes the sum of the squares of these roots, r12+r22r_1^2 + r_2^2?

Answer: 2

Answer

The value of kk that minimizes the sum of the squares of the roots is 2.
Applying Vieta's formulas and algebraic identities, the sum of the squares of the roots is expressed as 2k210k+122k^2 - 10k + 12. The discriminant condition for the roots to be real requires k2k \leq 2. Since the vertex of the upward-opening parabola 2k210k+122k^2 - 10k + 12 is at k=2.5k = 2.5, the function is strictly decreasing for all k2k \leq 2. Thus, the minimum value on the interval k2k \leq 2 occurs at the boundary k=2k = 2.

Step-by-Step Solution

1
Use Vieta's formulas to find the sum and product of the roots.
r1+r2=2(k2)r_1 + r_2 = 2(k - 2) and r1r2=k23k+2r_1 r_2 = k^2 - 3k + 2
Vieta's formulas relate the roots of a quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0 to its coefficients by r1+r2=B/Ar_1 + r_2 = -B/A and r1r2=C/Ar_1 r_2 = C/A.
2
Express the sum of the squares of the roots, r12+r22r_1^2 + r_2^2, in terms of kk.
r12+r22=2k210k+12r_1^2 + r_2^2 = 2k^2 - 10k + 12
Since r12+r22=(r1+r2)22r1r2r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2r_1 r_2, substituting the Vieta relations gives [2(k2)]22(k23k+2)=4(k24k+4)2k2+6k4=2k210k+12[2(k-2)]^2 - 2(k^2 - 3k + 2) = 4(k^2 - 4k + 4) - 2k^2 + 6k - 4 = 2k^2 - 10k + 12.
3
Determine the condition for the quadratic equation to have real roots using the discriminant.
Δ=4k+80    k2\Delta = -4k + 8 \geq 0 \implies k \leq 2
For the roots r1r_1 and r2r_2 to be real, the discriminant Δ=B24AC\Delta = B^2 - 4AC must be greater than or equal to 0.
4
Minimize the quadratic function f(k)=2k210k+12f(k) = 2k^2 - 10k + 12 subject to the constraint k2k \leq 2.
k=2k = 2
The parabola f(k)f(k) opens upwards with its vertex at k=2.5k = 2.5. For k2k \leq 2, the function is strictly decreasing, meaning its minimum value on this interval occurs at the upper boundary, k=2k = 2.

Key Concept

Quadratic Equations and the Quadratic Formula
Rate this question