Solving Linear Equation with Integrating Factor Method

specwarop
Messages
10
Reaction score
0
Gday,
Just trying to work out the following linear differential equation. I'm trying to work it out via the Integrating Factor method and I am getting stuck at the point where you multiply both sides by I(x).

The equation is:

xy' - 2y = x2

Can anyone help me out with this?

Regards,
Matt

PS. Also, how do I type equations, etc in the math font?
 
Physics news on Phys.org
What do you have for I(x) ?

For writing latex, click the sigma symbol on the toolbar, but I found it easier to get started using something like this
http://www.codecogs.com/components/equationeditor/equationeditor.php
 
Last edited by a moderator:
x(dy/dx)-2y=x^2
divide by x...(dy/dx)-2(y/x)=x
then its in the form:(dy/dx)+p(x)y=q(x)
we multiply by a(x), such that a(x)=exp(\intp(x)dx)
we obtain a(x)=x^2
then the solution is given by the following formula:
y(x)=a(x)-1{\inta(x).q(x)dx +C}
hope that its the correct solution
 
That looks wrong to me. Surely a(x)=I(x)=x^{-2}, giving a solution of y(x)=x^{2}(\ln(x)+C)
 
Ah okay, thanks for your reply.
One thing I am not understanding is the multiplication into the equation of the integrating factor. It has confused me on equations other than this one also.
Here is another example of an equation that is confusing me:

\frac{1}{x} . \frac{dy}{dx} - \frac{y}{x^{2}} = 1
becomes \frac{d}{dx} . \frac{y}{x} = 1

How does the breaking down of the left side work? Where did y/x come from?

Matt
 
The first thing you need to do is express the DE in "standard form" so that nothing is multiplying y'...so in your last example you need to multiply through by x, so it becomes y'+y/x = x. Not sure where your last equation comes from - maybe you made some typos ? Then the integrating factor will be the exponential of the integral of 1/x, which is just 1/x.
 
specwarop said:
Ah okay, thanks for your reply.
One thing I am not understanding is the multiplication into the equation of the integrating factor. It has confused me on equations other than this one also.
Here is another example of an equation that is confusing me:

\frac{1}{x} . \frac{dy}{dx} - \frac{y}{x^{2}} = 1
becomes \frac{d}{dx} . \frac{y}{x} = 1

How does the breaking down of the left side work? Where did y/x come from?

Matt

If you go back to the basic definition:
the standard form of the equation is :
(dy/dx)+p(x)y=q(x)
we multiply by a(x), and the form becomes: a(x).(dy/dx)+a(x).p(x).y=q(x).a(x) eq.1
we can write it in the form: \stackrel{d[a(x).y}{dx}=a(x).p(x)
this is because of the rule: d(a(x).y)/dx=d(a(x))/dx + dy/dx eq.2
and comparing eq.1 and eq.2
we get d(a(x))/dx=a(x).p(x)
try to follow this explanation and do the example by your self...gd luck
 
This is the method I use:

Take a generic linear 1st order ODE:
y' + g(x)y = h(x)

Then, the integrating factor I(x) = exp(int(g(x) dx))

After multiplying through by I(x) we can write:
(I(x)y)' = I(x)h(x)
because the integrating factor always has the property that after multiplication the LHS becomes a perfect derivative (following the definition of the product rule of differentiation)

So then we integrate both sides (remembering to include the constant of integration) and then divide through by I(x) to give the general solution in explicit form.
 
Of course, my method is the same as hisham's but I just find it easier to follow.
 
Back
Top