ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems

Size: px
Start display at page:

Download "ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems"

Transcription

1 ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems

2 Agenda of the Day 1. Resume of lesson I 2. Basic system models. 3. Models of basic electrical system elements 4. Application of Matlab/Simulink to the simulation of the behaviour of electrical dynamic systems

3 1.1(14) An example dynamic system An electrical dynamic system Moves the coil and cone A mechanical system Which drives the air A thermodynamic system We want a method to predict what will happen during operation

4 1.2(14) What do we need? Theory that works for many different physical processes Solves electrical, magnetic, mechanical and thermal problems Steady state characteristics; capacity; efficiency; losses; sizing Transient response; steady state errors; stability; settling time; etc. System behaviour during faults? Theory must account for the past history of the system and enable us to predict future behaviour under known applied conditions

5 1.3(14) Example - Concept of a cruise control system for a car A cruise control system in a car comprises several sub-systems.

6 1.4(14) Example - Coupling between mechanical and electrical systems concept of a battery powered vehicle

7 1.5(14) Force Balance The equation of motion Various mechanical forces oppose movement Acceleration of the mass Various frictional forces Gravity (not shown) Wind (not shown) F = m x + B x + f e F e Bx + f mx dx m

8 1.6(14) Simple Linear Mechanical system = + + F mx Bx f

9 1.7(14) Simple Rotating Mechanical system T = J + θ Bθ + f T = J ω + Bω + f

10 1.8(14) More Complicated Mechanical system Break it down to a set of free body diagrams Write the differential equations And solve them (integrate them)

11 1.9(14) Needs a Free Body Diagram for Each Mass We arrive at a set of simultaneous differential equations

12 1.10(14) Needs a Free Body Diagram for Each Mass In this way, we arrive at a set of simultaneous differential equations ( ) ( ) ( ) ( ) ( ) B x x + K x x Mx K x = f t Mx B x x K x x = a

13 1.11(14) The State-Space formulation Convenient to solve using Matlab/Simulink Manipulate the differential equations a set of first order ordinary differential equations Isolate the differential term The standard form q = aq+ aq + aq + bu+ bu q = a q + a q + a q + b u + b u q = a q + a q + a q + b u + b u y = cq+ cq + cq + du+ du y = c q + c q + c q + d u + d u

14 1.12(14) The State-Space formulation in Matrix Form The standard form In Matrix Form Q = + A Q B U = + Y C Q D U

15 1.13(14) Steps When Modelling a System Physics and topology Select the model Simplifying assumptions Draw the Free Body Diagram(s) Write the equations of motion Differential equations Values of system coefficients Mass; moment of inertia; inductance; resistance etc. Solve the equations of motion Integrate them

16 1.14(14) Cruise Control for a Car So the State-Space Matrices are A = = = = b, B 1, C 1 0, D 0 0 m m

17 2. Basic System Models

18 2.1(33) System models A system usually comprises several subsystems They may be a mix of types Electrical Mechanical Thermal Like our cruise control system

19 2.2(33) A cruise control system for a car A cruise control system in a car comprises several sub-systems.

20 2.3(33) Example: A Translational Electro-mechanical Actuator Loudspeaker

21 2.4(33) Notional Model of a Consider the electrical and mechanical sub-systems of the moving coil loudspeaker. The electrical and mechanical subsystems of the loudspeaker are coupled by the Lorentz force and by the back emf acting on the circuit. The Lorentz force caused by current flowing in the coil reacting with the magnetic field acts on the mass, causing it to move The motion of the coil in the magnetic field induces Faraday s Law voltage in the coil, opposing the current Loudspeaker

22 2.5(33) Model of the electrical sub-system of the loudspeaker Modelling the electrical subsystem uses a circuit diagram comprising: the supply voltage source, a resistor, an inductor, and a velocity dependent voltage source. The resistor represents the resistance of the coil The inductor is the inductance of the coil. The velocity dependent voltage source represents the effect of the back emf. (Faraday s Law)

23 2.6(33) Model of the mechanical sub-system of the loudspeaker Modelling the mechanical sub-system employs a free body diagram in which a spring force, a damping force, An inertial force, and the Lorentz force act on the mass. The Lorentz force is the current dependent actuating force.

24 2.7(33)Model of the electrical sub-system of the loudspeaker The arrow indicates the direction of positive current flow The the plusses and minuses indicate the direction of voltage drop. Kirchhoff's current law around the loop yields ei - e R - e B - e L = 0

25 2.8(33) Model of the electrical sub-system of the loudspeaker The voltages are denoted by: Voltage Source e i (t) Resistor e R = Ri Back EMF e = qx' Inductor L b e = Li' Leading to: e i (t) - Ri - qx' - Li' = 0

26 2.9(33) Model of the mechanical sub-system of the loudspeaker Four forces act on the mass representing the voice coil and cone. Spring Force kx Toward the Left Damper Force bx' Toward the Left Inertial Force mx" Toward the Left Lorentz Force qi Toward the Right D'Alembert's Law states that the sum of all forces acting on a body including the inertial force is equal to zero: -mx" - bx' - kx + qi = 0

27 2.10(33) Concept Of Transfer Function The transfer function is an alternative model to the State Space formulation It takes a single input and yields a single output It is useful because there are techniques to analyse system performance These techniques are very useful for system design

28 2.11(33) Transfer function The equation of motion of the free body diagram and the voltage equation of the electric circuit are in the time domain. Together, these determine the transfer function of the electromechanical system from the voltage input to the displacement output.

29 2.12(33) The Time Domain Differential Equations are: -mx" - bx' - kx + qi = 0 e (t) - Ri - qx' - Li' = 0 i

30 2.13(33) The Laplace Transform relations for a variable and its first and second derivatives are as follows: L L L { x ( t) } = X ( s) { ' x ( t) } = sx ( s) x ( 0) { '' x ( t) } 2 s X ( s) sx ( ) ' = 0 x ( 0) The initial conditions are assumed to be zero x(0) = 0, x'(0) = 0

31 2.14(33) Laplace Transform of Equations of Motion i 2 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) = 0 ms X s bsx s kx s + qi s = E s RI s qsx s LsI s 0 i or 2 ms bs k X ( s ) + qi ( s ) = 0 E s Ls + R I s qsx s = ( ) [ ] ( ) ( ) 0

32 2.15(33) The transfer function is the ratio of the Laplace transform of the output to the Laplace transform of the input tf = X ( s )/ E ( s ) i We need to eliminate I(s) 1 I s = ms 2 bs k + + X s q ( ) ( )

33 2.16(33) The transfer function is the ratio of the Laplace transform of the output to the Laplace transform of the input Substituting to eliminate I(s) 1 Ei ( s) Ls + R ms + bs + k qs X s q ( ) 2 [ ] ( ) X s q = 2 2 Ei ( s) [ Ls + R ] ms + bs + k q s

34 2.17(33) To write a Matlab script for the transfer function >> R = 5; L = 5e-5; k = 2e5; b = 50; m = 4e-3; q = pi; >> s = tf('s'); >> electromech_tf = q/((l*s+r)*(m*s^2+b*s+k)-q^2*s) Transfer function: e-007 s^ s^ s + 1e006 >> bode(electromech_tf); grid >> impulse(electromech_tf);grid >> step(electromech_tf);grid DEMO00.m

35 2.18(33) Transfer function is a model limited to the relationship between a single input and a single output We may require to know the transient behaviour of the current variable as well The State Space formulation can help us here We can make a model with several inputs and several outputs

36 2.19(33) The state-space formulation x' = A x + B u y = C x + D u y is the output and x is the state variable Both x and y may be a vector In the case of vector variables, ABCD become vectors or matrices

37 2.20(33) Steps required to determine the state-space model Identify the energy storage elements Select the state variables Identify any trivial state equations Determine other necessary state equations using element laws and interconnections Write the model in vector-matrix form

38 2.21(33) Energy storage elements Electrical The only electrical element in this system that can store energy is the inductor.

39 2.22(33) Energy storage elements Mechanical Two mechanical elements in this system can store energy One is the spring

40 2.23(33) Energy storage elements Mechanical Two mechanical elements in this system can store energy The other is the mass

41 2.24(33) Stored Energy and State Variables Energy Storage Element Inductor Energy Storage Relationship ½Li 2 State Variable i Spring ½kx 2 x Mass ½mv 2 v

42 2.25(33) Selecting States From the table, the three candidate state variables in our system are i, the current passing through the coil; x, the position of the speaker diaphragm; and v, the velocity of the speaker diaphragm. At this point these are only candidate state variables It may be necessary to define new state variables, if the derivative of the input appears in one or more of the equations.

43 2.26(33) Identifying Trivial State Equations Trivial state equations are those state equations defined by mathematics rather than physics. In this example there is only one trivial state equation, namely: x ' = v

44 2.28(33) Determining Other State Equations Using Element Laws And Interconnections Equations of motion e i (t) is the input voltage Substitute state variables -mx" - bx' - kx + qi = 0 e (t) - Ri - qx' - Li' = 0 i -mv'- bv - kx + qi = 0 e (t) - Ri - qv - Li' = 0 i Manipulate to solve for derivative as a function of the states and the input Output equation 1 v'= bv kx qi m 1 i'= e t Ri qv L [ + ] [ i ( ) ] y = x

