A balanced three-phase voltage source feeds a balanced set of load resistors through a lossless transmission line. The three phases of the transmission line are magnetically coupled, which can be modeled in the time-domain using self and mutual inductances as follows:
V A S ( t ) − L S I ˙ A − L M I ˙ B − L M I ˙ C = V A R ( t ) V B S ( t ) − L M I ˙ A − L S I ˙ B − L M I ˙ C = V B R ( t ) V C S ( t ) − L M I ˙ A − L M I ˙ B − L S I ˙ C = V C R ( t )
In the circuit, the star (neutral) point of the voltage sources is taken as the voltage reference. By convention, the currents flow across the transmission line from left to right. The system parameters are:
V A S ( t ) = 1 0 0 sin ( ω t ) V B S ( t ) = 1 0 0 sin ( ω t − 2 π / 3 ) V C S ( t ) = 1 0 0 sin ( ω t + 2 π / 3 ) ω = 1 2 0 π L S = 5 0 / ω L M = 3 0 / ω R = 1
At time t = 0 , currents ( I A , I B , I C ) are all zero. Let I 1 be the maximum (greatest) instantaneous value of I A over all time. Let I 2 be the AC-steady-state peak value of I A , after all of the initial transients have died out.
What is I 1 + I 2 ?
Note: I 1 and I 2 are both positive numbers
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.
Problem Loading...
Note Loading...
Set Loading...
The first step is writing down the circuit equations by applying Kirchoff's laws.
V A S − I A R = ( V A S − V A R ) V B S − I B R = ( V B S − V B R ) V C S − I C R = ( V C S − V C R )
Replacing the equation V A S − V A R by the given transmission line model, in each equation, re-writing in a matrix form, and simplifying gives:
⎣ ⎡ I ˙ A I ˙ B I ˙ C ⎦ ⎤ = − R ⎣ ⎡ L S L M L M L M L S L M L M L M L S ⎦ ⎤ − 1 ⎣ ⎡ I A I B I C ⎦ ⎤ + ⎣ ⎡ L S L M L M L M L S L M L M L M L S ⎦ ⎤ − 1 ⎣ ⎡ V A S V B S V C S ⎦ ⎤
In shorthand notation:
I ˙ = A I + B V A = − R ⎣ ⎡ L S L M L M L M L S L M L M L M L S ⎦ ⎤ − 1 ; B = ⎣ ⎡ L S L M L M L M L S L M L M L M L S ⎦ ⎤ − 1 I = ⎣ ⎡ I A I B I C ⎦ ⎤ ; V = ⎣ ⎡ V A S V B S V C S ⎦ ⎤ I A ( 0 ) = 0 ; I B ( 0 ) = 0 ; I C ( 0 ) = 0
The given set of linear differential equations can be solved analytically, however, a numerical route is chosen. The coding details are left out for now but the solution I A ( t ) looks as such:
One can see that the transient response dies out after approximately 0.2 seconds. From this array of time-varying data as shown in the plot, the values asked for can be obtained.
The peak current is 9.2715 A while the peak steady-state current is 4.9946 A (almost 5 A). The required answer is 1 4 . 2 6 6 2 A .