ME 330 Control Systems FA 2010 Lecture 4
Recall from last lecture Differential equations and forcing functions combine algebraically in the Laplace domain. Time domain representation requires taking the inverse Laplace transform. Simplify the functions  F(s)  in order to easily find inverse Laplace transforms from the table. Convert original function  F(s)  into sum of simpler terms
Case 1: Real Roots If  F(s)  denominator has real and distinct roots Multiply  F(s)  by  (s+p m )  to find residue  K m   Set   s = -p m  to evaluate residue  K m   0 0 0
Case 2: Real Repeated Roots If  F(s)  denominator has real and repeated roots Multiply  F(s)  by  (s+p 1 ) r  to find residue  K 1   Differentiate  (s+p 1 ) r F(s)  to find residues  K 2  through  K r Set  s=-p 1  to find residues  K 1 0 0 0 0
Case 3: Complex Roots If  F(s)  denominator has complex roots, can be solved with complex  K i ’s then recognizing that Solve for  K i ’s by balancing the 2 unknown coefficients Or,  F(s)  denominator has complex roots and Solve  K 1  then multiply lowest common denominator 2 nd  order 2 nd  order Combine like terms
Case 3: Complex Roots Once  K 2 ,  K 3  are known,  complete the square on the quadratic
Example Assign  m = 1 ,  c = 2 ,  k = 5 , and f(t) note: recognize:
Matlab Rational function of polynomials in s num = [b 0   b 1   …  b n ]  den = [1  a 1   …  a n ] Matlab representation Partial fraction expansion Matlab command [r,p,k] = residue(num,den) r,p,k are vectors whose coefficients define the partial fraction expansion
Example Case 3 If  F(s)  denominator has complex roots Multiply both sides by the greatest common denominator
Example Case 3 After polynomial division and partial fraction expansion Completing the square and factoring the numerator
Next Lecture Derivation of dynamical system models

More Related Content

PPT
Me330 lecture3
PDF
Residues in MATLAB
PPT
Algebra 2. 9.19 Simplifying Square Roots
PPTX
DOC
Karnaugh maps
PPTX
NUMERICAL METHODS
PPT
A2 Computing Reverse Polish Notation Part 2
PPTX
Chapter 22 Finite Field
Me330 lecture3
Residues in MATLAB
Algebra 2. 9.19 Simplifying Square Roots
Karnaugh maps
NUMERICAL METHODS
A2 Computing Reverse Polish Notation Part 2
Chapter 22 Finite Field

What's hot (19)

PDF
Pc 4.5 notes_graphing
PPT
Per4 function1
PPTX
Lecture 11 sections 4.3-4.4 logarithmic functions
PPTX
geogebra
PPTX
Ambiguous & Unambiguous Grammar
PPTX
Galois field
PPTX
Functions
PDF
Lecture 5
PPTX
Chapter 4 review
PDF
Methods of calculate roots of equations
PPT
Algorithms presentation on Path Matrix, Bell Number and Sorting
PDF
AI - Backtracking vs Depth-First Search (DFS)
DOCX
All aboutcircuits karnaugh maps
PDF
AP Calculus Slides April 17, 2008
DOCX
Lisp programming
PPT
Lar calc10 ch05_sec5
DOC
Chapter 2 2 1 1
PPTX
Famous conjectures good
PPT
Admissions in India 2015
Pc 4.5 notes_graphing
Per4 function1
Lecture 11 sections 4.3-4.4 logarithmic functions
geogebra
Ambiguous & Unambiguous Grammar
Galois field
Functions
Lecture 5
Chapter 4 review
Methods of calculate roots of equations
Algorithms presentation on Path Matrix, Bell Number and Sorting
AI - Backtracking vs Depth-First Search (DFS)
All aboutcircuits karnaugh maps
AP Calculus Slides April 17, 2008
Lisp programming
Lar calc10 ch05_sec5
Chapter 2 2 1 1
Famous conjectures good
Admissions in India 2015
Ad

Viewers also liked (7)