45 2.29(33) Manipulate the Equations of Motion Manipluate the equations to give the first derivatives as a function of the states and the inputs This is a form suitable for numerical integration Include the trivial state equations if you need them x'= v k b q v' = - x - v + i m m m q R e(t) i i' = - v - i + L L L

46 2.30(33)Towards Matrix Form a) Define the State Vector x'= v k b q v' = - x - v + i m m m q R e(t) i i' = - v - i + L L L x' = A x + B u y = C x + D u x x' x = v x' = v' i i'

47 2.31(33) Towards Matrix Form a) Define the Input Vector x'= v k b q v' = - x - v + i m m m q R e(t) i i' = - v - i + L L L 0 = u 0 e i x' = A x + B u y = C x + D u

48 2.32(33) Towards Matrix Form a) Define the Coefficient Matrices x'= v k b q v' = - x - v + i m m m q R e(t) i i' = - v - i + L L L x' = A x + B u y = C x + D u k b q A = B = m m m q R 0 L L C = D = 0 0 0

49 2.33(33) The Finished Matrix Form x'= v k b q v' = - x - v + i m m m q R e(t) i i' = - v - i + L L L x' = A x + B u y = C x + D u x 0 k b q x' = + v m m m i ei ( t) q R 0 L L x 0 y = v i e ( ) i t

50 3. Models of basic electrical system elements Frequency response, impulse/step response, working with Matlab.

51 3.1(3)Frequency response Consider an RL circuit supplied with an alternating voltage V is the input quantity AC v f R I e L I is the output quantity If f is variable, I becomes I(f) The circuit response to a pure sinusoidal signal is governed by the transfer function

52 3.2(3) Example of Frequency response RLC filter Kirchhoff s laws 2nd order equation E i Apply Laplace transform transform the differential equation to an algebraic equation This is an initial value problem R i L C E ir L di 1 dt C idt i = z E C idt o = z E o

53 3.3 (3) Transfer function for an RLC filter E ir L di 1 dt C idt E 1 C idt i = + + o = a f a ff HG I Ei s = I s R + sl + E o s I s sc K J F = H G I 1 a f a f 1 sc K J F HG F HG F I I s E s H G I 1 sc K J o ( ) a fkj E i s = aff 1 I s R + sl + sc E o ( s) KJ E s = 1 a f 2 s LC + scr + 1 i I HG z a f I K J z

54 4.Application of Matlab/ Simulink to the simulation of the behaviour of electrical dynamic systems

55 4.1(5) The equation of motion Bridged Tee circuit Node 4 is the voltage reference node 1 v 1 = v node node i v v v v dv + + C = R R dt v ( v 3 1) v d v + C = 0 2 R dt 0

56 4.2(5) Use of MATLAB function ss Use of the Matlab function ss Creates a Matlab system object from the A,B,C,D matrices The response of the system may then be analysed in several ways We need to select the State Variables and create the ABCD Matrices State variables are usually related to the energy stored in system elements Here the energy storing elements are the two capacitances

57 4.3(5) Selection of State Variables The stored energy is given by: WC = ½Cv 2 This leads us to select the voltage across each capacitor as state variables

58 4.4(5) We need first order differential equations in these How do they look? dv C = v v v C 1 C 2 i dt C + R R C R + C + R R dv v v v C 2 C 1 C 2 i = + dt CR CR CR

59 4.5(5) In Matrix form A C + R R C R 1 1 CR CR = B C + R R 1 CR =

60 Exercises Using. Matlab construct a bode plot for this Bridged Tee Circuit.

61 Exercises Lit.[1] Problem 6.1 Problem 6.3 In each case writ a Matlab script to find the output as a function of the applied frequency and plot a Bode plot of the output.

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems ET3-7: Modelling I(V) Introduction and Objectives Electrical, Mechanical and Thermal Systems Objectives analyse and model basic linear dynamic systems -Electrical -Mechanical -Thermal Recognise the analogies

More information

Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Modeling and Simulation Revision III D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 0 1 4 Block Diagrams Block diagram models consist of two fundamental objects:

More information

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 7 Modeling Modeling is the process of representing the behavior of a real

More information

Inductance, RL and RLC Circuits

Inductance, RL and RLC Circuits Inductance, RL and RLC Circuits Inductance Temporarily storage of energy by the magnetic field When the switch is closed, the current does not immediately reach its maximum value. Faraday s law of electromagnetic

More information

Electromagnetic Induction Faraday s Law Lenz s Law Self-Inductance RL Circuits Energy in a Magnetic Field Mutual Inductance

