CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture 28-36 KFUPM Read 25.1-25.4, 26-2, 27-1 CISE301_Topic8L1 KFUPM.

Slides:



Advertisements
Similar presentations
Ordinary Differential Equations
Advertisements

SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L8&9 KFUPM.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 31 Ordinary Differential Equations.
Ordinary Differential Equations S.-Y. Leu Sept. 21, 2005.
Ordinary Differential Equations S.-Y. Leu Sept. 21,28, 2005.
CISE301_Topic8L31 SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2,
1 Chapter 9 Differential Equations: Classical Methods A differential equation (DE) may be defined as an equation involving one or more derivatives of an.
Differential Equations and Boundary Value Problems
CISE301_Topic8L1KFUPM1 CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
PART 7 Ordinary Differential Equations ODEs
7.1 SOLVING SYSTEMS BY GRAPHING The students will be able to: Identify solutions of linear equations in two variables. Solve systems of linear equations.
EE3561_Unit 8Al-Dhaifallah14351 EE 3561 : Computational Methods Unit 8 Solution of Ordinary Differential Equations Lesson 3: Midpoint and Heun’s Predictor.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Fin500J Topic 6Fall 2010 Olin Business School 1 Fin500J: Mathematical Foundations in Finance Topic 6: Ordinary Differential Equations Philip H. Dybvig.
Ordinary Differential Equations
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.
The elements of higher mathematics Differential Equations
Ch 1.3: Classification of Differential Equations
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)
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.
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.
CISE301_Topic8L71 CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2,
Ordinary Differential Equations (ODEs). Objectives of Topic  Solve Ordinary Differential Equations (ODEs).  Appreciate the importance of numerical methods.
OBJECTIVES Students will able to Students will able to 1. define differential equation 1. define differential equation 2. identify types, order & degree.
Introduction to Differential Equations
Chapter 1: Definitions, Families of Curves
Ordinary Differential Equations
DIFFERENTIAL EQUATIONS
Part 7 - Chapter 25.
Introduction to Differential Equations
Basic Definitions and Terminology
Differential Equations
Business Mathematics MTH-367
Ordinary Differential Equations
Numerical Solution of Ordinary Differential Equation
525602:Advanced Numerical Methods for ME
Warm Up 3x + 5y = 25 4x + 7y = 34 Find the value of x and y so that both equations are true.
Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2, 27-1 CISE301_Topic8L4&5.
Ch 1.3: Classification of Differential Equations
Ch 1.3: Classification of Differential Equations
Sec 5.5:Variation of Parameters
Chapter 27.
Solving Systems of non-linear Equations
Part 7 - Chapter 25.
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2, 27-1 CISE301_Topic8L2.
5.3 Higher-Order Taylor Methods
Numerical Analysis Lecture 38.
Introduction to Ordinary Differential Equations
Numerical solution of first-order ordinary differential equations
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2, 27-1 CISE301_Topic8L6.
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L3 KFUPM.
Objective: Students will solve systems by graphing
Differential equations
Chapter 1: Introduction to Differential Equations
Differential Equations
CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L7 KFUPM.
Numerical solution of first-order ordinary differential equations 1. First order Runge-Kutta method (Euler’s method) Let’s start with the Taylor series.
CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L6 KFUPM.
Chapter 1: First-Order Differential Equations
Presentation transcript:

CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture 28-36 KFUPM Read 25.1-25.4, 26-2, 27-1 CISE301_Topic8L1 KFUPM

Objectives of Topic 8 Solve Ordinary Differential Equations (ODEs). Appreciate the importance of numerical methods in solving ODEs. Assess the reliability of the different techniques. Select the appropriate method for any particular problem. CISE301_Topic8L1 KFUPM

Outline of Topic 8 Lesson 1: Introduction to ODEs Lesson 2: Taylor series methods Lesson 3: Midpoint and Heun’s method Lessons 4-5: Runge-Kutta methods Lesson 6: Solving systems of ODEs Lesson 7: Multiple step Methods Lesson 8-9: Boundary value Problems CISE301_Topic8L1 KFUPM

