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

Size: px
Start display at page:

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

Transcription

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

2 Review - DC Electric Circuit Multisim Circuit Simulation DC Circuit Construction, PhET Interactive Simulations, 2

3 Electric Power Claculation DC Electric Power = Voltage * Current P = V * I = (joules/coulomb)*(coulomb/sec) = joules/sec = watts Ohm s Law: V = I * R P = V * I = (I*R)*I = I 2 *R P = V * I = V * (V/R) = V 2 /R Other References Electric Power HyperPhysics, 3

4 DC Relay Circuit with R, L and C. DC Circuit DC Power Supply V (volts), Resistor R (Ohms, mω, kω, MΩ, etc), Inductor L (Henry, mh, μh), Capacitor C (Farad, μf, nf, pf) Circuit Configuration Relay coil: L and R --- in series 12V DC coil: Calculated current 64.9 ma Measured current 64.x 59.x ma Contact 120V, 1/6 HP 240V, 1/3 HP Normally Open (NO) contact Normally Closed (NC) contact C in parallel with the relay coil E 12 V L R Relay 158.9mH 185Ω C 330µF 25V DC 12V, AC 120V 1/6 HP, 240V 1/3 HP 4

5 Single Phase AC Motor On/Off Control Solid State Relay (SSR) Magnetic Switch (or relay) AC 120V, ¼ HP Single Phase Motors, 4-pole See the complete demo from Feb 21,

6 Example 2-1 FIGURE 2-2 Waveforms for the voltage and current represented by equation 2.3. Volt/Ampere % sinewave2.m Vm = 170; Vrms = Vm/sqrt(2); f = 60; T = 1/f; dt = T/100; t = 0: dt: 2*T; w = 2*pi*f; vt = Vm*sin(w*t); Im = 30; Irms = Im/sqrt(2); theta = pi/6; it = Im * sin(w*t - theta); plot(t, vt, t, it), grid on xlabel('time sec'), ylabel('volt/ampere'); Time sec 6

7 Example 2-1 Phasor Diagrams (continue) FIGURE 2-3 reference. Phasor diagrams for the voltage and current of Example 2-1; (a) voltage as reference, (b) current as reference, (c) cos( t) as v t = 170 sin ωt = sin(ωt) i t = 30 sin ωt π 6 = sin(ωt π 6 ) cos (30 ) = cos (30 /180 *pi) = P = VI cosθ = 120 * * = 2.2 kw 7

8 Table 2-1 Time Domain and Phasor Domain Conversion. Time Domain Phasor Domain 100 sin ωt + 2π/9 (0.707)100/_40 =70.7/_40 30 sinωt (0.707)(50)/_0 = 35.35/_0 75cosωt = 75sin(ωt +π/2) 100cos(ωt π/6) = 100sin(ωt+π/3) sinωt = 170sinωt 120/_ sin(ωt 7π/18) = 233sin (ωt 7π/18) 120/_ sinωt = sin(ωt + 0π) 10/_ sin(ωt + π/4) = 3394sin (ωt + π/4) 2400/_0 (0.707)(75)/_90 = 53/_90 (0.707)(100)/_60 = 70.7/_60 v t = V max sin ωt = 170 sinωt = Vr ms 2 sin ωt = sin(ωt) 8

9 FIGURE 2-4 Illustration of rotating phasor; (a) at time t = 0, (b) at time t = /3, at time t =, and (d) at time t =. 9

10 FIGURE 2-5 Illustration of relationship between polar and rectangular quantities for a phasor or complex number. 10

11 Table 2-1 Symbol Notation for Several Complex Quantities. Quantity Phasor or Comple x numbe r symbol Magnit ude Symbol Polar form Voltage V V or V V/_α or V /_α Current I I or I I/_β or I /_β Rectangular form V r + j V j I r + j I j Complex power S S or S S/_θ or S /_θ P + j Q v t = V max sin ωt = 170 sinωt = Vr ms 2 sin ωt = 120 Z /_θ 2 sin(ωt) Impedance Z Z or Z Z/_θ or R + jx L R - jx C 11

12 Complex Number Manipulation A = A α = A r + ja j = Acos α + jasin α B = B β = B r + j B j = Bcos β + jb sinβ Addition: C = A + B = (A r + B r ) + j(a j + B j ) = C r + C j = C γ Subtraction: C = A - B = (A r - B r ) + j(a j - B j ) = C r + C j = C γ Multiplication: C = A * B = A α * B β = A*B (α+β) Division: C = A / B = A α / B β = A/B (α-β) 12

