Differential equation and initial value

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 3K views
-EquinoX-
Messages
561
Reaction score
1

Homework Statement



[img=http://img3.imageshack.us/img3/3417/questionec.th.jpg]


Homework Equations





The Attempt at a Solution



I tried dividing both sides by (x^5+1), however the integration becomes really complex... can someone give me suggestions on how to do this?
 
Physics news on Phys.org
-EquinoX- said:
I tried dividing both sides by (x^5+1), however the integration becomes really complex... can someone give me suggestions on how to do this?

put the -10x4y on the left side then divide by tr x5+1. Integrating factor it.
 
that's what I did and then I need to integrate -10x^4/(x^5+1) dx right and then then to get the integrating factor is just e to the power of whatever the result of the integration is... however the integration is quite hard...
 
-EquinoX- said:
that's what I did and then I need to integrate -10x^4/(x^5+1) dx right and then then to get the integrating factor is just e to the power of whatever the result of the integration is... however the integration is quite hard...

alright now, so


[tex]\int \frac{-10x^4}{x^5+1} dx[/tex]

see how d/dx(x5+1)=5x4 ?

Can you use a substitution to make this integral easier?
 
rock.freak667 said:
alright now, so


[tex]\int \frac{-10x^4}{x^5+1} dx[/tex]

see how d/dx(x5+1)=5x4 ?

Can you use a substitution to make this integral easier?

Okay say I solve the integral and then the integrating factor would be e to the power of this resulting integral right? so then what do I need to do next in order to solve for this problem?
 
-EquinoX- said:
Okay say I solve the integral and then the integrating factor would be e to the power of this resulting integral right? so then what do I need to do next in order to solve for this problem?


right so for y'+P(x)y=Q(x), when you multiply by an integrating factor 'u', the left side becomes d/dx(uy) . That's why we multiply by u in the first place.


So you'll need to basically integrate uQ(x) w.r.t. x
 
and then divide that by the integrating factor right?
 
what do you mean by if I need to? doesn't it always works like that?
 
this now comes to:

[tex]\int \frac{x^2+5x-4}{x^5+1} e^{-2ln(x^5+1)} dx[/tex]

I guess this can be simplified to:

[tex]\int \frac{x^2+5x-4}{(x^5+1)^3} dx[/tex]

is this true?

how can I solve this such complex integration?
 
Last edited:
Integrating [tex]\frac{10x^4}{(x^5+1)}[/tex] the result I got is [tex]2ln(x^5+1)[/tex] and so the integrating factor is [tex]e^{2ln(x^5+1)}[/tex] which simplifies to [tex](x^5+1)^2[/tex].

Then I do [tex]\int (x^2+5x-4)(x^5+1)[/tex] and the result of this integration I divide by [tex](x^5+1)^2[/tex] which is the integrating factor. Is this the correct step to find the solution?

Please correct me if I am wrong.
 
Last edited:
-EquinoX- said:
Integrating [tex]\frac{10x^4}{(x^5+1)}[/tex] the result I got is [tex]2ln(x^5+1)[/tex] and so the integrating factor is [tex]e^{2ln(x^5+1)}[/tex] which simplifies to [tex](x^5+1)^2[/tex].

Then I do [tex]\int (x^2+5x-4)(x^5+1)[/tex] and the result of this integration I divide by [tex](x^5+5)^2[/tex] which is the integrating factor. Is this the correct step to find the solution?

Please correct me if I am wrong.


yes just integrate and divide, also don't forget the constant of integration
 
rock.freak667 said:
yes just integrate and divide, also don't forget the constant of integration

by the constant of integration you mean the C right? The terms after integration that I found is very long...