What went wrong with my solution for a damped mass spring system?

FHamster
Messages
8
Reaction score
0
So the equation is x'' + 10x' + 64x = 0
x(0) = 1
x'(0) = 0
I get general solution of e^(-5t)(c1*cos(6.245t) + c2sin(6.245t) )
From there I get e^(-5t)cos(6.245t)+5e^(-5t)sin(6.245t)
but it wrong. What the gerbils am I doing wrong?

Thanks
 
Physics news on Phys.org
Welcome to PF!

Hi FHamster! Welcome to PF! :smile:

(try using the X2 button just above the Reply box :wink:)
FHamster said:
So the equation is x'' + 10x' + 64x = 0
x(0) = 1
x'(0) = 0

From there I get e^(-5t)cos(6.245t)+5e^(-5t)sin(6.245t)
but it wrong. What the gerbils am I doing wrong?

(do hamsters not like gerbils? :biggrin:)

erm :redface: … haven't you left out a 6.245 ? :wink:
 
FHamster said:
So the equation is x'' + 10x' + 64x = 0
x(0) = 1
x'(0) = 0
I get general solution of e^(-5t)(c1*cos(6.245t) + c2sin(6.245t) )
From there I get e^(-5t)cos(6.245t)+5e^(-5t)sin(6.245t)
but it wrong. What the gerbils am I doing wrong?

Thanks
If y= e^{5t}(c_1cos(6.245t)+ c_2sin(6.245t))
then y(0)= e^0 (c_1 cos(0)+ c_2 sin(0))= c_1= 1 so you have that coefficient right.

y'= 5e^{5t}(c_1 cos(6.245t)+ c_2 sin(6.245t))+ e^{5t}(-6.245 sin(6.245 t)+6.245cos(6.245t))

y'(0)= 5e^0(c_1 cos(0)+ c_2 sin(0))+ e^0(-6.245c_1 sin(0)+ 6.245c_2 cos(0))
y'(0)= 5(c_1)+ (1)(6.245c_2)= 11.245
Knowing that c_1= 1, solve for c_2.
 


Thanks, following some of these guidelines and doing some recalcumacations. I managed to get it right

tiny-tim said:
Hi FHamster! Welcome to PF! :smile:

(try using the X2 button just above the Reply box :wink:)


(do hamsters not like gerbils? :biggrin:)

erm :redface: … haven't you left out a 6.245 ? :wink:



Hamsters are the masterrace.
 

Similar threads

Back
Top