13 FIGURE 2-6 Addition of phasors. j = 90 degree operator A = A α = A r + ja j = Acos α + jasin α B = B β = B r + j B j = Bcos β + jb sinβ C = A + B = (A r + B r ) + j(a j + B j ) = C r + C j = C γ 13

14 Example 2-2 Given two phasors: A = and B = Find: a) C = A + B b) C = A * B c) C = A B Solution (MATLAB function): >> A = 50*exp(j*(40/180)*pi) A = i >> B = 30*exp(j*(-30/180)*pi) B = i a) C = A + B >> C = A + B C = i b) C = A * B = 50*30 /_40+(-30) = 1500 /_10 c) C = A B = 50/30 /_40-(-30) = 1.67 /_70 14

15 FIGURE 2-7 A phasor and its conjugate. A = A α = A r + ja j A* = A -α = A r - ja j (The complex conjugate of A) 15

16 Impedance in the AC Circuits FIGURE 2-8 AC circuit. Inductive Reactance X L = jωl = j2πf L Capacitive Reactance X C = -j1/(ωc) = -j1/(2πf C) Impedance Z = R +j(x L X C ) j 90 degree operator j*j = -1, 1/j = -j 16

17 Example 2-3 FIGURE 2-8 AC circuit. Given f = 60 Hz, Vrms = 120V, R = 40 ohms, L = Henry, C = μf. Find: a) X L, and X C b) Current in each leg: I R, I L, I C c) Total current I = I R + I L + I C d) Draw a phasor diagram showing the source voltage and all the currents e) Total impedance Z 17

18 Example 2-3 FIGURE 2-8 AC circuit. Given f = 60 Hz, Vrms = 120V, R = 40 ohms, L = Henry, C = μf. Find: a) X L, and X C b) Current in each leg: I R, I L, I C c) Total current I = I R + I L + I C d) Draw a phasor diagram showing the source voltage and all the currents e) Total impedance Z 18

19 FIGURE 2-9 Phasor diagram for Example 2-3(d). 19

20 FIGURE 2-10 triangle. (a) Power triangle for inductive load, (b) power triangle for capacitive load, and (c) several equations for the power 20

21 FIGURE 2-11 Resistive load. 21

22 FIGURE 2-12 Resistive-inductive (R-L) load. 22

23 FIGURE 2-13 Purely inductive load. 23

24 FIGURE 2-14 Parallel R-L circuit for use with Example

25 FIGURE 2-15 Series R-L circuit for use with Example

26 FIGURE 2-16 Summary of relationships for an inductive (RL) circuit: (a) the circuit, (b) the impedance triangle, (c) phasor diagram showing voltage and langging current, and (d) the power triangle. 26

27 FIGURE 2-17 Summary of relationships for a capacitive (RC) circuit: (a) the circuit, (b) the impedance triangle, (c) phasor diagram showing voltage and leading current, and (d) the power triangle. 27

28 FIGURE 2-18 Wye-connected coils of a three-phase generator. 28

29 FIGURE 2-19 Subscript notation for three-phase wye and delta. 29

30 FIGURE 2-20 Angular relationships for phase and line currents in a delta system. 30

31 FIGURE 2-21 Angular relationships for phase and line voltages in a wye system. 31

32 FIGURE 2-22 Line-to-neutral voltages in the time domain. 32

33 FIGURE 2-23 Phasor diagrams for Example

34 FIGURE 2-24 Pole-mounted capacitor bank. 34

35 FIGURE kvar power factor correction capacitors. 35

36 FIGURE 2-26 Real and reactive power vs. power factor. 36

37 FIGURE 2-27 Effect of poor power factor. 37

38 FIGURE 2-28 Power factor correction by addition of power triangles. 38

39 FIGURE 2-29 Figure for Problem P

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

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

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

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

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

Consider a simple RC circuit. We might like to know how much power is being supplied by the source. We probably need to find the current.

Consider a simple RC circuit. We might like to know how much power is being supplied by the source. We probably need to find the current. AC power Consider a simple RC circuit We might like to know how much power is being supplied by the source We probably need to find the current R 10! R 10! is VS Vmcosωt Vm 10 V f 60 Hz V m 10 V C 150

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

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

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

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

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

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 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

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

AC Circuits Homework Set

AC Circuits Homework Set Problem 1. In an oscillating LC circuit in which C=4.0 μf, the maximum potential difference across the capacitor during the oscillations is 1.50 V and the maximum current through the inductor is 50.0 ma.

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

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

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

