The **step response** of a system refers to how the system behaves when subjected to a step input, typically a sudden change from zero to a constant value. In electrical engineering, especially in control systems and signal processing, analyzing the step response helps understand a system's dynamics, such as stability, rise time, and settling time.
The general equation for the step response of a linear time-invariant (LTI) system depends on its **transfer function** \( H(s) \). Here's how the step response is derived:
### 1. **Transfer Function** \( H(s) \):
The transfer function of an LTI system is given by:
\[
H(s) = \frac{Y(s)}{X(s)}
\]
Where:
- \( Y(s) \) is the Laplace transform of the output.
- \( X(s) \) is the Laplace transform of the input.
For a step input, \( x(t) = u(t) \), where \( u(t) \) is the unit step function, its Laplace transform is:
\[
X(s) = \frac{1}{s}
\]
### 2. **Step Response in the Laplace Domain**:
Using the transfer function and the step input, the output in the Laplace domain \( Y(s) \) is:
\[
Y(s) = H(s) \cdot \frac{1}{s}
\]
### 3. **Inverse Laplace Transform**:
To get the time-domain step response \( y(t) \), we take the inverse Laplace transform of \( Y(s) \).
Thus:
\[
y(t) = \mathcal{L}^{-1} \left[ H(s) \cdot \frac{1}{s} \right]
\]
The specific form of \( y(t) \) depends on the system's transfer function. Below are typical examples for first-order and second-order systems.
---
### **First-Order System**:
For a first-order system, the transfer function is:
\[
H(s) = \frac{K}{\tau s + 1}
\]
The step response is:
\[
y(t) = K \left( 1 - e^{-\frac{t}{\tau}} \right)
\]
Where:
- \( K \) is the system gain.
- \( \tau \) is the time constant, representing how fast the system responds.
---
### **Second-Order System**:
For a second-order system, the transfer function is:
\[
H(s) = \frac{\omega_n^2}{s^2 + 2\zeta\omega_n s + \omega_n^2}
\]
The step response varies depending on the damping ratio \( \zeta \):
- **Overdamped** (\( \zeta > 1 \))
- **Critically damped** (\( \zeta = 1 \))
- **Underdamped** (\( \zeta < 1 \))
For the underdamped case (\( 0 < \zeta < 1 \)), the step response is:
\[
y(t) = 1 - e^{-\zeta \omega_n t} \left( \cos(\omega_d t) + \frac{\zeta \omega_n}{\omega_d} \sin(\omega_d t) \right)
\]
Where:
- \( \omega_n \) is the natural frequency.
- \( \zeta \) is the damping ratio.
- \( \omega_d = \omega_n \sqrt{1 - \zeta^2} \) is the damped natural frequency.
---
### Summary:
The **general equation** of the step response involves taking the inverse Laplace transform of the product of the system's transfer function \( H(s) \) and the step input \( \frac{1}{s} \). For specific systems, such as first-order or second-order systems, the step response can be expressed as a time-domain function involving exponential and sinusoidal terms depending on the system's parameters (e.g., gain, time constant, natural frequency, damping ratio).