Spring-Mass-Damper by Recurrence Relations

tanky322
Messages
43
Reaction score
0

Homework Statement



Solve the Mass-Spring-Damper Differential equation

mx''+bx'+kx=exp(-t)cos(t) (Where x'' is d2x/dt2 etc, don't know how to do the dots above :confused:)




I understand how to solve this problem, but the thing that confuses me is that the right is in terms of "t" and left is in terms of "x". I understand that x is a function of t such that x''=d2x/dt2, but I am confused about how to solve the equation by recurrence relations. Once I expand out each side by its series solutions and group like terms, how do I compare terms of x to terms of t?

For example, if this works out to be:

(a1+3a3)+(a2+4a2)x+(a3+6a5)x^2+...=1+t+t^2/2!+...

Can I say that a1+3a3=1; a2+4a2=1; and a3+6a5=1/2!?


Thanks!
 
Physics news on Phys.org
There are no x2 terms on the left, and it certainly doesn't make any sense to expand x as a power series in x, because that's just x.

The x's are functions of t. x=x(t). So to get a power series on the left, you would write out x as a power series of t, and you want to find the coefficients of the power series by comparing them to the coefficients on the right.
 
This slapped me in the face about 10 minutes after I posted, made me feel rather dumb...

Thanks for your reply!
 
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