Power Systems - Basic Concepts and Applications - Part I

Power Systems - Basic Concepts and Applications - Part I PDHonline Course E104 (1 PDH) Power ystems Basic Concepts and Applications Part I Instructor: hihmin Hsu PhD PE 01 PDH Online PDH Center 57 Meadow Estates Drive Fairfax A 006658 Phone & Fax: 709880088

More information

Power Factor Improvement

Power Factor Improvement Salman bin AbdulazizUniversity College of Engineering Electrical Engineering Department EE 2050Electrical Circuit Laboratory Power Factor Improvement Experiment # 4 Objectives: 1. To introduce the concept

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

Circuit Analysis-II. Circuit Analysis-II Lecture # 5 Monday 23 rd April, 18

Circuit Analysis-II. Circuit Analysis-II Lecture # 5 Monday 23 rd April, 18 Circuit Analysis-II Capacitors in AC Circuits Introduction ü The instantaneous capacitor current is equal to the capacitance times the instantaneous rate of change of the voltage across the capacitor.

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

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

ECE 241L Fundamentals of Electrical Engineering. Experiment 6 AC Circuits

ECE 241L Fundamentals of Electrical Engineering. Experiment 6 AC Circuits ECE 241L Fundamentals of Electrical Engineering Experiment 6 AC Circuits A. Objectives: Objectives: I. Calculate amplitude and phase angles of a-c voltages and impedances II. Calculate the reactance 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

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

Unit-3. Question Bank

Unit-3. Question Bank Unit- Question Bank Q.1 A delta connected load draw a current of 15A at lagging P.F. of.85 from 400, -hase, 50Hz suly. Find & of each hase. Given P = = 400 0 I = 15A Ans. 4.98, 5.7mH So I P = 15 =8.66A

More information

EE-0001 PEEE Refresher Course. Week 1: Engineering Fundamentals

EE-0001 PEEE Refresher Course. Week 1: Engineering Fundamentals EE-000 PEEE efresher Course Week : Engineering Fundamentals Engineering Fundamentals Bentley Chapters & Camara Chapters,, & 3 Electrical Quantities Energy (work), power, charge, current Electrostatic pressure,

More information

Announcements: Today: more AC circuits

Announcements: Today: more AC circuits Announcements: Today: more AC circuits I 0 I rms Current through a light bulb I 0 I rms I t = I 0 cos ωt I 0 Current through a LED I t = I 0 cos ωt Θ(cos ωt ) Theta function (is zero for a negative argument)

More information

Prof. Anyes Taffard. Physics 120/220. Voltage Divider Capacitor RC circuits

Prof. Anyes Taffard. Physics 120/220. Voltage Divider Capacitor RC circuits Prof. Anyes Taffard Physics 120/220 Voltage Divider Capacitor RC circuits Voltage Divider The figure is called a voltage divider. It s one of the most useful and important circuit elements we will encounter.

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

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase circuits ersion EE T, Kharagpur esson 6 Solution of urrent in Parallel and Seriesparallel ircuits ersion EE T, Kharagpur n the last lesson, the following points were described:. How

More information

Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations

Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations 5-1 Repeating the Example on Power Factor Correction (Given last Class) P? Q? S? Light Motor From source 1000 volts @ 60 Htz 10kW

More information

LO 1: Three Phase Circuits

LO 1: Three Phase Circuits Course: EEL 2043 Principles of Electric Machines Class Instructor: Dr. Haris M. Khalid Email: hkhalid@hct.ac.ae Webpage: www.harismkhalid.com LO 1: Three Phase Circuits Three Phase AC System Three phase

More information

Three Phase Circuits

Three Phase Circuits Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/ OUTLINE Previously on ELCN102 Three Phase Circuits Balanced

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

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

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

Learnabout Electronics - AC Theory

Learnabout Electronics - AC Theory Learnabout Electronics - AC Theory Facts & Formulae for AC Theory www.learnabout-electronics.org Contents AC Wave Values... 2 Capacitance... 2 Charge on a Capacitor... 2 Total Capacitance... 2 Inductance...

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

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

PARALLEL A.C. CIRCUITS

PARALLEL A.C. CIRCUITS C H A P T E R 4 earning Objectives Solving Parallel Circuits Vector or Phasor Method Admittance Method Application of Admittance Method Complex or Phasor Algebra Series-Parallel Circuits Series Equivalent

