Solving DE: Integrating Factor Method

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
gbacsf
Messages
15
Reaction score
0
What approach should be used to solve the following DE:

dy/dx= (-2x+5y)/(2x+y)

Find an integrating factor and solve it as an excact equation?

Thanks.
 
Physics news on Phys.org
Thanks!

Right, I get

1/[(-2+5z)/(2+z)-z] dz = (1/x) dx

so

3ln(z-1) -4ln(z-2) = lnx +c

and

3ln(y/x -1) -4ln(y/x-2)-lnx = c

?