3. Time Response

Second-order Response

Second-Order Response in Time Response

students, imagine a drone trying to stop exactly at a marked landing spot โœˆ๏ธ. If it moves too slowly, the landing feels sluggish. If it moves too quickly, it may overshoot and wobble before settling. This โ€œmove, overshoot, and settleโ€ behavior is a classic example of a second-order response in control systems.

In this lesson, you will learn the main ideas and terminology behind second-order response, how to describe it using standard formulas, and why it matters in Control and Mechatronics. By the end, you should be able to explain what second-order behavior means, identify important features such as rise time, overshoot, and settling time, and connect these ideas to real systems like robot arms, vehicles, and sensors ๐Ÿค–.

What Makes a Response Second-Order?

A system is often called second-order when its mathematical model includes a differential equation whose highest derivative is the second derivative. In control systems, this usually means the system has two energy-storage effects, such as mass and spring, or inertia and damping.

A common standard model is:

$$\frac{C(s)}{R(s)}=\frac{\omega_n^2}{s^2+2\zeta\omega_n s+\omega_n^2}$$

Here, $C(s)$ is the output in the Laplace domain, $R(s)$ is the input, $\omega_n$ is the natural frequency, and $\zeta$ is the damping ratio. These two parameters describe the shape of the response.

  • $\omega_n$ tells us how fast the system can naturally oscillate.
  • $\zeta$ tells us how much the system resists oscillation.

A small amount of damping can make the output oscillate. Too much damping can slow the system down. The sweet spot depends on the application.

A simple real-world example is a car suspension ๐Ÿš—. If the damping is too low, the car bounces several times after a bump. If the damping is too high, the car feels stiff and slow to return to normal. The same trade-off appears in many mechatronic systems.

The Shape of a Step Response

A step response shows how a system reacts when the input suddenly changes from one constant value to another. For second-order systems, the step response can take several forms depending on $\zeta$.

Underdamped response

When $0<\zeta<1$, the system is underdamped. This means the output oscillates before settling. This is the most common case when discussing overshoot and settling time.

The response usually rises quickly, passes the final value, then swings back and forth with decreasing amplitude until it settles.

Critically damped response

When $\zeta=1$, the system is critically damped. It returns to the final value as quickly as possible without oscillating. This is useful when smoothness is important and overshoot is not allowed.

Overdamped response

When $\zeta>1$, the system is overdamped. It does not oscillate, but it takes longer to reach the final value than a critically damped system. This may be acceptable in systems where stability is more important than speed.

In many control problems, the goal is not just to reach the final value, but to do so with the right balance of speed, accuracy, and smoothness. That balance is the heart of time response.

Key Time Response Terms

Second-order response is often described using several standard measures. These measures help engineers compare designs fairly.

Rise time

Rise time is the time it takes the output to rise from a low percentage of the final value to a higher percentage. For underdamped systems, a common engineering definition is the time from $10\%$ to $90\%$ of the final value.

Rise time gives a sense of how quickly the system starts responding. A shorter rise time usually means a faster system, but it may also increase overshoot if the damping is low.

Overshoot

Overshoot is how much the output goes above the final steady-state value. The percentage overshoot for an underdamped second-order system is given by:

$$\%OS = e^{-\frac{\zeta\pi}{\sqrt{1-\zeta^2}}}\times 100\%$$

This formula shows an important fact: as $\zeta$ increases, overshoot decreases.

For example, if a motorized camera platform moves to a new angle and goes a little too far before returning, that extra movement is overshoot ๐ŸŽฅ.

Settling time

Settling time is the time needed for the response to enter and stay within a chosen tolerance band around the final value. A common choice is the $2\%$ band.

For many underdamped second-order systems, an approximate settling time is:

$$T_s \approx \frac{4}{\zeta\omega_n}$$

This relationship shows that increasing either $\zeta$ or $\omega_n$ can reduce settling time, although increasing $\zeta$ too much may slow the initial rise.

Peak time

Another useful term is peak time, which is the time required to reach the first maximum value. For an underdamped system, it is:

$$T_p=\frac{\pi}{\omega_n\sqrt{1-\zeta^2}}$$

Peak time is especially helpful when a design must avoid reaching a dangerous maximum too late or too early.

How Damping Ratio and Natural Frequency Affect Response

The pair $\zeta$ and $\omega_n$ strongly shapes the output.

  • If $\zeta$ is small, the response is fast but oscillatory.
  • If $\zeta$ is moderate, the response is often a good compromise between speed and overshoot.
  • If $\zeta$ is large, the response is smoother but slower.
  • If $\omega_n$ is larger, the system tends to respond faster overall.

These effects are easy to see in practical systems. In a robotic pick-and-place arm, low damping may cause the gripper to swing past the target position. In a temperature control system, high damping-like behavior may make the system steady but slow to react to changes. In both cases, engineers adjust controller settings to shape the second-order response.

A useful mathematical idea is the damped natural frequency:

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

This is the actual oscillation frequency when the system is underdamped. As $\zeta$ increases, $\omega_d$ decreases, meaning oscillations become slower and eventually disappear when $\zeta\ge 1$.

Interpreting a Second-Order Response in Mechatronics

In mechatronics, second-order response appears in many places because machines often combine moving parts, sensors, and feedback control.

Example 1: DC motor position control

Suppose students is controlling the angle of a motor shaft. A sudden change in target position creates a step input. If the controller is tuned well, the shaft moves to the new angle quickly, with small overshoot and acceptable settling time.

If the controller is too aggressive, the motor may overshoot and oscillate. If it is too cautious, the shaft will move slowly and may feel unresponsive.

Example 2: Spring-mass-damper system

The classic mechanical model is a mass attached to a spring and a damper. When the mass is displaced and released, it may oscillate and gradually stop. This is a direct physical example of second-order behavior.

The mass stores kinetic energy, the spring stores potential energy, and the damper removes energy. The balance between these three effects determines the shape of the response.

Example 3: Robot arm motion

A robot arm must often move to a position quickly without shaking tools or dropping parts. A second-order response with too much overshoot can reduce accuracy or even cause collisions. Engineers therefore choose controller settings that reduce oscillation while keeping the movement fast enough for production ๐Ÿญ.

Connecting Second-Order Response to the Full Time Response Topic

Second-order response is one major part of the broader study of time response. Time response asks how a system behaves over time after an input is applied.

The topic usually includes:

  • First-order response, where the output changes smoothly with one dominant time constant.
  • Second-order response, where the output may rise, overshoot, oscillate, and settle.
  • Measures such as rise time, overshoot, and settling time.

First-order systems are simpler and do not usually oscillate. Second-order systems are richer and more realistic for many mechanical and electrical systems because they can capture inertia and damping. That is why second-order response is so important in Control and Mechatronics.

When engineers analyze a system, they often check whether its time response meets design requirements. For example:

  • Is the response fast enough?
  • Is the overshoot small enough?
  • Does it settle within the required time?
  • Is oscillation acceptable?

These questions are not separate from second-order response; they are exactly what second-order analysis helps answer.

Worked Example: Reading the Response Parameters

Imagine a system has $\zeta=0.5$ and $\omega_n=4\,\text{rad/s}$.

First, find the damped natural frequency:

$$\omega_d=4\sqrt{1-0.5^2}=4\sqrt{0.75}\approx 3.46\,\text{rad/s}$$

Then estimate the peak time:

$$T_p=\frac{\pi}{4\sqrt{1-0.5^2}}\approx \frac{\pi}{3.46}\approx 0.91\,\text{s}$$

Estimate the settling time using the $2\%$ approximation:

$$T_s\approx \frac{4}{0.5\times 4}=2\,\text{s}$$

Now estimate percent overshoot:

$$\%OS=e^{-\frac{0.5\pi}{\sqrt{1-0.5^2}}}\times 100\%\approx 16.3\%$$

This tells us the response will be moderately fast, with noticeable overshoot, and will settle in about $2\,\text{s}$. Such calculations help engineers predict behavior before building the final system.

Conclusion

Second-order response is a key idea in time response because it explains how many real systems move, oscillate, and settle after a change in input. The two most important parameters are the damping ratio $\zeta$ and the natural frequency $\omega_n$. Together, they determine rise time, overshoot, peak time, and settling time.

For students, the main takeaway is that second-order response is not just a formula topic. It is a practical way to understand and design systems in Control and Mechatronics so they are fast, stable, and accurate. Whether the system is a motor, robot arm, suspension, or sensor loop, the same ideas help engineers make better decisions โš™๏ธ.

Study Notes

  • A second-order system is commonly modeled by a differential equation with a second derivative or by the transfer function $\frac{C(s)}{R(s)}=\frac{\omega_n^2}{s^2+2\zeta\omega_n s+\omega_n^2}$.
  • The damping ratio $\zeta$ controls how much oscillation occurs.
  • The natural frequency $\omega_n$ controls the basic speed of the system.
  • If $0<\zeta<1$, the system is underdamped and usually overshoots.
  • If $\zeta=1$, the system is critically damped and reaches the final value quickly without oscillation.
  • If $\zeta>1$, the system is overdamped and does not oscillate, but it is slower.
  • Rise time measures how quickly the output rises toward the final value.
  • Percent overshoot for an underdamped second-order system is given by $\%OS=e^{-\frac{\zeta\pi}{\sqrt{1-\zeta^2}}}\times 100\%$.
  • Settling time is the time for the output to stay within a chosen tolerance band, often approximated by $T_s\approx \frac{4}{\zeta\omega_n}$.
  • Peak time for an underdamped response is $T_p=\frac{\pi}{\omega_n\sqrt{1-\zeta^2}}$.
  • Second-order response is important in mechatronic systems such as motors, robot arms, vehicle suspensions, and feedback-controlled devices.
  • Time response analysis helps engineers balance speed, accuracy, and smoothness in real systems.

Practice Quiz

5 questions to test your understanding

Second-order Response โ€” Control And Mechatronics | A-Warded