Electromagnetic Induction Faraday s Law Lenz s Law Self-Inductance RL Circuits Energy in a Magnetic Field Mutual Inductance Lesson 7 Electromagnetic Induction Faraday s Law Lenz s Law Self-Inductance RL Circuits Energy in a Magnetic Field Mutual Inductance Oscillations in an LC Circuit The RLC Circuit Alternating Current Electromagnetic

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

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

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67 1/67 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 6 Mathematical Representation of Physical Systems II State Variable Models for Dynamic Systems u 1 u 2 u ṙ. Internal Variables x 1, x 2 x n y 1 y 2. y m Figure

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpenCourseWare http://ocwmitedu 00 Dynamics and Control II Spring 00 For information about citing these materials or our Terms of Use, visit: http://ocwmitedu/terms Massachusetts Institute of Technology

More information

Chapter 32. Inductance

Chapter 32. Inductance Chapter 32 Inductance Joseph Henry 1797 1878 American physicist First director of the Smithsonian Improved design of electromagnet Constructed one of the first motors Discovered self-inductance Unit of

More information

University of Alberta ENGM 541: Modeling and Simulation of Engineering Systems Laboratory #7. M.G. Lipsett & M. Mashkournia 2011

University of Alberta ENGM 541: Modeling and Simulation of Engineering Systems Laboratory #7. M.G. Lipsett & M. Mashkournia 2011 ENG M 54 Laboratory #7 University of Alberta ENGM 54: Modeling and Simulation of Engineering Systems Laboratory #7 M.G. Lipsett & M. Mashkournia 2 Mixed Systems Modeling with MATLAB & SIMULINK Mixed systems

More information

RLC Circuit (3) We can then write the differential equation for charge on the capacitor. The solution of this differential equation is

RLC Circuit (3) We can then write the differential equation for charge on the capacitor. The solution of this differential equation is RLC Circuit (3) We can then write the differential equation for charge on the capacitor The solution of this differential equation is (damped harmonic oscillation!), where 25 RLC Circuit (4) If we charge

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

Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current.

Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current. Inductance Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current. Basis of the electrical circuit element called an

More information

Linear Systems Theory

