Lecture 6: Impedance (frequency dependent. resistance in the s-world), Admittance (frequency. dependent conductance in the s-world), and

Size: px
Start display at page:

Download "Lecture 6: Impedance (frequency dependent. resistance in the s-world), Admittance (frequency. dependent conductance in the s-world), and"

Transcription

1 Lecture 6: Impedance (frequency dependent resistance in the s-world), Admittance (frequency dependent conductance in the s-world), and Consequences Thereof. Professor Ray, what s an impedance? Answers:. derived from the word impede, impedance is a generalized frequency dependent resistance that lives only in the s-world. 2. In 20, resistance was a t-world thing because it is constant over frequency, ideally speaking. Its DNA roots are in the s-world. 3. When we developed interpretations of the capacitor and inductor in the s-world, we saw frequency dependent resistance/conductance. And to distinguish it from a distinguished or is that extinguished professor, capacitors and inductors have a frequency dependent impedance whose website and face book page is in the s-world.

2 2. Professor Ray, no or is that know equations? Answer: Ahhhh, no equations is a no-way in 202. And, you do need to KNOW them!!!!!. DEFINITION. Impedance, denoted Z in, living only in the s-world, forever and ever and ever, in the total absence of initial conditions in the circuit with ALL sources set to zero, is (i) Z in V in, or more generally I in (ii) V in Z in I in which avoids all that division by zero stuff.

3 DEFINITION. Admittance, Y in, the inverse Z in of impedance, is a generalized frequency dependent conductance. 2. Resistor Impedance/Admittance. Remember back in the good old days of 20 when resistors, denoted R, were resistors and Ohm s law, V = RI, was Ohm s law in the t-world. Weren t things easy back in 20 back in the good old days? Now, the dreaded Pirate Roberts uses the Laplace transform and as you wish : V R I! Z R I and I R V! Y R V

4 Remark: Inconceivable. Looks the same as in the time world and so it is. Some things never change. Most do. 3. Capacitance Impedance/Admittance. (i) t-world: i C = C dv C dt (ii) s-world: I C Cs V C! Y C V C or equivalently, in the usual Ohm s law form: V C Cs I C! Z C I C Remarks:. Now this is different. Z C Cs is an s-dependent resistance that makes up an s-dependent Ohm s law. Most things never stay the same. Some do.

5 2. At s = 0, the impedance (generalized resistance) of the capacitor is infinite meaning the capacitor looks like an open circuit, meaning that 0-frequency current, which is dc, does not get through a capacitor. 3. Inductance Impedance/Admittance. (i) t-world: v L = L di L dt (ii) s-world: V L Ls I L! Z L I C which is in the usual Ohm s law form, and its admittance, the converse is: I L Ls V L! Y L V L

6 Remarks:. Z L Ls is an s-dependent resistance that makes up an s-dependent Ohm s law. Wow, really cool. Can t wait to tell my date next weekend; being in lower case ee (elementary education) he/she is going to be so excited. 2. At s = 0, the impedance (generalized resistance) of the inductor is zero meaning the inductor looks like a short circuit, meaning that 0-frequency current, which is dc, goes right through like an Ipass toll booth.

7 4. Manipulation RULES, i.e., the rules that govern the manipulation of Z and Y. Rule. Impedances (generalized resistances) are manipulated like resistances. Series LC circuit: Z circuit Ls + Cs. Rule 2. Admittances are manipulated like conductances. Parallel RC circuit: Y circuit Cs + R. Rule 3. Ohm s Law in s-world: V ZI or I YV. Product Rule: if Z and Z 2 are two impedances in parallel, then

8 Z eq Y + Y 2 Z + Z 2 = Z Z 2 Z + Z 2 Product Sum Multi-Parallel Admittance Rule: Z eq Y + Y Y N Multi-Series Impedance Rule: Z eq = Z + Z Z n Remark: all other 20 rules apply. Use them. Source transformations work. Thevenin and Norton equivalents work etc.

9 5. Series Circuits and Voltage Division Example. Consider the circuit below. (i) Z in = Z 3 + Z 4 (ii) V out = Z 4 Z 3 + Z 4 V in (Voltage Division) (iii) I out = V in Z in = V in Z 3 + Z 4 (Ohm s law) Example 2. Find the input impedance seen by the source. Assume all parameter values are.

