Getting from non-imaginary to imaginary

  • Thread starter Thread starter jaydnul
  • Start date Start date
  • Tags Tags
    Imaginary
AI Thread Summary
The discussion centers on the derivation of capacitor reactance from time-dependent sinusoidal functions to a complex representation. The user is confused about the transition from the equation X = sin(wt) / (wCcos(wt)) to X = 1/jwC, particularly regarding the role of the imaginary unit 'i'. It is clarified that the use of 'i' arises from employing complex representations for voltage and current, simplifying calculations. The conversation also touches on the distinction between time-dependent reactance and its constant definition for components. Ultimately, the derivation involves using Euler's formula to relate sine and cosine functions to complex exponentials, which aids in understanding the transition to the imaginary representation.
jaydnul
Messages
558
Reaction score
15
I was reading the derivation of capacitor reactance and I understand it up to the point where it is converted to polar coordinates. How do you get from
X=\frac{sin(wt)}{wCcos(wt)}
to
X=\frac{1}{jwC}

This implies that
\frac{sin(wt)}{cos(wt)}=-j
And I'm confused how that is derived.

Thanks

Edit: reactance is X not Z
 
Physics news on Phys.org
Could you give some more background? Perhaps a reference? I've never seen reactance derived like this.
 
Assuming a sinosoidal voltage across the capacitor, the current will be the derivative of that waveform times C (I=C\frac{dV}{dt}). So to find reactance, you divide V by I:

V=sin(wt)
I=wCcos(wt)
\frac{V}{I}=X=\frac{sin(wt)}{wCcos(wt)}

But X is also defined as
X=\frac{1}{jwC}

I found it here
 
If you define the reactance as the ratio of the instantaneous values then is a time dependent quantity. This is not the usual definition of reactantce, which is a constant for a given component. The two definitions are not equivalent.
 
I think the root of my confusion comes down to not knowing why we use i. We couldn't use any letter (A+By) to represent the 2nd dimension because at some point the characteristics of i become significant (squaring it gives -1).

But how is the i derived in 1/jwc
 
It is not "derived". It comes from using complex representation for voltage and current.
You don't need it, it is just easier to do the math this way. If you start with real quantities (U and I) then the reactance will be real as well (just X=1/wC).

In complex representation
u=U_0 e^{i \omega t}
i=I_0 e^{i( \omega t+\phi)}
The relationship between u and i is
\frac{du}{dt}=\frac{1}{C}i
Plugging in and simplifying the e^{i \omega t} you get
U_0 i \omega =\frac{I_0}{C} e^{i \phi}
This holds if \phi=90^o and U_o=\frac{I_0}{i \omega C} or Uo=Io*X

Now try to do the same in sin and cos representation and see what you get.
 
Wait, wouldn't euler's forumula get you there from my original definition anyways?

According to euler:
cos(x)=.5(e^{jx}+e^{-jx})
sin(x)=.5(e^{j(90-x)}+e^{-j(90-x)})

And if you divide these, it comes out to 1/j, right?
 
I don't see how. See yourself if it does.
For me looks like a function of x, not a constant.
 
Back
Top