Linear Systems Theory ME 3253 Linear Systems Theory Review Class Overview and Introduction 1. How to build dynamic system model for physical system? 2. How to analyze the dynamic system? -- Time domain -- Frequency domain (Laplace

More information

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM CHAPTER 1 BY RADU MURESAN Page 1 ENGG4420 LECTURE 7 September 21 10 2:29 PM MODELS OF ELECTRIC CIRCUITS Electric circuits contain sources of electric voltage and current and other electronic elements such

More information

Chapter 32. Inductance

Chapter 32. Inductance Chapter 32 Inductance Inductance Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current. Basis of the electrical circuit

More information

School of Engineering Faculty of Built Environment, Engineering, Technology & Design

School of Engineering Faculty of Built Environment, Engineering, Technology & Design Module Name and Code : ENG60803 Real Time Instrumentation Semester and Year : Semester 5/6, Year 3 Lecture Number/ Week : Lecture 3, Week 3 Learning Outcome (s) : LO5 Module Co-ordinator/Tutor : Dr. Phang

More information

Active Figure 32.3 (SLIDESHOW MODE ONLY)

Active Figure 32.3 (SLIDESHOW MODE ONLY) RL Circuit, Analysis An RL circuit contains an inductor and a resistor When the switch is closed (at time t = 0), the current begins to increase At the same time, a back emf is induced in the inductor

More information

Ch. 23 Electromagnetic Induction, AC Circuits, And Electrical Technologies

Ch. 23 Electromagnetic Induction, AC Circuits, And Electrical Technologies Ch. 23 Electromagnetic Induction, AC Circuits, And Electrical Technologies Induced emf - Faraday s Experiment When a magnet moves toward a loop of wire, the ammeter shows the presence of a current When

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

Handout 10: Inductance. Self-Inductance and inductors

Handout 10: Inductance. Self-Inductance and inductors 1 Handout 10: Inductance Self-Inductance and inductors In Fig. 1, electric current is present in an isolate circuit, setting up magnetic field that causes a magnetic flux through the circuit itself. This

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

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

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

Index. Index. More information. in this web service Cambridge University Press

Index. Index. More information.  in this web service Cambridge University Press A-type elements, 4 7, 18, 31, 168, 198, 202, 219, 220, 222, 225 A-type variables. See Across variable ac current, 172, 251 ac induction motor, 251 Acceleration rotational, 30 translational, 16 Accumulator,

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

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

DC Motor Position: System Modeling

DC Motor Position: System Modeling 1 of 7 01/03/2014 22:07 Tips Effects TIPS ABOUT BASICS INDEX NEXT INTRODUCTION CRUISE CONTROL MOTOR SPEED MOTOR POSITION SUSPENSION INVERTED PENDULUM SYSTEM MODELING ANALYSIS DC Motor Position: System

More information

INF5490 RF MEMS. LN03: Modeling, design and analysis. Spring 2008, Oddvar Søråsen Department of Informatics, UoO

INF5490 RF MEMS. LN03: Modeling, design and analysis. Spring 2008, Oddvar Søråsen Department of Informatics, UoO INF5490 RF MEMS LN03: Modeling, design and analysis Spring 2008, Oddvar Søråsen Department of Informatics, UoO 1 Today s lecture MEMS functional operation Transducer principles Sensor principles Methods

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

(Refer Slide Time: 00:01:30 min)

(Refer Slide Time: 00:01:30 min) Control Engineering Prof. M. Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 3 Introduction to Control Problem (Contd.) Well friends, I have been giving you various

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

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

Module 24: Outline. Expt. 8: Part 2:Undriven RLC Circuits

Module 24: Outline. Expt. 8: Part 2:Undriven RLC Circuits Module 24: Undriven RLC Circuits 1 Module 24: Outline Undriven RLC Circuits Expt. 8: Part 2:Undriven RLC Circuits 2 Circuits that Oscillate (LRC) 3 Mass on a Spring: Simple Harmonic Motion (Demonstration)

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

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

Solutions to these tests are available online in some places (but not all explanations are good)...

Solutions to these tests are available online in some places (but not all explanations are good)... The Physics GRE Sample test put out by ETS https://www.ets.org/s/gre/pdf/practice_book_physics.pdf OSU physics website has lots of tips, and 4 additional tests http://www.physics.ohiostate.edu/undergrad/ugs_gre.php

More information

Chapter 4 Transients. Chapter 4 Transients

Chapter 4 Transients. Chapter 4 Transients Chapter 4 Transients Chapter 4 Transients 1. Solve first-order RC or RL circuits. 2. Understand the concepts of transient response and steady-state response. 1 3. Relate the transient response of first-order

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

AC Circuits III. Physics 2415 Lecture 24. Michael Fowler, UVa

AC Circuits III. Physics 2415 Lecture 24. Michael Fowler, UVa AC Circuits III Physics 415 Lecture 4 Michael Fowler, UVa Today s Topics LC circuits: analogy with mass on spring LCR circuits: damped oscillations LCR circuits with ac source: driven pendulum, resonance.

More information

Chapter 31 Electromagnetic Oscillations and Alternating Current LC Oscillations, Qualitatively

Chapter 31 Electromagnetic Oscillations and Alternating Current LC Oscillations, Qualitatively Chapter 3 Electromagnetic Oscillations and Alternating Current LC Oscillations, Qualitatively In the LC circuit the charge, current, and potential difference vary sinusoidally (with period T and angular

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

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

Physics GRE: Electromagnetism. G. J. Loges 1. University of Rochester Dept. of Physics & Astronomy. xkcd.com/567/

Physics GRE: Electromagnetism. G. J. Loges 1. University of Rochester Dept. of Physics & Astronomy. xkcd.com/567/ Physics GRE: Electromagnetism G. J. Loges University of Rochester Dept. of Physics & stronomy xkcd.com/567/ c Gregory Loges, 206 Contents Electrostatics 2 Magnetostatics 2 3 Method of Images 3 4 Lorentz

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

Lecture 27: FRI 20 MAR

Lecture 27: FRI 20 MAR Physics 2102 Jonathan Dowling Lecture 27: FRI 20 MAR Ch.30.7 9 Inductors & Inductance Nikolai Tesla Inductors: Solenoids Inductors are with respect to the magnetic field what capacitors are with respect

More information

Electromagnetic Induction (Chapters 31-32)

Electromagnetic Induction (Chapters 31-32) Electromagnetic Induction (Chapters 31-3) The laws of emf induction: Faraday s and Lenz s laws Inductance Mutual inductance M Self inductance L. Inductors Magnetic field energy Simple inductive circuits

More information

Physics 208, Spring 2016 Exam #3

Physics 208, Spring 2016 Exam #3 Physics 208, Spring 206 Exam #3 A Name (Last, First): ID #: Section #: You have 75 minutes to complete the exam. Formulae are provided on an attached sheet. You may NOT use any other formula sheet. You

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

Modeling of Electrical Elements

Modeling of Electrical Elements Modeling of Electrical Elements Dr. Bishakh Bhattacharya Professor, Department of Mechanical Engineering IIT Kanpur Joint Initiative of IITs and IISc - Funded by MHRD This Lecture Contains Modeling of

More information

b) (4) How large is the current through the 2.00 Ω resistor, and in which direction?

b) (4) How large is the current through the 2.00 Ω resistor, and in which direction? General Physics II Exam 2 - Chs. 19 21 - Circuits, Magnetism, EM Induction - Sep. 29, 2016 Name Rec. Instr. Rec. Time For full credit, make your work clear. Show formulas used, essential steps, and results

