DE: Critical Damping Oscillating?

austinmw89
Messages
16
Reaction score
0
I'm having a problem understanding a critical damping model. I know critical damping is supposed to return the system to equilibrium as quickly as possible without oscillating, and a critically damped system will have repeated roots so the general solution will be: c1e^rt + c2te^rt

But what happens when c2 is negative, for instance when solving y''+6y'+9y=0, y(pi)=-(pi-2)e^(-3pi), y'(pi)=(3pi-7)e^(-3pi), the characteristic equation is r^2 +6r +9, r =-3 repeated, then solving for the initial conditions I get: c1=2, c2=-1, then:

y(t)=2e^(-3t) -te^(-3t)

This function drops quickly to 0 at t=2, but then it crosses the origin. I thought it wasn't supposed to oscillate since it's critically damped? I've never taken a physics class so I think I must be missing some physical intuition or something here. Any help is appreciated, thanks.
 
Physics news on Phys.org
You're not missing anything. Oscillation means it will cross the t-axis repeatedly. If the system crosses just once, it's not oscillating.
 
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