Oscillations Spring constant Newton's second law

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
bfpri
Messages
11
Reaction score
0
So i have the equation m*(d2x/dt^2)+c*(dx/dt)+kx=0, where d2x/dt^2 is the second derivative.

So I'm given that m=10 kg, and k=28 N/m. At time t=0 the mass is displaced to x=.18m and then released from rest. I need to derive an expression for the displacement x and the velocity v of the mass as a function of time where
a) c=3 N-s/M
b) c=50 N-s/m

Since I have to do this in matlab, I attempted to solve with dsolve and got
C10/exp((t*(c - (c^2 - 4*k*m)^(1/2)))/(2*m)) - (C10 - 9/50)/exp((t*(c + (c^2 - 4*k*m)^(1/2)))/(2*m))

clearly not right..How do i set it up correctly so i can solve for both x and v?

Thanks
 
Physics news on Phys.org
bfpri said:
So i have the equation m*(d2x/dt^2)+c*(dx/dt)+kx=0, where d2x/dt^2 is the second derivative.

So I'm given that m=10 kg, and k=28 N/m. At time t=0 the mass is displaced to x=.18m and then released from rest. I need to derive an expression for the displacement x and the velocity v of the mass as a function of time where
a) c=3 N-s/M
b) c=50 N-s/m

Since I have to do this in matlab, I attempted to solve with dsolve and got
C10/exp((t*(c - (c^2 - 4*k*m)^(1/2)))/(2*m)) - (C10 - 9/50)/exp((t*(c + (c^2 - 4*k*m)^(1/2)))/(2*m))

clearly not right..How do i set it up correctly so i can solve for both x and v?
Actually, that answer is probably right, but it obscures what's going on in the problem.

What's the characteristic equation you get for that differential equation, and what are its solutions? That's a good place to start. (I'm assuming, perhaps incorrectly, that you know how to solve this differential equation. If you don't, we can back up a bit.)
 
Last edited: