ELEC 202 Electric Circuit Analysis II Lecture 10(a) Complex Arithmetic and Rectangular/Polar Forms

Size: px
Start display at page:

Download "ELEC 202 Electric Circuit Analysis II Lecture 10(a) Complex Arithmetic and Rectangular/Polar Forms"

Transcription

1 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(a) Complex Arithmetic and Rectangular/Polar Forms THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

2 Real vs. Complex Numbers j 1 The product of a real number & the operator j is an imaginary number. 2 3 j, j, j, 5.1 j 7 The sum of a real number & an imaginary number is a complex number, z. where the real part is denoted and the imaginary part is denoted a Re j j b z Re 2 4 2, Im Im 24 j, 1 j z rectangular form 2

3 Addition & Subtraction Graphical addition & subtraction are performed like vector addition ( tip-to-tail ). M N 31j 22j M N 51j Algebraic addition & subtraction are performed piece-wise: M a b j 1 1 N a b j 2 2 M N a a b b j

4 Multiplication: Rectangular Form Multiplication may be accomplished in rectangular form z a b j z a b j z z a b j a b j a a a b j a b j b b j a1a2 a1b 2 a2b1 j b1b 2 a a b b a b a b j M N j M N j j 2 24j j 6 j 12 j j but it is more easily accomplished in polar form. 4

5 Exponential Form e j cos jsin j z e z cos j z sin j z e a b j assume z is positive, real a b z z cos sin sin cos tan b a a b z cos z sin a b z cos sin z 2 2 a b z 5

6 Rectangular Exponential Form z a b Re Im z z tan b a z a b 2 2 M 43j z tan z = magnitude of z = phase/angle of z M 5e j37 6

7 Polar Form z a b j z e z j rectangular exponential polar Polar form is a shorthand for the exponential form. z = magnitude of z = phase/angle of z M j e j 537 7

8 Multiplication: Polar Form Multiplication in polar form is carried out using exponentials z a b j z e j z a b j z e 1 j 2 z z z e z e j z z z e z e 1 2 j j j j z z, z z z z z z M N 3 4 j j M N

9 Division: Polar Form z z, z z j1 j2 z e z z e j2 j2 z e z e z e j j 1 2 z z z z2 M N 6 8 j j M N 28 9

10 Complex Conjugate The complex conjugate of z is denoted z and if z a b j then z a b j M 31j The conjugate of z is the same number, except that the imaginary part is negated. M 31j Graphically, the complex conjugate of z is the mirror image of z across the Real axis. 10

11 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(b) Complex Arithmetic Examples and Matlab Scripts THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

12 Example: Complex Addition 9 2 j A 31j A 2 6 j A >> i1 = 9 + 2*j; >> i2 = -3 + j; >> i3 = *j; >> i = i1 + i2 + i3 i = i 12

13 Example: Complex Addition 9 2 j A 31j A 2 6 j A 4 9 j A >> i1 = 9 + 2*j; >> i2 = -3 + j; >> i3 = *j; >> i = i1 + i2 + i3 i = i 13

14 Example: Complex Multiplication Find v x i in rectangular form: v i 7 3 j m 5 4 j ma v i j j j 28 j 12 j j μw 2 v 29 j, i 3 5 j A v i j j 6 27 j10 j j W >> = 2 + 9*j; >> I = *j; >> p = * I p = i 14

15 Example: Complex Multiplication Find v x i in rectangular form: v i 7 3 j m 5 4 j ma v i j j j 28 j 12 j j μw 2 v 29 j, i 3 5 j A v i j j 6 27 j10 j j W >> = 2 + 9*j; >> I = *j; >> p = * I p = i 15

16 Example: Complex Arithmetic Determine the quantity v a v b in polar form if v n = 0. v a v b v n v c >> v_a = 110*exp(j*0); >> v_b = 110*exp(j*-2*pi/3); >> v = v_a - v_b; >> abs(v) ans = >> angle(v)*180/pi ans =

17 Example: Complex Arithmetic Determine the quantity v a v b in polar form if v n = 0. v a v b v n v a v b 110cos0 110sin j j 110 cos sin j j j tan >> v_a = 110*exp(j*0); v c >> v_b = 110*exp(j*-2*pi/3); >> v = v_a - v_b; >> abs(v) >> angle(v)*180/pi ans = ans =

18 Example: Complex Division Determine the ratio of L to I L : I L L L L IL IL + L j m 1 j 3 ma I L >> _L = -3*sqrt(3)+3*j; >> I_L = 1+j*sqrt(3); >> Z = _L / I_L Z = i >> abs(z) ans = >> angle(z)*180/pi ans =

19 Example: Complex Division Determine the ratio of L to I L : I L L L L IL IL + L j m 1 j 3 ma I L I L L j m 1 j 3 ma tan tan >> _L = -3*sqrt(3)+3*j; >> I_L = 1+j*sqrt(3); >> Z = _L / I_L Z = i >> abs(z) ans = >> angle(z)*180/pi ans =

20 Example: Complex Conjugate Write the quantity x I* in polar form, given 35 j I 6 7 j ma >> = 3-5*j; >> I = 6 + 7*j; >> S = * conj(i) S = i >> abs(s) ans = >> angle(s)*180/pi ans =

21 Example: Complex Conjugate Write the quantity x I* in polar form, given I 3 5 j6 7 j j 21j j mw I tan I mw j I 6 7 j ma >> = 3-5*j; >> I = 6 + 7*j; >> S = * conj(i) S = i >> abs(s) ans = >> angle(s)*180/pi ans = mw 21

22 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(c) Sinusoids and Sinusoidal Steady-State THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

23 Alternating Current (Sinusoidal) v t sin t, 0 m vt A A B B m = amplitude (in olts), 0 = phase (in radians) = frequency (in radians/second) T = period (in seconds) f = frequency (in cycles/second) = 1/T = / 2 sin t cos t 2 m 0 m 0 23

24 Review of Sinusoids sin, sin v t t v t t 1 m 2 m v 2 leads v 1 by v 1 lags v 2 by 24

25 Sinusoids & Exponential Form sin, sin v t t v t t 1 m 2 m e j cos jsin sin j t e cos t j t m m m Re jt me mcos t Im jt me msin t 25

26 RL Circuit with a Sinusoidal Source cos 0 t i d R i t i t 0 cos t dt L L -- oscillates forever -- never settles to a DC value (e.g. zero) It s possible that the solution is of the form i t I cos t 0 Substituting i(t) into the differential equation R I 0sin t I0cos t cos t L L 0 Solving for I 0 and substituting back into i(t) yields 0 1 cos t tan i t R L L R amplitude scaling, phase shift 26

27 transient RL Circuit with a Sinusoidal Source v s i L v s L 400 μh 5t 5 5 1μs R 2kΩ The RL circuit s transient response is negligible after 5t. The remaining response is sinusoidal. i L 27

28 transient RC Circuit with a Sinusoidal Source v s + v C v s 5t 5 RC 5 2 kω 100 pf 1μs The RC circuit s transient response is negligible after 5t. The remaining response is sinusoidal. v C 28

29 transient RLC Circuit with a Sinusoidal Source + v C i s t cos sin v t e t t c 1 d 2 d rad RC μf s t s ms The RLC circuit s transient response is negligible after t s. The remaining response is sinusoidal. v C 29

30 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(d) Phasors THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

31 Phasor Notation I cos m t 2 Im 2 cos m t 1 m 1 j t 1 j1 j1 cos t Re e Re e e e m 1 m m m m 1 jt jt j t 2 j2 j2 I cos t Re I e Re I e e I e I m 2 m m m m 2 Assume all voltages & currents oscillate with frequency = 2 f Pick off the amplitude & phase for each v/i ; write each in polar form. 31 phasor notation (longer derivation provided in textbook section 10.3)

32 Example: Phasor vs. Time Domain Let all phasors be referenced to a cosine (zero phase). Convert the following time-domain functions to the phasor domain : (a) 40cos(t + 30 ) m, = 100 rad/s (b) 25cos(t 75 ) A, = 400 rad/s (c) 70cos(2 f + 45 ), f = 20 MHz (d) 36sin(2 f ) ma, f = 8 MHz (a) (b) (c) (d) t t sin cos 2 32

33 Example: Phasor vs. Time Domain Let all phasors be referenced to a cosine (zero phase). Convert the following time-domain functions to the phasor domain : (a) 40cos(t + 30 ) m, = 100 rad/s (b) 25cos(t 75 ) A, = 400 rad/s (c) 70cos(2 f + 45 ), f = 20 MHz (d) 36sin(2 f ) ma, f = 8 MHz (a) 4030 m (b) A (c) 7045 (d) 3620 ma t t sin cos 2 33

34 Example: Phasors and oltage/current Let = 2000 rad/s with phasors be referenced to a cosine (zero phase). Determine the instantaneous value, at t = 1 ms, of the current corresponding to this phasor: j A. omega = 2000; I = *j; T = 2*pi/omega; delta_t = T/1000; t = 0:delta_t:2*T; i_t = abs(i)*cos(omega*t + angle(i)); plot(t,i_t) grid axis([0 2*T -Inf Inf]) ylabel('current (A)') xlabel('time (s)') 34

35 Example: Phasors and oltage/current Let = 2000 rad/s with phasors be referenced to a cosine (zero phase). Determine the instantaneous value, at t = 1 ms, of the current corresponding to this phasor: j A j tan A omega = 2000; I = *j; t 1 ms 22.4cos i t i 22.4 cos A 17.5 A T = 2*pi/omega; delta_t = T/1000; t = 0:delta_t:2*T; i_t = abs(i)*cos(omega*t + angle(i)); plot(t,i_t) grid axis([0 2*T -Inf Inf]) ylabel('current (A)') xlabel('time (s)') 35

36 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(e) Phasors & Ohm s Law, KL/KCL THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

37 Phasor oltage vs. Current: R, L, C it I t v t cos m t 1 m cos 2 v t Ri t For this equation to be true, I R and m m 1 2 d vlt L il t dt m Im , L , C I m d ict C vc t dt For this equation to be true, For this equation to be true, m v and i are v leads i in phase by 90 I = jc i leads v by 90 = R I = jl I 37

38 Example: KCL, Phasor Domain Determine v(t). 6 i t 8cos 2 10 t 30 ma s mh 2 nf + vt 38

39 Example: KCL, Phasor Domain Determine v(t). 6 i t 8cos 2 10 t 30 ma s mh 2 nf + vt Convert to phasor form I 8 s 30 ma Employ the appropriate Kirchhoff Law(s) I R I L I C mh 2 nf + I s jc 0 R jl j j

40 Example: KCL, Phasor Domain Determine v(t). 6 i t 8cos 2 10 t 30 ma s mh 2 nf + vt Convert between rectangular & polar forms as necessary j j j j j j j

41 Example: KCL, Phasor Domain Determine v(t). 6 i t 8cos 2 10 t 30 ma s mh 2 nf + vt omega = 2*pi*10^6; I = 8*exp(j*30*pi/180); R = 70; L = 10e-6; C = 2e-9; Y = (1/R + 1/(j*omega*L) + j*omega*c); = I / Y; abs() angle()*180/pi ans = ans =

42 Example: KCL, Phasor Domain Determine v(t). 6 i t 8cos 2 10 t 30 ma s mh 2 nf + vt Convert between rectangular & polar forms as necessary ma m Convert from phasors to time domain 6 t v t 544cos m omega = 2*pi*10^6; I = 8*exp(j*30*pi/180); R = 70; L = 10e-6; C = 2e-9; Y = (1/R + 1/(j*omega*L) + j*omega*c); = I / Y; abs() angle()*180/pi ans = ans =

43 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(f) Impedance THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

44 Impedance Impedance, Z is the ratio of phasor voltage to phasor current for an electrical element or network. like resistance, but it is complex -- It is a measure of an element/network s ability to impede current flow. RI Z Z For a resistor, R I -- current and voltage are always in-phase -- there is no frequency dependence R For an inductor, jl I Z L jl -- voltage always leads current by at higher frequencies, less current is passed (for constant ) For a capacitor, I jc Z 1 44 C jc j C -- current always leads voltage by at higher frequencies, more current is passed (for constant )

45 Impedance vs. Frequency 2 f R = 100 Z Z R R R R Z 0 R Z L Z L jl Z 90 L L = 3 mh L Z C Z C Z 1 jc C 1 C C = 300 pf 90 45

46 Impedance vs. Frequency freq = 2e6:1e3:10e6; omega = 2*pi*freq; f 2 MHz 10 MHz, 2 f R = 100; Z_R = R*ones(1,length(omega)); R 100, ZR R L = 3e-6; Z_L = j*omega*l; L 3 μh, ZL jl C = 300e-12; Z_C = 1./(j*omega*C); C 300 pf, Z 1 C jc figure(1) subplot(2,1,1) plot(freq/10^6,abs(z_r)) axis([-inf Inf 0 300]) set(gca,'xtick',[2:1:10]) ylabel(' Z_R (ohms)') title('{\bf Resistor Impedance... vs. Frequency}') subplot(2,1,2) plot(freq/10^6,phase(z_r)*180/pi) axis([-inf Inf ]) set(gca,'xtick',[2:1:10]) ylabel('phase[ Z_R ] (degrees)') xlabel('frequency (MHz)') figure(2) subplot(2,1,1) plot(freq/10^6,abs(z_l)) axis([-inf Inf 0 300]) set(gca,'xtick',[2:1:10]) ylabel(' Z_L (ohms)') title('{\bf Inductor Impedance... vs. Frequency}') subplot(2,1,2) plot(freq/10^6,phase(z_l)*180/pi) axis([-inf Inf ]) set(gca,'xtick',[2:1:10]) ylabel('phase[ Z_L ] (degrees)') xlabel('frequency (MHz)') figure(3) subplot(2,1,1) plot(freq/10^6,abs(z_c)) axis([-inf Inf 0 300]) set(gca,'xtick',[2:1:10]) ylabel(' Z_C (ohms)') title('{\bf Capacitor Impedance... vs. Frequency}') subplot(2,1,2) plot(freq/10^6,phase(z_c)*180/pi) axis([-inf Inf ]) set(gca,'xtick',[2:1:10]) ylabel('phase[ Z_C ] (degrees)') xlabel('frequency (MHz)') 46

47 Impedances in Series & Parallel I I N n1 s Z n s Z 1 Z 2 Z Impedances in series are combined like resistors in series. R s N R n1 n N n1 I 1 s Z n Impedances in parallel are combined like resistors in parallel. Z N N Z s N Z n1 n N 1 1 R p n1 R n N 1 1 Z p n1 Z n 47

48 Example: Equivalent Impedance Determine the equivalent impedance of the network at terminals A B if = 5 rad/s. A mf 1.6 H mf B 48

49 Example: Equivalent Impedance Determine the equivalent impedance of the network at terminals A B if = 5 rad/s. A mf 1.6 H mf B Convert all resistances, inductances, capacitances into impedances A 6j 8j Z Z C Z L R j R jl C B 4 2 2j 49

50 Example: Equivalent Impedance Combine impedances in series & parallel, starting away from A B and working towards A B Z 1 2 2j j 2 2j 8 45 Z2 Z1 8j 6j 1 j 8 j 6 j 1 j Z 1 50

51 Example: Equivalent Impedance Combine impedances in series & parallel, starting away from A B and working towards A B Z AB Z Z j j j j Z 2 If a test source were applied at terminals A B : Itest 10 A then the voltage across A B would be 51 test

52 Example: Equivalent Impedance Determine the equivalent impedance of the network at terminals A B if = 5 rad/s. A mf 1.6 H mf B omega = 5; C1 = 100e-3; C2 = 33.3e-3; R1 = 2; R2 = 4; L1 = 1.6; Z_C1 = 1/(j*omega*C1); Z_C2 = 1/(j*omega*C2); Z_R1 = R1; Z_R2 = R2; Z_L1 = j*omega*l1; Z_eq1 = Z_C1*Z_R1/(Z_C1 + Z_R1); Z_eq2 = Z_eq1 + Z_L1 + Z_C2; Z_ab = Z_R2*Z_eq2 / (Z_R2 + Z_eq2) Z_ab = i abs(z_ab) ans = phase(z_ab)*180/pi ans =

53 Example: Phasor Analysis (a) Determine v C (t). (b) Plot v C (t) and the source versus time for 2 cycles. 3 cos( t + 20 ) 1 k + v C 1 nf 53

54 Example: Phasor Analysis (a) Determine v C (t). (b) Plot v C (t) and the source versus time for 2 cycles. 3 cos( t + 20 ) 1 k + v C 1 nf v S v C 54

55 Example: Phasor Analysis (a) Determine v C (t). (b) Plot v C (t) and the source versus time for 2 cycles. 3 cos( t + 20 ) 1 k + v C 1 nf Convert the circuit from the time domain to the phasor domain. ZC j C j j Ω 320 I 1 k + C 160j Use KL/KCL to solve for /I in the phasor domain. I j 160 ji 320 I C 55

56 Example: Phasor Analysis (a) Determine v C (t). (b) Plot v C (t) and the source versus time for 2 cycles. 320 I 1 k + C 160j Perform complex algebra to find /I C 160 j j tan Convert back to the time domain 56 6 v t 472cos 2 10 t 60.9 m C

57 Example: Plotting Sinusoids, Matlab (a) Determine v C (t). (b) Plot v C (t) and the source versus time for 2 cycles. 3 cos( t + 20 ) 1 k + v C 1 nf omega = 2*pi*10^6; T = 2*pi/omega; delta_t = T/100; t = 0 : delta_t : 2*T - delta_t ; v_s = * cos( omega*t *pi/180 ); v_c = * cos( omega*t *pi/180 ); figure(1) plot(t/10^-6, v_s, 'r--',... t/10^-6, v_c, 'b-', 'LineWidth', 2) ylabel('oltage ()') xlabel('time (\mus)') legend('v_s','v_c') grid 6 v t 472cos 2 10 t 60.9 m C 57

58 Example: Transient AC Circuit, PSpice Amplitude is 472 m as determined by written analysis. 6 v t 472cos 2 10 t 60.9 m C 58

59 Example: Frequency Response, Matlab Plot the amplitude of v C (t) versus f 0 for 500 khz < f 0 < 2 MHz. Z C j j C j 10 Ω 3 cos( t + 20 ) 1 k + v C 1 nf C 9 ZC 10 j Z j C _s = 3 * exp( j*20*pi/180 ); R = 1000; C = 1e-9; f = 500e3 : 1e3 : 2e6 ; 6 6 for f 10 Hz ( 210 rad s)... 6 v t 472cos 2 10 t 60.9 m C omega = 2 * pi * f; Z_C = -j./ (omega * C); _C = _s * Z_C./ (R + Z_C); plot(f/10^3, abs(_c), 'LineWidth', 2) ylabel(' _C (volts)') xlabel('frequency (khz)') grid Frequency (khz) 59

60 Example: Frequency Response, PSpice Plot the amplitude of v C (t) versus f 0 for 500 khz < f 0 < 2 MHz. AC part, SOURCE library 60

61 Example: Frequency Response, PSpice Plot the amplitude of v C (t) versus f 0 for 500 khz < f 0 < 2 MHz. AC part, SOURCE library 6 6 for f 10 Hz ( 210 rad s)... 6 v t 472cos 2 10 t 60.9 m C 61

62 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(g) Nodal & Mesh Analysis in the Phasor Domain THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

63 Nodal Analysis with Phasors v 1 v 2 v Analysis Steps SAME as with DC circuits. Now use complex arithmetic. (1) Choose a reference node (usually ground or the bottom node) to have a voltage of zero. (2) Assign a unique voltage variable to each node that is not the reference (v 1, v 2, v 3, v N 1 ). (3) For independent & dependent voltage sources, identify a supernode and write the voltage across the supernode in terms of node voltages. Write a KCL equation at all N 1 nodes including the supernode (and not the reference, or a supernode which includes the reference). (4) Solve the N 1 node equations + source equations simultaneously. 63

64 Example: Nodal Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5i A + v(t) i A 64

65 Example: Nodal Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5i A v 2 Convert to phasor form L Z jl j j Z j C j j C v 1 v 3 v 4 i A + v(t) Identify supernode(s) I A Identify v sources next to the reference 9, 9 j 1 4 Write KCL equations 0.2 j 1.4 j 0.2 j Write equations governing dep. src. ctrl I A I A j j j I A

66 Example: Nodal Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5I A j 1.4 j 0.2 j , 9 j I A 1 4 Rearrange into matrix form j j 1 5 j j 5 j 3 5 j I A j 1.4 j j I A j I A I A 2 j 1 5 j 9.3 j 5 j j I A t v t 8.3cos

67 Example: Nodal Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5I A j 1.4 j 0.2 j , 9 j 1 4 I A I A j 1.4 j j I A >> A = [ -5*j j/ *j+1/3-5*j 0 ; ; ; ; 0 0-1/3 0 1 ]; >> B = [0 ; 9 ; -9*j ; 0 ; 0 ]; >> x = A^-1 * B >> = x(2); >> abs() >> angle() * 180/pi x = ans = ans = i i i i i

68 Mesh Analysis with Phasors Analysis Steps SAME as with DC circuits. Now use complex arithmetic. (1) Draw a mesh current for each mesh. (2) Identify supermeshes. i 1 i 2 (3) Write KL around each supermesh, then KL for each mesh that is not part of a supermesh. (4) Express additional unknowns (e.g. dependent-source /I) in terms of mesh currents. (5) Solve the simultaneous equations. I 1 I 2 68

69 Example: Mesh Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5i A + v(t) i A 69

70 Example: Mesh Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5i A Convert to phasor form 3 3 Z j j L Z j j C i 2 i 3 + v(t) Identify supermesh(es) i 1 i 4 i A Write KL equations 0.5I A j I1 I2 I1 I4 I A j I2 I3 j I2 I I I j I I j j I I 5I 9 j 0.2 j I I Write equations governing I A I1I4 dep. src. ctrl 9 0 I j I j 0.2 j I 1 I 4 I A 9j + 70

71 Example: Mesh Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5I A j I1 I2 I1 I4 I A j I2 I3 j I2 I I I j I I j j I I 5I 9 j 0.2 j I I I I I 5I A j I j I j I 1 I 4 I A 9j + Rearrange into matrix form j I1 j I2 I A j I 1.2 j I 1.4 j I 0.5 I j I 1.2 j 5 I 0.2 j I 9 j 3 I 0.2 j I j I 9 j I I I I 0 3 A 0.2 j j I j 1.2 j 1.4 j I j 1.2 j j 0 0 I 3 9 j j 30.2 j 0 0 I4 9 j I A vt 8.3cos 20t

72 Example: Mesh Analysis, Phasors Write a valid matrix equation whose solution includes the phasor form of v(t). 0.5I A j I1 I2 I1 I4 I A j I2 I3 j I2 I I I j I I j j I I 5I 9 j 0.2 j I I I I I 5I A j I j I j I 1 I 4 I A 9j + A = [ -0.2*j+3 0.2*j ; 0.2*j 1.2*j -1.4*j ; 0-1.4*j 1.2*j+5 0.2*j 0 0 ; *j 3-0.2*j 0 0 ; ; ]; B = [ 9 ; 0 ; -9*j ; 9*j ; 0 ; 0 ]; x = A^-1 * B = x(6); abs() angle() * 180/pi 72 x = i i i i i i ans = ans =

73 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(h) Thevenin Equivalence in AC Circuits THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

74 Review of Thevenin Equivalents allows us to replace a large, complicated circuit with a much simpler 2-element series/parallel circuit the simpler circuit allows for rapid calculations of, I, P that the original circuit can deliver to a load helps us to choose the best value of load resistance to maximize the power delivered (e.g. from an amplifier, to a speaker) 74

75 Review of Thevenin Equivalents To determine TH... YES only ind. src.? NO source transformation find TH = OC find TH = OC To determine Z TH... YES only ind. src.? NO deactivate src., find Z TH = Z eq source transformation find I SC, use Z TH = OC /I SC insert test source, find Z TH = test /I test NO TH = 0? YES find I SC, use Z TH = OC /I SC insert test source, find Z TH = test /I test insert test source, find Z TH = test /I test 75

76 Review of Thevenin Equivalents Determine the Thevenin equivalent of Network A using open-circuit voltage and short-circuit current. I SC + OC I Z SC OC TH = A OC 9 I SC TH

77 Review of Thevenin Equivalents Determine the Thevenin equivalent of Network A by using a test source. + OC 8 TH I test 2 I test test test I test test 2 7 I test test 9 Z TH 77

78 Example: Thevenin & Sinusoids Determine the phasor voltage difference 1 2 (with j10 ). Use the Thevenin equivalent at 1, 2 (without j10 ). 78

79 Example: Thevenin & Sinusoids Determine the phasor voltage difference 1 2 (with j10 ). Use the Thevenin equivalent at 1, 2 (without j10 ). A B j j 4 2 j 0.5 j2 4 j 4 2 j j j TH OC A B ZTH 4 2 j 2 4 j 6 2 j j 10 j 6 2 j10 j 3 6 j

80 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(i) Phasors & Superposition THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

