Suppose r and s are the values of c that satisfy the equation x^2-2mx+(m^2+2m+3)=0 for some real number m. Find the minimum real value of r^2+s^2.
Suppose r and s are the values of x that satisfy the equation x2−2mx+(m2+2m+3)=0 for some real number m. Find the minimum real value of r2+s2.
Use the quadratic formula:
ax2+bx+c=0⟹x=12(−b±√b2−4ac)
(here, a=1, b=−2m and c=m2+2m+3)
to find that
r=m+√−(2m+3)
and
s=m−√−(2m+3).
Then r2+s2=2(m2−2m+3).
This is a concave-up parabola with vertex at m=1.
Now (r2+s2)|m=1=2(1−2+3)=4.