10 Z in R Cs R + Cs + R 2 Ls R 2 + Ls = s + + s s + = Ω 6. Parallel Circuits and Current/Voltage Division Example 3. Consider the circuit below (i) Y out = Z 3 + Z 4

11 (ii) Y in = Y + Y 2 + Y out (iii) Z in = Y + Y 2 + Y out (iv) I out = Y out Y in I in = (v) V out = Z 4 I out (Ohm s law) Y out Y + Y 2 + Y out I in (Current Division) Example 4. Find the input admittance and impedance of the circuit below. Suppose L = H, C = 0.5 F, and R = R 2 = Ω. Also, find I out. Part. Y in R + Ls + R 2 + Cs = L s + R L + s R 2 s + R 2 C

12 = s + + s s + 2 = s2 + 2s + 2 (s +)(s + 2) Hence, Z in (s +)(s + 2) (s +) Part 2. By current division, I out s + s 2 + 2s + 2 (s +)(s + 2) I in s + 2 s 2 + 2s + 2 I in Remark: How might we do Example 4 in MATLAB so that we can not let our academics interfere with our social education. Here is the code: >> syms s t Z Y Z2 Y2 Zin Yin Vout Iout Iin >> R = ; R2 = ; C = 0.5; L = ; >> Z = R + L*s Z = s + >> Z2 = R2 + /(C*s)

13 Z2 = 2/s + >> Y = /Z Y = /(s + ) >> Y2 = collect(/z2) Y2 = s/(s + 2) >> Yin = collect(y + Y2) Yin = (s^2 + 2*s + 2)/(s^2 + 3*s + 2) >> Zin = /Yin Zin = (s^2 + 3*s + 2)/(s^2 + 2*s + 2) >> % By current division >> Iout = Y/Yin * Iin Iout = (Iin*(s^2 + 3*s + 2))/((s + )*(s^2 + 2*s + 2)) >> % By Ohm's law >> Vout = Zin * Iin Vout = (Iin*(s^2 + 3*s + 2))/(s^2 + 2*s + 2)

14 7. The 20/202 Twins: Thevenin and Norton dressed in the s-world (a) The equation of a Thevenin equivalent below is: V in Z th I in +V oc (b) The Norton equivalent equation is: I in Y th V in I sc

15 Relationship: Given I in Y th V in I sc we can rearrange and divide by Y th : V in Y th I in + Y th I sc or equivalently V in Z th I in +V oc where V oc Z th I sc. Example 6. Find the Thevenin equivalent of the circuit below. We first find the Norton equivalent and then convert to the Thevenin form.

16 (a) I in = I C I s (b) I C = Cs V in α I C implies I C = Cs αcs + V in. (c) Therefore, the Norton equivalent is: I in Cs αcs + V in I s Y th V in I s (d) Equivalently, V in αcs + Cs I in + αcs + Cs I s = Z th I in +V oc Here: V oc Z th I sc.

Lecture 6: Impedance (frequency dependent. resistance in the s- world), Admittance (frequency. dependent conductance in the s- world), and

Lecture 6: Impedance (frequency dependent. resistance in the s- world), Admittance (frequency. dependent conductance in the s- world), and Lecture 6: Impedance (frequency dependent resistance in the s- world), Admittance (frequency dependent conductance in the s- world), and Consequences Thereof. Professor Ray, what s an impedance? Answers:

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

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

ECE2262 Electric Circuit

ECE2262 Electric Circuit ECE2262 Electric Circuit Chapter 7: FIRST AND SECOND-ORDER RL AND RC CIRCUITS Response to First-Order RL and RC Circuits Response to Second-Order RL and RC Circuits 1 2 7.1. Introduction 3 4 In dc steady

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 14 121011 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review Steady-State Analysis RC Circuits RL Circuits 3 DC Steady-State

More information

Inductors. Hydraulic analogy Duality with capacitor Charging and discharging. Lecture 12: Inductors

Inductors. Hydraulic analogy Duality with capacitor Charging and discharging. Lecture 12: Inductors Lecture 12: nductors nductors Hydraulic analogy Duality with capacitor Charging and discharging Robert R. McLeod, University of Colorado http://hilaroad.com/camp/projects/magnet.html 99 Lecture 12: nductors

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

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

