Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations.

Slides:



Advertisements
Similar presentations
Ordinary Differential Equations
Advertisements

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Six Numerical Differentiation and Integration.
PART 7 Ordinary Differential Equations ODEs
Dr. Jie Zou PHY Chapter 9 Ordinary Differential Equations: Initial-Value Problems Lecture (I) 1 1 Besides the main textbook, also see Ref.: “Applied.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Ordinary Differential Equations Equations which are.
Numerical Methods for Engineers MECH 300 Hong Kong University of Science and Technology.
ECIV 301 Programming & Graphics Numerical Methods for Engineers.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Four Optimization.
Numerical Solutions of Ordinary Differential Equations
Ordinary Differential Equations Final Review Shurong Sun University of Jinan Semester 1,
Ordinary Differential Equations S.-Y. Leu Sept. 21, 2005.
Chap 1 First-Order Differential Equations
Ordinary Differential Equations S.-Y. Leu Sept. 21,28, 2005.
Solve the differential equation. y'' - 10y' + 74y = 0
Solve the differential equation. y'' - 6y' + 45y = 0
Differential Equations and Boundary Value Problems
CISE301_Topic8L1KFUPM1 CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1.
PART 7 Ordinary Differential Equations ODEs
Basic Mechanical Engineering Courses
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Fin500J Topic 6Fall 2010 Olin Business School 1 Fin500J: Mathematical Foundations in Finance Topic 6: Ordinary Differential Equations Philip H. Dybvig.
Ordinary Differential Equations
Math 231: Differential Equations Set 1: Basic Ideas Notes abridged from the Power Point Notes of Dr. Richard Rubin.
Computational Method in Chemical Engineering (TKK-2109)
Math 3120 Differential Equations with Boundary Value Problems
Differential Equations. Definition A differential equation is an equation involving derivatives of an unknown function and possibly the function itself.
Mathematical Modeling and Engineering Problem Solving
The Double Pendulum by Franziska von Herrath & Scott Mandell.
The elements of higher mathematics Differential Equations
A Brief Introduction to Differential Equations Michael A. Karls.
MAT 1228 Series and Differential Equations Section 3.7 Nonlinear Equations
Ch 1.3: Classification of Differential Equations
Differential Equations Also known as Engineering Analysis or ENGIANA.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 7 - Chapter 25.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
1 Chapter 1 Introduction to Differential Equations 1.1 Introduction The mathematical formulation problems in engineering and science usually leads to equations.
Dr. Mujahed AlDhaifallah ( Term 342)
Differential Equations Linear Equations with Variable Coefficients.
AP CALCULUS AB Chapter 6: Differential Equations and Mathematical Modeling Section 6.1: Slope Fields and Euler’s Met hod.
Copyright © Cengage Learning. All rights reserved. 7 Further Integration Techniques and Applications of the Integral.
Ch. 1 First-Order ODEs Ordinary differential equations (ODEs) Deriving them from physical or other problems (modeling) Solving them by standard methods.
Today’s class Ordinary Differential Equations Runge-Kutta Methods
Ch 1.1: Basic Mathematical Models; Direction Fields Differential equations are equations containing derivatives. The following are examples of physical.
9.1 Solving Differential Equations Mon Jan 04 Do Now Find the original function if F’(x) = 3x + 1 and f(0) = 2.
Differential Equations
A Differential Equation is said to be linear if the dependent variable and its differential coefficient occur in it in the first degree only and are not.
Section 1.1 Basic Definitions and Terminology. DIFFERENTIAL EQUATIONS Definition: A differential equation (DE) is an equation containing the derivatives.
Boyce/DiPrima 9 th ed, Ch1.3: Classification of Differential Equations Elementary Differential Equations and Boundary Value Problems, 9 th edition, by.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 6 - Chapters 22 and 23.
Ordinary Differential Equations (ODEs). Objectives of Topic  Solve Ordinary Differential Equations (ODEs).  Appreciate the importance of numerical methods.
1 Week 3 First-order ordinary differential equations (ODE) 1.Basic definitions 2.Separable ODEs 3.ODEs reducible to separable form 4.Linear first-order.
OBJECTIVES Students will able to Students will able to 1. define differential equation 1. define differential equation 2. identify types, order & degree.
Section 9.4 – Solving Differential Equations Symbolically Separation of Variables.
Introduction to Differential Equations
DIFFERENTIAL EQUATIONS
Introduction to Differential Equations
Basic Definitions and Terminology
Introduction to Differential Equations
Numerical Solution of Ordinary Differential Equation
MTH1170 Differential Equations
525602:Advanced Numerical Methods for ME
Ch 1.3: Classification of Differential Equations
Ch 1.3: Classification of Differential Equations
Engineering Analysis I
Introduction to Differential Equations
Lecture 2 Ordinary Differential Equations fall semester
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L1 KFUPM.
Chapter 1:First order Partial Differential Equations
Presentation transcript:

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 2 Basics Example: the falling parachutist v: dependent variable (function) t: independent variable Differential equation: an equation composed of an unknown function and its derivatives Ordinary differential equation: if there is only one independent variable Partial differential equation: if there are two or more independent variables Order of ODE: the order of the highest derivative in the equation Example: second order ODE Reduction of order: higher-order ODE can be reduced to a system of 1 st -order ODE

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 3 Why Study Differential Equations? Many physical phenomena are best formulated mathematically in terms of their rate of change (which is derivative)! Example: motion of a swinging pendulum

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 4 ODE and Engineering Practice Fundamental laws Empirical observations ODE Solutions Analytical/numerical methods Sequence of the application of ODEs for engineering problems Independent variable: spatial and temporal

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 5 Noncomputer Methods for Solving ODEs One particular useful analytical integration technique: linearization a n (x)y (n) + a n-1 (x)y (n-1) + … +a 1 (x)y’+ a 0 (x)y = f(x) Differential equation Integration Solution conversion Analytical integration techniques This can be solved analytically! Sin  ≈  if  is small (non-linear) (linear)

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 6 Solution by Integration differentiation For an n th -order ODE, n conditions are required to obtain a unique solution Multiple solutions integration Initial-value problem All n conditions are specified at a same value of x n conditions occur at different x Boundary-value problem

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 7 Overall Structure Initial-value problem