1. Vibration Fundamentals

Single-degree-of-freedom Models

Single-Degree-of-Freedom Models in Vibration Fundamentals

students, have you ever watched a bicycle seat bounce after someone sits down, or seen a ruler vibrate after being pulled and released? ๐Ÿšฒ๐Ÿ“ Those motions may look complicated, but many can be understood with a simple model called a single-degree-of-freedom model, often shortened to $1$-DOF. In Solid Mechanics 2, this idea is one of the most important tools for studying vibration because it turns a real structure into a model that is easier to analyze while still capturing the main behavior.

What you will learn

By the end of this lesson, students, you should be able to:

  • Explain the main ideas and terms used in single-degree-of-freedom models.
  • Describe how $1$-DOF models are used in vibration analysis.
  • Connect $1$-DOF models to the larger topic of vibration fundamentals.
  • Use simple examples to recognize when a system can be modeled this way.

A single-degree-of-freedom model is a simplified representation of a vibrating system that needs only one independent coordinate to describe its motion. That one coordinate is often called the generalized displacement, and it may be written as $x(t)$, $\theta(t)$, or another variable depending on the system. Even though real structures are more complex, this simplification is extremely useful because it lets engineers predict motion, natural frequency, and response to forces. ๐Ÿ”ง

What โ€œdegree of freedomโ€ means

A degree of freedom is an independent way a system can move. If one variable is enough to describe the motion, the system has one degree of freedom. For example, a mass attached to a spring moving only left and right has one degree of freedom because its position is described by one coordinate, such as $x(t)$.

Now compare that with a car body that can bounce, pitch, and roll. That system needs multiple coordinates, so it is not a single-degree-of-freedom system. In practice, engineers often start with a $1$-DOF model when the dominant motion is mostly in one direction or when one mode of motion is much more important than the others.

A useful way to think about it is this: if you can describe the vibration using one number at each instant, the model is likely $1$-DOF. If you need several numbers, it becomes a multi-degree-of-freedom system.

Main parts of a single-degree-of-freedom model

Most basic vibration models include three key elements:

  • A mass $m$, which represents inertia.
  • A spring with stiffness $k$, which stores potential energy and resists displacement.
  • A damper with damping coefficient $c$, which removes energy from the motion.

Together, these parts create the classic mass-spring-damper model. The mass resists changes in motion, the spring tries to return the system to equilibrium, and the damper slows the motion by dissipating energy, often as heat.

A standard equation of motion for a forced $1$-DOF system is:

$$m\ddot{x}(t)+c\dot{x}(t)+kx(t)=f(t)$$

Here:

  • $x(t)$ is displacement,
  • $\dot{x}(t)$ is velocity,
  • $\ddot{x}(t)$ is acceleration,
  • $f(t)$ is the applied external force.

This equation is a central result in vibration fundamentals. It says that the sum of inertial force, damping force, and spring force balances the applied force. If the force is removed, the system vibrates on its own, which leads to free vibration. If damping is absent, the system is undamped. If damping is present, the motion gradually decreases over time.

Why engineers use $1$-DOF models

Real machines and structures can be very complicated. A bridge, engine mount, building, or machine frame may have many possible motions. Still, a $1$-DOF model can often give a good first estimate of the behavior when one motion dominates.

For example, a vehicle suspension can be simplified as one mass representing part of the car body, one spring representing the suspension stiffness, and one damper representing shock absorbers. This model helps predict how the vehicle moves after hitting a bump. Even though the real system is more complex, the $1$-DOF model gives insight into ride comfort and vibration control.

Another example is a machine mounted on vibration isolators. If the machine mainly moves up and down, an engineer may model it as one mass supported by springs and dampers. This helps estimate how much vibration is transmitted to the floor. These models are not exact, but they are very useful for design decisions. โœ…

Free vibration in a $1$-DOF model

Free vibration occurs when a system is disturbed and then allowed to move without an external force, so $f(t)=0$. The equation becomes:

$$m\ddot{x}(t)+c\dot{x}(t)+kx(t)=0$$

If damping is ignored, the undamped free vibration equation is:

$$m\ddot{x}(t)+kx(t)=0$$

This equation leads to simple harmonic motion. The natural circular frequency is:

$$\omega_n=\sqrt{\frac{k}{m}}$$

