Getting from non-imaginary to imaginary

  • Context: Undergrad 
  • Thread starter Thread starter jaydnul
  • Start date Start date
  • Tags Tags
    Imaginary
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
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
[tex]X=\frac{sin(wt)}{wCcos(wt)}[/tex]
to
[tex]X=\frac{1}{jwC}[/tex]

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

Thanks

Edit: reactance is X not Z
 
Physics news on Phys.org
Assuming a sinosoidal voltage across the capacitor, the current will be the derivative of that waveform times C [itex](I=C\frac{dV}{dt})[/itex]. So to find reactance, you divide V by I:

[itex]V=sin(wt)[/itex]
[itex]I=wCcos(wt)[/itex]
[itex]\frac{V}{I}=X=\frac{sin(wt)}{wCcos(wt)}[/itex]

But X is also defined as
[itex]X=\frac{1}{jwC}[/itex]

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
[itex]u=U_0 e^{i \omega t}[/itex]
[itex]i=I_0 e^{i( \omega t+\phi)}[/itex]
The relationship between u and i is
[itex]\frac{du}{dt}=\frac{1}{C}i[/itex]
Plugging in and simplifying the [itex]e^{i \omega t}[/itex] you get
[itex]U_0 i \omega =\frac{I_0}{C} e^{i \phi}[/itex]
This holds if [itex]\phi=90^o[/itex] and [itex]U_o=\frac{I_0}{i \omega C}[/itex] 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:
[itex]cos(x)=.5(e^{jx}+e^{-jx})[/itex]
[itex]sin(x)=.5(e^{j(90-x)}+e^{-j(90-x)})[/itex]

And if you divide these, it comes out to 1/j, right?