Second Order Circuits: Difference between revisions
No edit summary |
No edit summary |
||
Line 108: | Line 108: | ||
* '''Underdamped''', where there are complex solutions | * '''Underdamped''', where there are complex solutions | ||
* '''Critically damped''', where the solutions are not distinct. | * '''Critically damped''', where the solutions are not distinct. | ||
=== Overdamped === | |||
For an overdamped response, we have | For an overdamped response, we have | ||
Line 115: | Line 118: | ||
</math> | </math> | ||
The A's can be solved by substituting in v(0) and dv(0)/dt | The A's can be solved by substituting in <math>v(0)</math> and | ||
<math>dv(0) / dt = i_C / C</math> | |||
=== Underdamped === | |||
For an underdamped response, we have | |||
<math> | |||
s_{1,2} = - \alpha \pm j \omega_d | |||
</math> | |||
where there is damped radian frequency | |||
<math> | |||
\omega_d = \sqrt{w_0^2 - \alpha^2} | |||
</math> | |||
The natural response comes to | |||
<math> | |||
v(t) = B_1 e^{-\alpha t} \cos \omega_d t + B_2 e^{-\alpha t} \sin \omega_d t | |||
</math> | |||
This is derived from Euler's formula | |||
[[Category:Electrical Engineering]] | [[Category:Electrical Engineering]] |
Revision as of 08:12, 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
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
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
Characteristic Equation
The above 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
Forms
Depending on the root, there are three forms:
- Overdamped, where there are real, distinct solutions
- Underdamped, where there are complex solutions
- Critically damped, where the solutions are not distinct.
Overdamped
For an overdamped response, we have
The A's can be solved by substituting in and
Underdamped
For an underdamped response, we have
where there is damped radian frequency
The natural response comes to
This is derived from Euler's formula