RLC_series_circuit RLC_series_circuit

RLC series circuit - Definition

Related Words: Ambience, Annulus, Arena, Areola, Association, Aureole, Bailiwick, Beat, Booking, Border, Borderland, Bound, Boundary, Break

An RLC circuit is a kind of electrical circuit composed of a resistor (R), an inductor (L), and a capacitor (C). See RC circuit for the simpler case. A voltage source is also implied. It is called a second-order circuit or second-order filter as any voltage or current in the circuit is the solution to a second-order differential equation.

The resonant or center frequency of such a circuit (in hertz) is:

<math>

f_c = {1 \over 2 \pi \sqrt{L C}} <math>

It is a form of bandpass or bandcut filter, and the Q factor is

<math>

Q = {f_c \over BW} = {2 \pi f_c L \over R} = {1 \over \sqrt{R^2 C / L}} <math>

There are two common configurations of RLC circuits: series and parallel.

Contents

Series RLC Circuit

In this circuit, the three components are in series with the voltage source. An RLC series circuit has a resonant frequency and is often used as a model for analysing electronic circuits, such as calculating impedance.

Image:RLC-serial-1.PNG

Where the notations in the figure above are:

  • V - the voltage of the power source (measured in volts V)
  • I - the current in the circuit (measured in amperes A)
  • R - the resistance of the resistor (measured in ohms = V/A)
  • L - the inductance of the inductor (measured in henries = Vs/A)
  • C - the capacitance of the capacitor (measured in farads = C/V = As/V)

Given the parameters V, R, L, and C, the solution for the current (I) using Kirchoff's voltage law (or KVL) is:

<math>

{V_R+V_L+V_C=V} \, <math>

For a time-changing voltage V(t), this becomes

<math>

RI(t) + L { {dI} \over {dt}} + {1 \over C} \int_{-\infty}^{t} I(\tau)\, d\tau = V(t) <math>

Rearranging the equation will result in the following second order differential equation:

<math>

{{d^2 I} \over {dt^2}} +{R \over L} {{dI} \over {dt}} + {1 \over {LC}} I(t) = {1 \over L} {{dV} \over {dt}} <math>

The ZIR (Zero Input Response) solution

Nullifying the input (voltage sources) we get the equation:

<math>

{{d^2 I} \over {dt^2}} +{R \over L} {{dI} \over {dt}} + {1 \over {LC}} I(t) = 0 <math>

with the initial conditions for the inductor current, IL(0), and the capacitor voltage VC(0). However, in order to solve the equation properly, the initial conditions needed are I(0) and I'(0).

The first one we already have since the current in the main branch is also the current in the inductor, therefore

<math>

I(0)=I_L(0) \, <math>

The second one is obtained employing KVL again:

<math>

V_R(0)+V_L(0)+V_C(0)=0 \, <math>

<math>

\Rightarrow I(0)R+I'(0)L+V_C(0)=0 \, <math>

<math>

\Rightarrow I'(0)={1 \over L}\left[-V_C(0)-I(0)R \right] <math>

We have now a homogeneous second order differential equation with two initial conditions. Usually second order differential equations are written as:

<math>

I''+2\xi \omega_k I' + \omega_k^2 I = 0 <math>

In case of an electrical circuit ωk > 0 and therefore, there are three possible cases:

Over damping

<math>

\alpha>1 \Rightarrow R^2 C>4L \, <math>

In this case, the characteristic polynomial's solutions are both negative real numbers. This is called "over damping":

Image:RLC-serial-Over_Damping.PNG

Two negative real roots, the solutions are:

<math>

I(t)=a e^{\lambda_1 t} + b e^{\lambda_2 t} <math>

Critical damping

<math>

\alpha=1 \Rightarrow R^2 C=4L \, <math>

In this case, the characteristic polynomial's solutions are identical negative real numbers. This is called "critical damping":

Image:RLC-serial-Critical_Damping.PNG

The two roots are identical (<math> \lambda_1=\lambda_2=\lambda <math>), the solutions are:

<math>I(t)=(a+bt) e^{\lambda t}

<math>

Under damping

<math>

\alpha<1 \Rightarrow R^2 C<4L \, <math>

In this case, the characteristic polynomial's solutions are complex conjugate and have negative real part. This is called "under damping":

Image:RLC-serial-Under_Damping.PNG

Two conjugate roots (<math>\lambda_1 = \bar \lambda_2 = \alpha + i\beta<math>), the solutions are:

<math>

I(t)=e^{\alpha t} \left[ a sin(\beta t) + b cos(\beta t) \right] <math>

The ZSR (Zero State Response) solution

This time we nullify the initials conditions and stay with the following equation:

<math>

\left\{\begin{matrix} {{d^2 I} \over {dt^2}} +{R \over L} {{dI} \over {dt}} + {1 \over {LC}} I(t) = {1 \over L}{{dV} \over {dt}} \\ I(0^{-})=I'(0^{-})=0 \end{matrix}\right. <math>

Separate solution for every possible function for V(t) is impossible, however, there is a way to find a formula for I(t) using convolution. In order to do that, we need a solution for a basic input - the Dirac delta function.

In order to find the solution more easily we will start solving for the Heaviside step function and then using the fact our circuit is a linear system, its derivative will be the solution for the delta function.

The equation will be therefore, for t>0:

<math>

\left\{\begin{matrix} {{d^2 I_u} \over {dt^2}} +{R \over L} {{dI_u} \over {dt}} + {1 \over {LC}} I_u(t) = 0 \\ I(0^{+})=0 \qquad I'(0^{+})={1 \over L} \end{matrix}\right. <math>

Assuming λ1 and λ2 are the roots of

<math>

P(R)= R^2+2\xi \omega_k R + \omega_k^2 <math>

then as in the ZIR solution, we have 3 cases here:

Over Damping

Two negative real roots, the solution is:

<math>

I_u(t)={1 \over {L(\lambda_1-\lambda_2)}} \left[ e^{\lambda_1 t}-e^{\lambda_2 t} \right] <math>

<math>

\Rightarrow I_{\delta}(t)={1 \over {L(\lambda_1-\lambda_2)}} \left[ \lambda_1 e^{\lambda_1 t}-\lambda_2 e^{\lambda_2 t} \right] <math>

Critical Damping

The two roots are identical (<math> \lambda_1=\lambda_2=\lambda <math>), the solution is:

<math>

I_u(t)={1 \over L} t e^{\lambda t} <math>

<math>

\Rightarrow I_{\delta}(t)={1 \over L} (\lambda t+1) e^{\lambda t} <math>

Under Damping

Two conjugate roots (<math>\lambda_1 = \bar \lambda_2 = \alpha + i\beta<math>), the solution is:

<math>

I_u(t)={1 \over {\beta L}} e^{\alpha t} sin(\beta t) <math>

<math>

\Rightarrow I_{\delta}(t)={1 \over {\beta L}} e^{\alpha t} \left[ \alpha sin(\beta t) + \beta cos(\beta t) \right] <math>

(to be continued...)

Parallel RLC Circuit

Image:RLC-parallel-1.PNG

See also

Example Usage of circuit

moviesForU: XStreamHD™ and Jabil circuit have Entered a Long-term Manufacturing Relationship http://twa.lk/yvKy0
dj_ron27: Note to self: Don't touch the MIG wire while it is feeding, it turns live, you will get an electric shock and you will trip the RCD circuit.
DXB2AbuDhabi: F1 abudhabi, 14 November 2010, phew, AUH circuit got wht it wanted, last race of the season, I got hotel rooms on Yas Island 4 ADIPEC yupiee
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.