ECE 202 Fall 2013 Final Exam

ECE 202 Fall 2013 Final Exam ECE 202 Fall 2013 Final Exam December 12, 2013 Circle your division: Division 0101: Furgason (8:30 am) Division 0201: Bermel (9:30 am) Name (Last, First) Purdue ID # There are 18 multiple choice problems

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

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

Taking the Laplace transform of the both sides and assuming that all initial conditions are zero,

Taking the Laplace transform of the both sides and assuming that all initial conditions are zero, The transfer function Let s begin with a general nth-order, linear, time-invariant differential equation, d n a n dt nc(t)... a d dt c(t) a 0c(t) d m = b m dt mr(t)... a d dt r(t) b 0r(t) () where c(t)

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

Electric Circuit Theory

Electric Circuit Theory Electric Circuit Theory Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Chapter 18 Two-Port Circuits Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Contents and Objectives 3 Chapter Contents 18.1 The Terminal Equations

More information

ECE Networks & Systems

ECE Networks & Systems ECE 342 1. Networks & Systems Jose E. Schutt Aine Electrical & Computer Engineering University of Illinois jschutt@emlab.uiuc.edu 1 What is Capacitance? 1 2 3 Voltage=0 No Charge No Current Voltage build

More information

Unit 2: Modeling in the Frequency Domain. Unit 2, Part 4: Modeling Electrical Systems. First Example: Via DE. Resistors, Inductors, and Capacitors

Unit 2: Modeling in the Frequency Domain. Unit 2, Part 4: Modeling Electrical Systems. First Example: Via DE. Resistors, Inductors, and Capacitors Unit 2: Modeling in the Frequency Domain Part 4: Modeling Electrical Systems Engineering 582: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 20,

More information

Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers.

Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers. Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers. Objectives To analyze and understand STC circuits with

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

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

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

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

First-order transient

First-order transient EIE209 Basic Electronics First-order transient Contents Inductor and capacitor Simple RC and RL circuits Transient solutions Constitutive relation An electrical element is defined by its relationship between

More information

Physics 116A Notes Fall 2004

Physics 116A Notes Fall 2004 Physics 116A Notes Fall 2004 David E. Pellett Draft v.0.9 Notes Copyright 2004 David E. Pellett unless stated otherwise. References: Text for course: Fundamentals of Electrical Engineering, second edition,

More information

ECE-202 FINAL April 30, 2018 CIRCLE YOUR DIVISION

ECE-202 FINAL April 30, 2018 CIRCLE YOUR DIVISION ECE 202 Final, Spring 8 ECE-202 FINAL April 30, 208 Name: (Please print clearly.) Student Email: CIRCLE YOUR DIVISION DeCarlo- 7:30-8:30 DeCarlo-:30-2:45 2025 202 INSTRUCTIONS There are 34 multiple choice

More information

Alternating Current Circuits. Home Work Solutions

Alternating Current Circuits. Home Work Solutions Chapter 21 Alternating Current Circuits. Home Work s 21.1 Problem 21.11 What is the time constant of the circuit in Figure (21.19). 10 Ω 10 Ω 5.0 Ω 2.0µF 2.0µF 2.0µF 3.0µF Figure 21.19: Given: The circuit

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

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

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

Circuit Analysis. by John M. Santiago, Jr., PhD FOR. Professor of Electrical and Systems Engineering, Colonel (Ret) USAF. A Wiley Brand FOR-

Circuit Analysis. by John M. Santiago, Jr., PhD FOR. Professor of Electrical and Systems Engineering, Colonel (Ret) USAF. A Wiley Brand FOR- Circuit Analysis FOR A Wiley Brand by John M. Santiago, Jr., PhD Professor of Electrical and Systems Engineering, Colonel (Ret) USAF FOR- A Wiley Brand Table of Contents. ' : '" '! " ' ' '... ',. 1 Introduction

More information

Control Systems Engineering (Chapter 2. Modeling in the Frequency Domain) Prof. Kwang-Chun Ho Tel: Fax:

