Got a basic algebra question that I seem to have forgotten how to do and need in the context of a larger question.
Given a polynomial, say $x^2 + m^2(x+1)^2 = 1$, that is $(1+m^2)x^2 + 2m^2x + m^2 - 1 = 0$, how do I find the roots knowing one 'visible' solution. I know there is one obvious solution of $x = -1$ (and another $x_m$) but from this how do we obtain the roots $Q = (x_m, y_m) = (\frac{1-m^2}{1+m^2}, \frac{2m}{1+m^2})$. Namely how do I find the other root $x_m$ easily from knowing the one root $x = -1$.
Note $y_m = m(x_m+1)$.
Appreciate the help!
The product of roots in a quadratic equation $$ ax^2 + bx +c =0$$
is $c/a$
For your equation $$(1+m^2)x^2 + 2m^2x + m^2 - 1 = 0$$
The product is $$ \frac {m^2 - 1}{ 1+m^2}.$$
Since you know one root is $-1$, the other is $$ \frac {1-m^2 }{ 1+m^2}.$$