The natural frequency tells us how fast the system vibrates when it is left alone after being disturbed. A stiffer spring gives a larger $\omega_n$, while a larger mass gives a smaller $\omega_n$.

For an undamped system, the displacement can be written as:

$$x(t)=A\cos(\omega_n t)+B\sin(\omega_n t)$$

The constants $A$ and $B$ depend on the initial displacement and velocity. This means the system keeps vibrating forever at the same amplitude in the ideal undamped case. In real life, perfect undamped motion does not exist because some energy is always lost.

Damping and real motion

Damping is what makes vibrations fade over time. In many real systems, damping comes from friction, material hysteresis, air resistance, or fluid effects. A common measure is the damping ratio, written as $\zeta$:

$$\zeta=\frac{c}{2\sqrt{km}}$$

This quantity compares actual damping to a critical reference value. For underdamped systems, where $0<\zeta<1$, the motion oscillates while the amplitude decreases with time. The damped natural frequency is:

$$\omega_d=\omega_n\sqrt{1-\zeta^2}$$

In many engineering systems, damping is small but important. For example, a guitar string vibrates after being plucked, but the sound fades because energy is lost. The string is not exactly a $1$-DOF system, but the same ideas apply when a simplified model is used. Likewise, a building during an earthquake can be approximated by a single vibrating mass in basic analysis, especially for teaching the core concepts of motion, stiffness, and energy loss.

How to recognize a $1$-DOF system

To decide whether a model is $1$-DOF, ask these questions:

  1. Can the motion be described by one coordinate only?
  2. Is one displacement or rotation enough to capture the main behavior?
  3. Are other motions small enough to ignore for the purpose of the model?

For instance, a pendulum with small-angle motion can often be modeled as a $1$-DOF system using the angle $\theta(t)$ as the coordinate. A translating block connected to a spring and damper is another classic example. If the system requires both a displacement and a rotation, or if several parts move independently, then it is not a single-degree-of-freedom model.

The important skill is not just memorizing the definition, but knowing when the simplification is reasonable. Engineers use this judgment to balance accuracy and simplicity. A good model is one that is simple enough to analyze but accurate enough to answer the design question.

Connection to vibration fundamentals

Single-degree-of-freedom models are the starting point for vibration fundamentals because they introduce the basic ingredients of vibration analysis:

  • inertia through $m$,
  • restoring force through $k$,
  • energy loss through $c$,
  • motion described by $x(t)$,
  • and behavior measured by natural frequency and damping ratio.

These ideas later extend to more advanced topics, including multi-degree-of-freedom systems, mode shapes, and forced response. If students understands $1$-DOF models well, the later topics become much easier because the same logic still applies, just with more coordinates and more equations.

A solid understanding of $1$-DOF models also helps in practical engineering work. When measuring vibration in a machine or structure, engineers often begin with a simplified model to predict whether resonance might happen. Resonance occurs when the forcing frequency is close to the natural frequency, which can cause large motion. This is one reason vibration fundamentals are so important in design and safety.

Conclusion

Single-degree-of-freedom models are a core part of vibration fundamentals because they provide a clear and manageable way to study motion. By using one coordinate, engineers can describe a system with mass, stiffness, and damping, and then analyze free vibration, natural frequency, and damping effects. Although real structures are often more complex, the $1$-DOF model captures the main ideas behind vibration and provides the foundation for more advanced analysis. students, mastering this topic gives you a strong base for the rest of Solid Mechanics 2. ๐Ÿš€

Study Notes

  • A single-degree-of-freedom model uses one independent coordinate to describe motion.
  • The basic elements are mass $m$, stiffness $k$, and damping $c$.
  • A common equation of motion is $m\ddot{x}(t)+c\dot{x}(t)+kx(t)=f(t)$.
  • In free vibration, the external force is zero, so $f(t)=0$.
  • For undamped free vibration, the equation is $m\ddot{x}(t)+kx(t)=0$.
  • The natural circular frequency is $\omega_n=\sqrt{\frac{k}{m}}$.
  • The damping ratio is $\zeta=\frac{c}{2\sqrt{km}}$.
  • Damping causes vibration amplitude to decrease over time.
  • $1$-DOF models are useful approximations for many real systems.
  • These models are the foundation for later vibration topics such as resonance, forced response, and multi-degree-of-freedom analysis.

Practice Quiz

5 questions to test your understanding

Single-degree-of-freedom Models โ€” Solid Mechanics 2 | A-Warded