Control Systems Engineering (Chapter 2. Modeling in the Frequency Domain) Prof. Kwang-Chun Ho Tel: Fax: Control Systems Engineering (Chapter 2. Modeling in the Frequency Domain) Prof. Kwang-Chun Ho kwangho@hansung.ac.kr Tel: 02-760-4253 Fax:02-760-4435 Overview Review on Laplace transform Learn about transfer

More information

2. The following diagram illustrates that voltage represents what physical dimension?

2. The following diagram illustrates that voltage represents what physical dimension? BioE 1310 - Exam 1 2/20/2018 Answer Sheet - Correct answer is A for all questions 1. A particular voltage divider with 10 V across it consists of two resistors in series. One resistor is 7 KΩ and the other

More information

Circuits with Capacitor and Inductor

Circuits with Capacitor and Inductor Circuits with Capacitor and Inductor We have discussed so far circuits only with resistors. While analyzing it, we came across with the set of algebraic equations. Hereafter we will analyze circuits with

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

Some of the different forms of a signal, obtained by transformations, are shown in the figure. jwt e z. jwt z e

Some of the different forms of a signal, obtained by transformations, are shown in the figure. jwt e z. jwt z e Transform methods Some of the different forms of a signal, obtained by transformations, are shown in the figure. X(s) X(t) L - L F - F jw s s jw X(jw) X*(t) F - F X*(jw) jwt e z jwt z e X(nT) Z - Z X(z)

More information

Impedance and Admittance Parameters

Impedance and Admittance Parameters 1/31/011 mpedance and Admittance Parameters lecture 1/ mpedance and Admittance Parameters Say we wish to connect the put of one circuit to the input of another. #1 put port input port # The terms input

More information

Fundamentals of DC Testing

Fundamentals of DC Testing Fundamentals of DC Testing Aether Lee erigy Japan Abstract n the beginning of this lecture, Ohm s la, hich is the most important electric la regarding DC testing, ill be revieed. Then, in the second section,

More information

Notes for course EE1.1 Circuit Analysis TOPIC 10 2-PORT CIRCUITS

Notes for course EE1.1 Circuit Analysis TOPIC 10 2-PORT CIRCUITS Objectives: Introduction Notes for course EE1.1 Circuit Analysis 4-5 Re-examination of 1-port sub-circuits Admittance parameters for -port circuits TOPIC 1 -PORT CIRCUITS Gain and port impedance from -port

More information

Electronics. Basics & Applications. group talk Daniel Biesinger

Electronics. Basics & Applications. group talk Daniel Biesinger Electronics Basics & Applications group talk 23.7.2010 by Daniel Biesinger 1 2 Contents Contents Basics Simple applications Equivalent circuit Impedance & Reactance More advanced applications - RC circuits

More information

ELEC273 Lecture Notes Set 11 AC Circuit Theorems

ELEC273 Lecture Notes Set 11 AC Circuit Theorems ELEC273 Lecture Notes Set C Circuit Theorems The course web site is: http://users.encs.concordia.ca/~trueman/web_page_273.htm Final Exam (confirmed): Friday December 5, 207 from 9:00 to 2:00 (confirmed)

More information

Electrical Circuits I Lecture 8

Electrical Circuits I Lecture 8 Electrical Circuits I Lecture 8 Thevenin and Norton theorems Thevenin theorem tells us that we can replace the entire network, exclusive of the load resistor, by an equivalent circuit

More information

The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps:

The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps: Analysis of a series RLC circuit using Laplace Transforms Part. How to do it. The process of analysing a circuit using the Laplace technique can be broken down into a series of straightforward steps:.

More information

QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34)

QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34) QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34) NOTE: FOR NUMERICAL PROBLEMS FOR ALL UNITS EXCEPT UNIT 5 REFER THE E-BOOK ENGINEERING CIRCUIT ANALYSIS, 7 th EDITION HAYT AND KIMMERLY. PAGE NUMBERS OF

More information

RC, RL, and LCR Circuits

RC, RL, and LCR Circuits RC, RL, and LCR Circuits EK307 Lab Note: This is a two week lab. Most students complete part A in week one and part B in week two. Introduction: Inductors and capacitors are energy storage devices. They

More information

Review of Circuit Analysis

Review of Circuit Analysis Review of Circuit Analysis Fundamental elements Wire Resistor Voltage Source Current Source Kirchhoff s Voltage and Current Laws Resistors in Series Voltage Division EE 42 Lecture 2 1 Voltage and Current

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

