I'm currently trying to integrate: $$ \int \! \frac{2u}{u-u^3} \, du = \ln \frac{u+1}{u-1} + \ln C $$
I've tried to use partial fractions to simplify the $$ \frac{1}{u-u^3} = \frac{1}{u} - \frac{1}{2 \ln{(1+u)}} + \frac{1}{2 \ln{(1-u)}} $$ and then do integration by parts, but it doesn't look like quite right.
Can someone point me in the right direction?
-and the 2u
The partial fraction of 1/(u-u^3) gave me 1/u -1/2(1+u) +1/2(1-u). However, when integrating by parts with this and 2u, a = 2u ; b = partial fraction expression a' = u^2 /2 ; b = ln(u) - ln(1+u)/2 - ln(1-u)/2 and subbing this into the formula for integration by parts does not seem like it would give the answer.
– Almond May 09 '22 at 22:40