SIMON FRASER UNIVERSITY School of Engineering Science ENSC 380 Linear Systems. Solutions to Assignment 2 Spring 2000

Size: px
Start display at page:

Download "SIMON FRASER UNIVERSITY School of Engineering Science ENSC 380 Linear Systems. Solutions to Assignment 2 Spring 2000"

Transcription

1 SIMON FRASER UNIVERSITY School of Engineering Science ENSC 8 Linear Systems Solutions to Assignment Spring Design a Filter There is no single best way to solve this problem In fact, there is no single best solution, since it depends on how you trade off the size of responses to the short and long blips However, what you have learned so far about convolution should lead most of you to the type of solution outlined below If you visualized a time-reversed impulse response sliding across the input waveform illustrated in the question, you noted a few points: * In the slowly varying portions, the input is almost constant Therefore, if the net area under the filter h(t) is zero (ie, equal positive and negative areas) then the output is almost zero, as desired This is analogous to the first difference operator (+, -) in discrete time, which produces zero if the input does not change * When we hit a long blip, we want a large output at some instant, so we'll design for that time To obtain the large output, we want the time-reversed h(t) to have the same sign as the input blip everwhere they overlap There is no reason for the impulse response to be longer than the long blip Consequently, the sign pattern of the impulse response loos lie a time-reversed long blip * So could we use the time-reversed long blip itself as the impulse response? The behaviour would be a little lie resonance, except that the blip and the filter are both of finite length * The maximum positive response of such a filter to the short blip is only / that of its response to the long blip We can probably live with that The result of this line of reasoning is the filter below Its amplitude doesn't matter, as long as you now its value and that of the input so that you can set a threshold appropriately to distinguish short from long blips The response of this filter to the input illustrated on the question sheet is setched below

2 Solve the Difference Equation (a) As a first step, find the particular solution Substitute y p ()=B(/) in the E: B B 8 B 5 from which B= and y p ( ) Next, find the homogeneous solution: y h ( ) y h ( ) 8 y h ( ) Trial solution is y h ()=Aβ Substitute and factor A β β β 8 There are two solutions: β β so the homogeneous solution is y h ( ) A A and the complete solution is y( ) y h ( ) y p ( ) A A

3 The form of the input is valid down to =, so we fit the parameters A and A at = and =, although there is no harm in fitting at later points We obtain the values of the solution at those times by numerical iteration of the E, summarized in the table below, where the initial conditions are y(-)= and y(-)= for the zero state response: x() y() 6667 Solving for the parameters requires a x linear equation set A A A A A A A A 5 from which we obtain A 6 A 6 and the complete solution y( ) 6 6 (b) The homogeneous equation decays to zero exponentially, so the system is BIBO stable (c) For the unit pulse response, we can follow the same steps as in part (a) First, the particular solution The impulse is a constant (ie zero) everywhere but at =, so we assume a particular solution of the form y p ()=C Substitution into the E gives, for >, C or C= 8 so the particular solution is zero for > We still have the homogeneous solution from part (a), so the complete solution is

4 h( ) A A This form of the solution is valid down to =, so we'll fit at = and = Iterate to find those values, as shown below δ() h() 5 A A A A 5 Soving the x set gives A A 6 and the impulse response h ( ) 6 Were not finished yet, though We have to specify the values for = Our expression gives h ( ) = h ( ) = h ( ) = 5 and, of these, only the first one is wrong We have a couple of ways to specify the final result: or h( ) 6 δ ( ) h( ) 6 if otherwise Incidentally, if we had fitted the complete solution at = and =, we would have found both parameters to be zero, giving an identically zero impulse response - clearly, an incorrect conclusion

5 Simulation Diagrams The simulation diagrams are setched below without explanation (consult the notes if you got it wrong) (a) FIR filters (b) IIR filter 5

6 5 State Variable Formulation I will use v (), v () and v () to denote the outputs of the delay blocs, right to left, as shown below To operate the filter we do the following: while x > read_new_input v x v v v y v v v v v v v v the "while" condition just means "forever" v is the next value of v delay bloc updates must be done in this order output y (b) Suitable state variables are the delay bloc outputs We have v ( ) v ( ) v ( ) v ( ) v ( ) v ( ) v ( ) v ( ) x( ) y( ) v ( ) v ( ) 6