More information

Example: DC Motor Speed Modeling

Example: DC Motor Speed Modeling Page 1 of 5 Example: DC Motor Speed Modeling Physical setup and system equations Design requirements MATLAB representation and open-loop response Physical setup and system equations A common actuator in

More information

Version 001 CIRCUITS holland (1290) 1

Version 001 CIRCUITS holland (1290) 1 Version CIRCUITS holland (9) This print-out should have questions Multiple-choice questions may continue on the next column or page find all choices before answering AP M 99 MC points The power dissipated

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

Lab Experiment 2: Performance of First order and second order systems

Lab Experiment 2: Performance of First order and second order systems Lab Experiment 2: Performance of First order and second order systems Objective: The objective of this exercise will be to study the performance characteristics of first and second order systems using

More information

Louisiana State University Physics 2102, Exam 3 April 2nd, 2009.

Louisiana State University Physics 2102, Exam 3 April 2nd, 2009. PRINT Your Name: Instructor: Louisiana State University Physics 2102, Exam 3 April 2nd, 2009. Please be sure to PRINT your name and class instructor above. The test consists of 4 questions (multiple choice),

More information

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e u Figure 2.1 Cruise-control model x Friction force bx m x u Figure 2.2 Free-body diagram for cruise control S P 278 Figure 2.3 Automobile suspension y m 2 k s b v car x m 1 k w Road surface r Inertial

More information

Name:... Section:... Physics 208 Quiz 8. April 11, 2008; due April 18, 2008

Name:... Section:... Physics 208 Quiz 8. April 11, 2008; due April 18, 2008 Name:... Section:... Problem 1 (6 Points) Physics 8 Quiz 8 April 11, 8; due April 18, 8 Consider the AC circuit consisting of an AC voltage in series with a coil of self-inductance,, and a capacitor of

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MT OpenCourseWare http://ocwmitedu 200 Dynamics and Control Spring 200 For information about citing these materials or our Terms of Use, visit: http://ocwmitedu/terms Massachusetts nstitute of Technology

More information

Module 25: Outline Resonance & Resonance Driven & LRC Circuits Circuits 2

Module 25: Outline Resonance & Resonance Driven & LRC Circuits Circuits 2 Module 25: Driven RLC Circuits 1 Module 25: Outline Resonance & Driven LRC Circuits 2 Driven Oscillations: Resonance 3 Mass on a Spring: Simple Harmonic Motion A Second Look 4 Mass on a Spring (1) (2)

More information

Contents. Dynamics and control of mechanical systems. Focus on

Contents. Dynamics and control of mechanical systems. Focus on Dynamics and control of mechanical systems Date Day 1 (01/08) Day 2 (03/08) Day 3 (05/08) Day 4 (07/08) Day 5 (09/08) Day 6 (11/08) Content Review of the basics of mechanics. Kinematics of rigid bodies

More information

Equivalent Circuits. Henna Tahvanainen. November 4, ELEC-E5610 Acoustics and the Physics of Sound, Lecture 3

Equivalent Circuits. Henna Tahvanainen. November 4, ELEC-E5610 Acoustics and the Physics of Sound, Lecture 3 Equivalent Circuits ELEC-E5610 Acoustics and the Physics of Sound, Lecture 3 Henna Tahvanainen Department of Signal Processing and Acoustics Aalto University School of Science and Technology November 4,

More information

Chapter 30 Inductance

Chapter 30 Inductance Chapter 30 Inductance In this chapter we investigate the properties of an inductor in a circuit. There are two kinds of inductance mutual inductance and self-inductance. An inductor is formed by taken

More information

Alternating Current. Symbol for A.C. source. A.C.

Alternating Current. Symbol for A.C. source. A.C. Alternating Current Kirchoff s rules for loops and junctions may be used to analyze complicated circuits such as the one below, powered by an alternating current (A.C.) source. But the analysis can quickly

More information

Last time. Ampere's Law Faraday s law

Last time. Ampere's Law Faraday s law Last time Ampere's Law Faraday s law 1 Faraday s Law of Induction (More Quantitative) The magnitude of the induced EMF in conducting loop is equal to the rate at which the magnetic flux through the surface

