3. Time Response

First-order Response

First-Order Response

Introduction

students, when engineers design systems like heaters, motors, tanks, or sensors, they often ask one important question: how does the output change after the input changes? 🚀 This change over time is called time response, and one of the simplest and most important cases is the first-order response.

In this lesson, you will learn how a first-order system behaves, why its response is predictable, and how to describe its speed using the time constant $\tau$. You will also see how first-order response fits into the bigger topic of time response, which also includes second-order behavior, rise time, overshoot, and settling time.

Learning objectives

  • Explain the main ideas and terminology behind first-order response.
  • Apply control and mechatronics reasoning to first-order response problems.
  • Connect first-order response to the broader topic of time response.
  • Summarize how first-order response fits within time response.
  • Use examples and evidence related to first-order response in control and mechatronics.

A first-order response is common in systems that store energy in one way, such as thermal systems, fluid level systems, and simple electrical circuits. These systems do not change instantly. Instead, they move toward a new steady value smoothly and gradually. Think of a room warming up after a heater is switched on 🔥 or a tank filling through a pipe. The output does not jump right away; it rises over time.

What Makes a System First-Order?

A system is called first-order when its behavior can be described by a differential equation with a highest derivative of first order. In control engineering, the standard transfer function form is

$$G(s)=\frac{K}{\tau s+1}$$

where $K$ is the steady-state gain and $\tau$ is the time constant.

This form tells us something very important: there is only one energy-storage element or one dominant lag in the system. For example:

  • In an electrical $RC$ circuit, the capacitor stores energy.
  • In a thermal system, heat capacity acts like storage.
  • In a liquid tank, fluid volume creates storage.

The response of a first-order system is smooth and exponential. If a step input is applied, the output changes according to

$$y(t)=K\left(1-e^{-t/\tau}\right)$$

for a unit step input and zero initial condition.

This equation shows that the output starts at $0$ and approaches $K$ over time. It never jumps instantly to the final value. Instead, it gets closer and closer.

Understanding the Time Constant $\tau$

The time constant $\tau$ is the most important number in a first-order response. It tells how fast the system reacts.

At $t=\tau$, the output reaches about $63.2\%$ of its final value for a step input because

$$y(\tau)=K\left(1-e^{-1}\right)\approx0.632K$$

This is a useful landmark. If a system has a large $\tau$, it responds slowly. If it has a small $\tau$, it responds quickly.

For example, imagine two room heaters. Heater A warms a small room quickly, while Heater B warms a large room slowly. If both are modeled as first-order systems, Heater A would have a smaller $\tau$ than Heater B. The smaller time constant means a faster response 🌡️.

A useful rule of thumb is:

  • At $t=\tau$, the response is about $63\%$ complete.
  • At $t=2\tau$, it is about $86.5\%$ complete.
  • At $t=3\tau$, it is about $95\%$ complete.
  • At $t=4\tau$, it is about $98.2\%$ complete.
  • At $t=5\tau$, it is about $99.3\%$ complete.

That is why engineers often say a first-order system is essentially settled after about $5\tau$.

Step Response of a First-Order System

The most common test for time response is the step input. A step input is a sudden change in input, such as switching a heater from off to on or applying a voltage to a circuit.

If the input is a step of size $A$, then the output becomes

$$y(t)=KA\left(1-e^{-t/\tau}\right)$$

This tells us how the output grows from its initial value to its final value of $KA$.

Let us look at a simple example. Suppose a temperature control system has $K=2$ and $\tau=4\,\text{s}$. If the step input is $A=10$, then the final output is

$$y(\infty)=KA=20$$

At $t=4\,\text{s}$,

$$y(4)=20\left(1-e^{-1}\right)\approx12.64$$

At $t=8\,\text{s}$,

$$y(8)=20\left(1-e^{-2}\right)\approx17.29$$

At $t=12\,\text{s}$,

$$y(12)=20\left(1-e^{-3}\right)\approx19.00$$

This example shows how the output gets closer to the final value over time, but never overshoots in the standard ideal first-order case.

Key Features of First-Order Response

First-order response has several important features that help engineers describe system behavior clearly.

1. No oscillation

A standard first-order system does not oscillate. The output does not go up and down repeatedly. It moves in one direction toward the final value.

2. No overshoot

In the ideal first-order step response, the output approaches the final value smoothly and does not go beyond it. This is different from many second-order systems, which can overshoot.

3. Exponential shape

The curve is exponential, not straight. It rises quickly at first and then slows down as it nears the final value.

