Integrating Factors: Solving a DE Problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
cue928
Messages
129
Reaction score
0
I am working on the following problem but I am apparently not applying the integrating factor correctly:
The DE is:
dy/dt = e^(-t/20) - (1/40)y
I moved the last term to the left, giving dy/dt + (1/40)y = e^(-t/20). I had e^(t/40) as my integrating factor. Going in my (wrong) direction, I was going to
end up with y = 1+ce^(-t/40). The book gets Y(t) = -40e^(-t/20) + Ce^(-t/40).

Where I am confused is the -40e^(/t-20). I thought when multiplying thru by the IF that I would get a "1" on that side.

What am I missing?

Thank you!
 
Physics news on Phys.org
Doesn't that multiplication yield e^-40?
 
Not trying to be dense but I don't see it at all.. Here's what I have:
dy/dt = e^(-t/20) - (1/40)y
dy/dt + (1/40)y = e^(-t/20)
Calculated integrating factor to be e^(t/40)
Multiplying that thru the left hand side, I recognize that as the chain rule.
I think the problem for me is the right side.
I show (integral) y*e^(t/40) = (integral) e^(-t/40)
Post integration, I got: y*e^(t/40) = -40*e^(-t/40) + C
The problem is when I clear the left side, I don't get the -40 * e^-t/20. Everything else is fine, but why is it -t/20?
 
I think I am going to be sick. I can't believe I missed that. Thanks for your patience.