Pierce O. answered 07/29/14
Tutor
4.7
(6)
Graduate Mathematics Student, Will Tutor Any Math Subject
Hi Sun,
This is a second order linear equation of the form
y''+p(t)y'=g(t)
with p(t) = 1 and g(t) = et
To solve the equation, we use the integrating factor method:
First we let u = y'. Then, u' = y''. Our equation is now a first order linear differential equation of the form
u' + p(t)u=g(t)
with the same p(t) and g(t) as before.
Next, we use our integrating factor μ(t). We set
μ(t) = e∫p(t) dt
= e∫1 dt
= et
Then, we solve for u(t):
u(t) = (∫μ(t)g(t) dt)/μ(t)
= (∫et*et dt)/et
= (∫e2t dt)/et
= ( (1/2)e2t )/et
= (1/2)et
Then, our solution is given by:
y(t) = ∫u(t) dt
= ∫(1/2)et
= (1/2)et
We can check this solution easily:
y''+y' = (1/2)et + (1/2)et
= et
which satisfies our differential equation.
As for solving this on the TI-89, I am not sure I can help you there.
For similar problems, google "second order differential equations practice problems" and you should come up with plenty.