SECOND-ORDER CIRCUITS

Slides:



Advertisements
Similar presentations
Second-Order Circuits (6.3)
Advertisements

Lecture - 9 Second order circuits
Reading Assignment: Chapter 8 in Electric Circuits, 9th Ed. by Nilsson
E E 2315 Lecture 11 Natural Responses of Series RLC Circuits.
LEARNING EXAMPLE DESIGN CAMERA FLASH CIRCUIT DESIGN CONDITIONS worst case (max voltage drop) The constraint in V_CF sets the range for feasible batteries.
EE40 Summer 2006: Lecture 5 Instructor: Octavian Florescu 1 Announcements Lecture 3 updated on web. Slide 29 reversed dependent and independent sources.
Lect12EEE 2021 Differential Equation Solutions of Transient Circuits Dr. Holbert March 3, 2008.
RLC Circuits Natural Response ECE 201 Circuit Theory I.
2nd Order Circuits Lecture 16.
Lecture 17. System Response II
Lecture 171 Higher Order Circuits. Lecture 172 Higher Order Circuits The text has a chapter on 1st order circuits and a chapter on 2nd order circuits.
ECE53A Introduction to Analog and Digital Circuits Lecture Notes Second-Order Analog Circuit and System.
Fundamentals of Electric Circuits Chapter 8
Lecture 181 Second-Order Circuits (6.3) Prof. Phillips April 7, 2003.
Series RLC Network. Objective of Lecture Derive the equations that relate the voltages across a resistor, an inductor, and a capacitor in series as: the.
Chapter 5 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Source-Free RLC Circuit
Parallel RLC Network. Objective of Lecture Derive the equations that relate the voltages across a resistor, an inductor, and a capacitor in parallel as:
Chapter 8 Second-Order Circuits
Fundamentals of Electric Circuits Chapter 8
Chapter 4 Transients.
SECOND-ORDER CIRCUITS THE BASIC CIRCUIT EQUATION Single Node-pair: Use KCL Differentiating Single Loop: Use KVL.
ENGR-43_Lec-04b_2nd_Order_Ckts.pptx 1 Bruce Mayer, PE Engineering-43: Engineering Circuit Analysis Bruce Mayer, PE Registered.
6. RLC CIRCUITS CIRCUITS by Ulaby & Maharbiz. Overview.
Series RLC Network. Objective of Lecture Derive the equations that relate the voltages across a resistor, an inductor, and a capacitor in series as: the.
Sinusoidal Steady-state Analysis Complex number reviews Phasors and ordinary differential equations Complete response and sinusoidal steady-state response.
SECOND ORDER CIRCUIT. Forced Response of Parallel RLC Circuit (Step response Parallel RLC Circuit) Second order circuit When switch is open, a STEP current.
Lecture 12 - Natural Response of Parallel RLC Circuits
ELECTRICA L ENGINEERING Principles and Applications SECOND EDITION ALLAN R. HAMBLEY ©2002 Prentice-Hall, Inc. Chapter 4 Transients Chapter 4 Transients.
Copyright © 2013 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 9 The RLC Circuit.
ELECTRICAL ENGINEERING: PRINCIPLES AND APPLICATIONS, Fourth Edition, by Allan R. Hambley, ©2008 Pearson Education, Inc. Lecture 14 Second Order Transient.
Chapter 4 Second Order Circuit (11th & 12th week)
Second Order Circuits ES-3 Download:
Step Response Series RLC Network.
1.4. The Source-Free Parallel RLC Circuits
Alexander-Sadiku Fundamentals of Electric Circuits
Chapter 4 Transients. 1.Solve first-order RC or RL circuits. 2. Understand the concepts of transient response and steady-state response.
SECOND ORDER CIRCUIT. Revision of 1 st order circuit Second order circuit Natural response (source-free) Forced response SECOND ORDER CIRCUIT.
Week 6 Second Order Transient Response. Topics Second Order Definition Dampening Parallel LC Forced and homogeneous solutions.
Apply KCL to the top node ,we have We normalize the highest derivative by dividing by C , we get Since the highest derivative in the equation is.
1 EKT101 Electric Circuit Theory Chapter 5 First-Order and Second Circuits.
1 SECOND ORDER Examples. 2 What Circuit do we require and why? 1. Circuit at t = 0 - This circuit is required to find the initial values of i(0 - ) and/or.
First Order And Second Order Response Of RL And RC Circuit
To obtain Coefficient A1 and A2
Chapter 5 First-Order and Second Circuits 1. First-Order and Second Circuits Chapter 5 5.1Natural response of RL and RC Circuit 5.2Force response of RL.
Network Analysis Week 10 RLC Circuits. Similar to RL and RC circuits, RLC circuits has two parts of responses, namely: natural response and forced response.
Source-Free Series RLC Circuits.
Lecture - 7 First order circuits. Outline First order circuits. The Natural Response of an RL Circuit. The Natural Response of an RC Circuit. The Step.
1 ECE 3301 General Electrical Engineering Section 30 Natural Response of a Parallel RLC Circuit.
Chapter 6 Second-Order Circuit.
1.5. General Second Order Circuits
RLC Circuits Dr. Iyad Jafar
LEARNING APPLICATION HEART PACEMAKER Simplified SCR model SCR “fires”
First Order And Second Order Response Of RL And RC Circuit
EENG 2610: Circuit Analysis Class 13: Second-Order Circuits
EKT101 Electric Circuit Theory
1.4. The Source-Free Parallel RLC Circuits
Lecture 13 - Step Response of Series and Parallel RLC Circuits
Source-Free RLC Circuit
SECOND-ORDER CIRCUITS
ECE 222 Electric Circuit Analysis II Chapter 10 Natural Response
Figure A circuit used to illustrate the step response of a parallel RLC circuit.
Step Response Parallel RLC Network.
Registered Electrical & Mechanical Engineer
ANALYSIS OF CIRCUITS WITH ONE ENERGY STORING ELEMENT
* 07/16/96 What is Second Order?
Chapter 8 Second Order Circuits
INC 112 Basic Circuit Analysis
Apply KCL to the top node ,we have We normalize the highest derivative by dividing by C , we get Since the highest derivative in the equation is.
1940 Tacoma Narrows Bridge Collapse
Presentation transcript:

SECOND-ORDER CIRCUITS THE BASIC CIRCUIT EQUATION Single Node-pair: Use KCL Single Loop: Use KVL Differentiating

LEARNING BY DOING MODEL FOR RLC PARALLEL MODEL FOR RLC SERIES

THE RESPONSE EQUATION IF THE FORCING FUNCTION IS A CONSTANT

THE HOMOGENEOUS EQUATION LEARNING BY DOING COEFFICIENT OF SECOND DERIVATIVE MUST BE ONE DAMPING RATIO, NATURAL FREQUENCY

ANALYSIS OF THE HOMOGENEOUS EQUATION Iff s is solution of the characteristic equation (modes of the system)

LEARNING EXTENSIONS DETERMINE THE GENERAL FORM OF THE SOLUTION Divide by coefficient of second derivative Roots are real and equal Roots are complex conjugate

Form of the solution LEARNING EXTENSIONS Classify the responses for the given values of C HOMOGENEOUS EQUATION C=0.5 underdamped C=1.0 critically damped C=2.0 overdamped

THE NETWORK RESPONSE DETERMINING THE CONSTANTS

LEARNING EXAMPLE To determine the constants we need STEP 1 MODEL ANALYZE CIRCUIT AT t=0+ STEP 2 STEP 3 ROOTS STEP 4 FORM OF SOLUTION STEP 5: FIND CONSTANTS

USING MATLAB TO VISUALIZE THE RESPONSE %script6p7.m %plots the response in Example 6.7 %v(t)=2exp(-2t)+2exp(-0.5t); t>0 t=linspace(0,20,1000); v=2*exp(-2*t)+2*exp(-0.5*t); plot(t,v,'mo'), grid, xlabel('time(sec)'), ylabel('V(Volts)') title('RESPONSE OF OVERDAMPED PARALLEL RLC CIRCUIT')

LEARNING EXAMPLE NO SWITCHING OR DISCONTINUITY AT t=0. USE t=0 OR t=0+ model Form:

USING MATLAB TO VISUALIZE THE RESPONSE %script6p8.m %displays the function i(t)=exp(-3t)(4cos(4t)-2sin(4t)) % and the function vc(t)=exp(-3t)(-4cos(4t)+22sin(4t)) % use a simle algorithm to estimate display time tau=1/3; tend=10*tau; t=linspace(0,tend,350); it=exp(-3*t).*(4*cos(4*t)-2*sin(4*t)); vc=exp(-3*t).*(-4*cos(4*t)+22*sin(4*t)); plot(t,it,'ro',t,vc,'bd'),grid,xlabel('Time(s)'),ylabel('Voltage/Current') title('CURRENT AND CAPACITOR VOLTAGE') legend('CURRENT(A)','CAPACITOR VOLTAGE(V)')

LEARNING EXAMPLE KVL KCL NO SWITCHING OR DISCONTINUITY AT t=0. USE t=0 OR t=0+

USING MATLAB TO VISUALIZE RESPONSE %script6p9.m %displays the function v(t)=exp(-3t)(1+6t) tau=1/3; tend=ceil(10*tau); t=linspace(0,tend,400); vt=exp(-3*t).*(1+6*t); plot(t,vt,'rx'),grid, xlabel('Time(s)'), ylabel('Voltage(V)') title('CAPACITOR VOLTAGE')

LEARNING EXTENSION To find initial conditions use steady state analysis for t<0 And analyze circuit at t=0+ =0 =2 Once the switch opens the circuit is RLC series

To find initial conditions we use steady state analysis for t<0 LEARNING EXTENSION KVL And analyze circuit at t=0+ For t>0 the circuit is RLC series

Second Order LEARNING EXTENSION Steady state t<0 KVL Analysis at t=0+ Second Order