PPT
Me330 lecture5
PPT
Final j314 slideshow yunker
PPT
Me330 lecture1
PPS
Management Cartoon
PPT
Me330 lecture2
PPT
Me330 lecture7
PPTX
Strategies for Overcoming Stress, Anxiety and Fear
Me330 lecture5
Final j314 slideshow yunker
Me330 lecture1
Management Cartoon
Me330 lecture2
Me330 lecture7
Strategies for Overcoming Stress, Anxiety and Fear
Ad

Similar to Me330 lecture4 (20)

PPTX
Chapter 2 Laplace Transform
PPTX
PPT
The fundamental thorem of algebra
PPT
laplace Tranform, definition, Examples, methods
PPT
Mca admission in india
PDF
Laplace quad
PDF
math camp
PDF
Lucas Quotient Lemmas
PPT
Website designing company in noida
PPT
Ch06 1
PPT
Website designing company in Noida
PPTX
MAT 220 Sect 5.3.pptx Fundamental Theorem
PPT
Top school in gurgaon
PDF
Polyhedral computations in computational algebraic geometry and optimization
PDF
Derivative rules.docx
PPT
lecture in Functions and Sequences and their properties
PPT
Chpt-2-Functions-Seqs_v.5.ppt Function and Sequences
PPT
Lecture in Functions-Sequences and summations
PPTX
Unit-1 (Mathematical Notations) Theory of Computation PPT
PPT
Top School in india
Chapter 2 Laplace Transform
The fundamental thorem of algebra
laplace Tranform, definition, Examples, methods
Mca admission in india
Laplace quad
math camp
Lucas Quotient Lemmas
Website designing company in noida
Ch06 1
Website designing company in Noida
MAT 220 Sect 5.3.pptx Fundamental Theorem
Top school in gurgaon
Polyhedral computations in computational algebraic geometry and optimization
Derivative rules.docx
lecture in Functions and Sequences and their properties
Chpt-2-Functions-Seqs_v.5.ppt Function and Sequences
Lecture in Functions-Sequences and summations
Unit-1 (Mathematical Notations) Theory of Computation PPT
Top School in india

Me330 lecture4

  • 1. ME 330 Control Systems FA 2010 Lecture 4
  • 2. Recall from last lecture Differential equations and forcing functions combine algebraically in the Laplace domain. Time domain representation requires taking the inverse Laplace transform. Simplify the functions F(s) in order to easily find inverse Laplace transforms from the table. Convert original function F(s) into sum of simpler terms
  • 3. Case 1: Real Roots If F(s) denominator has real and distinct roots Multiply F(s) by (s+p m ) to find residue K m Set s = -p m to evaluate residue K m 0 0 0
  • 4. Case 2: Real Repeated Roots If F(s) denominator has real and repeated roots Multiply F(s) by (s+p 1 ) r to find residue K 1 Differentiate (s+p 1 ) r F(s) to find residues K 2 through K r Set s=-p 1 to find residues K 1 0 0 0 0
  • 5. Case 3: Complex Roots If F(s) denominator has complex roots, can be solved with complex K i ’s then recognizing that Solve for K i ’s by balancing the 2 unknown coefficients Or, F(s) denominator has complex roots and Solve K 1 then multiply lowest common denominator 2 nd order 2 nd order Combine like terms
  • 6. Case 3: Complex Roots Once K 2 , K 3 are known, complete the square on the quadratic
  • 7. Example Assign m = 1 , c = 2 , k = 5 , and f(t) note: recognize:
  • 8. Matlab Rational function of polynomials in s num = [b 0 b 1 … b n ] den = [1 a 1 … a n ] Matlab representation Partial fraction expansion Matlab command [r,p,k] = residue(num,den) r,p,k are vectors whose coefficients define the partial fraction expansion
  • 9. Example Case 3 If F(s) denominator has complex roots Multiply both sides by the greatest common denominator
  • 10. Example Case 3 After polynomial division and partial fraction expansion Completing the square and factoring the numerator
  • 11. Next Lecture Derivation of dynamical system models