Question about differential equations?(Nonhomogeneous equation)

  • Thread starter Thread starter hard_assteel
  • Start date Start date
  • Tags Tags
    Differential
hard_assteel
Messages
12
Reaction score
0
I am having trouble with the following
Nonhomogeneous equation

y''+7y'+10y=18te^(5t)

yp(t)=Ae^(2t)+Bte^(5t)
yp'(t)=5Ae^(5t)+Be^(5t)+5Bte^(5t)
yp''(t)=25Ae^(5t)+5Be^(5t)+5Be^(5t)+25...
A=(-4.37/70), B=(18/70)
i plugged into yp and got
(-4.37/70)e^(2t)+(18/70)te^(2t)

But it was wrong


Thank You
 
Physics news on Phys.org
Why did you try Ae^(2t) as a part of your particular solution?

The solutions to the homogeneous equation are c1e^(-2t) and c2e^(-5t), and this can be seen by looking at the characteristic equation for the homogeneous differential equation. For the nonhomogeneous equation, any particular solution must be of the form Ae^(5t) + Bte^(5t).
 
oops sorry, that was just a typo, i meant to put e^(5t) not e^(2t)
 
OK, I didn't catch what you had in the following lines. That particular solution should work, but check your work to make sure that you did the derivatives correctly, and don't use approximate values (e.g., -4.37/70 for A).

Also, you apparently substituted your values for A and B into the incorrect particular solution.
 
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