Linear Differential Equation of Second Order

SHISHKABOB
Messages
539
Reaction score
1

Homework Statement


I have the equation mx'' + cx' + kx = 0

where m = 2, c = 12, k = 50, x0 = 0, x'(0) = -8. x is a function of t, and primes denote derivatives w.r.t. t.


Homework Equations





The Attempt at a Solution



so the equation is 2x'' + 12x' + 50x = 0, which I simplify to x'' + 6x' + 25x = 0.

Characteristic equation is r2 + 6r + 25 = 0

using the quadratic formula, I find roots r = -3 ± 4i

therefore the general solution is x(t) = e-3t(c1cos(4t) + c2sin(4t))

I then solve for the unknown constants, c1 and c2:

x(0) = 0 = c1

so x(t) = e-3t(c2sin(4t))

x'(t) = -3e-3t(c2sin(4t) + e-3t(4c2cos(4t))

x'(0) = -8 = 4c2

so c2 = -2

∴ x(t) = e-3t(-2sin(4t))

but... the back of the book gives

x(t) = 2e-3tcos(4t - 3\pi/2)

as the answer...

so I must be doing something horribly wrong, but I have no idea what :confused:
 
Physics news on Phys.org
oh whoops, I just realized that, for the set of problems that I'm working on, it asks me to write the function in the form

C1e-ptcos(ω1t - \alpha1)

so I guess it's just a matter of converting it
 
SHISHKABOB said:
oh whoops, I just realized that, for the set of problems that I'm working on, it asks me to write the function in the form

C1e-ptcos(ω1t - \alpha1)

so I guess it's just a matter of converting it

You're correct. :smile:
 
x(t)=e^{-3t} (-2\sin 4t)=-2e^{-3t} (\sin 4t)
Now, you try to obtain the above from the given answer, to check for equivalence:
x(t)=2e^{-3t} (\cos (4t - \frac{3\pi}{2}))
Comparing the two answers above, what you need is to prove that:
\cos (4t - \frac{3\pi}{2})=-\sin 4t
Use the cosine subtraction formula:
\cos (4t - \frac{3\pi}{2})=(\cos 4t)(\cos \frac{3\pi}{2})+ (\sin 4t)(\sin \frac{3\pi}{2})=-\sin 4tProved!
 
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