MATH 175: NUMERICAL ANALYSIS II CHAPTER 3: Differential Equations Lecturer: Jomar Fajardo Rabajante 2nd Sem AY 2012-2013 IMSP, UPLB.

Slides:



Advertisements
Similar presentations
Boyce/DiPrima 9th ed, Ch 2.4: Differences Between Linear and Nonlinear Equations Elementary Differential Equations and Boundary Value Problems, 9th edition,
Advertisements

Differential Equations
Ordinary Differential Equations
Boyce/DiPrima 9th ed, Ch 2.5: Autonomous Equations and Population Dynamics Elementary Differential Equations and Boundary Value Problems, 9th edition,
First-Order Differential Equations
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Ch 2.1: Linear Equations; Method of Integrating Factors
Dr. Jie Zou PHY Chapter 9 Ordinary Differential Equations: Initial-Value Problems Lecture (II) 1 1 Besides the main textbook, also see Ref.: “Applied.
Math 3120 Differential Equations with Boundary Value Problems
Ordinary Differential Equations Final Review Shurong Sun University of Jinan Semester 1,
Ordinary Differential Equations S.-Y. Leu Sept. 21, 2005.
Ordinary Differential Equations S.-Y. Leu Sept. 21,28, 2005.
Chapter 3 1 Laplace Transforms 1. Standard notation in dynamics and control (shorthand notation) 2. Converts mathematics to algebraic operations 3. Advantageous.
1 Chapter 9 Differential Equations: Classical Methods A differential equation (DE) may be defined as an equation involving one or more derivatives of an.
Chapter 2 Solution of Differential Equations
Differential Equations
CISE301_Topic8L1KFUPM1 CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1.
Introduction 1. MSc (1994): Punjab University Specialization: Applied Mathematics 2. MS /M.Phil (2006): COMSATS, Islamabad Specialization: Applied Mathematics.
Numerical Solution of Ordinary Differential Equation
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 10. Ordinary differential equations. Initial value problems.
Chapter 1: First-Order Differential Equations 1. Sec 1.1: Differential Equations and Mathematical Models Definition: Differential Equation An equation.
MATH 175: NUMERICAL ANALYSIS II Lecturer: Jomar Fajardo Rabajante IMSP, UPLB 2 nd Semester AY
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.
MATH 175: Numerical Analysis II Lecturer: Jomar Fajardo Rabajante 2 nd Sem AY IMSP, UPLB.
Ordinary Differential Equations
Math 3120 Differential Equations with Boundary Value Problems
Math 3120 Differential Equations with Boundary Value Problems
LURE 2009 SUMMER PROGRAM John Alford Sam Houston State University.
Numerical Methods for Solving ODEs Euler Method. Ordinary Differential Equations  A differential equation is an equation in which includes derivatives.
The elements of higher mathematics Differential Equations
Numerical Solutions of ODE
Mathe III Lecture 5 Mathe III Lecture 5 Mathe III Lecture 5 Mathe III Lecture 5.
Ch 1.3: Classification of Differential Equations
Engineering Analysis – Computational Fluid Dynamics –
Differential Equations Chapter 1. A differential equation in x and y is an equation that involves x, y, and derivatives of y. A mathematical model often.
Math 3120 Differential Equations with Boundary Value Problems Chapter 2: First-Order Differential Equations Section 2-5: Solutions By Substitution.
Differential Equations Graphing Solutions Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
1 Chapter 1 Introduction to Differential Equations 1.1 Introduction The mathematical formulation problems in engineering and science usually leads to equations.
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.
MTH 253 Calculus (Other Topics) Chapter 9 – Mathematical Modeling with Differential Equations Section 9.4 – Second-Order Linear Homogeneous Differential.
First-order Differential Equations Chapter 2. Overview II. Linear equations Chapter 1 : Introduction to Differential Equations I. Separable variables.
Ordinary Differential Equations (ODEs). Objectives of Topic  Solve Ordinary Differential Equations (ODEs).  Appreciate the importance of numerical methods.
Differential Equations
Introduction to Differential Equations
MATH 175: Numerical Analysis II
Math 4B Practice Midterm Problems
DIFFERENTIAL EQUATIONS
1.5 Linear ODEs. Bernoulli Equation. Population Dynamics
Differential Equations
Ch 1.3: Classification of Differential Equations
Ch 1.3: Classification of Differential Equations
Autonomous Differential Equations
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Differential Equations
MATH 175: NUMERICAL ANALYSIS II
MATH 175: NUMERICAL ANALYSIS II
Introduction to Ordinary Differential Equations
Math 175: Numerical Analysis II
MATH 175: Numerical Analysis II
MATH 175: Numerical Analysis II
MATH 175: Numerical Analysis II
MATH 175: NUMERICAL ANALYSIS II
Chapter 1: First-Order Differential Equations
Presentation transcript:

MATH 175: NUMERICAL ANALYSIS II CHAPTER 3: Differential Equations Lecturer: Jomar Fajardo Rabajante 2nd Sem AY IMSP, UPLB

NUMERICAL SOLUTIONS TO DIFFERENTIAL EQUATIONS Main Topic: Ordinary Differential Equations (Initial Value Problem) – Modeling – Numerical Solutions Softwares: MS Excel, SciLab, Berkeley Madonna Optional Topics – Boundary Value Problem ODE – Partial Differential Equations – Stochastic Differential Equations

WHAT IS DE? Differential equations – the major interface of mathematics with the real world – are the main tool with which scientists make mathematical models of real systems. That is, differential equations have a central role in connecting the power of mathematics with the description of real phenomena. -John Hubbard, Cornell University

What is DE? Definition: A differential equation is an equation that contains derivatives of one or more dependent variables with respect to one or more independent variables. This is an extension of what you have learned in Math 30 series… MATH 151: Ordinary Differential Equations Math 152: Partial Differential Equations In Math 175: We will discuss how to solve problems that are not solvable in Math 151 and Math 152.

Examples:

ODE and PDE An ordinary differential equation contains only ordinary derivatives. Example: A partial differential equation contains partial derivatives. Example:

Some concepts Differential equations are for modeling continuous-time systems Those discrete-time systems are modeled using difference equations (iterative equations, similar to our fixed-point iterations). Example:

Some concepts Differential equations (DE) and difference equations are applied to model DYNAMICAL SYSTEMS – systems that change over time. The order of a DE refers to the highest-order derivative that appears in the equation. Example:

Some concepts Autonomous DEs – the variable t does not appear in the equation. Example: Non-autonomous DEs – the variable t appears in the equation. Example:

Some concepts Linear DE does not have transcendental and nonlinear dependent variables. Example of Linear DE: Example of Non-linear DE:

Very few physical systems are purely linear. But many nonlinear physical systems can be approximated by linear systems.

ORDINARY DIFFERENTIAL EQUATIONS Let’s focus on

SOLVING ODEs Example: The solution to the ODE dy/dt, also written as y’, is y(t) or y(t,y). Obtaining an explicit formula: y(t) Obtaining an implicit formula: y(t,y) Obtaining a power series representation for y(t) Numerically approximating the solution y(t) or y(t,y) Sketching the geometric representation of y(t)

Geometric Representation FIRST-ORDER ODE Direction Field/Slope Field Consider y’ = t – y Compute y’ (slopes) for every possible equally-spaced points (t,y). See

Qualitative Analysis FIRST-ORDER ODE Equilibria – solution that does not change over time i.e. dy/dt=0. Stability of Equilibrium solution – Stable if solutions near it tend toward it as t  ∞ – Unstable if solutions near it tend away from it as t  ∞ – Saddle or semi-stable if stable on one side and unstable on the other. Note: A good practice when studying DEs is to investigate first its qualitative properties. Many physical systems modeled by DEs “spend most of their time at or near equilibrium states.”

y’=y 2 –4

INITIAL VALUE PROBLEM The combination of a differential equation and an initial condition is called an initial-value problem. Example: (You do not need +c when dealing with IVP)