7 or, in vector and matrix form, v ( ) v ( ) v ( ) v ( ) v ( ) v ( ) x( ) y( ) ( ) v ( ) v ( ) v ( ) which we write as v( ) A v( ) b x( ) y( ) c v( ) 6 State Variable Representation The circuit is redrawn below with voltages and current labelled We have the basic current and voltage relationship for the capacitor and inductor v' C ( t) C i C ( t) i' L ( t) L v L ( t) which shows why cap voltage and inductor current are good choices for state variables From KCL, the cap current is the same as the inductor current, so v' C ( t) C i L ( t) From KVL around the loop, x( t) v C ( t) R i L ( t) L i' L ( t) 7

8 Putting in vector and matrix form and dropping the explicit time dependence v' C i' L L C R L v C i L L x( t) v' A v b v The output is the resistor voltage, so y v C ( R ) y c v i L 8

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

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

LAPLACE TRANSFORMATION AND APPLICATIONS. Laplace transformation It s a transformation method used for solving differential equation.

LAPLACE TRANSFORMATION AND APPLICATIONS. Laplace transformation It s a transformation method used for solving differential equation. LAPLACE TRANSFORMATION AND APPLICATIONS Laplace transformation It s a transformation method used for solving differential equation. Advantages The solution of differential equation using LT, progresses

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

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

Outline. Week 5: Circuits. Course Notes: 3.5. Goals: Use linear algebra to determine voltage drops and branch currents.

Outline. Week 5: Circuits. Course Notes: 3.5. Goals: Use linear algebra to determine voltage drops and branch currents. Outline Week 5: Circuits Course Notes: 3.5 Goals: Use linear algebra to determine voltage drops and branch currents. Components in Resistor Networks voltage source current source resistor Components in

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

In this lecture, we will consider how to analyse an electrical circuit by applying KVL and KCL. As a result, we can predict the voltages and currents

In this lecture, we will consider how to analyse an electrical circuit by applying KVL and KCL. As a result, we can predict the voltages and currents In this lecture, we will consider how to analyse an electrical circuit by applying KVL and KCL. As a result, we can predict the voltages and currents around an electrical circuit. This is a short lecture,

More information

E40M Review - Part 1

E40M Review - Part 1 E40M Review Part 1 Topics in Part 1 (Today): KCL, KVL, Power Devices: V and I sources, R Nodal Analysis. Superposition Devices: Diodes, C, L Time Domain Diode, C, L Circuits Topics in Part 2 (Wed): MOSFETs,

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

Switched Capacitor Circuits I. Prof. Paul Hasler Georgia Institute of Technology

Switched Capacitor Circuits I. Prof. Paul Hasler Georgia Institute of Technology Switched Capacitor Circuits I Prof. Paul Hasler Georgia Institute of Technology Switched Capacitor Circuits Making a resistor using a capacitor and switches; therefore resistance is set by a digital clock

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

Introduction to the z-transform

Introduction to the z-transform z-transforms and applications Introduction to the z-transform The z-transform is useful for the manipulation of discrete data sequences and has acquired a new significance in the formulation and analysis

More information

Lecture #3. Review: Power

Lecture #3. Review: Power Lecture #3 OUTLINE Power calculations Circuit elements Voltage and current sources Electrical resistance (Ohm s law) Kirchhoff s laws Reading Chapter 2 Lecture 3, Slide 1 Review: Power If an element is

More information

LECTURE 8 RC AND RL FIRST-ORDER CIRCUITS (PART 1)

LECTURE 8 RC AND RL FIRST-ORDER CIRCUITS (PART 1) CIRCUITS by Ulaby & Maharbiz LECTURE 8 RC AND RL FIRST-ORDER CIRCUITS (PART 1) 07/18/2013 ECE225 CIRCUIT ANALYSIS All rights reserved. Do not copy or distribute. 2013 National Technology and Science Press

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

Simon Fraser University School of Engineering Science ENSC Linear Systems Spring Instructor Jim Cavers ASB

Simon Fraser University School of Engineering Science ENSC Linear Systems Spring Instructor Jim Cavers ASB Simon Fraser University School of Engineering Science ENSC 380-3 Linear Systems Spring 2000 This course covers the modeling and analysis of continuous and discrete signals and systems using linear techniques.

More information

Kirchhoff's Laws and Circuit Analysis (EC 2)

