x dxdy + 3y = 6x
Expressing the ODE in the form of linear differential equation, dxdy+py=q , where p, q are constants or function of x only we get
dxdy+x3y=6
Integrating factor is e∫x3dx=e3lnx=elnx3=x3
Multiplying both sides by integrating factor , x³
x3(dxdy+x3y)=6x3
=> x3dxdy+3x2y)=6x3
=> x3dy+3x2ydx=6x3dx
=> d(x3y)=6x3dx
Integrating both sides
∫d(x3y)=6∫x3dx+C′ , where C′ is integration constant.
=> x3y=6.4x4+C′
=> x3y=23x4+C′
=> 2x3y−3x4=2C′
=> 2x3y−3x4=C where C=2C′
This is the solution of the given differential equation.
Comments