| New Reply |
Second order RLC circuit |
Share Thread | Thread Tools |
| Jan18-12, 04:42 PM | #1 |
|
|
Second order RLC circuit
1. The problem statement, all variables and given/known data
Hello all, Representing RLC circuits via differential equations is rather new to me, in fact differentials as an entirety are new for me. Essentially I am looking for clarification regarding this type of question and whether or not I am doing it right. Thanks in advance. ![]() [tex]I=i_C+i_L+i_R\rightarrow{I}=C\frac{dv}{dt}+\frac{1}{L}\int_0^tvdt+\frac {v}{R}[/tex] Differentiating both sides, we have [tex]I=C\frac{d^2v}{dt^2}+\frac{v}{L}+R\frac{dv}{dt} \rightarrow{0}=v''+\frac{v'}{CR}+\frac{v}{LC}[/tex] let [tex]v=e^{st}, v'=se^{st}, v''=s^2e^{st}[/tex] [tex]{0}=s^2e^{st}+\frac{se^{st}}{CR}+\frac{e^{st}}{LC}[/tex] dividing out e^{st} and solving for the roots we have: [tex]0=s^2+s/(CR)+1/(LC)\rightarrow{s=(-1/(CR)+/-\sqrt{(1/(CR))^2-4(1/LC)})/2}[/tex] Let C=1, R=1, L=0.5, also note that for t<0 the current source is grounded and there is absolutely no current or voltage in the network. Thus, [tex](s_1, s_2)=((-1+i\sqrt{7})/2, (-1-i\sqrt{7})/2)[/tex] The general solution for second order differential can be expressed as [tex]v(t)=C_1e^{s_1t}+C_2e^{s_2t}=C_1e^{-0.5t}e^{i\sqrt{7}/2t}+C_2e^{-0.5t}e^{-i\sqrt{7}/2t}[/tex] [tex]v(t)=C_1e^{-0.5t}(cos(\sqrt{7}/2t)+sin(\sqrt{7}/2t)i)+C_2e^{-0.5t}(cos(-\sqrt{7}/2t)-sin(-\sqrt{7}/2t)i)[/tex] at t=0-, v(0)=0 thus, [tex]0=C_1(cos(0)+sin(0)i)+C_2(cos(0)-sin(0)i)\rightarrow{C_1+C_2=0}[/tex] however, I am a little unsure of how to determine the other equation for determining the constants.. |
| Jan18-12, 05:50 PM | #2 |
|
|
I just had a brain-wave for determining the constants of integration:
[tex]i_C+i_R+i_L=I[/tex] [tex]C\frac{dv(t)}{dt}+v(t)/R+i_L(t)=I[/tex] and at t=0, we have: [tex]dv(0)/dt=I/C[/tex] and hence I can therefore differentiate my expression [tex]v(t)=C_1e^{-0.5t}(cos(\sqrt{7}/2t)+sin(\sqrt{7}/2t)i)+C_2e^{-0.5t}(cos(-\sqrt{7}/2t)-sin(-\sqrt{7}/2t)i)[/tex] to acquire another expression for C1 and C2 which would be solvable due to having two equations. ? or could I merely differentiate this expression, which appears to be less ugly: [tex]v(t)=C_1e^{s_1t}+C_2e^{s_2t}[/tex] |
| Jan18-12, 07:33 PM | #3 |
|
|
I would add that if you're going to try to understand this you need a stronger background in elementary calculus and differential equations. |
| Jan18-12, 08:17 PM | #4 |
|
|
Second order RLC circuit
Well, it's a little late for that. At my school students do not take differential equations for an electrical engineering degree.. We're supposed to "pick it up" as we go.
iL disappeared because at t=0 there is no current through the inductor. We were told for t<0, the current source is grounded |
| Jan18-12, 08:39 PM | #5 |
|
|
Here is my physical work. at t<0 the switch is closed. It opens at t>0. The final steps end up canceling out, and i cannot figure out where I went wrong.
|
| Jan18-12, 09:14 PM | #6 |
|
|
What did the instructor say about I? Is it zero for t < 0 and = I for t > 0? Is I constant for t > 0?
I will assume I(0-)= 0, I(0+) = I constant It often helps to invoke one of the basic circuit theorems, in this case Thevenin. So redraw with a voltage source V = IR in series with R, then C and L dropping from the r/h/s of R to ground. Now you can perhaps see what the initial conditions are: 1: vC(0+) = 0 (initial charge on C = 0 so vC can't change instantaneously) 2: L looks like an infinite impedance initially, so all current goes into C, which is I/R. But i = Cdv/dt so dv/dt(0+) = I/C. Now your equation is the one you came up with, almost: Cv'' + v'/R + v/L = 0. Note the rhs is 0, not I. That's because when you differentiated your original equation you didn't differentiate both sides. The rest is routine sol'n of a 2nd order diff eq. with constant coefficients and given initial conditions. NOTE: A 2nd order diff eq has to have 2 initial conditions (not more, not less), a 3rd three, etc. |
| Jan18-12, 09:18 PM | #7 |
|
|
I=1A. When t<0, the switch is closed and 1 A of current is grounded since the wire containing the switch ideally has zero impedance. Therefore, no voltage across the capacitor, inductor and resistor exists until the switch opens and the source current is no longer ground. At that point, I still equals 1A.
Somehow when I am simplifying my final answer it is canceling out, however, wolfram shows me that there is indeed a waveform and the equation is not equal to zero. http://www.wolframalpha.com/input/?i=%28-i%2Fsqrt%287%29%29*e^%28-0.5*t%2B1.3*t*i%29%2B%28i%2Fsqrt%287%29%29e^%28-0.5*t-1.3*t*i%29 |
| Jan18-12, 09:40 PM | #8 |
|
|
Well, trust Wolfram! But does Wolfram give you a closed-form solution?
|
| Jan18-12, 09:42 PM | #9 |
|
|
It gives me a solution with imaginary numbers, so my solution (attached in post 5) must have an error in it somewhere. I am applying the same logic that gets me the right answer at other times when dealing with parallel RLC circuits.
|
| Jan18-12, 09:45 PM | #10 |
|
|
|
| Jan19-12, 11:09 AM | #11 |
|
|
In other words, your imag. sol'n is mathematically correct but makes no physical sense. |
| Jan21-12, 11:17 AM | #12 |
|
|
This class is seriously not well thought out. Almost the entire class was unable to get the final solution, less the imaginary numbers. In fact, anyone I talked to had complex numbers in the time domain. Furthermore, nowhere in the textbook (which assumes one is savvy in respect to DE's) does it give the general equations for second order DE's.
I was able to get a final solution without complex numbers after searching to find the general solution for a second order DE with complex numbers. |
| Jan21-12, 11:58 AM | #13 |
|
|
Looks like you did the best you could. It reflects poorly on the state of our educational system and discourages prospective engineers & scientists from entering the professions. I would consider a "class-action" against the instructor. This is nothing new and usually brings results, eventuaslly if not immediately. Meantime you'll have to work on your own to make up the gaps as best as you can.
Remember that imaginary terms in a time expression always appear in "complex-conjugate" form. That means the "j"s can always be eliminated by the Euler relation or simple addition. |
| Jan21-12, 12:07 PM | #14 |
|
|
I've never learnt The Laplace Transform and we're applying it to circuits; although doing it blindly. Any suggestions or study recommendations? I feel as though this semester is going to be a rollercoaster.
|
| Jan21-12, 01:23 PM | #15 |
|
|
Here you go. Prof. Skilling is probably the greatest electrical engineering professor aof all time, and it's because he explains things so well. Get the soft-cover edition, but don't wait until the supply is gone.
http://www.amazon.com/Electrical-Eng...7173616&sr=1-7 |
| New Reply |
| Thread Tools | |
Similar Threads for: Second order RLC circuit
|
||||
| Thread | Forum | Replies | ||
| First order responce; RC circuit | Engineering, Comp Sci, & Technology Homework | 4 | ||
| General Second Order Circuit | Engineering, Comp Sci, & Technology Homework | 4 | ||
| Rc first order circuit | Engineering, Comp Sci, & Technology Homework | 1 | ||
| Second Order RLC CIrcuit??? | Engineering, Comp Sci, & Technology Homework | 0 | ||
| Second Order Op Amp circuit: Find Vo for t > 0 | Introductory Physics Homework | 1 | ||