4. Single dominant speed

The speed is mainly controlled by one parameter, $\tau$. This makes first-order systems easier to analyze and predict.

These features are important in mechatronics because engineers often want a system that is stable and easy to control. A first-order response gives a simple way to understand a system before moving to more complex behavior.

Real-World Examples in Control and Mechatronics

First-order response appears in many practical systems.

Thermal systems

When a coffee cup cools down or a heater warms a room, temperature changes gradually. The temperature response often behaves like a first-order system because heat is stored in the object and transferred to the surroundings over time ☕.

Electrical $RC$ circuits

In an $RC$ charging circuit, the capacitor voltage follows a first-order response. If a step voltage is applied, the capacitor charges as

$$v_C(t)=V\left(1-e^{-t/RC}\right)$$

Here, the time constant is

$$\tau=RC$$

This is one of the clearest examples of first-order behavior.

Fluid systems

If water flows into a tank through a pipe, the fluid level may rise gradually instead of instantly. The tank volume acts as storage, creating a first-order-like response.

Sensors

Some sensors do not output the measured quantity instantly. For example, a temperature sensor may take time to adjust to a sudden temperature change. Its output can often be modeled as a first-order response.

These examples show why first-order response is not just a theory. It is a practical tool used to predict how real systems behave.

Why First-Order Response Matters in Time Response

Time response is the study of how a system reacts over time to an input. First-order response is the simplest major case in that study. It helps build the foundation for more advanced topics such as second-order response, rise time, overshoot, and settling time.

For a first-order system:

  • Rise time describes how long it takes to move from a low percentage to a high percentage of the final value.
  • Settling time describes how long it takes to stay close to the final value.
  • Overshoot is usually $0\%$ in the ideal case.
  • Oscillation does not occur.

A common approximation for the $2\%$ settling time of a first-order system is

$$T_s\approx4\tau$$

This is very useful in engineering design. If a system needs to reach a steady state quickly, then a smaller $\tau$ is preferred. If speed is less important than smoothness, a larger $\tau$ may be acceptable.

Understanding first-order response also helps compare systems. If one controller makes a motor respond faster, it may effectively reduce the time constant. If a process becomes sluggish, the time constant may increase.

Worked Reasoning Example

students, suppose a small fan system is modeled by

$$G(s)=\frac{5}{2s+1}$$

This matches the standard form

$$G(s)=\frac{K}{\tau s+1}$$

so we identify

$$K=5$$

and

$$\tau=2\,\text{s}$$

If a unit step input is applied, the output is

$$y(t)=5\left(1-e^{-t/2}\right)$$

Now answer three questions:

  1. What is the final value?

$$y(\infty)=5$$

  1. What is the value at one time constant?

$$y(2)=5\left(1-e^{-1}\right)\approx3.16$$

  1. About when will the system be settled?

Using the approximation

$$T_s\approx4\tau$$

we get

$$T_s\approx8\,\text{s}$$

This reasoning is exactly the kind of analysis used in control and mechatronics to judge whether a system is fast enough for its task.

Conclusion

First-order response is one of the most important ideas in time response because it gives a clear and simple model of how many real systems change over time. It is described by a single time constant $\tau$, responds smoothly to step inputs, and reaches its final value exponentially. It does not overshoot or oscillate in the ideal case, which makes it easier to analyze than more complex systems.

In control and mechatronics, first-order response helps engineers understand thermal systems, $RC$ circuits, fluid tanks, and sensors. It also provides the groundwork for studying more advanced time-response topics like second-order response, rise time, overshoot, and settling time. By understanding first-order response, students, you build a strong foundation for analyzing and designing real control systems. ✅

Study Notes

  • A first-order system has one dominant energy-storage effect and is often modeled by $G(s)=\frac{K}{\tau s+1}$.
  • The time constant $\tau$ tells how fast the system responds.
  • For a step input, the output follows an exponential form such as $y(t)=K\left(1-e^{-t/\tau}\right)$.
  • At $t=\tau$, the response reaches about $63.2\%$ of its final value.
  • At about $5\tau$, the response is usually considered essentially settled.
  • Ideal first-order systems do not oscillate and do not overshoot.
  • Common examples include thermal systems, $RC$ circuits, fluid tanks, and sensors.
  • First-order response is a key part of the broader study of time response.
  • Understanding first-order response helps in analyzing rise time, settling time, and system speed.
  • In mechatronics, first-order models are useful for predicting and improving real device behavior.

Practice Quiz

5 questions to test your understanding