4

I have been studying the sky hook damping system.

On page 14 of paper linked above, I found that the maximum transmissibility of sky hook system can be calculated by:

$$T_{max} = \dfrac{1}{2\xi}$$ where $\xi$ is the damping ratio and $T_{max}$ is the maximum transmissibility.

The condition for maximum transmissibility was $\xi>0$, and $\dfrac{\omega_d}{\omega_n}=1$ in the following transmissibility equation.

$$ T = \sqrt{\dfrac{1+\left(2\xi\dfrac{\omega_d}{\omega_n}\right)^2}{\left(1-\left(\dfrac{\omega_d}{\omega_n}\right)^2\right)^2+\left(2\xi\dfrac{\omega_d}{\omega_n}\right)^2}}$$

But, when I simply substitute $\dfrac{\omega_d}{\omega_n}=1$, I get the following.

$$T_{max} = \dfrac{\sqrt{1+\left(2\xi\right)^2}}{2\xi}$$

What is wrong with this equation? Could anyone explain how to correctly induce the maximum transmissibility of skyhook system?

Wasabi
  • 13,077
  • 8
  • 36
  • 61
KKS
  • 354
  • 1
  • 11

1 Answers1

1

This isn't exactly my field, but I might have an idea. Sometimes people simplify equations and throw away terms that will be insignificant in value or close to zero. It's possible that a series expansion was performed and only the first term (which would be 1/2ξ) is considered.

  • Thank you for your comment~, If ksi is sufficiently small, the first term would be dominant, as you mentioned. But the ksi condition is just ksi>0. If ksi is 0.7, the maximum T of two equations are quite different. – KKS Jan 28 '16 at 23:33