EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.

Slides:



Advertisements
Similar presentations
Solving Differential Equations BIOE Solving Differential Equations Ex. Shock absorber with rigid massless tire Start with no input r(t)=0, assume.
Advertisements

Lecture 141 EEE 302 Electrical Networks II Dr. Keith E. Holbert Summer 2001.
Chapter 7 Laplace Transforms. Applications of Laplace Transform notes Easier than solving differential equations –Used to describe system behavior –We.
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
Laplace Transforms 1. Standard notation in dynamics and control (shorthand notation) 2. Converts mathematics to algebraic operations 3. Advantageous for.
Bogazici University Dept. Of ME. Laplace Transforms Very useful in the analysis and design of LTI systems. Operations of differentiation and integration.
Continuous-Time Convolution EE 313 Linear Systems and Signals Fall 2005 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian.
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Differential Equations EE 313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian.
Chapter 4 The Fourier Transform EE 207 Dr. Adil Balghonaim.
Differential Equations
Chapter 3: The Laplace Transform
Properties of the z-Transform
Laplace Transform BIOE 4200.
Topic-laplace transformation Presented by Harsh PATEL
ORDINARY DIFFERENTIAL EQUATION (ODE) LAPLACE TRANSFORM.
Chapter 9 Laplace Transform §9.1 Definition of Laplace Transform §9.2 Properties of Laplace Transform §9.3 Convolution §9.4 Inverse Laplace Transform §9.5.
SE 207: Modeling and Simulation Introduction to Laplace Transform
ECE 8443 – Pattern Recognition ECE 3163 – Signals and Systems Objectives: Modulation Summation Convolution Initial Value and Final Value Theorems Inverse.
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Laplace Transforms 1. Standard notation in dynamics and control (shorthand notation) 2. Converts mathematics to algebraic operations 3. Advantageous for.
Introduction to Laplace Transforms. Definition of the Laplace Transform  Some functions may not have Laplace transforms but we do not use them in circuit.
CHAPTER 4 Laplace Transform.
(e.g., deviation variables!)
Laplace Transforms 1. Standard notation in dynamics and control (shorthand notation) 2. Converts mathematics to algebraic operations 3. Advantageous for.
CHAPTER 4 Laplace Transform.
Chapter 5 Z Transform. 2/45  Z transform –Representation, analysis, and design of discrete signal –Similar to Laplace transform –Conversion of digital.
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
EE313 Linear Systems and Signals Fall 2005 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Mathematical Models and Block Diagrams of Systems Regulation And Control Engineering.
Signals Prof. Brian L. Evans Dept. of Electrical and Computer Engineering The University of Texas at Austin EE 313 Linear Systems and Signals Fall 2010.
EE313 Linear Systems and Signals Spring 2013 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
10. Laplace TransforM Technique
THE LAPLACE TRANSFORM LEARNING GOALS Definition
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
ECE 352 Systems II Manish K. Gupta, PhD Office: Caldwell Lab Home Page:
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Chapter 7 The Laplace Transform
EE 207 Dr. Adil Balghonaim Chapter 4 The Fourier Transform.
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Alexander-Sadiku Fundamentals of Electric Circuits
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
DR S. & S.S. GHANDHY ENGINEENRING COLLEGE SUBJECT:- ADVANCE ENGINEERING MATHEMATICS SUBJECT CODE : Topic : Laplace Transform.
case study on Laplace transform
Properties of the z-Transform
Lec 4. the inverse Laplace Transform
Chap2. Modeling in the Frequency Domain
ELECTRIC CIRCUITS EIGHTH EDITION
CHAPTER 5 Z-Transform. EKT 230.
EKT 119 ELECTRIC CIRCUIT II
Complex Frequency and Laplace Transform
Lecture 3: Solving Diff Eqs with the Laplace Transform
The Laplace Transform Prof. Brian L. Evans
Chapter 15 Introduction to the Laplace Transform
Chapter 5 Z Transform.
Signals and Systems EE235 Leo Lam ©
Mechatronics Engineering
Chapter 5 DT System Analysis : Z Transform Basil Hamed
Laplace Transform Department of Mathematics
B.Sc. II Year Mr. Shrimangale G.W.
Fundamentals of Electric Circuits Chapter 15
EKT 119 ELECTRIC CIRCUIT II
Solution of ODEs by Laplace Transforms
Example 1: Find the magnitude and phase angle of
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
CHAPTER 4 Laplace Transform. EMT Signal Analysis.
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
THE LAPLACE TRANSFORM LEARNING GOALS Definition
Presentation transcript:

EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical and Computer Engineering The University of Texas at Austin Inverse Laplace Transform

Inverse Laplace Transform Definition has integration in complex plane We will use lookup tables instead Roberts, Appendix F Many Laplace transform expressions are ratios of two polynomials, a.k.a. rational functions Convert complicated rational functions into simpler forms Apply partial fractions decomposition Use lookup tables

Partial Fractions Example #1

Partial Fractions Example #2

Partial Fractions Example #3

Mathematica Function Apart performs partial fractions but returns conjugate poles in quadratic form Apart[(2 s^2 + 5)/(s^2 + 3 s + 2), s] Laplace transform is an add-on package Needs[ “Calculus`Master`” ] Forward Laplace Transform LaplaceTransform[Exp[-a*t], t, s] Note that u(t), which is UnitStep[t], is implied. Inverse Laplace Transform InverseLaplaceTransform[1/(s+a),s,t] backquote double quote

Laplace Transform Properties Linearity Time shifting Frequency shifting Differentiation in time

Differentiation in Time Property

Laplace Transform Properties Differentiation in frequency Integration in time Example: f(t) =  (t) Integration in frequency

Laplace Transform Properties Scaling in time/frequency –Under integration, Convolution in time Convolution in frequency t f(t) 2-2 t f(2 t) 1 Area reduced by factor 2

Example Compute y(t) = e a t u(t) * e b t u(t), where a  b If a = b, then we would have resonance What form would the resonant solution take?

Linear Differential Equations Using differentiation in time property we can solve differential equations (including initial conditions) using Laplace transforms Example: y”(t) +5 y’(t) + 6 y(t) = f ’(t) + f(t) With y(0 - ) = 2, y’(0 - ) =1, and f(t) = e - 4 t u(t) So f ’(t) = -4 e -4 t u(t) + e -4 t  (t), f ’(0 - ) = 0 and f ’(0 + ) = 1 See handout G

Mathematica Solution Define DSolve Needs[ "Calculus`Master`" ]; Define f(t) and solve for y(t) f[t_] := Exp[-4 t]; DSolve[ { y''[t] + 5 y'[t] + 6 y[t] == D[ f[t], t ] + f[t], y[0] == 2, y'[0] == 1 }, y[t], t ] Does not distinguish between 0 - and 0 +

Initial and Final Values Values of f(t) as t  0 and t   may be computed from its Laplace transform F(s) Initial value theorem If f(t) and its derivative df/dt have Laplace transforms, then provided that the limit on the right- hand side of the equation exists. Final value theorem If both f(t) and df/dt have Laplace transforms, then provided that s F(s) has no poles in right-hand plane or on imaginary axis.

Final and Initial Values Example Transfer function Poles at s = 0, s = -1  j2 Zero at s = -3/2