More information

Power and Energy Measurement

Power and Energy Measurement Power and Energy Measurement ENE 240 Electrical and Electronic Measurement Class 11, February 4, 2009 werapon.chi@kmutt.ac.th 1 Work, Energy and Power Work is an activity of force and movement in the direction

More information

BASIC PRINCIPLES. Power In Single-Phase AC Circuit

BASIC PRINCIPLES. Power In Single-Phase AC Circuit BASIC PRINCIPLES Power In Single-Phase AC Circuit Let instantaneous voltage be v(t)=v m cos(ωt+θ v ) Let instantaneous current be i(t)=i m cos(ωt+θ i ) The instantaneous p(t) delivered to the load is p(t)=v(t)i(t)=v

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

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

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

Basics of Electric Circuits

Basics of Electric Circuits António Dente Célia de Jesus February 2014 1 Alternating Current Circuits 1.1 Using Phasors There are practical and economic reasons justifying that electrical generators produce emf with alternating and

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

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

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

BME/ISE 3511 Bioelectronics - Test Six Course Notes Fall 2016

BME/ISE 3511 Bioelectronics - Test Six Course Notes Fall 2016 BME/ISE 35 Bioelectronics - Test Six ourse Notes Fall 06 Alternating urrent apacitive & Inductive Reactance and omplex Impedance R & R ircuit Analyses (D Transients, Time onstants, Steady State) Electrical

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

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

Lecture 05 Power in AC circuit

Lecture 05 Power in AC circuit CA2627 Building Science Lecture 05 Power in AC circuit Instructor: Jiayu Chen Ph.D. Announcement 1. Makeup Midterm 2. Midterm grade Grade 25 20 15 10 5 0 10 15 20 25 30 35 40 Grade Jiayu Chen, Ph.D. 2

More information

Electrical Circuits Lab Series RC Circuit Phasor Diagram

Electrical Circuits Lab Series RC Circuit Phasor Diagram Electrical Circuits Lab. 0903219 Series RC Circuit Phasor Diagram - Simple steps to draw phasor diagram of a series RC circuit without memorizing: * Start with the quantity (voltage or current) that is

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

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

Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis Sinusoidal Steady-State Analysis Mauro Forti October 27, 2018 Constitutive Relations in the Frequency Domain Consider a network with independent voltage and current sources at the same angular frequency

More information