Kirchhoff's Laws and Circuit Analysis (EC 2) Kirchhoff's Laws and Circuit Analysis (EC ) Circuit analysis: solving for I and V at each element Linear circuits: involve resistors, capacitors, inductors Initial analysis uses only resistors Power sources,

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

Cosc 3451 Signals and Systems. What is a system? Systems Terminology and Properties of Systems

Cosc 3451 Signals and Systems. What is a system? Systems Terminology and Properties of Systems Cosc 3451 Signals and Systems Systems Terminology and Properties of Systems What is a system? an entity that manipulates one or more signals to yield new signals (often to accomplish a function) can be

More information

Lecture IV: LTI models of physical systems

Lecture IV: LTI models of physical systems BME 171: Signals and Systems Duke University September 5, 2008 This lecture Plan for the lecture: 1 Interconnections of linear systems 2 Differential equation models of LTI systems 3 eview of linear circuit

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Electromagnetic Oscillations Physics for Scientists & Engineers Spring Semester 005 Lecture 8! We have been working with circuits that have a constant current a current that increases to a constant current

More information

Basic. Theory. ircuit. Charles A. Desoer. Ernest S. Kuh. and. McGraw-Hill Book Company

Basic. Theory. ircuit. Charles A. Desoer. Ernest S. Kuh. and. McGraw-Hill Book Company Basic C m ш ircuit Theory Charles A. Desoer and Ernest S. Kuh Department of Electrical Engineering and Computer Sciences University of California, Berkeley McGraw-Hill Book Company New York St. Louis San

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

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

Interconnection of LTI Systems

Interconnection of LTI Systems EENG226 Signals and Systems Chapter 2 Time-Domain Representations of Linear Time-Invariant Systems Interconnection of LTI Systems Prof. Dr. Hasan AMCA Electrical and Electronic Engineering Department (ee.emu.edu.tr)

More information

MODULE I. Transient Response:

MODULE I. Transient Response: Transient Response: MODULE I The Transient Response (also known as the Natural Response) is the way the circuit responds to energies stored in storage elements, such as capacitors and inductors. If a capacitor

More information

Slide 1 / 26. Inductance by Bryan Pflueger

Slide 1 / 26. Inductance by Bryan Pflueger Slide 1 / 26 Inductance 2011 by Bryan Pflueger Slide 2 / 26 Mutual Inductance If two coils of wire are placed near each other and have a current passing through them, they will each induce an emf on one

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

Series & Parallel Resistors 3/17/2015 1

Series & Parallel Resistors 3/17/2015 1 Series & Parallel Resistors 3/17/2015 1 Series Resistors & Voltage Division Consider the single-loop circuit as shown in figure. The two resistors are in series, since the same current i flows in both

More information

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown:

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown: ircuits onsider the R and series circuits shown: ++++ ---- R ++++ ---- Suppose that the circuits are formed at t with the capacitor charged to value. There is a qualitative difference in the time development

More information

AC analysis. EE 201 AC analysis 1

AC analysis. EE 201 AC analysis 1 AC analysis Now we turn to circuits with sinusoidal sources. Earlier, we had a brief look at sinusoids, but now we will add in capacitors and inductors, making the story much more interesting. What are

More information

4 Electric circuits. Serial and parallel resistors V 3 V 2 V Serial connection of resistors:

4 Electric circuits. Serial and parallel resistors V 3 V 2 V Serial connection of resistors: 4 lectric circuits PHY67 Spring 006 Serial and parallel resistors Serial connection of resistors: As the current I through each of serially connected resistors is the same, one can use Ohm s law and write...

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

Response of Second-Order Systems

Response of Second-Order Systems Unit 3 Response of SecondOrder Systems In this unit, we consider the natural and step responses of simple series and parallel circuits containing inductors, capacitors and resistors. The equations which

More information

Preamble. Circuit Analysis II. Mesh Analysis. When circuits get really complex methods learned so far will still work,

Preamble. Circuit Analysis II. Mesh Analysis. When circuits get really complex methods learned so far will still work, Preamble Circuit Analysis II Physics, 8 th Edition Custom Edition Cutnell & Johnson When circuits get really complex methods learned so far will still work, but they can take a long time to do. A particularly

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

Lecture 19 IIR Filters

