Mastering Critical Damped Systems: Diff EQ Spring Question [SOLVED]

  • Thread starter Thread starter hils0005
  • Start date Start date
  • Tags Tags
    Diff eq Spring
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
10 replies · 3K views
hils0005
Messages
61
Reaction score
0
[SOLVED] Diff EQ spring question

Homework Statement



a)IF a mass of 0.5kg is attached to a spring with a spring constant of 5(nt/m) and then receives a blow to dislodge it from its equilibrium position, then what is the resistive force coefficient (gamma) if the system is critically damped?
b)what is the general solution for the position u(t) of the mass?


Homework Equations



mx''=-kx-ax'+f(t)
x''+ (a/m)x' + (k/m)x = F(t)/m

m=.5kg
k=5N
gamma=? (a/m)x' ?

The Attempt at a Solution


I don't understand what "critically damped" means?

x"+(a/.5)x'+10x=0
I really don't know how top start this, any help would be appreciated
 
Physics news on Phys.org
The resistive force is the coefficient of x'.

The spring is "critically damped" if and only if it is on the "border" between purely exponential and repetitive motion: Since the characteristic equation for this d.e. is quadratic, you would have "repetitive motion" if the characteristic roots are complex, purely exponential motion if the characteristic roots are real. It is "critically damped" if and only if the discriminant of the quadratic equation is 0.
 
huh?
so by saying the system is critically damped the spring will continue to oscillate?
I need to find the roots- if the characteristic equation contains complex or exponential terms we would have repetitive motion?
What is the discriminant of the quadratic equation?
Is my initial 2nd order d.eq set up correctly?
 
hils0005 said:
so by saying the system is critically damped the spring will continue to oscillate?

I need to find the roots- if the characteristic equation contains complex or exponential terms we would have repetitive motion?

What is the discriminant of the quadratic equation?

Hi hils0005! :smile:

The discriminant of a quadratic expression ax² + bx + c is b² - 4ac.

If the discriminant of a quadratic differential equation is negative, then the general solution is of the form Acos(kt) + Bsin(kt) … so it oscillates (repetitive motion).

If the discriminant is positive, then the general solution is of the form Ae^kt + Be^-kt … so it gradually reduces to zero or increases to infinity (non-repetitive motion).

But if the discriminant is zero, then the general solution is of the form (A + Bt)e^kt … the extra t makes the deceleration (or acceleration) faster. :smile:
 
Thanks Tiny Tim!

because mysystem is "critically damped" I need the discriminant to equal 0.
If my initial equation is set up correctly...
x'' + (a/m)x' + 10x = 0
r^2 + (a/m)r + 10

(a/m)^2 - 4(1)(10)=0

a^2/.5^2=40

a^2=10, a=sqrt10 ?

to get the general solution into the form (A+ Bt)e^kt or y=Ae^kt + Bte^kt, don't my roots need to be equal?
 
The roots are equal if the discriminant is 0.
 
OK, then my quadratic equation must be set up incorrectly? any insight on that would be helpful
 
wow, why is this problem giving me so much trouble!

so I determined that for the discriminant to equal zero
(a/.5)^2-4(1)(10)=0
a=sqrt10

so b= sqrt10/.5

roots = -(sqrt10/.5)/2

general solution: y=C(1)e^(-sqrt10/.5/2)t + C(2)e^(-sqrt10/.5/2)t

is this correct?
 
hi hils0005! :smile:

Yes, but …
why so complicated?

:cry: enough with the fractions! :cry:

Let's start again …

x"+(a/.5)x'+10x=0

Rewrite that as x"+ 2ax' + 10x=0.

Then, as you said earlier, a = √10, so it's x"+ (2√10)x'+10x=0.

and so on … :smile:
 
Thanks for all your help-much appreciated