Solving a Non-Exact Differential Equation

rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement



Solve the following

(x+2y-1)dx +3(x+2y)dy=0

Homework Equations



The Attempt at a Solution



I said that it was in form M(x,y) dx + N(x,y) dy=0

then found \frac{\partial{N}}{\partial{y}} and similarly \frac{\partial{M}}{\partial{x}}

Meaning that it wasn't exact, but then tried to find the integrating factors, given that the equation wasn't exact. But in doing so, The formulas for the integrating factors didn't work out. Did I start this question wrong?
 
Physics news on Phys.org
Your approach looks correct, why don't you show us your work so that we can see where you may have erred?
 
What "formulas for the integrating factors" do you mean?
 
This is from my notes:

If \frac{\partial{M}}{\partial{y}} \neq \frac{\partial{N}}{\partial{x}} i.e. not exact equation

Then an integrating factor is found as follows:

If (i)

\frac{\frac{\partial{M}}{\partial{y}}- \frac{\partial{N}}{\partial{x}}}{N}=f(x)


Where f(x) is a function in x-only , then ef(x) is an integrating factor.

(ii)
\frac{\frac{\partial{M}}{\partial{y}}- \frac{\partial{N}}{\partial{x}}}{M}= - g(y)

then e+g(y) is an integrating factor

______________________________________________________________________________
For (x+2y-1)dx +3(x+2y)dy=0

M= x+2y-1 so that \frac{\partial{M}}{\partial{y}}=2
N=3x+6y => \frac{\partial{N}}{\partial{x}}=3 Clearly 2 \neq 3

But if I put it into either of the two previously stated formulas, I do not get a function in x only for (i) OR a function in y only for equation (ii)
 
There is an easier way to find the integrating factor in this case: In general, whenever M(x,y) and N(x,y) are homogeneous functions of the same degree, then \frac{1}{xM+yN} is an integrating factor. So, are M(x,y) and N(x,y) homogeneous functions of the same degree in this case?
 
gabbagabbahey said:
So, are M(x,y) and N(x,y) homogeneous functions of the same degree in this case?

M(x,y) isn't homogeneous since it doesn't involve terms in x and y only...
N(x,y) is homogeneous of degree 1
 
Hmmm.. yes, M is inhomogeneous so that won't work...What other methods have you been taught for finding integrating factors?
 
gabbagabbahey said:
Hmmm.. yes, M is inhomogeneous so that won't work...What other methods have you been taught for finding integrating factors?

Those two are the only two equations which I know of when it is a non-exact differential equation.
 
I think I got it out. All I needed to do was to put t=x+2y-1
 
  • #10
This may be above the scope of your course; but let's look at the definition of integrating factors:

\mu(x,y) is an integrating factor of the ODE M(x,y)dx+N(x,y)dy if the ODE \mu(x,y)M(x,y)dx+\mu(x,y)N(x,y)dy is exact. This means that \mu(x,y)
must satisfy the condition:

\frac{\partial}{\partial y}(\mu(x,y)M(x,y))=\frac{\partial}{\partial x}(\mu(x,y)N(x,y))

Or, equivalently;

M(x,y)\frac{\partial \mu}{\partial y}-N(x,y)\frac{\partial \mu}{\partial x}=\mu(x,y) \left( \frac{\partial N}{\partial x}-\frac{\partial M}{\partial y}\right)

In this case, we have:

(x+2y-1)\frac{\partial \mu}{\partial y}-3(x+2y)\frac{\partial \mu}{\partial x}=\mu(x,y) \left( (3)-(2) \right)=\mu (x,y)

Do you have any tools at your disposal that you could use to solve this PDE for \mu(x,y)?
 
  • #11
rock.freak667 said:
I think I got it out. All I needed to do was to put t=x+2y-1

hmmm... yes, that should work!
 
Back
Top