Lecture 19 IIR Filters Lecture 19 IIR Filters Fundamentals of Digital Signal Processing Spring, 2012 Wei-Ta Chu 2012/5/10 1 General IIR Difference Equation IIR system: infinite-impulse response system The most general class

More information

Discussion Question 6A

Discussion Question 6A Discussion Question 6 P212, Week 6 Two Methods for Circuit nalysis Method 1: Progressive collapsing of circuit elements In last week s discussion, we learned how to analyse circuits involving batteries

More information

Lecture 18: Stability

Lecture 18: Stability Lecture 18: Stability ECE 401: Signal and Image Analysis University of Illinois 4/18/2017 1 Stability 2 Impulse Response 3 Z Transform Outline 1 Stability 2 Impulse Response 3 Z Transform BIBO Stability

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial : CH_EE_B_Network Theory_098 Delhi Noida Bhopal Hyderabad Jaipur Lucknow ndore Pune Bhubaneswar Kolkata Patna Web: E-mail: info@madeeasy.in Ph: 0-56 CLASS TEST 08-9 ELECTCAL ENGNEENG Subject : Network

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

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

Physics 102 Spring 2006: Final Exam Multiple-Choice Questions

Physics 102 Spring 2006: Final Exam Multiple-Choice Questions Last Name: First Name: Physics 102 Spring 2006: Final Exam Multiple-Choice Questions For questions 1 and 2, refer to the graph below, depicting the potential on the x-axis as a function of x V x 60 40

More information

Electric Circuits. Overview. Hani Mehrpouyan,

Electric Circuits. Overview. Hani Mehrpouyan, Electric Circuits Hani Mehrpouyan, Department of Electrical and Computer Engineering, Lecture 15 (First Order Circuits) Nov 16 th, 2015 Hani Mehrpouyan (hani.mehr@ieee.org) Boise State c 2015 1 1 Overview

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science : Circuits & Electronics Problem Set #1 Solution

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science : Circuits & Electronics Problem Set #1 Solution Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.2: Circuits & Electronics Problem Set # Solution Exercise. The three resistors form a series connection.

More information

Physics 2212 GH Quiz #4 Solutions Spring 2016

Physics 2212 GH Quiz #4 Solutions Spring 2016 Physics 2212 GH Quiz #4 Solutions Spring 2016 I. (18 points) A bar (mass m, length L) is connected to two frictionless vertical conducting rails with loops of wire, in the presence of a uniform magnetic

More information

University Question Paper Solution

University Question Paper Solution Unit 1: Introduction University Question Paper Solution 1. Determine whether the following systems are: i) Memoryless, ii) Stable iii) Causal iv) Linear and v) Time-invariant. i) y(n)= nx(n) ii) y(t)=

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

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

/ \ ( )-----/\/\/\/ \ / In Lecture 3 we offered this as an example of a first order LTI system.

/ \ ( )-----/\/\/\/ \ / In Lecture 3 we offered this as an example of a first order LTI system. 18.03 Class 17, March 12, 2010 Linearity and time invariance [1] RLC [2] Superposition III [3] Time invariance [4] Review of solution methods [1] We've spent a lot of time with mx" + bx' + cx = q(t). There

More information

ENGR 2405 Chapter 8. Second Order Circuits

ENGR 2405 Chapter 8. Second Order Circuits ENGR 2405 Chapter 8 Second Order Circuits Overview The previous chapter introduced the concept of first order circuits. This chapter will expand on that with second order circuits: those that need a second

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

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

RLC Circuits. 1 Introduction. 1.1 Undriven Systems. 1.2 Driven Systems

RLC Circuits. 1 Introduction. 1.1 Undriven Systems. 1.2 Driven Systems RLC Circuits Equipment: Capstone, 850 interface, RLC circuit board, 4 leads (91 cm), 3 voltage sensors, Fluke mulitmeter, and BNC connector on one end and banana plugs on the other Reading: Review AC circuits

More information

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax .5.1: Second Order ircuits Revision: June 11, 010 15 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview Second order systems are, by definition, systems whose input-output relationship

More information

Problem info Geometry model Labelled Objects Results Nonlinear dependencies

Problem info Geometry model Labelled Objects Results Nonlinear dependencies Problem info Problem type: Transient Magnetics (integration time: 9.99999993922529E-09 s.) Geometry model class: Plane-Parallel Problem database file names: Problem: circuit.pbm Geometry: Circuit.mod Material

