$$\frac{1}{(a\alpha+b)^2}+\frac{1}{(a\beta+b)^2}$$
I can solve it by simplifying everything, but it will obviously we very long. How should I shorten my calculations?
Answer is $\frac{b^2-2ac}{c^2a^2}$
$$\frac{1}{(a\alpha+b)^2}+\frac{1}{(a\beta+b)^2}$$
I can solve it by simplifying everything, but it will obviously we very long. How should I shorten my calculations?
Answer is $\frac{b^2-2ac}{c^2a^2}$
Dividing the equation by $x$ given gives us $$ax + b = -\frac{c}{x} \implies \frac{1}{(ax + b)^2} = \frac{x^2}{c^2}$$ Since $\alpha,\beta$ are the roots we got $$\frac{1}{(a\alpha + b)^2} + \frac{1}{(a\beta + b)^2} = \frac{\alpha^2}{c^2} + \frac{\beta^2}{c^2} = \frac{\alpha^2 + \beta^2}{c^2}$$
You can find $\alpha^2 + \beta^2$ using $\alpha^2 + \beta^2 = (\alpha+\beta)^2 - 2\alpha \beta$, which equals $(b^2 - 2ac)/a^2$