Where does the equation C=2*sqrt(km) for Critical Damping come from?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 7K views
physics51
Messages
1
Reaction score
0
Homework Statement
what's the background on this equation, I can't find anything about I, what can you guys tell me about it related to damping, when to use it, how to derive it, what it means, etc.? Anything is useful!! Thank you!!
Relevant Equations
C= 2 sqrt km
Im using this equation to find the damping from a ruler cantilever experiment. Any information about what critical damping really means and how it reflects in a ruler cantilever is also really helpful. Thank you again.
 
Last edited:
Physics news on Phys.org
From the context I guess that you are discussing a damped spring pendulum with the equation of motion
$$m \ddot{x}=-C \dot{x} - k x.$$
To solve this equation a nice trick is to make the substitution
$$x(t)=\exp(\lambda t) y(t).$$
Plug this into the equation and check that then ##y## fulfills
$$m \ddot{y}+(C+2 \lambda m) \dot{y} + [k+\lambda(C+\lambda m)]y=0.$$
Now make ##\lambda=-C/(2m)## to get rid of the term with ##\dot{y}##. Then the equation of motion for ##y## simplifies to
$$m\ddot{y} + \left (k-\frac{C^2}{4m} \right) y=0.$$
Now discuss what happens for the different values of the expression in the bracket,
$$k-\frac{C^2}{4m}<0, \quad k-\frac{C^2}{4m}=0, \quad k-\frac{C^2}{4m}>0.$$
 
Reply
  • Like
Likes   Reactions: Delta2
For an ODE with constant coefficients I’d just make the ansatz ##x(t) = A \exp(\lambda t)## and solve the characteristic equation, but any way that works works.
 
Reply
  • Like
Likes   Reactions: vanhees71
physics51 said:
what's the background on this equation, I can't find anything about I,
Where did you look? Most college-level introductory physics textbooks will have a discussion of critical damping and will derive this formula.