More information

Stability Condition in Terms of the Pole Locations

Stability Condition in Terms of the Pole Locations Stability Condition in Terms of the Pole Locations A causal LTI digital filter is BIBO stable if and only if its impulse response h[n] is absolutely summable, i.e., 1 = S h [ n] < n= We now develop a stability

More information

Inductance. Slide 2 / 26. Slide 1 / 26. Slide 4 / 26. Slide 3 / 26. Slide 6 / 26. Slide 5 / 26. Mutual Inductance. Mutual Inductance.

Inductance. Slide 2 / 26. Slide 1 / 26. Slide 4 / 26. Slide 3 / 26. Slide 6 / 26. Slide 5 / 26. Mutual Inductance. Mutual Inductance. Slide 1 / 26 Inductance 2011 by Bryan Pflueger Slide 2 / 26 Mutual Inductance If two coils of wire are placed near each other and have a current passing through them, they will each induce an emf on one

More information

1. (10 points) Find the general solution to the following second-order differential equation:

1. (10 points) Find the general solution to the following second-order differential equation: Math 307A, Winter 014 Midterm Solutions Page 1 of 8 1. (10 points) Find the general solution to the following second-order differential equation: 4y 1y + 9y = 9t. To find the general solution to this nonhomogeneous

More information

Lab 9/14/2012. Lab Power / Energy Series / Parallel Small Signal Applications. Outline. Power Supply

Lab 9/14/2012. Lab Power / Energy Series / Parallel Small Signal Applications. Outline. Power Supply Outline Session 2: Analog Circuits Lab Power / Energy Series / Parallel Small Signal Applications Lab hits Power Supply, Oscilloscope, Breadboard, Multimeters Energy Power an Energy for, L, C Series /

More information

College Physics II Lab 8: RC Circuits

College Physics II Lab 8: RC Circuits INTODUTION ollege Physics II Lab 8: ircuits Peter olnick with Taner Edis Spring 2019 Introduction onsider the circuit shown. (onsult section 23.7 in your textbook.) If left for long enough, the charge

More information

A brief review of theory. Potential differences for RLC circuit + C. AC Output CHAPTER 10. AC CIRCUITS 84

A brief review of theory. Potential differences for RLC circuit + C. AC Output CHAPTER 10. AC CIRCUITS 84 Lab 10. AC Circuits Goals To show that AC voltages cannot generally be added without accounting for their phase relationships. That is, one must account for how they vary in time with respect to one another.

More information

EEL3135: Homework #4

EEL3135: Homework #4 EEL335: Homework #4 Problem : For each of the systems below, determine whether or not the system is () linear, () time-invariant, and (3) causal: (a) (b) (c) xn [ ] cos( 04πn) (d) xn [ ] xn [ ] xn [ 5]

More information

RC Circuits. Equipment: Capstone with 850 interface, RLC circuit board, 2 voltage sensors (no alligator clips), 3 leads V C = 1

RC Circuits. Equipment: Capstone with 850 interface, RLC circuit board, 2 voltage sensors (no alligator clips), 3 leads V C = 1 R ircuits Equipment: apstone with 850 interface, RL circuit board, 2 voltage sensors (no alligator clips), 3 leads 1 Introduction The 3 basic linear circuits elements are the resistor, the capacitor, 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

Electronic Circuits EE359A

Electronic Circuits EE359A Electronic Circuits EE359A Bruce McNair B26 bmcnair@stevens.edu 21-216-5549 Lecture 22 578 Second order LCR resonator-poles V o I 1 1 = = Y 1 1 + sc + sl R s = C 2 s 1 s + + CR LC s = C 2 sω 2 s + + ω

More information

Assessment Schedule 2016 Physics: Demonstrate understanding electrical systems (91526)

Assessment Schedule 2016 Physics: Demonstrate understanding electrical systems (91526) NCEA evel 3 Physics (91526) 2016 page 1 of 5 Assessment Schedule 2016 Physics: Demonstrate understanding electrical systems (91526) Evidence Statement NØ N1 N 2 A 3 A 4 M 5 M 6 E 7 E 8 0 1A 2A 3A 4A or

More information

E40M. RC Circuits and Impedance. M. Horowitz, J. Plummer, R. Howe