More information

General Physics - E&M (PHY 1308) - Lecture Notes. General Physics - E&M (PHY 1308) Lecture Notes

General Physics - E&M (PHY 1308) - Lecture Notes. General Physics - E&M (PHY 1308) Lecture Notes General Physics - E&M (PHY 1308) Lecture Notes Lecture 021: Self-Inductance and Inductors SteveSekula, 12 April 2011 (created 7 November 2010) Goals of this Lecture no tags Understand "self-inductance"

More information

Yell if you have any questions

Yell if you have any questions Class 31: Outline Hour 1: Concept Review / Overview PRS Questions possible exam questions Hour : Sample Exam Yell if you have any questions P31 1 Exam 3 Topics Faraday s Law Self Inductance Energy Stored

More information

Behaviour of synchronous machine during a short-circuit (a simple example of electromagnetic transients)

Behaviour of synchronous machine during a short-circuit (a simple example of electromagnetic transients) ELEC0047 - Power system dynamics, control and stability (a simple example of electromagnetic transients) Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct October 2018 1 / 25 Objectives

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

Yell if you have any questions

Yell if you have any questions Class 36: Outline Hour 1: Concept Review / Overview PRS Questions Possible Exam Questions Hour : Sample Exam Yell if you have any questions P36-1 efore Starting All of your grades should now be posted

More information

Chapter 8. Model of the Accelerometer. 8.1 The static model 8.2 The dynamic model 8.3 Sensor System simulation

Chapter 8. Model of the Accelerometer. 8.1 The static model 8.2 The dynamic model 8.3 Sensor System simulation Chapter 8. Model of the Accelerometer 8.1 The static model 8.2 The dynamic model 8.3 Sensor System simulation 8.3 Sensor System Simulation In order to predict the behavior of the mechanical sensor in combination

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

2005 AP PHYSICS C: ELECTRICITY AND MAGNETISM FREE-RESPONSE QUESTIONS

2005 AP PHYSICS C: ELECTRICITY AND MAGNETISM FREE-RESPONSE QUESTIONS 2005 AP PHYSICS C: ELECTRICITY AND MAGNETISM In the circuit shown above, resistors 1 and 2 of resistance R 1 and R 2, respectively, and an inductor of inductance L are connected to a battery of emf e and

More information

Section 2.2 : Electromechanical. analogies PHILIPE HERZOG AND GUILLAUME PENELET

Section 2.2 : Electromechanical. analogies PHILIPE HERZOG AND GUILLAUME PENELET Section 2.2 : Electromechanical analogies PHILIPE HERZOG AND GUILLAUME PENELET Paternité - Pas d'utilisation Commerciale - Partage des Conditions Initiales à l'identique : http://creativecommons.org/licenses/by-nc-sa/2.0/fr/

More information

The Harmonic Oscillator

The Harmonic Oscillator The Harmonic Oscillator Math 4: Ordinary Differential Equations Chris Meyer May 3, 008 Introduction The harmonic oscillator is a common model used in physics because of the wide range of problems it can

More information

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review Week Date Content Notes 1 6 Mar Introduction 2 13 Mar Frequency Domain Modelling 3 20 Mar Transient Performance and the s-plane 4 27 Mar Block Diagrams Assign 1 Due 5 3 Apr Feedback System Characteristics

More information

MAE106 Homework 2 - Solution DC Motors & Intro to the frequency domain

MAE106 Homework 2 - Solution DC Motors & Intro to the frequency domain MAE06 Homework 2 - Solution DC Motors & Intro to the frequency domain University of California, Irvine Department of Mechanical and Aerospace Engineering Problem You are given the circuit shown in Figure.

More information

Yell if you have any questions

Yell if you have any questions Class 36: Outline Hour 1: Concept Review / Overview PRS Questions Possible Exam Questions Hour : Sample Exam Yell if you have any questions P36-1 Before Starting All of your grades should now be posted

More information

Chapter 6. Second order differential equations

Chapter 6. Second order differential equations Chapter 6. Second order differential equations A second order differential equation is of the form y = f(t, y, y ) where y = y(t). We shall often think of t as parametrizing time, y position. In this case

More information

EE 422G - Signals and Systems Laboratory

EE 422G - Signals and Systems Laboratory EE 4G - Signals and Systems Laboratory Lab 9 PID Control Kevin D. Donohue Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 April, 04 Objectives: Identify the

More information

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization Plan of the Lecture Review: control, feedback, etc Today s topic: state-space models of systems; linearization Goal: a general framework that encompasses all examples of interest Once we have mastered

