




































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Some concept of Engineering Electrical Circuits are Active Filters, Useful Electronic, Boolean, Logic Systems, Circuit Simulation, Circuit-Elements, Common-Source, Understand, Dual-Source, Effect Transistors. Main points of this lecture are: Impedance, Resistors, Inductors, Capacitors, No Phase Shift, Lags, Leads, Voltage Phasor, Current Phasor, Previous Sld
Typology: Slides
1 / 44
This page cannot be seen from the preview
Don't miss anything!





































Inductors
Capacitors
ω L
I = ω C V ∠ 90 °
No Phase Shift
i(t) LAGS
i(t) LEADS
However, Z IS a COMPLEX NUMBER that can be written in polar or Cartesian form.
v i z M
M M i
M v Z I
V I
V θ θ θ θ
θ (^) = ∠ − = ∠ ∠
= = ∠ ( ) | | I
Z V
( ) REACTive component
RESISTivecomponent
( ) ( )
= +
ω
ω ω
X
R
Z R jX
The Magnitude and Phase
Z ∠θ z = R + jX
R
X
Z R X
z
1
2 2
=tan−
= +
θ
Where
z
z
j C
Z
Z j L
j C
j L
C
L
R R Z R
=
= =
V I
V I
V I
Element PhasorEq. Impedance
Summary Of Passive- Element Impedance
Examine ZC
C
j jj C
j j C
Z (^) C ω ω 1 ω
1 −
= = =
C
X C
Z (^) C j C ω ω
1 − 1 ⇒ =
− ∴ =
I +^ V^1 − Z 1
I Z (^) s = Z 1 + Z 2
Zs = (^) ∑ k Zk
Z 1 Z 2 −
V
I I
−
V 1 2
1 2 Z Z
Z ZZ p =^ + =^ ∑ k Zp Zk
1 1
Multiply Denominator by the Complex Conjugate
Find G & B In terms of Resistance, R, and Reactance, X
2 2
2 2
2 2
Note that G & R and X & B are NOT Reciprocals
Complex Numbers in MATLAB
complex numbers these in these forms
“i” for √(-1)
>> phiR = 23*pi/180 % 23deg in Rads phiR =
>> Z1 = 7 + i*23 % if i or j BEFORE, then need * Z1 = 7.0000 +23.0000i >> Z2 = 11 - 13j Z2 = 11.0000 -13.0000i
>> Z3 = 43exp(jphiR) % Need * Z3 = 39.5817 +16.8014i >> Z4 = 37*exp(0.61j) Z4 = 30.3270 +21.1961i
Phasors in MATLAB
Recognize Phasor NOTATION
53 17
29 43
8
7
= − ∠
= ∠ −
Z
Z
>> phi7 = -43pi/ phi7 = -0. >> phi8 = 17pi/ phi8 = 0. >> Z7 = 29exp(jphi7)** Z7 = 21.2093 -19.7780i >> Z8 = -53exp(jphi8)** Z8 = -50.6842 -15.4957i >> Zsum = Z7 + Z Zsum = -29.4749 -35.2737i >> Zdif = Z7 - Z Zdif = 71.8934 - 4.2823i >> Zprod = Z7*Z Zprod = -1.3814e+003 +6.7378e+002i >> Zquo = Z7/Z Zquo = -0.2736 + 0.4739i
MATLAB: a+jb ↔ A∟φ
function Phasor = MagPh(Zr) % B. Mayer 22Apr09 * ENGR % finds for RECTANGULAR COMPLEX number Z %% Magnitude %% Phase Angle in DEGREES Magnitude = abs(Zr); Phase_deg = angle(Zr)*180/pi; Phasor = [Magnitude, Phase_deg];
Example >> Z1r = 13 - 19j Z1r = 13.0000 -19.0000i >> Phasor1 = MagPh(Z1r) Phasor1 = 23.0217 -55. >> Phasor2 = [43 -127] Phasor2 = 43 - >> Zr2 = Rectab(Phasor2(1), Phasor2(2)) Zr2 = -25.8780 -34.3413i
MATLAB Equivalent Functions
Rectangular to Polar Polar to Rectangular
Both use RADIANS only
For Vector Addition
The Parallelogram
B
B
C
C
P + Q = Q + P
Example Phasor Diagram
That is, we Can Select ONE Phasor to have a ZERO Phase Angle
Now we can Select ANY Phasor Quantity, I or V , as the BaseLine
= ∑ ⇒
= + +
= + +
S k k
S
S
Y
j C R j L
j C R j L
Admittance s
1 1
I V
I V
I V V V
ω ω
ω ω
Example Phasor Diagram cont.
Case-III: ω=Hi so That
Case-II: ω=Low so That CAPACITIVE
The Circuit is Basically INDUCTIVE
I (^) C = j ω C V
L j ω L I =^ V
| I (^) L |>| I C |
| I (^) L |<| I C |
I C + I L ≈ 0
∴ I (^) S ≈ I R
KCL & KVL for AC Analysis