How to Guess the Particular Solution for y'' - 2y' + y = te^t?

  • Level: Undergrad 
  • Thread starter Thread starter unseenoi
  • Start date Start date
  • Tags Tags
    Nonhomogeneous
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 3K views
unseenoi
Messages
8
Reaction score
0
hello can someone explain how to guess the yp for this Non-homogeneous differential equation

y'' - 2y' + y = te^t

characteristic polynomial: (y - 1)^2 so the characteristic roots are: y1=y2= 1

c1 and c2 are constant

for yh = (c1)e^t + (c2)te^t

please explained how to guess for te^t
 
Physics news on Phys.org
I wouldn't call it "guessing"- there are rules you follow.

Any time you have a polynomial or power of t on the right side, try the polynomial up to the highest power. For t you would try At+ B. Here you have [itex]te^t[/itex] so try [itex](At+ B)e^t[/itex].

That's the basic rule. However, we also have the rule that when a possible particular solution is already a solution to the homogeneous solution, we must multiply by t to get something new.

Here, both [itex]e^t[/itex] and [itex]te^t[/itex] are solutions to the homogeneous solution. Multiplying [itex](At+ B)e^t[/itex] by t would give us [itex](At^2+ Bt)e^t[/itex] but since that still contains [itex]te^t[/itex] which is a solution to homogeneous equation, we multiply by t again: try [itex](At^3+ Bt^2)e^t[/itex].
 
My professor uses this as her particular solution: yp = At^3e^t but I don't understand why can someone help me?
 
your professor is using the method of undetermined coefficients, you will use that, find your y' and y" and plug it into the original equation, then solve for A, then that is your yp and you add it to your yh and you got your final answer