Electronic – How does the second order time constant affect circuit behavior

capacitorcircuit analysiscontrol systempassive-networkstransfer function

I learned that the transfer function of a second order circuit can be expressed in the following standard way:
$$
\frac{K}{\tau_s^2 s^2 + 2 \zeta \tau_s s + 1}
$$

Where:

  • \$K\$ is the gain
  • \$\zeta\$ is the damping factor
  • \$\tau_s\$ is the second order time constant

In trying to understand the meaning of \$\tau_s\$, I found this link that states:

The second order process time constant is the speed that the output response reaches a new steady state condition.

This statement made me have some doubts about how to interpret of this constant.

My questions:

  • Considering, for example, the two transfer functions below:

$$
\begin{array}{c|c}
H_1(s)=\dfrac{5}{2s^2+3s+1} \qquad & \qquad H_2(s)=\dfrac{5}{8s^2+6s+1}
\end{array}
$$

Both have \$0\$ as the steady state condition. Since \$\tau_2 >\tau_1\$, can we conclude that the output of the circuit represented by \$H_2(s)\$ will reach \$0\$ faster than the one represented by \$H_1(s)\$? Can we conclude that the transient response vanishes faster in \$H_2(s)\$, because it has a bigger time constant?


  • If we are dealing with an overdamped second order circuit that is a combination of two first order circuits, such as the following

$$
\left(\frac{K}{\tau_{p1}\,s + 1}\right) \left(\frac{1}{\tau_{p2}\,s + 1}\right) = \frac{K}{\tau_{p1}\tau_{p2}\,s^2 + \left(\tau_{p1}+\tau_{p2}\right)s + 1}
$$

         we can say that \$\tau_{p1}\cdot\tau_{p2} = \tau_s^2 \implies \tau_s=\sqrt{\tau_{p1}\cdot\tau_{p2}}\$

If \$T_1\$ is the time constant of one of the cascaded first order circuit \$\left(T_1=-\dfrac{1}{\tau_{p1}}\right)\$ and \$T_2\$ of the other \$\left(T_2=-\dfrac{1}{\tau_{p2}}\right)\$, we have:

$$
\tau_s=\sqrt{\frac{T_1+T_2}{T_1\cdot T_2}}
$$

So, if one defines \$T_s\triangleq \dfrac{1}{\tau_s}\$, will this value have any meaning, like \$T_1\$ and \$T_2\$ have for a first order circuit (for example, the time to decrease/reach certain value)?


A correction about the expressions in the second question (thanks to @TimWescott):

The poles are \$p_1=-\dfrac{1}{\tau_{p1}}\$ and \$p_2=-\dfrac{1}{\tau_{p2}}\$. Thus, we have:
$$
\begin{array}{c|c|c}
T_1=-\dfrac{1}{p_1}=\tau_{p1} \qquad
& \qquad T_2=-\dfrac{1}{p_2}=\tau_{p2} \qquad
& \qquad \tau_s=\displaystyle\sqrt{T_1\cdot T_2}
\end{array}
$$

Therefore, what I meant was \$T_s\triangleq \tau_s\$. (So, I could have used \$\tau_{p1}\$, \$\tau_{p2}\$ and \$\tau_s\$ directly)

Best Answer

Both have 0 as the steady state condition.

You are confusing transfer functions for signals. A transfer function describes a system's behavior; it is a characteristic of some other thing. A signal is more or less a function that evolves in time.

\$H_1\$ and \$H_2\$ both have a DC gain of five, so if the systems they represent are excited by a signal that reaches a steady-state condition, their outputs will each reach a steady-state condition five times the value the input settles to.

If \$T_1\$ is the time constant of one of the cascaded first order circuit (\$T_1 = −\frac{1}{\tau_{p1}}\$).

Time constant implies a variable with units of seconds. Your \$T_1\$ has units of 1/seconds.

will this value have any meaning, ... for a first order circuit (for example, the time to decrease/reach certain value)?

Not particularly. Google "dominant pole". Basically, in a heavily overdamped system that doesn't have significant pole-zero cancellation, the slowest pole wins, and eventually dominates the response.