The switch closes at time , and both inductors are initially de-energized. The circuit is excited by a DC voltage source.
Let be the energy dissipated in resistor between and . Let be the energy dissipated in resistor between and .
What is ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the current flowing through R 1 be I and that flowing through L 2 be I 1 . Based on this, the equations for the circuit are derived using Kirchoff's laws and rearranged into a state-space form as shown below:
[ I ˙ I ˙ 1 ] = [ − 2 1 1 − 1 ] [ I I 1 ] + [ 1 0 ] V s
Current through the resistors R 1 and R 2 are respectively:
I R 1 = [ 1 0 ] [ I I 1 ]
I R 2 = [ 1 − 1 ] [ I I 1 ]
Introducing shorthand notation. Let:
x = [ I I 1 ] A = [ − 2 1 1 − 1 ] B = [ 1 0 ] u = V s C 1 = [ 1 0 ] C 2 = [ 1 − 1 ]
So the system of governing equations becomes:
x ˙ = A x + B u I R 1 = C 1 x I R 2 = C 2 x
Now, The first equation is solved as such:
x ˙ = A x + B u ⟹ e − A t x ˙ − e − A t A x = e − A t B u ⟹ d t d ( e − A t x ) = e − A t B u
Separating variables and integrating and applying the initial condition that at t = 0 , both I and I 1 are equal to zero:
x = e A t ( ∫ 0 t e − A s d s ) B u ⟹ x = ( I 2 − e − A t ) A − 1 B u
Note that here I 2 is the identity matrix of two rows and columns. Not to be confused with the quantity of current. Finally, we get:
I R 1 = C 1 ( I 2 − e − A t ) A − 1 B u I R 2 = C 2 ( I 2 − e − A t ) A − 1 B u
Now the matrix exponentials can be computed by using the eigenvalues and eigen vectors of the matrix A . By substituting the matrix exponentials and other quantities and simplifying the expressions for currents gives two functions of time describing the currents I and I 1 . A good way to check whether the answer is correct is by taking the limiting value of currents as time tends to infinity. The limiting value of I is 10 amps while that for I 1 is zero. From here the following integrals can be computed easily but the evaluation requires some patience. I have left out most of the number-crunching and have focussed on the concepts.
E R 1 = ∫ 0 1 0 I R 1 2 R 1 d t E R 2 = ∫ 0 1 0 I R 2 2 R 2 d t
The answer is E R 2 E R 1 ≈ 4 1 . 5 2 8
The recommended approach to this problem is numerical but I have presented an analytical route.