this should probably go to the Electrical Engineering forum, but makes no difference to me.
Apteronotus said:
I have a quick question regarding how the complex impedance of an AC circuit is derived.
The voltage and current in an AC circuit are given by the equations
<br />
V=V_{m}cos(\omega t) = V_{m}Re(e^{i\omega t}) <br />
<br />
I=I_{m}cos(\omega t-\phi) = I_{m}Re(e^{i(\omega t-\phi)})<br />
now you realize that the 2
nd or right-hand equal signs in both equations are wrong, do you?
edit: oooops, i didn't see the "Re" in there. so the equations are not wrong, but expressing a real sinusoid as the real part of the complex exponential is a bit clunky (and i take issue with the pedagogical reasoning behind it in beginner's textbooks).
i would express it as this:
v(t) = V \cos(\omega t + \phi) = \frac{1}{2} \left( V e^{i (\omega t + \phi)} + V e^{-i (\omega t+\phi)} \right)
= \frac{1}{2} \left( (Ve^{i \phi}) e^{i \omega t} + (Ve^{-i \phi}) e^{-i \omega t} \right)= \frac{1}{2} \left( \mathbf{V} e^{i \omega t} + \mathbf{V}^* e^{-i \omega t} \right)so that the understanding is that for every real sinusoid, there is a positive-frequency component and a negative-frequency component. it's not hard to see that whatever happens to the positive-frequency component, precisely the same happens to the negative-frequency component except it's the complex conjugate of what was done to the positive-frequency component. to get the real result, in a linear electric circuit, we apply superposition and ask what happens if we just send the positive-frequency component through the circuit (what happens with the negative is not different, but a "mirror image" so nothing is new when investigating that).
v(t) = \mathbf{V} e^{i \omega t}
you will notice that for every
R, L, and
C in the circuit that both the current and the voltage on every element is some constant times the same complex exponential e^{i \omega t}, so that factor (which is never zero) is factored out of all of the
R, L, C volt-amp equations and it's factored out of the Kirchofff's Current Law equation for every node and out of the Kirchoff's Voltage Law for every loop. then you have simpler algebraic (with some complex terms) equations that have no function of time in them.
The impedance is given by
<br />
Z = \frac{V}{I}} = \frac{V_{m}Re(e^{i\omega t})}{I_{m}Re(e^{i(\omega t - \phi)})}<br />
Some online resources state that
<br />
Z=\frac{V_{m}}{I_{m}}e^{i\phi}<br />
Do they actually mean that
<br />
Z=\frac{V_{m}}{I_{m}}Re(e^{i\phi})<br />?
if so...
<br />
\frac{Re(e^{i\omega t})}{Re(e^{i(\omega t - \phi)})}\neq Re(\frac{e^{i\omega t}}{e^{i(\omega t - \phi)}})<br />
What am I failing to see?
what you need to do is play a little less "fast and loose" with the math. there are time-domain expressions of voltage and current (both as a function of time), and then there are "phasor" or frequency-domain representations of sinusoidal voltage and current signals. usually we use small-case letters for the time-domain functions (like v(t)) and the corresponding large-case letters for their frequency-domain counterparts (like \mathbf{V} or V(i \omega)). they map to each other, but they are not equal. there's a transformation in between in there.