81 Linearity 1 x t linear network N y t x t network y t 1 2 linear N 2 x = input or source or stimulus x t t N y t t y = output or response A x t t N A y t t N A x t t A x t t N A y t t A y t t

82 Superposition: oltage Sources Determine the current i using superposition. deactivate all but 1 solve sum k 4 2 k i ma i ma 8 i i i i i ma 60 i ma i 4 4 1mA 82 i ma

83 Superposition: Current Sources Determine the voltage v using superposition. 6 A 3 12 A 6 24 A deactivate all but 1 solve sum v v v 12 v v v 24 v v v v

84 Example: Superposition & Sinusoids Determine the phasor voltage difference 1 2. Use superposition. 84

85 Example: Superposition & Sinusoids Determine the phasor voltage difference 1 2. Use superposition j j 2 4 j 4 2 j 2 6 j 2 4j j 10 j 1 2 j 2 4 j 4 12 j j 9 36 tan

86 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(x,1) Thevenin Equivalent Example THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

87 Example: Thevenin & Sinusoids, #2 Determine the Thevenin equivalent circuit with respect to terminals a b. 87

88 Example: Thevenin & Sinusoids, #2 Determine the Thevenin equivalent circuit with respect to terminals a b. Z TH 5 j10 5 j 5 j 10 5 j Zeq 5 j 10 5 j j j 10 Y I Z TH RL OC s YRL YC j j j j j RL 88

89 Example: Thevenin & Sinusoids, #2 Determine the Thevenin equivalent circuit with respect to terminals a b. Z I TH OC SC j j j 89

90 Example: Thevenin & Sinusoids, #2 Determine the Thevenin equivalent impedance with respect to terminals a b. ZTH j 90

91 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(j) Phasors & Source Transformation THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

92 Review of Source Transformation If these two circuits provide the same v/i characteristics at their outputs (v L, i L ), the two circuits are equivalent. s I s Imax s Rs max s R s R p 92 I condition for equivalence s s I max I I R s max s p

93 Source Transformation & Phasors If these two circuits provide the same /I characteristics at their outputs ( L, I L ), the two circuits are equivalent. Zs I L I L s L ZL I s Z p L ZL I Z max s s max s Z s Z p 93 I condition for equivalence s s I max I I Z s max s p

94 Example: Src. Transform. & Sinusoids Determine the phasor voltage difference 1 2. Use source transformation(s). 94

95 Example: Src. Transform. & Sinusoids Determine the phasor voltage difference 1 2. Use source transformation(s). S1 Z 1 Z 2 S2 1 2 S1 S2 10 j 10 j Z Z 1 2 Z Z j 2 4j j S j j j j j S j j 2 10 j 10 j 4 2 j 2 4 j 10 j 6 3 j 3 6 j 8j

96 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(k,1) PSpice for AC Circuits THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

97 Example #1: Written Analysis Solve for v(t). 0.5i A From nodal analysis 0.2 j 1.4 j 0.2 j , 9 j I A 1 4 I A 3 3 i A + v(t) j 1 5 j 9.3 j 5 j j I A t v t 8.3cos I A 0.2 j j j I A

98 Example #1: Matlab Solve for v(t). 0.5I A j 1.4 j 0.2 j , 9 j 1 4 Rearrange into matrix form I A I A j 1.4 j j I A >> A = [ -5*j j/ *j+1/3-5*j 0 ; ; ; ; 0 0-1/3 0 1 ]; >> B = [0 ; 9 ; -9*j ; 0 ; 0 ]; >> x = A^-1 * B >> = x(2); >> abs() >> angle() * 180/pi 98 x = ans = ans = i i i i i t v t 8.3cos

99 Example #1: PSpice Plot v(t) using PSpice. Amplitude is 8.4 as determined by written analysis t v t 8.3cos

100 Example #2: Written Analysis Determine the phasor voltage difference 1 2. Confirm this answer using PSpice. + Z 1 S1 Z 2 S S1 S2 10 j 10 j Z Z 1 2 Z Z j 2 4j j S j j j j j S j j 2 10 j 10 j 4 2 j 2 4 j 10 j 6 3 j 3 6 j 8j

101 Example #2: PSpice Determine the phasor voltage difference 1 2. Confirm this answer using PSpice. IAC part, SOURCE library

102 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(k,2) Op Amps in AC Circuits THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

103 103 Example #3: Phasors & Op Amps Sketch out / in vs. for 1 rad/s < < 100 krad/s. Determine v out (t) for v in (t) = cos(4x10 4 t). 125 nf 2k 200

104 104 Example #3: Phasors & Op Amps Sketch out / in vs. for 1 rad/s < < 100 krad/s. Determine v out (t) for v in (t) = cos(4x10 4 t). 125 nf 2k out in Z f Rf 1 jc f Rf 1 jc f Z R R R 1 jc i i i f f Rf 1 Rf C f R j1 R C j4000 i f f 200 out in out in j j1 4 vout t 7.1cos 4 10 t

105 Dr. Gregory J. Mazzaro Spring 2016 ELEC 202 Electric Circuit Analysis II Lecture 10(k,3) AC Thevenin Equivalent w/ a Dependent Source THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston, SC 29409

106 106 Example #4: Thevenin, Dependent Src Determine the Thevenin equivalent of this circuit at terminals A B. A B

107 107 Example #4: Thevenin, Dependent Src Determine the Thevenin equivalent of this circuit at terminals A B. A j j25ia OC I 5I 25 I 0 a a a B I a j25 OC j SC j j I I I 5I 25 I 0 a a a 25 50I 0 a SC Z TH A 25 j25 30 Ia 1030 j25 50 SC 0 ISC ma I B

Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives:

Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives: Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives: Apply previously learn circuit techniques to sinusoidal steady-state analysis. Learn how to apply nodal and mesh analysis in the frequency

More information

Chapter 10: Sinusoids and Phasors

Chapter 10: Sinusoids and Phasors Chapter 10: Sinusoids and Phasors 1. Motivation 2. Sinusoid Features 3. Phasors 4. Phasor Relationships for Circuit Elements 5. Impedance and Admittance 6. Kirchhoff s Laws in the Frequency Domain 7. Impedance

More information

Chapter 10: Sinusoidal Steady-State Analysis

Chapter 10: Sinusoidal Steady-State Analysis Chapter 10: Sinusoidal Steady-State Analysis 1 Objectives : sinusoidal functions Impedance use phasors to determine the forced response of a circuit subjected to sinusoidal excitation Apply techniques

More information

Fundamentals of Engineering Exam Review Electromagnetic Physics

Fundamentals of Engineering Exam Review Electromagnetic Physics Dr. Gregory J. Mazzaro Spring 2018 Fundamentals of Engineering Exam Review Electromagnetic Physics (currently 5-7% of FE exam) THE CITADEL, THE MILITARY COLLEGE OF SOUTH CAROLINA 171 Moultrie Street, Charleston,

More information

Sinusoidal Steady State Analysis (AC Analysis) Part II

Sinusoidal Steady State Analysis (AC Analysis) Part II Sinusoidal Steady State Analysis (AC Analysis) Part II Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

Sinusoidal Response of RLC Circuits

Sinusoidal Response of RLC Circuits Sinusoidal Response of RLC Circuits Series RL circuit Series RC circuit Series RLC circuit Parallel RL circuit Parallel RC circuit R-L Series Circuit R-L Series Circuit R-L Series Circuit Instantaneous

More information

11. AC Circuit Power Analysis

11. AC Circuit Power Analysis . AC Circuit Power Analysis Often an integral part of circuit analysis is the determination of either power delivered or power absorbed (or both). In this chapter First, we begin by considering instantaneous

More information

BFF1303: ELECTRICAL / ELECTRONICS ENGINEERING. Alternating Current Circuits : Basic Law

BFF1303: ELECTRICAL / ELECTRONICS ENGINEERING. Alternating Current Circuits : Basic Law BFF1303: ELECTRICAL / ELECTRONICS ENGINEERING Alternating Current Circuits : Basic Law Ismail Mohd Khairuddin, Zulkifil Md Yusof Faculty of Manufacturing Engineering Universiti Malaysia Pahang Alternating

More information

EE-201 Review Exam I. 1. The voltage Vx in the circuit below is: (1) 3V (2) 2V (3) -2V (4) 1V (5) -1V (6) None of above

