Diff EQ: Method of Undetermined Coefficients

Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



Solve using Method of Undetermined Coefficients:

y'' - 2y' + 3y = 15t - 8

The Attempt at a Solution



First I used the characteristic equation to solve for the homogeneous solution to get:

yh = C1e-t + C2e3t

Great. Now I need to find the particular. I am suppose to assume that each particular solution takes the form of a linear combination of each forcing function in f(t) on the right hand side of the original DE: 15t - 8.

Now here is my question (it's kind of silly):

Do I use:

yp1 = A*(15t - 8) +B*(d/dt)[15t - 8] and
yp2 = 0

or

yp1 = A*15t +B*(d/dt)[15t] and
yp2 = C(8)

or does it matter? I feel like it should not matter. My book says that the right hand side (the forcing function) of a second order DE takes the form f(t) = f1(t) + f2(t)

When the terms are distinct as in f(t) = t3 + sin(t) it is easy to distinguish the f's --> f1 = t3 and f2 = sin(t).

But when it is polynomial: f(t) = at3 + bt2 + ct +d
I feel like it should not matter how I break up f(t).

Any thoughts?
 
Physics news on Phys.org
You're correct. You only need to test different types of particular solutions if the forcing function has different classes of functions.
 
fzero said:
You're correct. You only need to test different types of particular solutions if the forcing function has different classes of functions.

Ok great! Thank you :smile: I was trying to figure out if a solution I was getting was because of my assumed f's (e.g. the ones I made above) or because of an algebraic error. I am pretty sure I can chalk it up to the latter.

Thanks again.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top