SOME USEFUL NETWORK THEOREMS

SOME USEFUL NETWORK THEOREMS APPENDIX D SOME USEFUL NETWORK THEOREMS Introduction In this appendix we review three network theorems that are useful in simplifying the analysis of electronic circuits: Thévenin s theorem Norton s theorem

More information

Networks and Systems Prof. V. G. K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras

Networks and Systems Prof. V. G. K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Networks and Systems Prof. V. G. K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 34 Network Theorems (1) Superposition Theorem Substitution Theorem The next

More information

NETWORK ANALYSIS WITH APPLICATIONS

NETWORK ANALYSIS WITH APPLICATIONS NETWORK ANALYSIS WITH APPLICATIONS Third Edition William D. Stanley Old Dominion University Prentice Hall Upper Saddle River, New Jersey I Columbus, Ohio CONTENTS 1 BASIC CIRCUIT LAWS 1 1-1 General Plan

More information

Transformer. Transformer comprises two or more windings coupled by a common magnetic circuit (M.C.).

Transformer. Transformer comprises two or more windings coupled by a common magnetic circuit (M.C.). . Transformers Transformer Transformer comprises two or more windings coupled by a common magnetic circuit (M.C.). f the primary side is connected to an AC voltage source v (t), an AC flux (t) will be

More information

Electrical Circuits (2)

Electrical Circuits (2) Electrical Circuits (2) Lecture 7 Transient Analysis Dr.Eng. Basem ElHalawany Extra Reference for this Lecture Chapter 16 Schaum's Outline Of Theory And Problems Of Electric Circuits https://archive.org/details/theoryandproblemsofelectriccircuits

More information

ECE145A/218A Course Notes

ECE145A/218A Course Notes ECE145A/218A Course Notes Last note set: Introduction to transmission lines 1. Transmission lines are a linear system - superposition can be used 2. Wave equation permits forward and reverse wave propagation

More information

OUTCOME 3 - TUTORIAL 2

OUTCOME 3 - TUTORIAL 2 Unit : Unit code: QCF evel: 4 Credit value: 15 SYABUS Engineering Science /601/1404 OUTCOME 3 - TUTORIA Be able to apply DC theory to solve electrical and electronic engineering problems DC electrical

More information

Circuit Theory Prof. S.C. Dutta Roy Department of Electrical Engineering Indian Institute of Technology, Delhi

Circuit Theory Prof. S.C. Dutta Roy Department of Electrical Engineering Indian Institute of Technology, Delhi Circuit Theory Prof. S.C. Dutta Roy Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 43 RC and RL Driving Point Synthesis People will also have to be told I will tell,

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

CS 436 HCI Technology Basic Electricity/Electronics Review

CS 436 HCI Technology Basic Electricity/Electronics Review CS 436 HCI Technology Basic Electricity/Electronics Review *Copyright 1997-2008, Perry R. Cook, Princeton University August 27, 2008 1 Basic Quantities and Units 1.1 Charge Number of electrons or units

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

Marwadi University Draft Syllabus for Bachelor of Technology Electronics and Communication. Subject Code: 03EC0302

Marwadi University Draft Syllabus for Bachelor of Technology Electronics and Communication. Subject Code: 03EC0302 Subject Code: 03EC0302 Subject Name: Circuits and Networks B. Tech. Year II (Semester III) Objective: After completion of this course, student will be able to: 1. To introduce electric circuits and its

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

D C Circuit Analysis and Network Theorems:

D C Circuit Analysis and Network Theorems: UNIT-1 D C Circuit Analysis and Network Theorems: Circuit Concepts: Concepts of network, Active and passive elements, voltage and current sources, source transformation, unilateral and bilateral elements,

More information

Chapter 5: Circuit Theorems

Chapter 5: Circuit Theorems Chapter 5: Circuit Theorems This chapter provides a new powerful technique of solving complicated circuits that are more conceptual in nature than node/mesh analysis. Conceptually, the method is fairly

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

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

0 t < 0 1 t 1. u(t) =

