Help! Do not know how to solve ODE using homogeneity of differential equations : $xydx+(2x^2+3y^2)dy$

59 Views Asked by At

What I did using exact equationsenter image description here

My attempt at homogeneity" enter image description here

What am I doing wrong here math friends? Why can't I separate these variables?

2

There are 2 best solutions below

2
On

Everything was fine until you've made a silly mistake. It should be
$$\large{v+x\frac{dv}{dx}=-\frac{v}{2+3v^2}}$$ $$\large{x\frac{dv}{dx}=-\frac{3v+3v^3}{2+3v^2}}$$ $$\large{\frac{2+3v^2}{3v+3v^3}}dv=-xdx$$

0
On

Integrating factor is $\mu=y^3$. Then solution of equation $$xydx+(2x^2+3y^2)dy=0$$ is $$y^6+x^2y^4=C$$