Self-Inductance. Φ i. Self-induction. = (if flux Φ 1 through 1 loop. Tm Vs A A. Lecture 11-1

Self-Inductance. Φ i. Self-induction. = (if flux Φ 1 through 1 loop. Tm Vs A A. Lecture 11-1 Lecture - Self-Inductance As current i through coil increases, magnetic flux through itself increases. This in turn induces back emf in the coil itself When current i is decreasing, emf is induced again

More information

10.1 COMPLEX POWER IN CIRCUITS WITH AC SIGNALS

10.1 COMPLEX POWER IN CIRCUITS WITH AC SIGNALS HAPER 10 Power in A ircuits HAPER OUINE 10.1 omplex Power in ircuits with A ignals 10. How to alculate omplex Power 10.3 omplex Power alculations in eries Parallel ircuits 10.4 Power Factor and pf orrection

More information

EE221 Circuits II. Chapter 14 Frequency Response

EE221 Circuits II. Chapter 14 Frequency Response EE22 Circuits II Chapter 4 Frequency Response Frequency Response Chapter 4 4. Introduction 4.2 Transfer Function 4.3 Bode Plots 4.4 Series Resonance 4.5 Parallel Resonance 4.6 Passive Filters 4.7 Active

More information

Refresher course on Electrical fundamentals (Basics of A.C. Circuits) by B.M.Vyas

Refresher course on Electrical fundamentals (Basics of A.C. Circuits) by B.M.Vyas Refresher course on Electrical fundamentals (Basics of A.C. Circuits) by B.M.Vyas A specifically designed programme for Da Afghanistan Breshna Sherkat (DABS) Afghanistan 1 Areas Covered Under this Module

More information

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is 1 Part 4: Electromagnetism 4.1: Induction A. Faraday's Law The magnetic flux through a loop of wire is Φ = BA cos θ B A B = magnetic field penetrating loop [T] A = area of loop [m 2 ] = angle between field

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

I. Impedance of an R-L circuit.

I. Impedance of an R-L circuit. I. Impedance of an R-L circuit. [For inductor in an AC Circuit, see Chapter 31, pg. 1024] Consider the R-L circuit shown in Figure: 1. A current i(t) = I cos(ωt) is driven across the circuit using an AC

More information

ELECTRONICS E # 1 FUNDAMENTALS 2/2/2011

ELECTRONICS E # 1 FUNDAMENTALS 2/2/2011 FE Review 1 ELECTRONICS E # 1 FUNDAMENTALS Electric Charge 2 In an electric circuit it there is a conservation of charge. The net electric charge is constant. There are positive and negative charges. Like

More information

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

ELEC 202 Electric Circuit Analysis II Lecture 10(a) Complex Arithmetic and Rectangular/Polar Forms 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,

More information

Alternating Currents. The power is transmitted from a power house on high voltage ac because (a) Electric current travels faster at higher volts (b) It is more economical due to less power wastage (c)

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

UNIT I Introduction to DC and AC circuits

UNIT I Introduction to DC and AC circuits SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : EMT (15A01301) Year & Sem: II-B.Tech & I-Sem Course & Branch: B.Tech

More information

Analysis of AC Power RMS and Phasors Power Factor. Power Factor. Eduardo Campero Littlewood

Analysis of AC Power RMS and Phasors Power Factor. Power Factor. Eduardo Campero Littlewood Power Factor Eduardo Campero Littlewood Universidad Autónoma Metropolitana Azcapotzalco Campus Energy Department Content 1 Analysis of AC Power 2 RMS and Phasors 3 Power Factor Recommended Bibliography

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

Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits

Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the timevarying

More information

Lecture 21. Resonance and power in AC circuits. Physics 212 Lecture 21, Slide 1

Lecture 21. Resonance and power in AC circuits. Physics 212 Lecture 21, Slide 1 Physics 1 ecture 1 esonance and power in A circuits Physics 1 ecture 1, Slide 1 I max X X = w I max X w e max I max X X = 1/w I max I max I max X e max = I max Z I max I max (X -X ) f X -X Physics 1 ecture

More information

CIRCUIT ANALYSIS II. (AC Circuits)

CIRCUIT ANALYSIS II. (AC Circuits) Will Moore MT & MT CIRCUIT ANALYSIS II (AC Circuits) Syllabus Complex impedance, power factor, frequency response of AC networks including Bode diagrams, second-order and resonant circuits, damping and

More information

a + b Time Domain i(τ)dτ.

a + b Time Domain i(τ)dτ. R, C, and L Elements and their v and i relationships We deal with three essential elements in circuit analysis: Resistance R Capacitance C Inductance L Their v and i relationships are summarized below.

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

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of Electronics & Communication Engineering

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of Electronics & Communication Engineering QUESTION PAPER INTERNAL ASSESSMENT TEST 2 Date : /10/2016 Marks: 0 Subject & Code: BASIC ELECTRICAL ENGINEERING -15ELE15 Sec : F,G,H,I,J,K Name of faculty : Dhanashree Bhate, Hema B, Prashanth V Time :

More information

Assessment Schedule 2015 Physics: Demonstrate understanding of electrical systems (91526)

Assessment Schedule 2015 Physics: Demonstrate understanding of electrical systems (91526) NCEA Level 3 Physics (91526) 2015 page 1 of 6 Assessment Schedule 2015 Physics: Demonstrate understanding of electrical systems (91526) Evidence Q Evidence Achievement Achievement with Merit Achievement

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 20 121101 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Chapters 1-3 Circuit Analysis Techniques Chapter 10 Diodes Ideal Model

More information

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance ECE2262 Electric Circuits Chapter 6: Capacitance and Inductance Capacitors Inductors Capacitor and Inductor Combinations Op-Amp Integrator and Op-Amp Differentiator 1 CAPACITANCE AND INDUCTANCE Introduces

More information

RLC Series Circuit. We can define effective resistances for capacitors and inductors: 1 = Capacitive reactance:

RLC Series Circuit. We can define effective resistances for capacitors and inductors: 1 = Capacitive reactance: RLC Series Circuit In this exercise you will investigate the effects of changing inductance, capacitance, resistance, and frequency on an RLC series AC circuit. We can define effective resistances for

More information

AC Circuit Analysis and Measurement Lab Assignment 8

AC Circuit Analysis and Measurement Lab Assignment 8 Electric Circuit Lab Assignments elcirc_lab87.fm - 1 AC Circuit Analysis and Measurement Lab Assignment 8 Introduction When analyzing an electric circuit that contains reactive components, inductors and

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

Power and Energy Measurement

Power and Energy Measurement Power and Energy Measurement EIE 240 Electrical and Electronic Measurement April 24, 2015 1 Work, Energy and Power Work is an activity of force and movement in the direction of force (Joules) Energy is

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

EEE3405 ELECTRICAL ENGINEERING PRINCIPLES 2 - TEST

EEE3405 ELECTRICAL ENGINEERING PRINCIPLES 2 - TEST ATTEMPT ALL QUESTIONS (EACH QUESTION 20 Marks, FULL MAKS = 60) Given v 1 = 100 sin(100πt+π/6) (i) Find the MS, period and the frequency of v 1 (ii) If v 2 =75sin(100πt-π/10) find V 1, V 2, 2V 1 -V 2 (phasor)

More information

Basics of Network Theory (Part-I)

Basics of Network Theory (Part-I) Basics of Network Theory (PartI). A square waveform as shown in figure is applied across mh ideal inductor. The current through the inductor is a. wave of peak amplitude. V 0 0.5 t (m sec) [Gate 987: Marks]

More information

EM Oscillations. David J. Starling Penn State Hazleton PHYS 212

EM Oscillations. David J. Starling Penn State Hazleton PHYS 212 I ve got an oscillating fan at my house. The fan goes back and forth. It looks like the fan is saying No. So I like to ask it questions that a fan would say no to. Do you keep my hair in place? Do you

More information

Chapter 31: AC Circuits

Chapter 31: AC Circuits hapter 31: A ircuits A urrents and Voltages In this chapter, we discuss the behior of circuits driven by a source of A. Recall that A means, literally, alternating current. An alternating current is a

More information

AC Electric Machines. Objectives. Introduction. 1. To understand what the meant by the term ac circuit. 2. To understand how to analyze ac circuits.

AC Electric Machines. Objectives. Introduction. 1. To understand what the meant by the term ac circuit. 2. To understand how to analyze ac circuits. AC Electric Machines Objectives 1. To understand what the meant by the term ac circuit.. To understand how to analyze ac circuits. 3. To understand the basic construction and operation of an ac machine.

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

Total No. of Questions :09] [Total No. of Pages : 03

Total No. of Questions :09] [Total No. of Pages : 03 EE 4 (RR) Total No. of Questions :09] [Total No. of Pages : 03 II/IV B.Tech. DEGREE EXAMINATIONS, APRIL/MAY- 016 Second Semester ELECTRICAL & ELECTRONICS NETWORK ANALYSIS Time: Three Hours Answer Question

More information

12 Chapter Driven RLC Circuits

12 Chapter Driven RLC Circuits hapter Driven ircuits. A Sources... -. A ircuits with a Source and One ircuit Element... -3.. Purely esistive oad... -3.. Purely Inductive oad... -6..3 Purely apacitive oad... -8.3 The Series ircuit...

More information

EE221 Circuits II. Chapter 14 Frequency Response

EE221 Circuits II. Chapter 14 Frequency Response EE22 Circuits II Chapter 4 Frequency Response Frequency Response Chapter 4 4. Introduction 4.2 Transfer Function 4.3 Bode Plots 4.4 Series Resonance 4.5 Parallel Resonance 4.6 Passive Filters 4.7 Active

More information

P A R T 2 AC CIRCUITS. Chapter 9 Sinusoids and Phasors. Chapter 10 Sinusoidal Steady-State Analysis. Chapter 11 AC Power Analysis

P A R T 2 AC CIRCUITS. Chapter 9 Sinusoids and Phasors. Chapter 10 Sinusoidal Steady-State Analysis. Chapter 11 AC Power Analysis P A R T 2 AC CIRCUITS Chapter 9 Sinusoids and Phasors Chapter 10 Sinusoidal Steady-State Analysis Chapter 11 AC Power Analysis Chapter 12 Three-Phase Circuits Chapter 13 Magnetically Coupled Circuits Chapter

More information

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department EE471: Electrical Machines-II Tutorial # 2: 3-ph Induction Motor/Generator Question #1 A 100 hp, 60-Hz, three-phase

More information

EE 212 PASSIVE AC CIRCUITS

EE 212 PASSIVE AC CIRCUITS EE 212 PASSIVE AC CIRCUITS Condensed Text Prepared by: Rajesh Karki, Ph.D., P.Eng. Dept. of Electrical Engineering University of Saskatchewan About the EE 212 Condensed Text The major topics in the course

More information