Finding the average energy in an RLC circuit

AI Thread Summary
In an RLC circuit, the average energy stored in the inductor and capacitor can be calculated using the formula E = (L/2)(dQ/dt)² + Q²/2C. The discussion highlights a misunderstanding regarding the application of complex numbers in solving the differential equations governing the circuit. The instructor's method involves transforming the equations into the phasor domain using complex exponentials, which simplifies the calculations. After solving in the phasor domain, the solution is converted back to the time domain by taking the real part, which accurately represents the physical quantities. This approach is preferred because it streamlines the process of finding steady-state solutions in electrical engineering.
gimak
Messages
56
Reaction score
2

Homework Statement


upload_2017-6-14_1-6-44.png


Homework Equations


Q(t) = Aei(wt+Φ); dQ/dt = i*w*Q(t); E = (L/2)(dQ/dt)2 + Q2/2C

i = √-1 E above is average energy

The Attempt at a Solution


When I plug in Q(t) & dQ/dt into equation above (E) I get:

A2L/2(w02-w2)cos[2(wt+Φ)]

w02 = 1/LC

After I plugged both of them in I simplified & took the real part. Why aren't I getting the answer?
 
Physics news on Phys.org
I don't think the Real part represents the amount of energy which is stored in the cap and inductor. Note that resistors do not store energy.
 
Well in the answer the teacher gave, he took the real parts of Q(t) & dQ/dt. He then plugged them into the E formula above. Why does this work and my approach doea not (I take the real part AFTER equations are plugged in).
 
gimak said:
Well in the answer the teacher gave, he took the real parts of Q(t) & dQ/dt. He then plugged them into the E formula above. Why does this work and my approach does not (I take the real part AFTER equations are plugged in).
Do you have the notes from what the teacher did from an example problem? Could you post how that worked?
Suppose that there is not a resistor at all. There will not be any real part, yet there is energy stored (and transferring back and forth) between inductor and capacitor.
 
upload_2017-6-20_22-39-21.png


Here's the entire answer. Why doesn't my approach work?
 
The screenshot is too blurry for me to make out. Is it possible to upload (or link to) the PDF? Perhaps Slideshare.net if this site does not support it.
 
I understand taking the real part, now. They found it easier to work with e^(iwt), rather than cos(wt) then just took the real part, because e^(ix) = cos(x) + i*sin(x).
 
Yes, I know that they plugged in Q(t) = Aeiwt into the differential equation & found A. Then they took Re(Aeiwt) & plugged that into energy equation for part a. I still don't understand this: Why can't you plug in Aeiwt into the energy equation as opposed to its real part?
 
  • #10
gimak said:
Yes, I know that they plugged in Q(t) = Aeiwt into the differential equation & found A. Then they took Re(Aeiwt) & plugged that into energy equation for part a. I still don't understand this: Why can't you plug in Aeiwt into the energy equation as opposed to its real part?
There's a little more to it than that. Recognize that your instructor's solution first converted/transformed the differential equation from the time domain to the phasor domain by replacing V' \cos(\omega t) with V' e^{i \omega t}. The steady-state solution of the differential equation was then found in the phasor domain. The solution was then converted back to the time domain (from the phasor domain) by taking the projection of the solution onto the real axis, Q_0 A e^{i \omega t + \phi} \rightarrow \Re \left[ Q_0 A e^{i \omega t + \phi} \right] = \Re [Q_0 A] \cos(\omega t + \phi).

In summary, the process is:
1) Convert (i.e., transform) to the phasor domain. (Convert from real sinusoidal to complex spiral)
2) Solve the special case, steady-state solution to the differential equation (ignoring all transients).
3) Convert back to the time domain by finding the real projection of the complex solution.

Why do this? Why convert to the phasor domain in the first place? Answer: it just makes the math a little easier. It's easier to work with e^{i \omega t} than it is with \cos(\omega t). That's all.

You could have solved the differential equation in terms of cos(\omega t + \phi) from the beginning, but it would have been a lot harder. It's easier to first transform V' \cos(\omega t) \rightarrow V' e^{i \omega t}, solve for the steady-state solution, then transform back via Q_0 A e^{i \omega t + \phi} \rightarrow \Re \left[ Q_0 A e^{i \omega t + \phi} \right] = \Re [Q_0 A] \cos(\omega t + \phi).

By the way, this process of solving the steady-state solution by way of the phasor domain transformation is done by electrical engineers all the time. They even have special notation where Ae^{i \omega t + \theta} = A \angle \theta. Your instructor's solution does not use this notation, but mathematically it's the same thing.

[Edit: The use of the "phasor domain" as described here can be seen as a stepping stone toward solving steady-state solutions of differential equations by means of the "frequency domain" and Fourier analysis. But I'm getting ahead of myself here. Full conversion to the frequency domain transformation was not done in your instructor's solution; all that was done was to transform from real sinusoidal to complex spiral and back.]
 
Last edited:
Back
Top