I was trying to solving this question:
If roots of the equation $a x^{2}+b x+c=0$ are $\alpha$ and $\beta$, find the equation whose roots are $\frac{1-\alpha}{1+\alpha}, \frac{1-\beta}{1+\beta}$
I was not able to solve it so I looked to the solution given in the book, it was as follows:
Let $\frac{1-\alpha}{1+\alpha}=y \Rightarrow \alpha=\frac{1-y}{1+y}$ .
Now $\alpha$ is root of the equation $a x^{2}+b x+c=0$ $\Rightarrow a \alpha^{2}+b \alpha+c=0$ $\Rightarrow \quad a\left(\frac{1-y}{1+y}\right)^{2}+b\left(\frac{1-y}{1+y}\right)+c=0$ . Hence required equation is $a(1-x)^{2}+b\left(1-x^{2}\right)+c(1+x)^{2}=0$
In the first step the auther used componendo dividend rule as follows:
$\begin{aligned} & \frac{1-\alpha}{1+\alpha}=y \\ \Rightarrow & \frac{1-\alpha+1+\alpha}{1-\alpha-(1+\alpha)}=\frac{y+1}{y-1} \\ \Rightarrow & \frac{2}{-2 \alpha}=\frac{y+1}{y-1} \\ \Rightarrow & \frac{-1}{\alpha}=\frac{y+1}{y-1} \Rightarrow \alpha=\frac{1-y}{y+1} \end{aligned}$
But I don't understand how he could use it, as we are not sure whether $y$ could be - 1 and hence $1 +y$ can be zero. So is this an error? If so then how can we solve this question and if not then why not?