0 t < 0 1 t 1. u(t) = A. M. Niknejad University of California, Berkeley EE 100 / 42 Lecture 13 p. 22/33 Step Response A unit step function is described by u(t) = ( 0 t < 0 1 t 1 While the waveform has an artificial jump (difficult

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

2.4 Electrical Network Transfer Functions

2.4 Electrical Network Transfer Functions .4 Electrical Network Transfer Functions 4 Skill-Assessment Exercise.4 PROBLEM: Find the differential equation corresponding to the transfer function, GðsÞ ¼ s þ 1 s þ s þ ANSWER: d c dt þ dc dt þ c ¼

More information

Physics 405/505 Digital Electronics Techniques. University of Arizona Spring 2006 Prof. Erich W. Varnes

Physics 405/505 Digital Electronics Techniques. University of Arizona Spring 2006 Prof. Erich W. Varnes Physics 405/505 Digital Electronics Techniques University of Arizona Spring 2006 Prof. Erich W. Varnes Administrative Matters Contacting me I will hold office hours on Tuesday from 1-3 pm Room 420K in

More information

A capacitor is a device that stores electric charge (memory devices). A capacitor is a device that stores energy E = Q2 2C = CV 2

A capacitor is a device that stores electric charge (memory devices). A capacitor is a device that stores energy E = Q2 2C = CV 2 Capacitance: Lecture 2: Resistors and Capacitors Capacitance (C) is defined as the ratio of charge (Q) to voltage (V) on an object: C = Q/V = Coulombs/Volt = Farad Capacitance of an object depends on geometry

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

EE 40: Introduction to Microelectronic Circuits Spring 2008: Midterm 2

EE 40: Introduction to Microelectronic Circuits Spring 2008: Midterm 2 EE 4: Introduction to Microelectronic Circuits Spring 8: Midterm Venkat Anantharam 3/9/8 Total Time Allotted : min Total Points:. This is a closed book exam. However, you are allowed to bring two pages

More information

Study Notes on Network Theorems for GATE 2017

Study Notes on Network Theorems for GATE 2017 Study Notes on Network Theorems for GATE 2017 Network Theorems is a highly important and scoring topic in GATE. This topic carries a substantial weight age in GATE. Although the Theorems might appear to

More information

Thevenin Norton Equivalencies - GATE Study Material in PDF

Thevenin Norton Equivalencies - GATE Study Material in PDF Thevenin Norton Equivalencies - GATE Study Material in PDF In these GATE 2018 Notes, we explain the Thevenin Norton Equivalencies. Thevenin s and Norton s Theorems are two equally valid methods of reducing

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

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

Series and Parallel. How we wire the world

Series and Parallel. How we wire the world Series and Parallel How we wire the world Series vs Parallel Circuits Series Circuit Electrons only have one path to flow through. Parallel Circuit There are MULTIPLE paths for the current to flow through.

More information

UNIVERSITY F P RTLAND Sch l f Engineering

UNIVERSITY F P RTLAND Sch l f Engineering UNIVERSITY F P RTLAND Sch l f Engineering EE271-Electrical Circuits Laboratory Spring 2004 Dr. Aziz S. Inan & Dr. Joseph P. Hoffbeck Lab Experiment #4: Electrical Circuit Theorems - p. 1 of 5 - Electrical

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 4 120906 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review Voltage Divider Current Divider Node-Voltage Analysis 3 Network Analysis

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

Basic Electronics. Introductory Lecture Course for. Technology and Instrumentation in Particle Physics Chicago, Illinois June 9-14, 2011

Basic Electronics. Introductory Lecture Course for. Technology and Instrumentation in Particle Physics Chicago, Illinois June 9-14, 2011 Basic Electronics Introductory Lecture Course for Technology and Instrumentation in Particle Physics 2011 Chicago, Illinois June 9-14, 2011 Presented By Gary Drake Argonne National Laboratory drake@anl.gov

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

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

Laboratory I: Impedance

Laboratory I: Impedance Physics 331, Fall 2008 Lab I - Handout 1 Laboratory I: Impedance Reading: Simpson Chapter 1 (if necessary) & Chapter 2 (particularly 2.9-2.13) 1 Introduction In this first lab we review the properties

More information

System Modeling. Lecture-2. Emam Fathy Department of Electrical and Control Engineering

System Modeling. Lecture-2. Emam Fathy Department of Electrical and Control Engineering System Modeling Lecture-2 Emam Fathy Department of Electrical and Control Engineering email: emfmz@yahoo.com 1 Types of Systems Static System: If a system does not change with time, it is called a static

More information

Electrical Circuit & Network

Electrical Circuit & Network Electrical Circuit & Network January 1 2017 Website: www.electricaledu.com Electrical Engg.(MCQ) Question and Answer for the students of SSC(JE), PSC(JE), BSNL(JE), WBSEDCL, WBSETCL, WBPDCL, CPWD and State

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

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

Lecture 37: Frequency response. Context

Lecture 37: Frequency response. Context EECS 05 Spring 004, Lecture 37 Lecture 37: Frequency response Prof J. S. Smith EECS 05 Spring 004, Lecture 37 Context We will figure out more of the design parameters for the amplifier we looked at in

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

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

P441 Analytical Mechanics - I. RLC Circuits. c Alex R. Dzierba. In this note we discuss electrical oscillating circuits: undamped, damped and driven.

P441 Analytical Mechanics - I. RLC Circuits. c Alex R. Dzierba. In this note we discuss electrical oscillating circuits: undamped, damped and driven. Lecture 10 Monday - September 19, 005 Written or last updated: September 19, 005 P441 Analytical Mechanics - I RLC Circuits c Alex R. Dzierba Introduction In this note we discuss electrical oscillating

More information

Inductance, RL Circuits, LC Circuits, RLC Circuits

Inductance, RL Circuits, LC Circuits, RLC Circuits Inductance, R Circuits, C Circuits, RC Circuits Inductance What happens when we close the switch? The current flows What does the current look like as a function of time? Does it look like this? I t Inductance

More information

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction: Op-amps in Negative Feedback

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction: Op-amps in Negative Feedback EECS 16A Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 18 18.1 Introduction: Op-amps in Negative Feedback In the last note, we saw that can use an op-amp as a comparator. However,

More information

Chapter 32A AC Circuits. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University

Chapter 32A AC Circuits. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Chapter 32A AC Circuits A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University 2007 Objectives: After completing this module, you should be able to: Describe

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

EE-202 Exam III April 13, 2015

EE-202 Exam III April 13, 2015 EE-202 Exam III April 3, 205 Name: (Please print clearly.) Student ID: CIRCLE YOUR DIVISION DeCarlo-7:30-8:30 Furgason 3:30-4:30 DeCarlo-:30-2:30 202 2022 2023 INSTRUCTIONS There are 2 multiple choice

More information

Transmission lines. Shouri Chatterjee. October 22, 2014

Transmission lines. Shouri Chatterjee. October 22, 2014 Transmission lines Shouri Chatterjee October 22, 2014 The transmission line is a very commonly used distributed circuit: a pair of wires. Unfortunately, a pair of wires used to apply a time-varying voltage,

More information

Scanned by CamScanner

Scanned by CamScanner Scanned by CamScanner Scanned by CamScanner t W I w v 6.00-fall 017 Midterm 1 Name Problem 3 (15 pts). F the circuit below, assume that all equivalent parameters are to be found to the left of port

More information

Electromagnetic Oscillations and Alternating Current. 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3.

Electromagnetic Oscillations and Alternating Current. 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3. Electromagnetic Oscillations and Alternating Current 1. Electromagnetic oscillations and LC circuit 2. Alternating Current 3. RLC circuit in AC 1 RL and RC circuits RL RC Charging Discharging I = emf R

More information

ELG4125: Power Transmission Lines Steady State Operation

ELG4125: Power Transmission Lines Steady State Operation ELG4125: Power Transmission Lines Steady State Operation Two-Port Networks and ABCD Models A transmission line can be represented by a two-port network, that is a network that can be isolated from the

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

Physics 201. Professor P. Q. Hung. 311B, Physics Building. Physics 201 p. 1/3

Physics 201. Professor P. Q. Hung. 311B, Physics Building. Physics 201 p. 1/3 Physics 201 p. 1/3 Physics 201 Professor P. Q. Hung 311B, Physics Building Physics 201 p. 2/3 Summary of last lecture Equipotential surfaces: Surfaces where the potential is the same everywhere, e.g. the

More information