E40M. RC Circuits and Impedance. M. Horowitz, J. Plummer, R. Howe E40M RC Circuits and Impedance Reading Reader: Chapter 6 Capacitance (if you haven t read it yet) Section 7.3 Impedance You should skip all the parts about inductors We will talk about them in a lecture

More information

1. Review of Circuit Theory Concepts

1. Review of Circuit Theory Concepts 1. Review of Circuit Theory Concepts Lecture notes: Section 1 ECE 65, Winter 2013, F. Najmabadi Circuit Theory is an pproximation to Maxwell s Electromagnetic Equations circuit is made of a bunch of elements

More information

FINAL EXAM - Physics Patel SPRING 1998 FORM CODE - A

FINAL EXAM - Physics Patel SPRING 1998 FORM CODE - A FINAL EXAM - Physics 202 - Patel SPRING 1998 FORM CODE - A Be sure to fill in your student number and FORM letter (A, B, C, D, E) on your answer sheet. If you forget to include this information, your Exam

More information

Direct-Current Circuits

Direct-Current Circuits Direct-Current Circuits A'.3/.". 39 '- )232.-/ 32,+/" 7+3(5-.)232.-/ 7 3244)'03,.5B )*+,"- &'&./( 0-1*234 35-2567+- *7 2829*4-& )"< 35- )*+,"-= 9-4-- 3563 A0.5.C2/'-231).D')232.')2-1 < /633-">&@5-:836+-0"1464-625"-4*43"

More information

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits EECE25 Circuit Analysis I Set 4: Capacitors, Inductors, and First-Order Linear Circuits Shahriar Mirabbasi Department of Electrical and Computer Engineering University of British Columbia shahriar@ece.ubc.ca

More information

Network Topology-2 & Dual and Duality Choice of independent branch currents and voltages: The solution of a network involves solving of all branch currents and voltages. We know that the branch current

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

Chapter 2 Time-Domain Representations of LTI Systems

Chapter 2 Time-Domain Representations of LTI Systems Chapter 2 Time-Domain Representations of LTI Systems 1 Introduction Impulse responses of LTI systems Linear constant-coefficients differential or difference equations of LTI systems Block diagram representations

More information

Review of 1 st Order Circuit Analysis

Review of 1 st Order Circuit Analysis ECEN 60 Circuits/Electronics Spring 007-7-07 P. Mathys Review of st Order Circuit Analysis First Order Differential Equation Consider the following circuit with input voltage v S (t) and output voltage

More information

Lecture 39. PHYC 161 Fall 2016

Lecture 39. PHYC 161 Fall 2016 Lecture 39 PHYC 161 Fall 016 Announcements DO THE ONLINE COURSE EVALUATIONS - response so far is < 8 % Magnetic field energy A resistor is a device in which energy is irrecoverably dissipated. By contrast,

More information

CHAPTER 6. Inductance, Capacitance, and Mutual Inductance

CHAPTER 6. Inductance, Capacitance, and Mutual Inductance CHAPTER 6 Inductance, Capacitance, and Mutual Inductance 6.1 The Inductor Inductance is symbolized by the letter L, is measured in henrys (H), and is represented graphically as a coiled wire. The inductor

More information

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

E40M Capacitors. M. Horowitz, J. Plummer, R. Howe

E40M Capacitors. M. Horowitz, J. Plummer, R. Howe E40M Capacitors 1 Reading Reader: Chapter 6 Capacitance A & L: 9.1.1, 9.2.1 2 Why Are Capacitors Useful/Important? How do we design circuits that respond to certain frequencies? What determines how fast

More information

University of TN Chattanooga Physics 1040L 8/18/2012 PHYSICS 1040L LAB LAB 4: R.C. TIME CONSTANT LAB

