Autar Kaw Humberto Isaza Transforming Numerical Methods Education for STEM Undergraduates.

Slides:



Advertisements
Similar presentations
5/1/ Finite Difference Method Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Advertisements

Parabolic Partial Differential Equations
Autar Kaw Humberto Isaza
1 Direct Method of Interpolation Electrical Engineering Majors Authors: Autar Kaw, Jai Paul
Differentiation-Discrete Functions
Autar Kaw Humberto Isaza Transforming Numerical Methods Education for STEM Undergraduates.
Ch 3.5: Nonhomogeneous Equations; Method of Undetermined Coefficients
Direct Method of Interpolation
7/2/ Differentiation-Discrete Functions Industrial Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
Solving Equations In Quadratic Form There are several methods one can use to solve a quadratic equation. Sometimes we are called upon to solve an equation.
Solving Linear Equations – Part 2 A Linear Equation in One Variable is any equation that can be written in the form It is assumed that you have already.
Solving the Harmonic Oscillator
8/15/ Differentiation-Discrete Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
Autar Kaw Humberto Isaza Transforming Numerical Methods Education for STEM Undergraduates.
8/18/ Nonlinear Regression Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder
Autar Kaw Humberto Isaza
8/30/ Secant Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Forced Oscillations and Magnetic Resonance. A Quick Lesson in Rotational Physics: TORQUE is a measure of how much a force acting on an object causes that.
10/11/ Differentiation-Discrete Functions Chemical Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
A PPLIED M ECHANICS Lecture 06 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
6.3 Separation of Variables and the Logistic Equation.
Goal: Solve linear equations.. Definitions: Equation: statement in which two expressions are equal. Linear Equation (in one variable): equation that.
MESB374 Chapter8 System Modeling and Analysis Time domain Analysis Transfer Function Analysis.
1 Direct Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Lecture 6: Time Response 1.Time response determination Review of differential equation approach Introduce transfer function approach 2.MATLAB commands.
1/19/ Runge 4 th Order Method Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
Solving Linear Systems by Substitution
Warm Up. Solving Differential Equations General and Particular solutions.
Vibrations of Multi Degree of Freedom Systems A Two Degree of Freedom System: Equation of Motion:
1 Direct Method of Interpolation Mechanical Engineering Majors Authors: Autar Kaw, Jai Paul
1 Spline Interpolation Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Modified Bessel Equations 홍성민. General Bessel Equation of order n: (1) The general solution of Eq.(1) Let’s consider the solutions of the 4.
MESB374 System Modeling and Analysis Transfer Function Analysis
DIFFERENTIAL EQUATIONS
Equations Quadratic in form factorable equations
Chapter 12 Section 1.
Gauss Quadrature Rule of Integration
Numerical Analysis Lecture12.
Differentiation-Discrete Functions
First order non linear pde’s
We will be looking for a solution to the system of linear differential equations with constant coefficients.
Solving the Harmonic Oscillator
Differentiation-Discrete Functions
ME375 Handouts - Fall 2002 MESB374 Chapter8 System Modeling and Analysis Time domain Analysis Transfer Function Analysis.
Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder
Spline Interpolation Method
6-2 Solving Differential Equations
Central Divided Difference
1.4 Rewrite Formulas and Equations
Solving One-Step Equations
Spline Interpolation Method
Direct Method of Interpolation
Computer Engineering Majors Authors: Autar Kaw, Luke Snyder
Systems of Equations and Inequalities
Industrial Engineering Majors Authors: Autar Kaw, Charlie Barker
Solving Systems of Equation by Substitution
Autar Kaw Humberto Isaza
ME321 Kinematics and Dynamics of Machines
Forward Divided Difference
Differential Equations
LECTURE 39: APPLICATIONS OF STATE VARIABLES
Autar Kaw Humberto Isaza
Equations Quadratic in form factorable equations
Forward Divided Difference
Quarter Car Suspension System
Numerical Analysis Lecture11.
Chapter 3 Modeling in the Time Domain
November 5, 2002 SE 180 Final Project.
Variables.
Differentiation-Discrete Functions
Presentation transcript:

Autar Kaw Humberto Isaza Transforming Numerical Methods Education for STEM Undergraduates

An Example to Show How to Reduce Coupled Differential Equations to a Set of First Order Differential Equations 3 Figure 1: A school bus.

Figure 2: A model of 1/4 th of suspension system of bus.

Problem Statement: A suspension system of a bus can be modeled as above. Only 1/4 th of the bus is modeled. The differential equations that govern the above system can be derived (this is something you will do in your vibrations course) as (1) (2)

Where body suspension mass spring constant of suspension system spring constant of wheel and tire damping constant of suspension system damping constant of wheel and tire displacement of the body mass as a function of time displacement of the suspension mass as a function of time input profile of the road as a function of time

The constants are given as Reduce the simultaneous differential equations (1) and (2) to simultaneous first order differential equations and put them in the state variable form complete with corresponding initial conditions.

Solution Substituting the values of the constants in the two differential equations (1) and (2) gives the differential equations (3) and (4), respectively. (3) (4)

Since w is an input, we take it to the right hand side to show it as a forcing function and rewrite Equation (4) as (5) Now let us start the process of reducing the 2 simultaneous differential equations {Equations (3) and (5)} to 4 simultaneous first order differential equations. Choose (6) (7),,

then Equation (3) can be written as (8)

and Equation (5) can be written as (9)

The 4 simultaneous first order differential equations given by Equations 6 thru 9 complete with the corresponding initial condition then are (10) (11) (12) (13)

Assuming that the bus is going at 60 mph, that is, approximately 27 m/s, it takes to go through one period. So the frequency The angular frequency then is

Giving and

To put the differential equations given by Equations (10)-(13) in matrix form, we rewrite them as (10) (11) (12) (13)

In state variable matrix form, the differential equations are given by where and the corresponding initial conditions are

See how MATLAB ode45 is used to solve such problems