EE-201 Review Exam I. 1. The voltage Vx in the circuit below is: (1) 3V (2) 2V (3) -2V (4) 1V (5) -1V (6) None of above EE-201, Review Probs Test 1 page-1 Spring 98 EE-201 Review Exam I Multiple Choice (5 points each, no partial credit.) 1. The voltage Vx in the circuit below is: (1) 3V (2) 2V (3) -2V (4) 1V (5) -1V (6)

More information

ECE 201 Fall 2009 Final Exam

ECE 201 Fall 2009 Final Exam ECE 01 Fall 009 Final Exam December 16, 009 Division 0101: Tan (11:30am) Division 001: Clark (7:30 am) Division 0301: Elliott (1:30 pm) Instructions 1. DO NOT START UNTIL TOLD TO DO SO.. Write your Name,

More information

Electric Circuits II Sinusoidal Steady State Analysis. Dr. Firas Obeidat

Electric Circuits II Sinusoidal Steady State Analysis. Dr. Firas Obeidat Electric Circuits II Sinusoidal Steady State Analysis Dr. Firas Obeidat 1 Table of Contents 1 2 3 4 5 Nodal Analysis Mesh Analysis Superposition Theorem Source Transformation Thevenin and Norton Equivalent

More information

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT Chapter 31: ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT 1 A charged capacitor and an inductor are connected in series At time t = 0 the current is zero, but the capacitor is charged If T is the

More information

Chapter 10 AC Analysis Using Phasors

Chapter 10 AC Analysis Using Phasors Chapter 10 AC Analysis Using Phasors 10.1 Introduction We would like to use our linear circuit theorems (Nodal analysis, Mesh analysis, Thevenin and Norton equivalent circuits, Superposition, etc.) to

More information

Sinusoids and Phasors

Sinusoids and Phasors CHAPTER 9 Sinusoids and Phasors We now begins the analysis of circuits in which the voltage or current sources are time-varying. In this chapter, we are particularly interested in sinusoidally time-varying

More information

Fall 2011 ME 2305 Network Analysis. Sinusoidal Steady State Analysis of RLC Circuits

Fall 2011 ME 2305 Network Analysis. Sinusoidal Steady State Analysis of RLC Circuits Fall 2011 ME 2305 Network Analysis Chapter 4 Sinusoidal Steady State Analysis of RLC Circuits Engr. Humera Rafique Assistant Professor humera.rafique@szabist.edu.pk Faculty of Engineering (Mechatronics)

More information