University of TN Chattanooga Physics 1040L 8/18/2012 PHYSICS 1040L LAB LAB 4: R.C. TIME CONSTANT LAB PHYSICS 1040L LAB LAB 4: R.C. TIME CONSTANT LAB OBJECT: To study the discharging of a capacitor and determine the time constant for a simple circuit. APPARATUS: Capacitor (about 24 μf), two resistors (about

More information

Physics 6B Summer 2007 Final

Physics 6B Summer 2007 Final Physics 6B Summer 2007 Final Question 1 An electron passes through two rectangular regions that contain uniform magnetic fields, B 1 and B 2. The field B 1 is stronger than the field B 2. Each field fills

More information

Chapter 5. Department of Mechanical Engineering

Chapter 5. Department of Mechanical Engineering Source Transformation By KVL: V s =ir s + v By KCL: i s =i + v/r p is=v s /R s R s =R p V s /R s =i + v/r s i s =i + v/r p Two circuits have the same terminal voltage and current Source Transformation

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

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

COOKBOOK KVL AND KCL A COMPLETE GUIDE

COOKBOOK KVL AND KCL A COMPLETE GUIDE 1250 COOKBOOK KVL AND KCL A COMPLETE GUIDE Example circuit: 1) Label all source and component values with a voltage drop measurement (+,- ) and a current flow measurement (arrow): By the passive sign convention,

More information

Lecture 2. Introduction to Systems (Lathi )

Lecture 2. Introduction to Systems (Lathi ) Lecture 2 Introduction to Systems (Lathi 1.6-1.8) Pier Luigi Dragotti Department of Electrical & Electronic Engineering Imperial College London URL: www.commsp.ee.ic.ac.uk/~pld/teaching/ E-mail: p.dragotti@imperial.ac.uk

More information

Chapter 28. Direct Current Circuits

Chapter 28. Direct Current Circuits Chapter 28 Direct Current Circuits Circuit Analysis Simple electric circuits may contain batteries, resistors, and capacitors in various combinations. For some circuits, analysis may consist of combining

More information

Signals and Systems Chapter 2

Signals and Systems Chapter 2 Signals and Systems Chapter 2 Continuous-Time Systems Prof. Yasser Mostafa Kadah Overview of Chapter 2 Systems and their classification Linear time-invariant systems System Concept Mathematical transformation

More information

Chap 2. Discrete-Time Signals and Systems

Chap 2. Discrete-Time Signals and Systems Digital Signal Processing Chap 2. Discrete-Time Signals and Systems Chang-Su Kim Discrete-Time Signals CT Signal DT Signal Representation 0 4 1 1 1 2 3 Functional representation 1, n 1,3 x[ n] 4, n 2 0,

More information

Source-Free RC Circuit

Source-Free RC Circuit First Order Circuits Source-Free RC Circuit Initial charge on capacitor q = Cv(0) so that voltage at time 0 is v(0). What is v(t)? Prof Carruthers (ECE @ BU) EK307 Notes Summer 2018 150 / 264 First Order

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

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor.

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Experiment 4 RC Circuits 4.1 Objectives Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Graphically determine the time constant τ for the decay. 4.2

More information

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown.

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown. Solved Problems Electric Circuits & Components 1-1 Write the KVL equation for the circuit shown. 1-2 Write the KCL equation for the principal node shown. 1-2A In the DC circuit given in Fig. 1, find (i)

More information

ET4119 Electronic Power Conversion 2011/2012 Solutions 27 January 2012

ET4119 Electronic Power Conversion 2011/2012 Solutions 27 January 2012 ET4119 Electronic Power Conversion 2011/2012 Solutions 27 January 2012 1. In the single-phase rectifier shown below in Fig 1a., s = 1mH and I d = 10A. The input voltage v s has the pulse waveform shown

More information

Lecture 1. EE70 Fall 2007

Lecture 1. EE70 Fall 2007 Lecture 1 EE70 Fall 2007 Instructor Joel Kubby (that would be me) Office: BE-249 Office Hours: M,W,F 2-3 PM or by appointment Phone: (831) 459-1073 E-mail: jkubby@soe.ucsc.edu Teaching Assistant Drew Lohn

More information

UC DAVIS. Circuits I Course Outline

UC DAVIS. Circuits I Course Outline UC DAVIS Circuits I Course Outline ENG 17 Professor Spencer Fall 2010 2041 Kemper Hall Lecture: MWF 4:10-5:00, 1003 Giedt Hall 752-6885 Discussion Section 1: W 1:10-2:00, 55 Roessler CRN: 61417 Discussion

More information

What happens when things change. Transient current and voltage relationships in a simple resistive circuit.

What happens when things change. Transient current and voltage relationships in a simple resistive circuit. Module 4 AC Theory What happens when things change. What you'll learn in Module 4. 4.1 Resistors in DC Circuits Transient events in DC circuits. The difference between Ideal and Practical circuits Transient

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