A DC voltage source excites an RLC network as shown below. At time t = 0 , the inductors and capacitors are de-energized.
I R ( t ) is the current flowing through the resistor from left to right . Let I R 0 be the resistor current at time t = 0 , and let I R ∞ be the limiting value of the resistor current as the elapsed time approaches infinity. Let I R m i n be the smallest resistor current value between t = 0 and t = ∞ .
Determine the following quantity:
Q = I R m i n I R 0 I R ∞
Details and Assumptions:
1)
V
S
=
1
0
2)
L
1
=
L
2
=
1
3)
C
1
=
C
2
=
5
4)
R
=
1
5)
The bigger the absolute value of a negative number, the smaller the number
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.
How robust are those inverse Laplace transform calculator programs? Do they choke for higher-order circuits? Then again, it might not even be possible to form the Laplace function for those circuits anyway. It's impressive that you were able to do it here.
Log in to reply
Thank you. I used Wolfram for the inverse Laplace transform. The site has an online calculator. I have not tested that tool for higher-order circuits just yet. I could apply this for one of your earlier problems but given that solving for the resistor current in the s-domain was a sizeable amount of work, I also speculate that it would be more tedious for higher-order circuits.
As for this problem, I wanted to try out a method different from the usual brute-force numerical integration technique. It worked out well in this case.
Log in to reply
@Karan Chatrath Sir I have also written Kirchhoff equation correctly but after that in laplace you have added ( s ) what does it mean.? Did after that you have solved all 8 equation analytically? Elaborate please
Log in to reply
@A Former Brilliant Member – You can read about Laplace transforms by searching the internet and see how they are applied to solve linear differential equations. The meaning of s , etc. will become evident.
Log in to reply
@Karan Chatrath – @Karan Chatrath No extra information is required for that question. @Steven Chase sir has posted his solution also.
Log in to reply
@A Former Brilliant Member – Okay, I figured it out. Even I get an answer of around 1.58. The wording of the problem did not help me understand it very well, to be honest. You said 'the equation of motion has the form...'.
Firstly, the correct word to use there is not 'equation of motion', in my opinion. It is 'trajectory' or 'path'. Secondly, when you say that the equation is 'of the form..', you are suggesting that the path has a similar form as that but it is not exactly that. I found it misleading.
The correct phrase to use would be:
'Under the influence of the external electric field, the particle moves along the trajectory y = 3 x − 4 x 2 ...'. I suggest rephrasing the problem.
A very big reason I am able to correctly solve many problems by @Steven Chase is that they are very clearly stated with no room for confusion. I think this is an important quality for all of us to work on while posting problems.
Log in to reply
@Karan Chatrath – @Karan Chatrath Yes I agree with you. From next time I will try as far as possible to leave no room for confusion.
Problem Loading...
Note Loading...
Set Loading...
I have done this problem analytically. First, I shall introduce some notation that I have used.
Now, forming equations of the circuit as per Kirchoff's laws gives:
Q ˙ 1 = I 1 Q ˙ 3 = I 3 I = I 1 + I 2 I 3 = I o + I 2 I 1 = I o + I 4 I ˙ 2 = 5 Q 1 + I o I ˙ 4 = 5 Q 3 + I o 5 Q 1 + I ˙ 4 = 1 0
Taking Laplace transform on both sides of each equation gives:
s Q 1 ( s ) = I 1 ( s ) s Q 3 ( s ) = I 3 ( s ) I ( s ) = I 1 ( s ) + I 2 ( s ) I 3 ( s ) = I o ( s ) + I 2 ( s ) I 1 ( s ) = I o ( s ) + I 4 ( s ) s I 2 ( s ) = 5 Q 1 ( s ) + I o ( s ) s I 4 ( s ) = 5 Q 3 ( s ) + I o ( s ) 5 Q 1 ( s ) + s I 4 ( s ) = s 1 0
Solving for I o ( s ) gives the following. The simplification is tedious and this exercise will show why the author of the problem and I both prefer a numerical approach.
I o ( s ) = s ( 5 s 2 + 2 s + 1 ) 1 0 ( 5 s 2 − 1 )
The resistor current can be computed now by taking the above equation's inverse Laplace transform. This has been done using an online tool, the result of which was simplified further. The result is:
I o ( t ) = I R = 2 0 cos ( 5 2 t ) e − 5 t − 1 0
This method, in principle, can be applied to all circuit problems. But be warned that it requires patience and the inverse Laplace transform will not be an easy computation especially when the numerator and denominator polynomials cannot be easily factored.