Integral of function

85 Views Asked by At

Find $\displaystyle\int {1\over s^2 (s-1)^2}\,ds$.

I'm not sure how to set the integral to something like $A/s^2+B/(s-1)^2$. I don't know when do we use $Ax$ and when do we use $Ax^2$ and when do we just use $A$.

Show thorough steps please?? Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

How about $$\begin{aligned}\frac{1}{s^2 (s-1)^2}&=\left(\frac{1}{s-1}-\frac{1}{s}\right)^2=\frac{1}{s^2}+\frac{1}{(s-1)^2}-\frac{2}{s(s-1)}\\&=\frac{1}{s^2}+\frac{1}{(s-1)^2}-2\left(\frac{1}{s-1}-\frac{1}{s}\right)\end{aligned}$$ This gives $$\int\frac{1}{s^2 (s-1)^2}ds=-\frac{1}{s}-\frac{1}{s-1}-2\log\frac{|s-1|}{|s|}+C$$