Saturday, June 11, 2011

Circuit Equations

There are two (related) approaches:
  1. Derive the circuit (differential) equations in the time domain, then transform these ODEs to the s-domain;
  2. Transform the circuit to the s-domain, then derive the circuit equations in the s-domain (using the concept of "impedance").
We will use the first approach. We will derive the system equations(s) in the t-plane, then transform the equations to the s-plane. We will usually then transform back to the t-plane.

EXAMPLE 1

Consider the circuit when the switch is closed at t = 0 with VC(0) = 1.0 V. Solve for the current i(t) in the circuit.
math expression
MATH
Multiplying throughout by 10−6:
MATH
Taking Laplace transform:

MATH

Now in this example, we are told $V_{C}(0)=1.0$.

So
MATH
That is: MATHTherefore: MATH
NOTE: MATH

MATH

Collecting I terms and subtracting $\dfrac{10^{-6}}{s}$ from both sides:

MATH

Finding the inverse Laplace transform gives us
MATH

10_lap_app1_18pt__19.png
Note: Throughout this page these problems are also solved using Scientific Notebook. They are TEX files and you need Scientific Notebook or similar, to view them.
Alternative answer using Scientific Notebook. (.tex file) math


EXAMPLE 2

Solve for i(t) for the circuit, given that V(t) = 10 sin5t V, R = 4 W and L = 2 H.

math expression
MATH


MATH
So MATH


25 = A(s2 + 25) + (Bs + C)(s + 2)
We need to solve for A, B and C.
First, let s = −2 and this gives
25 = 29A
Thus A = 25/29
Next, we equate coefficients of s2:
$0=A+B\qquad $gives $B=-\dfrac{25}{29}$
Equating coefficients of $s$:
$0=2B+C$ gives $C=\dfrac{50}{29}$
So
MATH
So we have
MATH A
10_lap_app2_18pt__20.png
Alternative answer using Scientific Notebook. (.tex file) math


EXAMPLE 3

In the circuit shown below, the capacitor is uncharged at time t = 0. If the switch is then closed, find the currents i1 and i2, and the charge on C at time t greater than zero.
math expression
NOTE: We could either:
  • Set up the equations, take Laplace of each, then solve simultaneously
  • Set up the equations, solve simultaneously, then take Laplace.
It is easier in this example to do the second method. In many examples, it is easier to do the first method.
For the first loop, we have:

MATH
For the second loop, we have:

MATH
Substituting (2) into (1) gives:

MATH
Next we take the Laplace Transform of both sides.
Note:
MATH
In this example, $q_{0}=0$. So MATH

MATH
Now taking Inverse Laplace:
MATH
And using result (2) from above, we have:
MATH
For charge on the capacitor, we first need voltage across the capacitor:
MATH
So, since $V_{C}=\dfrac{q}{C}$, we have:
MATH
Graph of q(t):

10_lap_app3_18pt__19.png


EXAMPLE 4

In the circuit shown, the capacitor has an initial charge of 1 mC and the switch is in position 1 long enough to establish the steady state. The switch is moved from position 1 to 2 at t = 0. Obtain the transient current i(t) for t > 0.
math expression
Position 1, after a `long time': MATH A
Position 2: ($t\geq 0$)
We apply $=\sum $emf, and consider the sum of the potential difference across elements.
In position 2, there is no emf.
MATH

Finding Laplace Transform:
MATH
Multiplying by $10s$:
MATH
Solving for I and completing the square on the denominator gives us:
I
So the transient current is:
MATH
We could transform the trigonometric part of this to a single expression:
2 cos 222.2t − 0.45 sin 222.2t = R cos(222.2t + α)
MATH
MATH
So MATH

10_lap_app4_18pt__21.png



EXAMPLE 5

The system is quiescent. Find the loop current i2(t).
math expression
Quiescent implies i1, i2 and their derivatives are zero for t = 0, ie
i1(0) = i2(0) = i1'(0) = i2'(0) = 0.

For loop 1:
MATH
For loop 2:

MATH
Substituting our result from (1) gives:
MATH
Taking Laplace transform:

MATH
Let MATH
So $20=A(s+250)+Bs$
MATH
MATH
So MATH
Taking Inverse Laplace:
So MATH

10_lap_app5_18pt__17.png
Alternative answer using Scientific Notebook. (.tex file) math


EXAMPLE 6

Consider a series RLC circuit where R = 20 W, L = 0.05 H and C = 10-4 F and is driven by an alternating emf given by E = 100 cos 200t. Given that both the circuit current i and the capacitor charge q are zero at time t = 0, find an expression for i(t) in the region t > 0.
We use the following:
MATH
and obtain:
MATH
After multiplying throughout by 20, we have:
MATH
Taking Laplace transform and using the fact that i(0) = 0:
MATH
Using Scientific Notebook to find the partial fractions:
MATH
MATH
So
MATH
So
MATH + cos200t − 2 sin 200t

NOTE: Scientific Notebook can do all this for us very easily. In one step, we have:
MATH
MATH + cos200t − 2 sin 200t

10_lap_app6_18pt__21.png
Transient part: MATH
10_lap_app6_18pt__23.png
Steady state part: MATH
10_lap_app6_18pt__25.png
Alternative answer using Scientific Notebook. (.tex file) math


EXAMPLE 7

A rectangular pulse vR(t) is applied to the RC circuit shown. Find the response, v(t).
Graph of vR(t):
math expression math expression
Note: v(t) = 0 V for all t < 0 s implies v(0-) = 0 V.
Now MATH
To solve this, we need to work in voltages, not current.
We start with MATH.
The voltage across a capacitor is given by MATH.
It follows that $C\dfrac{dv}{dt}=i$.
So for this example we have:
MATH
Substituting known values:
MATH
Then
MATH
Taking Laplace:MATH
Since $v_{0}=0$, we have:
MATH

MATH
So, taking inverse Laplace
MATH
NOTE: For the part: MATH, we use:
MATH
So we have:
MATH

MATH

Solution Using Scientific Notebook

1. To find the Inverse Laplace:
MATH

2. To solve the original DE:
MATH
Exact solution for v(t):
MATH
To see what this means, we could write it as follows:
MATH

To see what our expression for v(t) means, we graph it as follows:

10_lap_app7_18pt__31.png
Alternative answer using Scientific Notebook. (.tex file) math

http://www.intmath.com/laplace-transformation/10-applications.php



No comments:

Post a Comment