RLC H-Bridge

A DC voltage source feeds an RLC H-Bridge circuit through a switch. The switch is initially open, and the inductor and capacitor are initially de-energized.

By inspection, when the switch closes at time t = 0 t = 0 , the current flowing out of the source is 10 10 amps. And the current flowing out of the source approaches 5 5 amps as the elapsed time goes toward infinity.

But the minimum source current during the transient is slightly less than 5 5 amps. If the minimum source current is I S m i n I_{Smin} , give your answer as 1000 I S m i n \lfloor 1000 \, I_{Smin} \rfloor .


The answer is 4858.

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.

3 solutions

Laszlo Mihaly
May 4, 2019

We are going to use s-domain analysis and Laplace transformation. (Roughly speaking, s s corresponds to j ω j\omega , where j = 1 j=\sqrt{-1} .) The impedance of the circuit is Z = s 1 + s + 2 1 + 2 s Z=\frac{s}{1+s}+\frac{2}{1+2s} . The admittance is Y = 1 / Z Y=1/Z . The Laplace transform of the unit step function is 1 / s 1/s ; for a 10V source it is 10 / s 10/s . The time dependent current is the inverse Laplace transform of

10 s Y = 10 s ( s 1 + s + 2 1 + 2 s ) \frac{10}{s}Y=\frac{10}{s\left(\frac{s}{1+s}+\frac{2}{1+2s}\right)}

Feeding this function to an inverse Laplace transformator (e.g. here ) we get

i ( t ) = 10 [ 1 2 + ( 3 7 14 sin α t + 1 2 cos α t ) e β t ] i(t)=10\left[ \frac{1}{2} +\left( \frac {3\sqrt7}{14} \sin \alpha t +\frac{1}{2} \cos\alpha t\right) e^{-\beta t}\right]

where α = 7 4 \alpha=\frac {\sqrt{7}}{4} and β = 3 4 \beta=\frac {3}{4}

Graphing the function yields a minimum value of 4.8583 around the time of 4.75 s.

Thanks for the solution. I hadn't seen a generalized inverse transformator utility until now

Steven Chase - 2 years, 1 month ago

Log in to reply

I had long forgotten this Laplace thing, but looked it up because you were putting out problems with step function excitations ("close the switch"). It was fun to re-learn it after so many years. (BTW, by posting a bunch of excellent problems, you made me break my promise of not writing more solutions.)

Laszlo Mihaly - 2 years, 1 month ago

Log in to reply

Glad you enjoyed it. I do hope you stick around, at least a bit.

Steven Chase - 2 years, 1 month ago

Also, I assume you meant 4.8583 as the minimum, instead of 4.3583

Steven Chase - 2 years, 1 month ago

Corrected.

Laszlo Mihaly - 2 years, 1 month ago
Steven Chase
May 3, 2019

I will use the state space approach, combined with numerical integration. We want to solve for the inductor current and the capacitor voltage as state variables, and calculate the source current as a function of those. The idea is to express the time derivatives of the state variables as functions of the state variables and forcing function.

State-space expression for the inductor current:

V L = L I L ˙ V S V C = L I L ˙ I L ˙ = V S V C L \large{V_L = L \, \dot{I_L} \\ V_S - V_C = L \, \dot{I_L} \\ \dot{I_L} = \frac{V_S - V_C}{L}}

Expression for source current (note that this includes both state variables):

I S = I L + I R 1 I S = I L + V S V C R 1 \large{I_S = I_L + I_{R1} \\ I_S = I_L + \frac{V_S - V_C}{R_1}}

State-space expression for the capacitor voltage:

I C = C V C ˙ I S I R 2 = C V C ˙ I S V C R 2 = C V C ˙ V C ˙ = I S V C / R 2 C \large{I_C = C \, \dot{V_C} \\ I_S - I_{R2} = C \, \dot{V_C} \\ I_S - \frac{V_C}{R_2} = C \, \dot{V_C} \\ \dot{V_C} = \frac{I_S - V_C/R_2}{C}}

Numerical integration yields the following time plot for the source current. The current dips down to about 4.858.

K T
Mar 15, 2020

Labeling the legs of the H 1 through 4, and assuming a potential V V at the centre of the H we get the following information:

  1. Upper left : 10 V = I 1 10-V=I_1 (resistor of 1Ω)
  2. Upper right: : 10 V = I 2 ˙ 10-V=\dot{I_2} (selfinductance of 1H)
  3. Lower left : V = I 3 d t V=\int{I_3}dt (capacitor of 1C)
  4. Lower right : V = 2 I 4 V=2I_4 (resistor of 2Ω)

