Differential Equations - Method of Undetermined Coefficients

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 · 3K views
MJay82
Messages
41
Reaction score
0

Homework Statement


I've been having problems with a number of these things, here's the first one:
y'' -2y' -3y = -3te-t


Homework Equations


I know that the general solution will be
y = yh + yp
where yh is the general solution to the homogeneous equation, and yp
is the particular solution of the non-homogeneous equation.

The Attempt at a Solution


I got the homogeneous solutions very easily, but I'm tricked by how to solve for yp. I understand the principle of the solution if the right side of the equation was simply -3e-t, but when the extra t is thrown in there, my understanding breaks down.

I tried yp=t2e-t, differentiated twice, and then input these expressions into the equation. I just realized that I was supposed to use an unknown coefficient (A we'll call it) with my guess at yp. Since the terms on the right side are a product, will I just use A, or will I need some B as well? Thanks for any help.
 
Physics news on Phys.org
IF [itex]e^{-t}[/itex] were not already a solution to the associated homogeneous equation, since the right side is [itex]te^{-t}[/itex], you would try [itex]y_p= (At+ B)e^{-t}[/itex]. Because [itex]e^{-t}[/itex] IS a solution to the associated homogeneous equation, you should try [itex]y_p= (At^2+ Bt)e^{-t}[/itex].

(You don't really need the "c" in ehild's suggestion. It wouldn't hurt, but you would find that c= 0.)
 
Thanks y'all! I'll be trying a little later this afternoon.