---
date: '2024-01-31'
description: time response analysis for first and second order systems covering over-damped, critically damped, under-damped responses, natural frequency, damping ratio, and percent overshoot.
id: Time response
modified: 2026-06-05 15:08:41 GMT-04:00
tags:
  - sfwr3dx4
title: Time response
created: '2024-01-31'
published: '2024-01-31'
pageLayout: default
slug: thoughts/university/twenty-three-twenty-four/sfwr-3dx4/Time-response
permalink: https://aarnphm.xyz/thoughts/university/twenty-three-twenty-four/sfwr-3dx4/Time-response.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
## first order.

![[thoughts/university/twenty-three-twenty-four/sfwr-3dx4/images/time constant.webp]]

## second order.

$$
G(s) = \frac{b}{s^2 + as + b}
$$

![[thoughts/university/twenty-three-twenty-four/sfwr-3dx4/images/second-order-system.webp]]

$$
C(s) = \frac{9}{s(s^2+9s+9)}
$$

### over-damped response.

For inspect of poles, form of system’s response

$$
c(t) = K_1 + K_2e^{-\sigma_1 t} + K_3e^{-\sigma_2 t}
$$

### critically damped response.

System’s response:

$$
c(t) = K_1 + K_2e^{-\sigma_1 t} + K_3te^{-\sigma_2 t}
$$

where $-\sigma_1=-3$ is our pole location.

### under-damped response.

Unit step response to the system:

$$
C(s) = \frac{K_1}{s} + \frac{\alpha + j\beta}{s+1+j\sqrt{8}}+ \frac{\alpha - j\beta}{s+1-j\sqrt{8}}
$$

Thus the form of system’s response:

$$
c(t) = K_1 + e^{-\sigma_dt} \lbrack 2\alpha \cos \omega_d t+ 2\beta \sin \omega_d t \rbrack
$$

$$
e^{-\sigma_dt} \lbrack 2\alpha \cos \omega_d t+ 2\beta \sin \omega_d t \rbrack = K_4 e^{-\sigma_d t} \cos (\omega_dt - \phi)
$$

where $\phi = \tan^{-1}(\frac{\beta}{\alpha})$ and $K_4=\sqrt{(2\alpha)^2 + (2\beta)^2}$

### general second-order systems

- nature frequency $\omega_n$: frequency of oscillation of the system
- damping ratio $\zeta = \frac{\text{exponential decay frequency}}{\text{natural frequency (rad/sec)}}$

_Deriving_ $\zeta$:

- For _under-damped_ system, the poles are $\sigma = \frac{-a}{2}$

### %OS (percent overshoot)

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