Combining 1. and 2. we get I 1 = I 2 ˙ I_1=\dot{I_2} . Combining 3. and 4. we get I 3 = 2 I 4 ˙ I_3=2\dot{I_4} .

Observe that the same current runs through the upper and lower half of the H: I 1 + I 2 = I 3 + I 4 I_1+ I_2= I_3+ I_4 .
Using the above results write this as I 2 ˙ + I 2 = 2 I 4 ˙ + I 4 \dot{I_2}+ I_2= 2\dot{I_4}+ I_4

Observe that voltages add up: 10 = V 1 + V 4 = I 1 R 1 + I 4 R 4 = I 1 1 + I 4 2 10=V_1+V_4=I_1R_1+I_4R_4=I_1\cdot1+I_4\cdot2 so I 1 = 10 2 I 4 I_1=10-2I_4 and hence 2 I 4 = 10 I 2 ˙ 2I_4=10-\dot{I_2}
Use this to arrive at this differential equation: 2 I 2 ¨ + 3 I 2 ˙ + 2 I 2 = 10 2\ddot{I_2}+ 3\dot{I_2}+ 2I_2= 10 which has the general solution:

I 2 ( t ) = ( a sin 7 t 4 + b cos 7 t 4 ) e 3 t 4 + 5 I_2(t)=( a \sin \frac{\sqrt{7}t}{4} + b \cos \frac{\sqrt{7}t}{4})e^{\frac{-3t}{4}} + 5

I 2 ˙ = ( ( 3 a 4 7 b 4 ) sin 7 t 4 + ( 3 b 4 + 7 a 4 ) cos 7 t 4 ) e 3 t 4 \dot{I_2}=  ( (-\frac{3a}{4} - \frac{\sqrt{7b}}{4}) \sin \frac{\sqrt{7}t}{4} + (-\frac{3b}{4} + \frac{\sqrt{7a}}{4}) \cos \frac{\sqrt{7}t}{4} ) e^{\frac{-3t}{4}}

This is just the current through the solenoid. To get the total current I, we use I = I 1 + I 2 = I 2 ˙ + I 2 I=I_1+I_2=\dot{I_2}+I_2 to find I ( t ) = ( ( a 4 7 b 4 ) sin 7 t 4 + ( b 4 + 7 a 4 ) cos 7 t 4 ) e 3 t 4 + 5 I(t)=( (\frac{a}{4} - \frac{\sqrt{7}b}{4}) \sin \frac{\sqrt{7}t}{4} + (\frac{b}{4} + \frac{\sqrt{7}a}{4}) \cos \frac{\sqrt{7}t}{4} ) e^{\frac{-3t}{4}} + 5

Because at time t = 0 t=0 no current runs through the selfinductance, I 2 ( 0 ) = 0 I_2(0)=0 and hence b = 5 b=-5 .
And since I ( 0 ) = 10 I(0)=10 , we see that b 4 + 7 a 4 + 5 = 10 \frac{b}{4} + \frac{\sqrt{7}a}{4} + 5 =10 and hence a = 25 7 a = \frac{25}{ \sqrt{7}} . We now know the total current I as a function of time:

I ( t ) = ( 15 7 7 sin 7 t 4 + 5 cos 7 t 4 ) e 3 t 4 + 5 I(t)=(\frac{15}{7} \sqrt{7} \sin \frac{\sqrt{7}t}{4} + 5 \cos \frac{\sqrt{7}t}{4}) e^{\frac{-3t}{4}}+5

Now we look for the minima of I(t). Its time derivative I ˙ ( t ) = 20 7 7 sin 7 t 4 e 3 t 4 \dot{I}(t)=\frac{-20}{7} \sqrt{7}  \sin \frac{\sqrt{7}t}{4} e^{\frac{-3t}{4}} has zeros at t = 4 π n 7 t=\frac{4πn}{\sqrt{7}} .
The first minimum after closing the switch has I ( 4 π 7 ) = 5 ( 1 e 3 π 7 ) = 4.8581... I(\frac{4π}{\sqrt{7}})=5(1-e^{\frac{-3π}{\sqrt{7}}})=4.8581...

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...