tarunanandani
Let p and q be the roots of the quadratic equation \(x^{2}-(a-2)x-a-1=0\).
What is the minimum possible value of \(p^{2} + q^{2}\)?
A. 0
B. 3
C. 4
D. 5
E. 12
For any quadratic in the form \(x^2 + bx + c=0\):
Product of the roots = c.
Sum of the roots = -b.
Converting \(x^{2}-(a-2)x-a-1=0\) into the form \(x^2 + bx + c=0\), we get:
\(x^{2} + (-a+2)x + (-a-1)=0\).
In the quadratic above, c = -a-1 and -b = a-2.
Since the roots are p and q, we get:
Product of the roots = pq = -a-1.
Sum of the roots =
p+q = a-2.
Squaring the blue equation, we get:
\((p+q)^2\) = \((a-2)^2\)
\(p^2 + q^2 + 2pq\) = \(a^2 + 4 - 4a\)Substituting pq = -a-1 into the red equation, we get:
\(p^2 + q^2 + 2(-a-1)\) = \(a^2 + 4 - 4a\)
\(p^2 + q^2 -2a - 2\) = \(a^2 + 4 - 4a\)
\(p^2 + q^2\) = \(a^2 - 2a + 6\)
To minimize the value of \(p^2 + q^2\), we must minimize the value of \(a^2 - 2a + 6\).
Test easy values in \(a^2 - 2a + 6\):
a = 0 --> \(a^2 - 2a + 6 = 6\)
a = 1 --> \(a^2 - 2a + 6 = 5\)
a = 2 --> \(a^2 - 2a + 6 = 6\)
The resulting values on the right -- 6, 5, 6 -- indicate that \(y = a^2 - 2a + 6\) is a U-shaped parabola with a minimum value of 5.
Thus:
The minimum value of \(p^2 + q^2 = 5\).