1st order linear differential eq. using 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
3 replies · 2K views
muddyjch
Messages
15
Reaction score
0

Homework Statement


Solve the inital value problem for y(x); xy′ + 7y = 2x^3 with the initial condition: y(1) = 18.
y(x) = ?


Homework Equations


dy/dx +P(x)y=Q(x), integrating factor=e^∫P(x) dx


The Attempt at a Solution


Multiplied all terms by 1/x to get it in correct form dy/dx+7y/x=2x^2
integrating factor=e^∫7/x dx=x^7
here is where i get lost do i multiply everything back into the original eq. or am i already off. I am not getting the correct answer.
 
Physics news on Phys.org
Maybe it's just a typo, but you might want to revise your integrating factor.
 
muddyjch said:
here is where i get lost do i multiply everything back into the original eq. or am i already off. I am not getting the correct answer.

Once you get the correct integrating factor M(x) you will multiply it out over entire equation, on both sides. Your equation will then reduce to y(x)M(x)=Integral(M(x)Q(x)dx) + C. to get y(x) you will integrate and plug in the initial conditions.

y(x) = (Integral(M(x)Q(x)dx) + C) / M(x)

y(x)=(x^10+89)/(5x^7)