Lecture 28 Lesson 1: Introduction to ODEs CISE301_Topic8L1 KFUPM

Learning Objectives of Lesson 1 Recall basic definitions of ODEs: Order Linearity Initial conditions Solution Classify ODEs based on: Order, linearity, and conditions. Classify the solution methods. CISE301_Topic8L1 KFUPM

Derivatives Derivatives Partial Derivatives Ordinary Derivatives v is a function of one independent variable Partial Derivatives u is a function of more than one independent variable CISE301_Topic8L1 KFUPM

Differential Equations Ordinary Differential Equations involve one or more Ordinary derivatives of unknown functions Partial Differential Equations involve one or more partial derivatives of unknown functions CISE301_Topic8L1 KFUPM

Ordinary Differential Equations Ordinary Differential Equations (ODEs) involve one or more ordinary derivatives of unknown functions with respect to one independent variable x(t): unknown function t: independent variable CISE301_Topic8L1 KFUPM

Example of ODE: Model of Falling Parachutist The velocity of a falling parachutist is given by: CISE301_Topic8L1 KFUPM

Ordinary differential equation Definitions Ordinary differential equation CISE301_Topic8L1 KFUPM

(Dependent variable) unknown function to be determined Definitions (Cont.) (Dependent variable) unknown function to be determined CISE301_Topic8L1 KFUPM

Definitions (Cont.) (independent variable) the variable with respect to which other variables are differentiated CISE301_Topic8L1 KFUPM

Order of a Differential Equation The order of an ordinary differential equations is the order of the highest order derivative. First order ODE Second order ODE Second order ODE CISE301_Topic8L1 KFUPM

Solution of a Differential Equation A solution to a differential equation is a function that satisfies the equation. CISE301_Topic8L1 KFUPM

Linear ODE Linear ODE Non-linear ODE An ODE is linear if The unknown function and its derivatives appear to power one No product of the unknown function and/or its derivatives Linear ODE Non-linear ODE CISE301_Topic8L1 KFUPM

Nonlinear ODE An ODE is linear if The unknown function and its derivatives appear to power one No product of the unknown function and/or its derivatives CISE301_Topic8L1 KFUPM

Solutions of Ordinary Differential Equations Is it unique? CISE301_Topic8L1 KFUPM

Uniqueness of a Solution In order to uniquely specify a solution to an nth order differential equation we need n conditions. Second order ODE Two conditions are needed to uniquely specify the solution CISE301_Topic8L1 KFUPM

Auxiliary Conditions Auxiliary Conditions Boundary Conditions The conditions are not at one point of the independent variable Initial Conditions All conditions are at one point of the independent variable CISE301_Topic8L1 KFUPM

Boundary-Value and Initial value Problems Boundary-Value Problems The auxiliary conditions are not at one point of the independent variable More difficult to solve than initial value problems Initial-Value Problems The auxiliary conditions are at one point of the independent variable same different CISE301_Topic8L1 KFUPM

Classification of ODEs ODEs can be classified in different ways: Order First order ODE Second order ODE Nth order ODE Linearity Linear ODE Nonlinear ODE Auxiliary conditions Initial value problems Boundary value problems CISE301_Topic8L1 KFUPM

Analytical Solutions Analytical Solutions to ODEs are available for linear ODEs and special classes of nonlinear differential equations. CISE301_Topic8L1 KFUPM

Numerical Solutions Numerical methods are used to obtain a graph or a table of the unknown function. Most of the Numerical methods used to solve ODEs are based directly (or indirectly) on the truncated Taylor series expansion. CISE301_Topic8L1 KFUPM

Classification of the Methods Numerical Methods for Solving ODE Single-Step Methods Estimates of the solution at a particular step are entirely based on information on the previous step Multiple-Step Methods Estimates of the solution at a particular step are based on information on more than one step CISE301_Topic8L1 KFUPM