Find the quadratic equation in $x$, whose roots are $(m + n)$ and $(m - n)$
Reveal answer
Fill a bubble to check yourself
Find the quadratic equation in $x$, whose roots are $(m + n)$ and $(m - n)$
A quadratic equation with roots r1 and r2 is given by x^2 - (r1+r2)x + (r1*r2) = 0. Here, r1+r2 = (m+n) + (m-n) = 2m, and r1*r2 = (m+n)(m-n) = m^2 - n^2. Substituting these gives x^2 - 2mx + (m^2 - n^2) = 0.
Using the relationships between roots and coefficients, the sum of the roots is (m+n) + (m-n) = 2m and the product is (m+n)(m-n) = m^2 - n^2. The required quadratic equation is x^2 - (sum)x + (product) = 0. Substituting the calculated values gives x^2 - 2mx + (m^2 - n^2) = 0.