Finding the integrating factor

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
newtomath
Messages
37
Reaction score
0
I am having trouble with the below:

[ 4* (x^3/y^2) + (3/y)] dx + [3*(x/y^2) +4y]dy=0

I found My= -8x^3y^-3 - 3y^-2 and Nx= 3y^-2
i then subtracted Nx from My and divided by [3*(x/y^2) +4y]


[-8x^3y^-3 - 6y^-2] / [3*(x/y^2) +4y]. can you guys give me a hint as to where my error is?
 
Physics news on Phys.org
So I multiplied the original equation by y^2 on both sides and got:

(4x^3+3y) dx + (3x+4y^3) dy = 0

and this equation is exact. You have to remember that I(x) = exp^(Integral[(M_y-N_x)/N,x]). In this case, since M_y=N_x, you get exp(Integral[0,x]) = 1.
 
Thanks. I figured that (Nx-My)/M did the trick