More information

Exam 3 Topics. Displacement Current Poynting Vector. Faraday s Law Self Inductance. Circuits. Energy Stored in Inductor/Magnetic Field

Exam 3 Topics. Displacement Current Poynting Vector. Faraday s Law Self Inductance. Circuits. Energy Stored in Inductor/Magnetic Field Exam 3 Topics Faraday s Law Self Inductance Energy Stored in Inductor/Magnetic Field Circuits LR Circuits Undriven (R)LC Circuits Driven RLC Circuits Displacement Current Poynting Vector NO: B Materials,

More information

Physics 2112 Unit 19

Physics 2112 Unit 19 Physics 11 Unit 19 Today s oncepts: A) L circuits and Oscillation Frequency B) Energy ) RL circuits and Damping Electricity & Magnetism Lecture 19, Slide 1 Your omments differential equations killing me.

More information

AP Physics C Mechanics Objectives

AP Physics C Mechanics Objectives AP Physics C Mechanics Objectives I. KINEMATICS A. Motion in One Dimension 1. The relationships among position, velocity and acceleration a. Given a graph of position vs. time, identify or sketch a graph

More information

First Order RC and RL Transient Circuits

First Order RC and RL Transient Circuits First Order R and RL Transient ircuits Objectives To introduce the transients phenomena. To analyze step and natural responses of first order R circuits. To analyze step and natural responses of first

More information

M. C. Escher: Waterfall. 18/9/2015 [tsl425 1/29]

M. C. Escher: Waterfall. 18/9/2015 [tsl425 1/29] M. C. Escher: Waterfall 18/9/2015 [tsl425 1/29] Direct Current Circuit Consider a wire with resistance R = ρl/a connected to a battery. Resistor rule: In the direction of I across a resistor with resistance

More information

EE102 Homework 2, 3, and 4 Solutions

EE102 Homework 2, 3, and 4 Solutions EE12 Prof. S. Boyd EE12 Homework 2, 3, and 4 Solutions 7. Some convolution systems. Consider a convolution system, y(t) = + u(t τ)h(τ) dτ, where h is a function called the kernel or impulse response of

More information

Sinusoidal Response of RLC Circuits

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

More information

Physics 240 Fall 2005: Exam #3. Please print your name: Please list your discussion section number: Please list your discussion instructor:

Physics 240 Fall 2005: Exam #3. Please print your name: Please list your discussion section number: Please list your discussion instructor: Physics 240 Fall 2005: Exam #3 Please print your name: Please list your discussion section number: Please list your discussion instructor: Form #1 Instructions 1. Fill in your name above 2. This will be

More information

Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response

Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response Page 1 of 5 Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response Physical Setup A common actuator in control systems is the

More information

Chapter 30. Inductance

Chapter 30. Inductance Chapter 30 Inductance Self Inductance When a time dependent current passes through a coil, a changing magnetic flux is produced inside the coil and this in turn induces an emf in that same coil. This induced

More information

Chapter 30. Inductance. PowerPoint Lectures for University Physics, 14th Edition Hugh D. Young and Roger A. Freedman Lectures by Jason Harlow

Chapter 30. Inductance. PowerPoint Lectures for University Physics, 14th Edition Hugh D. Young and Roger A. Freedman Lectures by Jason Harlow Chapter 30 Inductance PowerPoint Lectures for University Physics, 14th Edition Hugh D. Young and Roger A. Freedman Lectures by Jason Harlow Learning Goals for Chapter 30 Looking forward at how a time-varying

More information

Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment

Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment K. Kalaiselvi 1, K.Abinaya 2, P. Ramesh Babu 3 1,2 Under Graduate Scholar, Department of EEE, Saranathan College

More information

Electrical Circuits I

Electrical Circuits I Electrical Circuits I This lecture discusses the mathematical modeling of simple electrical linear circuits. When modeling a circuit, one ends up with a set of implicitly formulated algebraic and differential

More information

ELECTROMAGNETIC INDUCTION AND FARADAY S LAW

ELECTROMAGNETIC INDUCTION AND FARADAY S LAW ELECTROMAGNETIC INDUCTION AND FARADAY S LAW Magnetic Flux The emf is actually induced by a change in the quantity called the magnetic flux rather than simply py by a change in the magnetic field Magnetic

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

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

Alireza Mousavi Brunel University

Alireza Mousavi Brunel University Alireza Mousavi Brunel University 1 » Online Lecture Material at (www.brunel.ac.uk/~emstaam)» C. W. De Silva, Modelling and Control of Engineering Systems, CRC Press, Francis & Taylor, 2009.» M. P. Groover,

More information

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration

More information