Review of DC Electric Circuit. DC Electric Circuits Examples (source:

Review of DC Electric Circuit. DC Electric Circuits Examples (source: Review of DC Electric Circuit DC Electric Circuits Examples (source: http://hyperphysics.phyastr.gsu.edu/hbase/electric/dcex.html) 1 Review - DC Electric Circuit Multisim Circuit Simulation DC Circuit

More information

Lectures 16 & 17 Sinusoidal Signals, Complex Numbers, Phasors, Impedance & AC Circuits. Nov. 7 & 9, 2011

Lectures 16 & 17 Sinusoidal Signals, Complex Numbers, Phasors, Impedance & AC Circuits. Nov. 7 & 9, 2011 Lectures 16 & 17 Sinusoidal Signals, Complex Numbers, Phasors, Impedance & AC Circuits Nov. 7 & 9, 2011 Material from Textbook by Alexander & Sadiku and Electrical Engineering: Principles & Applications,

More information

12. Introduction and Chapter Objectives

12. Introduction and Chapter Objectives Real Analog - Circuits 1 Chapter 1: Steady-State Sinusoidal Power 1. Introduction and Chapter Objectives In this chapter we will address the issue of power transmission via sinusoidal or AC) signals. This

More information

Prof. Shayla Sawyer CP08 solution

Prof. Shayla Sawyer CP08 solution What does the time constant represent in an exponential function? How do you define a sinusoid? What is impedance? How is a capacitor affected by an input signal that changes over time? How is an inductor

More information

ENGR-4300 Spring 2009 Test 2. Name: SOLUTION. Section: 1(MR 8:00) 2(TF 2:00) 3(MR 6:00) (circle one) Question I (20 points): Question II (20 points):

ENGR-4300 Spring 2009 Test 2. Name: SOLUTION. Section: 1(MR 8:00) 2(TF 2:00) 3(MR 6:00) (circle one) Question I (20 points): Question II (20 points): ENGR43 Test 2 Spring 29 ENGR43 Spring 29 Test 2 Name: SOLUTION Section: 1(MR 8:) 2(TF 2:) 3(MR 6:) (circle one) Question I (2 points): Question II (2 points): Question III (17 points): Question IV (2 points):

More information

04-Electric Power. ECEGR 452 Renewable Energy Systems

04-Electric Power. ECEGR 452 Renewable Energy Systems 04-Electric Power ECEGR 452 Renewable Energy Systems Overview Review of Electric Circuits Phasor Representation Electrical Power Power Factor Dr. Louie 2 Introduction Majority of the electrical energy

More information

Chapter 9 Objectives

Chapter 9 Objectives Chapter 9 Engr8 Circuit Analysis Dr Curtis Nelson Chapter 9 Objectives Understand the concept of a phasor; Be able to transform a circuit with a sinusoidal source into the frequency domain using phasor

More information

4/27 Friday. I have all the old homework if you need to collect them.

4/27 Friday. I have all the old homework if you need to collect them. 4/27 Friday Last HW: do not need to turn it. Solution will be posted on the web. I have all the old homework if you need to collect them. Final exam: 7-9pm, Monday, 4/30 at Lambert Fieldhouse F101 Calculator

More information

Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis Sinusoidal Steady-State Analysis Almost all electrical systems, whether signal or power, operate with alternating currents and voltages. We have seen that when any circuit is disturbed (switched on or

More information

Schedule. ECEN 301 Discussion #20 Exam 2 Review 1. Lab Due date. Title Chapters HW Due date. Date Day Class No. 10 Nov Mon 20 Exam Review.

Schedule. ECEN 301 Discussion #20 Exam 2 Review 1. Lab Due date. Title Chapters HW Due date. Date Day Class No. 10 Nov Mon 20 Exam Review. Schedule Date Day lass No. 0 Nov Mon 0 Exam Review Nov Tue Title hapters HW Due date Nov Wed Boolean Algebra 3. 3.3 ab Due date AB 7 Exam EXAM 3 Nov Thu 4 Nov Fri Recitation 5 Nov Sat 6 Nov Sun 7 Nov Mon

More information

EIT Review. Electrical Circuits DC Circuits. Lecturer: Russ Tatro. Presented by Tau Beta Pi The Engineering Honor Society 10/3/2006 1

EIT Review. Electrical Circuits DC Circuits. Lecturer: Russ Tatro. Presented by Tau Beta Pi The Engineering Honor Society 10/3/2006 1 EIT Review Electrical Circuits DC Circuits Lecturer: Russ Tatro Presented by Tau Beta Pi The Engineering Honor Society 10/3/2006 1 Session Outline Basic Concepts Basic Laws Methods of Analysis Circuit

More information

Sinusoidal Steady State Analysis

Sinusoidal Steady State Analysis Sinusoidal Steady State Analysis 9 Assessment Problems AP 9. [a] V = 70/ 40 V [b] 0 sin(000t +20 ) = 0 cos(000t 70 ).. I = 0/ 70 A [c] I =5/36.87 + 0/ 53.3 =4+j3+6 j8 =0 j5 =.8/ 26.57 A [d] sin(20,000πt

More information

EE40 Homework #6. Due Oct 15 (Thursday), 12:00 noon in Cory 240

EE40 Homework #6. Due Oct 15 (Thursday), 12:00 noon in Cory 240 Fall 2009 EE40 Homework #6 Due Oct 15 (Thursday), 12:00 noon in Cory 240 Reading Assignments Chapter 5 of Hambley textbook. Section 5.7 on Three-Phase circuit is optional Sections 6.1-6.5 of Hambley textbook

More information

Sinusoidal Steady State Analysis (AC Analysis) Part I

Sinusoidal Steady State Analysis (AC Analysis) Part I Sinusoidal Steady State Analysis (AC Analysis) Part I Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18 Circuit Analysis-III Sinusoids Example #1 ü Find the amplitude, phase, period and frequency of the sinusoid: v (t ) =12cos(50t +10 ) Signal Conversion ü From sine to cosine and vice versa. ü sin (A ± B)

More information

Lecture 11 - AC Power

Lecture 11 - AC Power - AC Power 11/17/2015 Reading: Chapter 11 1 Outline Instantaneous power Complex power Average (real) power Reactive power Apparent power Maximum power transfer Power factor correction 2 Power in AC Circuits

More information

ECE Spring 2017 Final Exam

ECE Spring 2017 Final Exam ECE 20100 Spring 2017 Final Exam May 2, 2017 Section (circle below) Qi (12:30) 0001 Tan (10:30) 0004 Hosseini (7:30) 0005 Cui (1:30) 0006 Jung (11:30) 0007 Lin (9:30) 0008 Peleato-Inarrea (2:30) 0009 Name

More information

Phasors: Impedance and Circuit Anlysis. Phasors

Phasors: Impedance and Circuit Anlysis. Phasors Phasors: Impedance and Circuit Anlysis Lecture 6, 0/07/05 OUTLINE Phasor ReCap Capacitor/Inductor Example Arithmetic with Complex Numbers Complex Impedance Circuit Analysis with Complex Impedance Phasor

More information

ECE2262 Electric Circuits. Chapter 5: Circuit Theorems

ECE2262 Electric Circuits. Chapter 5: Circuit Theorems ECE2262 Electric Circuits Chapter 5: Circuit Theorems 1 Equivalence Linearity Superposition Thevenin s and Norton s Theorems Maximum Power Transfer Analysis of Circuits Using Circuit Theorems 2 5. 1 Equivalence

More information

ECE2262 Electric Circuits

ECE2262 Electric Circuits ECE2262 Electric Circuits Equivalence Chapter 5: Circuit Theorems Linearity Superposition Thevenin s and Norton s Theorems Maximum Power Transfer Analysis of Circuits Using Circuit Theorems 1 5. 1 Equivalence

More information

Figure Circuit for Question 1. Figure Circuit for Question 2

Figure Circuit for Question 1. Figure Circuit for Question 2 Exercises 10.7 Exercises Multiple Choice 1. For the circuit of Figure 10.44 the time constant is A. 0.5 ms 71.43 µs 2, 000 s D. 0.2 ms 4 Ω 2 Ω 12 Ω 1 mh 12u 0 () t V Figure 10.44. Circuit for Question

More information

REACTANCE. By: Enzo Paterno Date: 03/2013

REACTANCE. By: Enzo Paterno Date: 03/2013 REACTANCE REACTANCE By: Enzo Paterno Date: 03/2013 5/2007 Enzo Paterno 1 RESISTANCE - R i R (t R A resistor for all practical purposes is unaffected by the frequency of the applied sinusoidal voltage or

More information

3.1 Superposition theorem

3.1 Superposition theorem Many electric circuits are complex, but it is an engineer s goal to reduce their complexity to analyze them easily. In the previous chapters, we have mastered the ability to solve networks containing independent

More information

Notes on Electric Circuits (Dr. Ramakant Srivastava)

Notes on Electric Circuits (Dr. Ramakant Srivastava) Notes on Electric ircuits (Dr. Ramakant Srivastava) Passive Sign onvention (PS) Passive sign convention deals with the designation of the polarity of the voltage and the direction of the current arrow

More information

EE 3120 Electric Energy Systems Study Guide for Prerequisite Test Wednesday, Jan 18, pm, Room TBA

EE 3120 Electric Energy Systems Study Guide for Prerequisite Test Wednesday, Jan 18, pm, Room TBA EE 3120 Electric Energy Systems Study Guide for Prerequisite Test Wednesday, Jan 18, 2006 6-7 pm, Room TBA First retrieve your EE2110 final and other course papers and notes! The test will be closed book

More information

Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis Chapter 4 Sinusoidal Steady-State Analysis In this unit, we consider circuits in which the sources are sinusoidal in nature. The review section of this unit covers most of section 9.1 9.9 of the text.

More information

Electric Circuit Theory

Electric Circuit Theory Electric Circuit Theory Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Chapter 11 Sinusoidal Steady-State Analysis Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Contents and Objectives 3 Chapter Contents 11.1

More information

Chapter 10: Sinusoidal Steady-State Analysis

Chapter 10: Sinusoidal Steady-State Analysis Chapter 10: Sinusoidal Steady-State Analysis 10.1 10.2 10.3 10.4 10.5 10.6 10.9 Basic Approach Nodal Analysis Mesh Analysis Superposition Theorem Source Transformation Thevenin & Norton Equivalent Circuits

More information

Handout 11: AC circuit. AC generator

Handout 11: AC circuit. AC generator Handout : AC circuit AC generator Figure compares the voltage across the directcurrent (DC) generator and that across the alternatingcurrent (AC) generator For DC generator, the voltage is constant For

More information

Electric Circuits I FINAL EXAMINATION

Electric Circuits I FINAL EXAMINATION EECS:300, Electric Circuits I s6fs_elci7.fm - Electric Circuits I FINAL EXAMINATION Problems Points.. 3. 0 Total 34 Was the exam fair? yes no 5//6 EECS:300, Electric Circuits I s6fs_elci7.fm - Problem

More information

ECE 420. Review of Three Phase Circuits. Copyright by Chanan Singh, Panida Jirutitijaroen, and Hangtian Lei, For educational use only-not for sale.

ECE 420. Review of Three Phase Circuits. Copyright by Chanan Singh, Panida Jirutitijaroen, and Hangtian Lei, For educational use only-not for sale. ECE 40 Review of Three Phase Circuits Outline Phasor Complex power Power factor Balanced 3Ф circuit Read Appendix A Phasors and in steady state are sinusoidal functions with constant frequency 5 0 15 10

More information

SINUSOIDAL STEADY STATE CIRCUIT ANALYSIS

SINUSOIDAL STEADY STATE CIRCUIT ANALYSIS SINUSOIDAL STEADY STATE CIRCUIT ANALYSIS 1. Introduction A sinusoidal current has the following form: where I m is the amplitude value; ω=2 πf is the angular frequency; φ is the phase shift. i (t )=I m.sin

More information

IMPERIAL COLLEGE OF SCIENCE, TECHNOLOGY AND MEDICINE UNIVERSITY OF LONDON DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2010

IMPERIAL COLLEGE OF SCIENCE, TECHNOLOGY AND MEDICINE UNIVERSITY OF LONDON DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2010 Paper Number(s): E1.1 IMPERIAL COLLEGE OF SCIENCE, TECHNOLOGY AND MEDICINE UNIVERSITY OF LONDON DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2010 EEE/ISE PART I: MEng, BEng and ACGI

More information

In Chapter 15, you learned how to analyze a few simple ac circuits in the time

In Chapter 15, you learned how to analyze a few simple ac circuits in the time In Chapter 15, you learned how to analyze a few simple ac circuits in the time domain using voltages and currents expressed as functions of time. However, this is not a very practical approach. A more

More information

Chapter 5 Steady-State Sinusoidal Analysis

Chapter 5 Steady-State Sinusoidal Analysis Chapter 5 Steady-State Sinusoidal Analysis Chapter 5 Steady-State Sinusoidal Analysis 1. Identify the frequency, angular frequency, peak value, rms value, and phase of a sinusoidal signal. 2. Solve steady-state

More information

Introduction to AC Circuits (Capacitors and Inductors)

Introduction to AC Circuits (Capacitors and Inductors) Introduction to AC Circuits (Capacitors and Inductors) Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

EE1-01 IMPERIAL COLLEGE LONDON DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2013 ANALYSIS OF CIRCUITS. Tuesday, 28 May 10:00 am

EE1-01 IMPERIAL COLLEGE LONDON DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2013 ANALYSIS OF CIRCUITS. Tuesday, 28 May 10:00 am EE1-01 IMPERIAL COLLEGE LONDON DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2013 ExamHeader: EEE/EIE PART I: MEng, Beng and ACGI ANALYSIS OF CIRCUITS Tuesday, 28 May 10:00 am Time allowed:

More information

CURRENT SOURCES EXAMPLE 1 Find the source voltage Vs and the current I1 for the circuit shown below SOURCE CONVERSIONS

CURRENT SOURCES EXAMPLE 1 Find the source voltage Vs and the current I1 for the circuit shown below SOURCE CONVERSIONS CURRENT SOURCES EXAMPLE 1 Find the source voltage Vs and the current I1 for the circuit shown below EXAMPLE 2 Find the source voltage Vs and the current I1 for the circuit shown below SOURCE CONVERSIONS

More information

EE313 Fall 2013 Exam #1 (100 pts) Thursday, September 26, 2013 Name. 1) [6 pts] Convert the following time-domain circuit to the RMS Phasor Domain.

EE313 Fall 2013 Exam #1 (100 pts) Thursday, September 26, 2013 Name. 1) [6 pts] Convert the following time-domain circuit to the RMS Phasor Domain. Name If you have any questions ask them. Remember to include all units on your answers (V, A, etc). Clearly indicate your answers. All angles must be in the range 0 to +180 or 0 to 180 degrees. 1) [6 pts]

More information

EXP. NO. 3 Power on (resistive inductive & capacitive) load Series connection

EXP. NO. 3 Power on (resistive inductive & capacitive) load Series connection OBJECT: To examine the power distribution on (R, L, C) series circuit. APPARATUS 1-signal function generator 2- Oscilloscope, A.V.O meter 3- Resisters & inductor &capacitor THEORY the following form for

More information

Basic Electrical Circuits Analysis ECE 221

Basic Electrical Circuits Analysis ECE 221 Basic Electrical Circuits Analysis ECE 221 PhD. Khodr Saaifan http://trsys.faculty.jacobs-university.de k.saaifan@jacobs-university.de 1 2 Reference: Electric Circuits, 8th Edition James W. Nilsson, and

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 18 121025 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review RMS Values Complex Numbers Phasors Complex Impedance Circuit Analysis

More information

Two-Port Networks Admittance Parameters CHAPTER16 THE LEARNING GOALS FOR THIS CHAPTER ARE THAT STUDENTS SHOULD BE ABLE TO:

Two-Port Networks Admittance Parameters CHAPTER16 THE LEARNING GOALS FOR THIS CHAPTER ARE THAT STUDENTS SHOULD BE ABLE TO: CHAPTER16 Two-Port Networks THE LEARNING GOALS FOR THIS CHAPTER ARE THAT STUDENTS SHOULD BE ABLE TO: Calculate the admittance, impedance, hybrid, and transmission parameter for two-port networks. Convert

More information

Note 11: Alternating Current (AC) Circuits

Note 11: Alternating Current (AC) Circuits Note 11: Alternating Current (AC) Circuits V R No phase difference between the voltage difference and the current and max For alternating voltage Vmax sin t, the resistor current is ir sin t. the instantaneous

More information

09/29/2009 Reading: Hambley Chapter 5 and Appendix A

09/29/2009 Reading: Hambley Chapter 5 and Appendix A EE40 Lec 10 Complex Numbers and Phasors Prof. Nathan Cheung 09/29/2009 Reading: Hambley Chapter 5 and Appendix A Slide 1 OUTLINE Phasors as notation for Sinusoids Arithmetic with Complex Numbers Complex

More information

LINEAR CIRCUIT ANALYSIS (EED) U.E.T. TAXILA 09

LINEAR CIRCUIT ANALYSIS (EED) U.E.T. TAXILA 09 LINEAR CIRCUIT ANALYSIS (EED) U.E.T. TAXILA 09 ENGR. M. MANSOOR ASHRAF INTRODUCTION Thus far our analysis has been restricted for the most part to dc circuits: those circuits excited by constant or time-invariant

More information

To find the step response of an RC circuit

To find the step response of an RC circuit To find the step response of an RC circuit v( t) v( ) [ v( t) v( )] e tt The time constant = RC The final capacitor voltage v() The initial capacitor voltage v(t ) To find the step response of an RL circuit

More information

Basic RL and RC Circuits R-L TRANSIENTS: STORAGE CYCLE. Engineering Collage Electrical Engineering Dep. Dr. Ibrahim Aljubouri

Basic RL and RC Circuits R-L TRANSIENTS: STORAGE CYCLE. Engineering Collage Electrical Engineering Dep. Dr. Ibrahim Aljubouri st Class Basic RL and RC Circuits The RL circuit with D.C (steady state) The inductor is short time at Calculate the inductor current for circuits shown below. I L E R A I L E R R 3 R R 3 I L I L R 3 R

More information

Ver 3537 E1.1 Analysis of Circuits (2014) E1.1 Circuit Analysis. Problem Sheet 1 (Lectures 1 & 2)

Ver 3537 E1.1 Analysis of Circuits (2014) E1.1 Circuit Analysis. Problem Sheet 1 (Lectures 1 & 2) Ver 3537 E. Analysis of Circuits () Key: [A]= easy... [E]=hard E. Circuit Analysis Problem Sheet (Lectures & ). [A] One of the following circuits is a series circuit and the other is a parallel circuit.

More information

AC analysis - many examples

AC analysis - many examples AC analysis - many examples The basic method for AC analysis:. epresent the AC sources as complex numbers: ( ). Convert resistors, capacitors, and inductors into their respective impedances: resistor Z

More information

Lecture 4: R-L-C Circuits and Resonant Circuits

Lecture 4: R-L-C Circuits and Resonant Circuits Lecture 4: R-L-C Circuits and Resonant Circuits RLC series circuit: What's V R? Simplest way to solve for V is to use voltage divider equation in complex notation: V X L X C V R = in R R + X C + X L L

More information

ECE Spring 2015 Final Exam

ECE Spring 2015 Final Exam ECE 20100 Spring 2015 Final Exam May 7, 2015 Section (circle below) Jung (1:30) 0001 Qi (12:30) 0002 Peleato (9:30) 0004 Allen (10:30) 0005 Zhu (4:30) 0006 Name PUID Instructions 1. DO NOT START UNTIL

More information

Module 4. Single-phase AC Circuits

Module 4. Single-phase AC Circuits Module 4 Single-phase AC Circuits Lesson 14 Solution of Current in R-L-C Series Circuits In the last lesson, two points were described: 1. How to represent a sinusoidal (ac) quantity, i.e. voltage/current

More information

BASIC NETWORK ANALYSIS

BASIC NETWORK ANALYSIS SECTION 1 BASIC NETWORK ANALYSIS A. Wayne Galli, Ph.D. Project Engineer Newport News Shipbuilding Series-Parallel dc Network Analysis......................... 1.1 Branch-Current Analysis of a dc Network......................

More information

UNIT 4 DC EQUIVALENT CIRCUIT AND NETWORK THEOREMS

UNIT 4 DC EQUIVALENT CIRCUIT AND NETWORK THEOREMS UNIT 4 DC EQUIVALENT CIRCUIT AND NETWORK THEOREMS 1.0 Kirchoff s Law Kirchoff s Current Law (KCL) states at any junction in an electric circuit the total current flowing towards that junction is equal

More information

Chapter 33. Alternating Current Circuits

Chapter 33. Alternating Current Circuits Chapter 33 Alternating Current Circuits 1 Capacitor Resistor + Q = C V = I R R I + + Inductance d I Vab = L dt AC power source The AC power source provides an alternative voltage, Notation - Lower case

More information

Electrical Engineering Fundamentals for Non-Electrical Engineers

Electrical Engineering Fundamentals for Non-Electrical Engineers Electrical Engineering Fundamentals for Non-Electrical Engineers by Brad Meyer, PE Contents Introduction... 3 Definitions... 3 Power Sources... 4 Series vs. Parallel... 9 Current Behavior at a Node...

More information

MET 487 Instrumentation and Automatic Control. Lecture 3

MET 487 Instrumentation and Automatic Control. Lecture 3 MET 487 Instrumentation and Automatic Control Lecture 3 Electrical Circuits and Components http://www.etcs.ipfw.edu/~lin Lecture 2 - By P. Lin 1 Electrical Circuits and Components Basic Electrical Elements

More information

Sinusoidal Steady- State Circuit Analysis

Sinusoidal Steady- State Circuit Analysis Sinusoidal Steady- State Circuit Analysis 9. INTRODUCTION This chapter will concentrate on the steady-state response of circuits driven by sinusoidal sources. The response will also be sinusoidal. For

More information

Circuit Theorems Overview Linearity Superposition Source Transformation Thévenin and Norton Equivalents Maximum Power Transfer

Circuit Theorems Overview Linearity Superposition Source Transformation Thévenin and Norton Equivalents Maximum Power Transfer Circuit Theorems Overview Linearity Superposition Source Transformation Thévenin and Norton Equivalents Maximum Power Transfer J. McNames Portland State University ECE 221 Circuit Theorems Ver. 1.36 1

More information

EIT Review 1. FE/EIT Review. Circuits. John A. Camara, Electrical Engineering Reference Manual, 6 th edition, Professional Publications, Inc, 2002.

EIT Review 1. FE/EIT Review. Circuits. John A. Camara, Electrical Engineering Reference Manual, 6 th edition, Professional Publications, Inc, 2002. FE/EIT eview Circuits Instructor: uss Tatro eferences John A. Camara, Electrical Engineering eference Manual, 6 th edition, Professional Publications, Inc, 00. John A. Camara, Practice Problems for the

More information

Chapter 10: Sinusoidal Steady-State Analysis

Chapter 10: Sinusoidal Steady-State Analysis Chapter 0: Sinusoidal Steady-State Analysis Sinusoidal Sources If a circuit is driven by a sinusoidal source, after 5 tie constants, the circuit reaches a steady-state (reeber the RC lab with t = τ). Consequently,

More information

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA DISCUSSION The capacitor is a element which stores electric energy by charging the charge on it. Bear in mind that the charge on a capacitor

More information

Sinusoidal Steady State Power Calculations

Sinusoidal Steady State Power Calculations 10 Sinusoidal Steady State Power Calculations Assessment Problems AP 10.1 [a] V = 100/ 45 V, Therefore I = 20/15 A P = 1 (100)(20)cos[ 45 (15)] = 500W, 2 A B Q = 1000sin 60 = 866.03 VAR, B A [b] V = 100/

More information

EECE 2510 Circuits and Signals, Biomedical Applications Final Exam Section 3. Name:

EECE 2510 Circuits and Signals, Biomedical Applications Final Exam Section 3. Name: EECE 2510 Circuits and Signals, Biomedical Applications Final Exam Section 3 Instructions: Closed book, closed notes; Computers and cell phones are not allowed Scientific calculators are allowed Complete

More information

mywbut.com Lesson 16 Solution of Current in AC Parallel and Seriesparallel

mywbut.com Lesson 16 Solution of Current in AC Parallel and Seriesparallel esson 6 Solution of urrent in Parallel and Seriesparallel ircuits n the last lesson, the following points were described:. How to compute the total impedance/admittance in series/parallel circuits?. How

More information

Electric Circuits Fall 2015 Solution #5

Electric Circuits Fall 2015 Solution #5 RULES: Please try to work on your own. Discussion is permissible, but identical submissions are unacceptable! Please show all intermeate steps: a correct solution without an explanation will get zero cret.

More information

8. Introduction and Chapter Objectives

8. Introduction and Chapter Objectives Real Analog - Circuits Chapter 8: Second Order Circuits 8. Introduction and Chapter Objectives Second order systems are, by definition, systems whose input-output relationship is a second order differential

More information

BIOEN 302, Section 3: AC electronics

BIOEN 302, Section 3: AC electronics BIOEN 3, Section 3: AC electronics For this section, you will need to have very present the basics of complex number calculus (see Section for a brief overview) and EE5 s section on phasors.. Representation

More information

Circuits. Fawwaz T. Ulaby, Michel M. Maharbiz, Cynthia M. Furse. Solutions to the Exercises

Circuits. Fawwaz T. Ulaby, Michel M. Maharbiz, Cynthia M. Furse. Solutions to the Exercises Circuits by Fawwaz T. Ulaby, Michel M. Maharbiz, Cynthia M. Furse Solutions to the Exercises Chapter 1: Circuit Terminology Chapter 2: Resisitive Circuits Chapter 3: Analysis Techniques Chapter 4: Operational

More information

Driven RLC Circuits Challenge Problem Solutions

Driven RLC Circuits Challenge Problem Solutions Driven LC Circuits Challenge Problem Solutions Problem : Using the same circuit as in problem 6, only this time leaving the function generator on and driving below resonance, which in the following pairs

More information

Single Phase Parallel AC Circuits

Single Phase Parallel AC Circuits Single Phase Parallel AC Circuits 1 Single Phase Parallel A.C. Circuits (Much of this material has come from Electrical & Electronic Principles & Technology by John Bird) n parallel a.c. circuits similar

More information

Problem Set 5 Solutions

Problem Set 5 Solutions University of California, Berkeley Spring 01 EE /0 Prof. A. Niknejad Problem Set 5 Solutions Please note that these are merely suggested solutions. Many of these problems can be approached in different

More information

ELEC 250: LINEAR CIRCUITS I COURSE OVERHEADS. These overheads are adapted from the Elec 250 Course Pack developed by Dr. Fayez Guibaly.

ELEC 250: LINEAR CIRCUITS I COURSE OVERHEADS. These overheads are adapted from the Elec 250 Course Pack developed by Dr. Fayez Guibaly. Elec 250: Linear Circuits I 5/4/08 ELEC 250: LINEAR CIRCUITS I COURSE OVERHEADS These overheads are adapted from the Elec 250 Course Pack developed by Dr. Fayez Guibaly. S.W. Neville Elec 250: Linear Circuits

More information

R-L-C Circuits and Resonant Circuits

R-L-C Circuits and Resonant Circuits P517/617 Lec4, P1 R-L-C Circuits and Resonant Circuits Consider the following RLC series circuit What's R? Simplest way to solve for is to use voltage divider equation in complex notation. X L X C in 0

More information

EE221 - Practice for the Midterm Exam

EE221 - Practice for the Midterm Exam EE1 - Practice for the Midterm Exam 1. Consider this circuit and corresponding plot of the inductor current: Determine the values of L, R 1 and R : L = H, R 1 = Ω and R = Ω. Hint: Use the plot to determine

More information

Chapter 2. Engr228 Circuit Analysis. Dr Curtis Nelson

Chapter 2. Engr228 Circuit Analysis. Dr Curtis Nelson Chapter 2 Engr228 Circuit Analysis Dr Curtis Nelson Chapter 2 Objectives Understand symbols and behavior of the following circuit elements: Independent voltage and current sources; Dependent voltage and

More information

Experiment Guide for RC Circuits

Experiment Guide for RC Circuits Guide-P1 Experiment Guide for RC Circuits I. Introduction 1. Capacitors A capacitor is a passive electronic component that stores energy in the form of an electrostatic field. The unit of capacitance is

More information

Physics 4B Chapter 31: Electromagnetic Oscillations and Alternating Current

Physics 4B Chapter 31: Electromagnetic Oscillations and Alternating Current Physics 4B Chapter 31: Electromagnetic Oscillations and Alternating Current People of mediocre ability sometimes achieve outstanding success because they don't know when to quit. Most men succeed because

More information

Name (print): Lab (circle): W8 Th8 Th11 Th2 F8. θ (radians) θ (degrees) cos θ sin θ π/ /2 1/2 π/4 45 2/2 2/2 π/3 60 1/2 3/2 π/

Name (print): Lab (circle): W8 Th8 Th11 Th2 F8. θ (radians) θ (degrees) cos θ sin θ π/ /2 1/2 π/4 45 2/2 2/2 π/3 60 1/2 3/2 π/ Name (print): Lab (circle): W8 Th8 Th11 Th2 F8 Trigonometric Identities ( cos(θ) = cos(θ) sin(θ) = sin(θ) sin(θ) = cos θ π ) 2 Cosines and Sines of common angles Euler s Formula θ (radians) θ (degrees)

More information

ELECTRIC POWER CIRCUITS BASIC CONCEPTS AND ANALYSIS

ELECTRIC POWER CIRCUITS BASIC CONCEPTS AND ANALYSIS Contents ELEC46 Power ystem Analysis Lecture ELECTRC POWER CRCUT BAC CONCEPT AND ANALY. Circuit analysis. Phasors. Power in single phase circuits 4. Three phase () circuits 5. Power in circuits 6. ingle

More information

ECE 205: Intro Elec & Electr Circuits

ECE 205: Intro Elec & Electr Circuits ECE 205: Intro Elec & Electr Circuits Final Exam Study Guide Version 1.00 Created by Charles Feng http://www.fenguin.net ECE 205: Intro Elec & Electr Circuits Final Exam Study Guide 1 Contents 1 Introductory

More information

Alternating Current Circuits

Alternating Current Circuits Alternating Current Circuits AC Circuit An AC circuit consists of a combination of circuit elements and an AC generator or source. The output of an AC generator is sinusoidal and varies with time according

More information

ECE 304: Design Issues for Voltage Follower as Output Stage S&S Chapter 14, pp

ECE 304: Design Issues for Voltage Follower as Output Stage S&S Chapter 14, pp ECE 34: Design Issues for oltage Follower as Output Stage S&S Chapter 14, pp. 131133 Introduction The voltage follower provides a good buffer between a differential amplifier and a load in two ways: 1.

More information

1 Phasors and Alternating Currents

1 Phasors and Alternating Currents Physics 4 Chapter : Alternating Current 0/5 Phasors and Alternating Currents alternating current: current that varies sinusoidally with time ac source: any device that supplies a sinusoidally varying potential

More information