8. Solution of Linear Differential Equations

Slides:



Advertisements
Similar presentations
SECOND-ORDER DIFFERENTIAL EQUATIONS
Advertisements

H(s) x(t)y(t) 8.b Laplace Transform: Y(s)=X(s) H(s) The Laplace transform can be used in the solution of ordinary linear differential equations. Let’s.
Lecture 7: Basis Functions & Fourier Series
8. Solution of Linear Differential Equations Example 8.1 f(t) : Input u(t) : Response s 3 H(s)e st +4s 2 H(s)e st +14sH(s)e st +20H(s)e st =3e st +se st.
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
DT systems and Difference Equations Monday March 22, 2010
Laplace Transforms 1. Standard notation in dynamics and control (shorthand notation) 2. Converts mathematics to algebraic operations 3. Advantageous for.
Ch 5.5: Euler Equations A relatively simple differential equation that has a regular singular point is the Euler equation, where ,  are constants. Note.
ES250: Electrical Science
Basic structural dynamics II
Autumn 2008 EEE8013 Revision lecture 1 Ordinary Differential Equations.
Sinusoidal Steady-state Analysis Complex number reviews Phasors and ordinary differential equations Complete response and sinusoidal steady-state response.
CISE315 SaS, L171/16 Lecture 8: Basis Functions & Fourier Series 3. Basis functions: Concept of basis function. Fourier series representation of time functions.
5.6 Quadratic Equations and Complex Numbers
Laplace Transforms 1. Standard notation in dynamics and control (shorthand notation) 2. Converts mathematics to algebraic operations 3. Advantageous for.
Fourier Series. Introduction Decompose a periodic input signal into primitive periodic components. A periodic sequence T2T3T t f(t)f(t)
Lecture 25 Introduction to steady state sinusoidal analysis Overall idea Qualitative example and demonstration System response to complex inputs Complex.
Examples: Write the transfer function of the electrical circuit including Op-Amp (Operational Amplifier). Write the Matlab program to calculate the eigenvalues.
MECHATRONICS Lecture 07 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Boyce/DiPrima 9 th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce and.
Ch 3.4: Complex Roots of Characteristic Equation Recall our discussion of the equation where a, b and c are constants. Assuming an exponential soln leads.
CSE 2813 Discrete Structures Solving Recurrence Relations Section 6.2.
2.1 – Linear and Quadratic Equations Linear Equations.
, Free vibration Eigenvalue equation EIGENVALUE EQUATION
Damped harmonic oscillator
1 EEE 431 Computational Methods in Electrodynamics Lecture 13 By Dr. Rasime Uyguroglu
Lecture 7: Basis Functions & Fourier Series
H(s) 8.b Laplace Transform:
Vibrations in undamped linear 2-dof systems
Laplace Transforms Chapter 3 Standard notation in dynamics and control
10. Harmonic oscillator Simple harmonic motion
Network Analysis and Synthesis
Complex Numbers Section 3.2.
EKT 119 ELECTRIC CIRCUIT II
(x(t) depends on the initial conditions)
1. Plotting Graph with Matlab:
Solving the Harmonic Oscillator
A second order ordinary differential equation has the general form
Sinusoidal Functions, Complex Numbers, and Phasors
Chapter 4 Multiple Degree of Freedom Systems
Ch 3.9: Forced Vibrations We continue the discussion of the last section, and now consider the presence of a periodic external force:
If f(t)=est then u(t)= H(s)est
UNIT II Analysis of Continuous Time signal
1. Plotting Graph with Matlab:
SECTION 9-3 : SOLVING QUADRATIC EQUATIONS
1. Plotting Graph with Matlab:
Mechatronics Engineering
Solving Exponential Equations and Inequalities
(x(t) depends on the initial conditions)
(x(t) depends on the initial conditions)
Warm Up Simplify: a)
P4 Day 1 Section P4.
ME321 Kinematics and Dynamics of Machines
4. Closed-Loop Responses Using the Laplace Transform Method
Signals and Systems Lecture 3
Boyce/DiPrima 10th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
VIBRATION.
VIBRATION.
Chapter 4. Time Response I may not have gone where I intended to go, but I think I have ended up where I needed to be. Pusan National University Intelligent.
1. Plotting Graph with Matlab:
8. Solution of Linear Differential Equations: f(t): Input,
Linear Differential Equations with Constant Coefficients:
8. Solution of Linear Differential Equations: f(t): Input,
8. Solution of Linear Differential Equations: f(t): Input,
Finding Equations of Exponential Function
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.
1. Plotting Graph with Matlab:
Section P4.
(x(t) depends on the initial conditions)
Presentation transcript:

8. Solution of Linear Differential Equations Mathematical models of a 1-DOF system become ordinary linear differential equations. In this section, the solution of these differential equations will be given. Let’s consider Example 8.1 for this lesson. Example 8.1 In the differential equation given below, f(t) is the input, u(t) is the response. Let’s find the transfer function at first. f(t) : Input u(t) : Response 8.1 Transfer function (Continued Example 8.1) In order to find the transfer function, if the input is f(t)=est, it is assumed that the response is u(t)=H(s)est. Substituting the formulas (assumpitons) into the differential equations, the following equation is written. s3H(s)est+4s2H(s)est+14sH(s)est+20H(s)est=3est+sest Dividing the equation by est and rearranging the equation (s3+4s2+14s+20)H(s)=3+s Then, the transfer function is found as

When the denominator of the transfer function equals to zero, the eigenvalues are found. The eigenvalues can be calculated with the command “roots” in MATLAB. The eigenvalues for Example 8.1 can be found with these commands. a=[1,4,14,20];roots(a) The eigenvalues are found as -1±3i, -2 8.2. Exponential/Harmonic Input (Continued Example 8.1) If the input has the form of Ae-σtcos(ωt-φ), the input is called as Exponential/Harmonic. Consider Example 8.1. If the input is in the form of We will find the response u(t) as the following. f(t) can be written as Re implies that it is the real part. C and s equal to C=-1.8e-1.6i and s=-0.2+2.7i.

If the input were est, the response would be H(s)est If the input were est, the response would be H(s)est. However, multiplying the input by C, then, the response is multiplied by C. If the input is taken the parenthesis of Re, then the response would be in the parenthesis of Re For the value of s=-0.2+7i, is the amplitude of the transfer function, while is the phase angle of the transfer function. The solution is completed by taking the real parts of the response. For the value of s=-0.2+7i, The amplitude and the phase angle can be found by MATLAB program as follows. s=-0.2+2.7i; hs=(s+3)/(s^3+4*s^2+14*s+20); abs(hs), angle(hs) The amplitude and phase angle are calculated as 0.2437 and -1.2882, respectively. Thus, the response is found as

It is noted that the form of the response is the same as the form of the input. The frequency of the response is same as the excitation frequency. For the response, the amplitude of the response is the product of the amplitudes of the input and the transfer function for the value of s=-0.2+7i. For the response, the phase angle of the response is found by summing the phase angles of the input and the transfer function. In general, It is noted that its amplitude and phase angle of a response will change if the inputs are exponential/harmonic or pure harmonic input. Resonance : If the value of s determined from the input equals to one of the eigenvalues, the denominator of the transfer function equals to zero. Then, the amplitude of the response will equal to infinity. A resonance condition occurs if the inputs are as the following f(t)= ae-tcos(3t-b) or f(t)=ae-2t where a and b are the constants or any number.

Summary of Course 8.a f(t) : Input u(t) : Response Example 8.1 Transfer Function.: If f(t)=est , so u(t)= H(s)est s3H(s)est+4s2H(s)est+14sH(s)est+20H(s)est=3est+sest a=[1,4,14,20];roots(a) (s3+4s2+14s+20)H(s)=3+s Eigenvalues: -1±3i, -2 Exponential / Harmonic Input: s=-0.2+2.7i; hs=(s+3)/(s^3+4*s^2+14*s+20); abs(hs), angle(hs) RESONANCE