How to Solve a 2nd Order Non-Homogeneous DE with Repeated Roots?

  • Thread starter Thread starter ElijahRockers
  • Start date Start date
  • Tags Tags
    2nd order
ElijahRockers
Gold Member
Messages
260
Reaction score
10

Homework Statement



4y''+4y'+y = cos(2t), y(0)=0, y'(0)=0

Homework Equations



y(t)=yh+yp

The Attempt at a Solution



characteristic roots are repeated, m=-1/2, so

y_h = A_1 e^{\frac{-t}{2}}+A_2 te^{\frac{-t}{2}}

undetermined coefficients:

yp = Acos(2t)+Bsin(2t)

plugging into original equation and solving, I got A= -15/289 and B= 8/289

using initial conditions, I got A_1 = 15/289 and A_2 = -47/578

so

y(t) = \frac{15}{289}e^{\frac{-t}{2}} - \frac{47}{578}te^{\frac{-t}{2}} - \frac{15}{289}sin(2t) + \frac{8}{289}cos(2t)

should be the answer, but apparently it's wrong. I have checked over my work and can't find the fault.
 
Last edited:
Physics news on Phys.org
Your process is correct. You solved L[y] = 0 and your assumption for the solution of L[y] = cos(2t) is also good. It's more than likely an arithmetic error.
 
Checked it a second time. I must've typed something into the calculator wrong at the very end of the question, just my luck.
-\frac{47}{578} should be -\frac{1}{34} instead.
 
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