Reducing differential equation $\frac{\operatorname d \!y}{\operatorname d \!x} = \frac{(x+y)^2 }{(x+2)(y-2)}$

66 Views Asked by At

I'm not able to reduce the following differential equation to variable seperable form. Tried a lot. Please guide..

$$\dfrac{\operatorname d \!y}{\operatorname d \!x} = \dfrac{(x+y)^2 }{(x+2)(y-2)}$$

1

There are 1 best solutions below

2
On BEST ANSWER

set $X=x+2$ and $Y=y-2$ so the equation becomes $$ \frac{dY}{dX}= \frac{(X+Y)^2}{XY} $$ you can now proceed using the standard substitution $Y=VX$