Second Order Circuits: Difference between revisions

From Rice Wiki
No edit summary
Line 7: Line 7:
* Parallel RLC circuits
* Parallel RLC circuits
* Series RLC circuits
* Series RLC circuits
This page will analyze them and derive some useful equations.


= Series RLC Circuits =
= Series RLC Circuits =
Line 53: Line 55:


we get a ''homogeneous second-order
we get a ''homogeneous second-order
differential equation''.
differential equation'', which has a standard solution that I
will not go into detail. Briefly, it is solved by assuming
<math>v = A e^{st}</math> since derivatives of <math>v</math>
must take the same form to cancel out to zero.
 
By applying the standard solution, we have
 
<math>
A e^{st} \left(s^2 + \frac{s}{RC} + \frac{1}{LC} \right) = 0
</math>
 
Which simplifies to
 
<math>
s^2 + \frac{s}{RC} + \frac{1}{LC} = 0
</math>
 
This is the '''characteristic equation''' of the differential
equation, as the root of the quadratic determines properties
of <math>v(t)</math>
 
<math>
s_{1,2} = - \frac{1}{2RC} \pm \sqrt{
\left(\frac{1}{2RC}\right)^2 - \frac{1}{LC}}
= - \alpha \pm \sqrt{\alpha^2 - \omega_0^2}
</math>
 
where
 
<math>
\alpha = \frac{1}{2RC}
</math>
 
and
 
<math>
\omega_0 = \frac{1}{\sqrt{LC}}
</math>
 
It can be pretty easily proven that the sum of the two roots is also a solution
 
<math>
v = A_1 e^{s_1 t} + A_2 e^{s_2 t}
</math>


[[Category:Electrical Engineering]]
[[Category:Electrical Engineering]]

Revision as of 07:50, 8 March 2024

Second order circuits are circuits that have two energy storage elements, resulting in second-order differential equations.

One application of second order circuits is in timing computers. As we will see, an RLC circuit can generate a sinusoidal wave.

There are primarily two types of second order circuits:

  • Parallel RLC circuits
  • Series RLC circuits

This page will analyze them and derive some useful equations.

Series RLC Circuits

Natural Response

An unforced series RLC circuit

Consider an un-forced RLC circuit. We want to find .

First, we can use KVL and KCL

Next, we can use and substitution to get

Changing the order and moving the constants,

Moving constants away from the first term to get a second-order differential equation,

Parallel RLC Circuits

Natural Response

A parallel unforced RLC circuit

By KCL,

By differentiating once with respect to and rearranging some constants,

we get a homogeneous second-order differential equation, which has a standard solution that I will not go into detail. Briefly, it is solved by assuming since derivatives of must take the same form to cancel out to zero.

By applying the standard solution, we have

Which simplifies to

This is the characteristic equation of the differential equation, as the root of the quadratic determines properties of

where

and

It can be pretty easily proven that the sum of the two roots is also a solution