Problem The problems asks us in the equation $ax^2+bx+c=0$ and we need to compute $\frac{1}{r^2}+\frac{1}{s^2}$ in terms of a,b, and or c
My steps In this problem we have to use the factor theorem which states that: $P(x)=Q(x)*D(x)+R(x)$ where P(x) is the equation: $ax^2+bx+c=0$ and d(x) is the divisor and r(x) is the remainder and q(x) is the quotient
So my steps was to first set the two roots of P(x) as in terms of r and s
Though my steps was super short, i really don't know how to go from here and I got stuck
$ax^2+bx+c = a(x-r)(x-s)$. Comparing coefficients, we get $r+s = -\frac{b}{a}$ and $rs = \frac{c}{a}$. \begin{align*} \frac{1}{r^2} + \frac{1}{s^2} &= \frac{r^2+s^2}{r^2s^2}\\ &= \frac{(r+s)^2 - 2rs}{r^2s^2}\\ &= \frac{\frac{b^2}{a^2} - 2\frac{c}{a}}{\frac{c^2}{a^2}}\\ &=\frac{b^2-2ac}{c^2} \end{align*}