Lecture 11: Linearization

Slides:



Advertisements
Similar presentations
Chapter 6 Differential Equations
Advertisements

Differential Equations
Lect.3 Modeling in The Time Domain Basil Hamed
Section Differentials Tangent Line Approximations A tangent line approximation is a process that involves using the tangent line to approximate a.
EGR 1101: Unit 12 Lecture #1 Differential Equations (Sections 10.1 to 10.4 of Rattan/Klingbeil text)
Ch 5.4: Regular Singular Points
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Harmonic Oscillator. Hooke’s Law  The Newtonian form of the spring force is Hooke’s Law. Restoring forceRestoring force Linear with displacement.Linear.
Ch 5.4: Euler Equations; Regular Singular Points
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Nonlinear Systems Modeling: some nonlinear effects Standard state equation description Equilibrium points Linearization about EPs Simulation and insight.
CISE301_Topic8L1KFUPM1 CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1.
8.5 Series Solutions Near a Regular Singular Point, Part I
Section 6.1: Euler’s Method. Local Linearity and Differential Equations Slope at (2,0): Tangent line at (2,0): Not a good approximation. Consider smaller.
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Taylor Series.
Ch5-Sec(5.4): Euler Equations; Regular Singular Points Recall that the point x 0 is an ordinary point of the equation if p(x) = Q(x)/P(x) and q(x)= R(x)/P(x)
Classical Waves Calculus/Differential Equations Refresher.
Transfer Functions Chapter 4
Nonlinear Controls Nonlinear Controls (3 Credits, Spring 2009) Lecture 3: Equilibrium Points, Phase Plane Analysis March 31, 2009 Instructor: M Junaid.
1 In this lecture we will compare two linearizing controller for a single-link robot: Linearization via Taylor Series Expansion Feedback Linearization.
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
MECN 3500 Lecture 4 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Ch 1.3: Classification of Differential Equations
Dr. Jie Zou PHY Chapter 2 Solution of Nonlinear Equations: Lecture (II)
Lecture 12: First-Order Systems
Introduction to the Runge-Kutta algorithm for approximating derivatives PHYS 361 Spring, 2011.
President UniversityErwin SitompulSMI 3/1 Dr.-Ing. Erwin Sitompul President University Lecture 3 System Modeling and Identification
Lecture 6: Time Response 1.Time response determination Review of differential equation approach Introduce transfer function approach 2.MATLAB commands.
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
2.1 – Linear and Quadratic Equations Linear Equations.
CHAPTER VI BLOCK DIAGRAMS AND LINEARIZATION
Differential Equations MTH 242 Lecture # 05 Dr. Manshoor Ahmed.
Bell Work: Graph on a number line I x I > 0. Answer: All reals.
ERT 210/4 Process Control & Dynamics DYNAMIC BEHAVIOR OF PROCESSES :
Topics 1 Specific topics to be covered are: Discrete-time signals Z-transforms Sampling and reconstruction Aliasing and anti-aliasing filters Sampled-data.
TRANSFER FUNCTION Prepared by Mrs. AZDUWIN KHASRI.
Lecture 20 (parts A & B) First order circuit step response
MTH 253 Calculus (Other Topics) Chapter 9 – Mathematical Modeling with Differential Equations Section 9.4 – Second-Order Linear Homogeneous Differential.
Lecture 2: Mathematical Modeling Copyright © Thomas Marlin 2013 The copyright holder provides a royalty-free license for use of this material at non-profit.
Nonlinear balanced model residualization via neural networks Juergen Hahn.
Series Solutions of SOLDEs with Regular Singular Points ECE 6382 Notes are from D. R. Wilton, Dept. of ECE David R. Jackson 1.
Ordinary Differential Equations (ODEs). Objectives of Topic  Solve Ordinary Differential Equations (ODEs).  Appreciate the importance of numerical methods.
DYNAMIC BEHAVIOR OF PROCESSES :
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Solution to Homework 2 Chapter 2
SLOPE FIELDS & EULER’S METHOD
SLOPE FIELDS & EULER’S METHOD
Laplace Transforms Chapter 3 Standard notation in dynamics and control
Differential Equations
Transfer Functions Chapter 4
Solving Nonlinear Systems
CHAPTER VI BLOCK DIAGRAMS AND LINEARIZATION
Lecture 4: Modeling Mechanical Systems
525602:Advanced Numerical Methods for ME
Ch 1.3: Classification of Differential Equations
Ch 1.3: Classification of Differential Equations
Differential Equations
ME/AE 339 Computational Fluid Dynamics K. M. Isaac Topic2_PDE
Chapter 27.
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Differential Equations
Use power series to solve the differential equation. {image}
182A – Engineering Mathematics
Linearization of Nonlinear Models
Differential Equations
CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L1 KFUPM.
Presentation transcript:

Lecture 11: Linearization Introduction Linearization of a nonlinear function Linearization of a nonlinear diff equation ME 431, Lecture 11

Nonlinear Systems Most real world systems are nonlinear in some respect Friction, air drag, saturation, backlash Nonlinear differential equations are difficult, if not impossible, to solve analytically Transfer functions model only linear systems Previously in the course we have numerically simulated nonlinear systems to determine behavior … difficult to design in this manner, can lack insight ME 431, Lecture 11

Nonlinear Systems Nonlinear functions can approximated by a linear function in a neighborhood about an operating point First two terms of a Taylor series expansion

Linearization of a Function Let’s look at this in another way Recall the definition of a Taylor Series expansion For small Δx the H.O.T. ≈ 0 Higher order terms (H.O.T.)

Example _ Linearize f(v)=av2 about v=v

Example _ Linearize f(θ)=mgl sin θ about θ = θ

Nonlinear Systems This same idea can be used for providing approximate models of nonlinear systems Nonlinear diff eq  Linear diff eq in terms of deviation from the operating point (Δ) These approximate models are only valid in a small neighborhood about the operating point

Linearizing Differential Equations First thing that must be done is to identify the operating point about which to linearize Since the operating point is an equilibrium solution of the dynamic equation, the derivatives must equal zero Therefore, if x=f(x,u), the equilibrium solution is found from 0=f(x,u) where x and u are constants . ME 431, Lecture 11 _ _ _ _

Example . Find the equilibrium solution (v, F) of F - av2 = mv _ _ f(v) F

Example .. Find the equilibrium solution (τ,θ) of τ - mgl sin θ =Jθ _

Overall Procedure Write differential equations with nonlinear terms Find operating point (x,u) Linearize nonlinear terms using Taylor Series Substitute linearized terms – should result in a linear differential equation in terms of Δx and Δu (nominal values u and x should cancel out) _ _ ME 431, Lecture 11 _ _

Example . Linearize the differential equation F - av2 = mv, for nominal input force F _

Example (continued) Simulink model of linearized equation

Example .. Linearize the differential equation τ - mgl sin θ =Jθ, for nominal input torque τ _

Example Linearize the differential equation , for a nominal input of u = 6

Example (continued)