Please help me integrate the following: $\int \frac{y^2 - x^2}{(x^2 + y^2)^2}dy$

149 Views Asked by At

I'm self-studying a Cramster solution and I came across this integral and I don't know what they've done with it. Help would be appreciated.

$$\int \frac{y^2 - x^2}{(x^2 + y^2)^2} ~dy.$$

2

There are 2 best solutions below

2
On BEST ANSWER

In an integral $dy$, $x$ is a constant. Rewirite this as: $$\int\frac{y^2-x^2}{\left(x^2+y^2\right)^2}dy=\int\frac{y^2+x^2-2x^2}{\left(x^2+y^2\right)^2}dy=\int\frac{dy}{x^2+y^2}-2x^2\int\frac{dy}{\left(x^2+y^2\right)^2}$$ Can you continue from here?

0
On

If x is constant wrt y,

let $y=x. tan(z)$, then $dy=xsec^2zdz $

Then $$\int \frac{y^2 - x^2}{(x^2 + y^2)^2} ~dy$$ becomes

$$\frac{-1}{x}\int cos(2z) ~dz$$

=$\frac{-sin(2z)}{2x} + C$, where C is an undetermined constant.

=$\frac{-tan(z)}{x(1+tan^2z)} +C$

=$\frac{-y}{x^2+y^2}+ C$