Compute the following integral:
$$\int \:\frac{dt}{\left(t^2-1\right)^2}$$
So I managed to factor the denominator and put the single fraction into partial fractions:
$$\int \frac{A}{\:t+1}+\frac{B}{\left(t+1\right)^2}+\frac{C}{t-1}+\frac{D}{\left(t-1\right)^2}\,dt$$
But I was a little confused on how to multiply the initial denominator to both sides.
The result is supposed to be:
$1=A\left(t+1\right)\left(t-1\right)^2+B\left(t-1\right)^2+C\left(t-1\right)\left(t+1\right)^2+D\left(t+1\right)^2$
However, I am not exactly sure how the right side of this equation came about.
Any help?
Here is part of the answer: $$\frac{A}{t+1}\,(t^2-1)^2=\frac{A}{t+1}\,(t+1)^2(t-1)^2=A(t+1)(t-1)^2\ .$$ I'm sure you can do the rest for yourself.