search
[last updated: 2020-11-20]
go to: Impedance-1: Why
go to: Impedance-5: Imaginary Numbers
-----
All you're really doing is changing the form of the equation that defines Z.
In polar coordinates: Z = R ∠ θ
In rectangular/complex coordinates: Z = R + jX
Z = (Z1 * Z2) / (Z1 + Z2)
Z1 * Z2 =
(R1 * R2) ∠ (θ1 + θ2)
(R1+jX1) + (R2+jX2) =
(R1 + R2) + j (X1 + X2)
-------------------------------------------------------------
Function | 30° | 45° | 60° |
---|---|---|---|
Sine | 0.500 | 0.707 | 0.866 |
Cosine | 0.866 | 0.707 | 0.500 |
Tangent | 0.577 | 1.000 | 1.732 |
----------------------------------------------
----------------------------------------------------------------
.
.
.
eof