Re: what is integration of y/(x^2-y^2) dx
Hey Ahmed :
I think you have already studied partial fraction decomposition when you learned about integration .
Here we can treat y as constant hence, we don't need to worry about it , because we are integrating w.r.t x ...
we know by the difference of two squares that :
$$x^2-y^2=(x-y)(x+y)$$
$$\frac{y}{(x-y)(x+y)}=\frac{A}{x-y}+\frac{B}{x+y}$$
Hence we have the following :
$$y = A(x+y) + B(x-y) $$
Now we need to find both A and B so do the following :
1- put x= y so the equation becomes :
$$y = 2y\, A$$ , $$ A =\frac{1}{2}$$
2-To find B we put x=-y
$$y = -2y \,B $$ , $$ B =\frac{-1}{2}$$
$$\frac{y}{(x-y)(x+y)}=\frac{\frac{1}{2}}{x-y}+\frac{\frac{-1}{2}}{x+y}$$
Now can you integrate the right hand side ?