We have the quadratic equation: x2+(a+3)x−(a+5)=0
We need to find the minimum possible value of α2+β2, where α and β are the roots.
For any quadratic equation x2+px+q=0, we have:
Sum of roots: α+β=−p
Product of roots: αβ=q
In our equation x2+(a+3)x−(a+5)=0:
α+β=−(a+3)
αβ=−(a+5)
To find α2+β2, we use the identity:
α2+β2=(α+β)2−2αβ
This works because when we expand (α+β)2, we get:
(α+β)2=α2+2αβ+β2
Therefore: α2+β2=(α+β)2−2αβ
Substituting our values:
α2+β2=(−(a+3))2−2(−(a+5))
Simplifying:
(−(a+3))2=(a+3)2=a2+6a+9
−2(−(a+5))=2(a+5)=2a+10
Therefore:
α2+β2=a2+6a+9+2a+10=a2+8a+19
We have α2+β2=a2+8a+19
This is a quadratic expression in a. To find its minimum value, we complete the square:
a2+8a+19=(a+4)2−16+19=(a+4)2+3
We take half of the coefficient of a: 28=4
Square it: 42=16
So a2+8a=(a+4)2−16
Since (a+4)2≥0 for all real values of a, the minimum value of (a+4)2+3 is 3.
This minimum occurs when (a+4)2=0, which means a=−4.
Therefore, the minimum possible value is 3.
When finding the sum of squares of roots, remember:
Use the identity α2+β2=(α+β)2−2αβ
Apply sum and product of roots formulas
Complete the square to find the minimum value
This approach works for any quadratic equation!