Introduction to Numerical Methods for ODEs and PDEs Lectures 1 and 2: Some representative problems from engineering science and classification of equation.

Slides:



Advertisements
Similar presentations
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 301 Finite.
Advertisements

Partial Differential Equations (PDEs) 1Daniel Baur / Numerical Methods for Chemical Engineers / BVP and PDE Daniel Baur ETH Zurich, Institut für Chemie-
Review of accuracy analysis Euler: Local error = O(h 2 ) Global error = O(h) Runge-Kutta Order 4: Local error = O(h 5 ) Global error = O(h 4 ) But there’s.
Parabolic Partial Differential Equations
By S Ziaei-Rad Mechanical Engineering Department, IUT.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Part Eight Partial Differential Equations.
1cs542g-term Notes  No extra class tomorrow.
Total Recall Math, Part 2 Ordinary diff. equations First order ODE, one boundary/initial condition: Second order ODE.
PART 7 Ordinary Differential Equations ODEs
ECE602 BME I Partial Differential Equations in Biomedical Engineering.
FEM and X-FEM in Continuum Mechanics Joint Advanced Student School (JASS) 2006, St. Petersburg, Numerical Simulation, 3. April 2006 State University St.
1 MECH 221 FLUID MECHANICS (Fall 06/07) Tutorial 6 FLUID KINETMATICS.
ECE602 BME I Partial Differential Equations in Biomedical Engineering (Cont’d)
Lecture 34 - Ordinary Differential Equations - BVP CVEN 302 November 28, 2001.
PDEs: General classification
PARTIAL DIFFERENTIAL EQUATIONS
PDEs & Parabolic problems Jacob Y. Kazakia © Partial Differential Equations Linear in two variables: Usual classification at a given point (x,y):
Partial differential equations Function depends on two or more independent variables This is a very simple one - there are many more complicated ones.
Numerical Methods for Partial Differential Equations
Types of Governing equations
COMPUTATIONAL MODELING FOR ENGINEERING MECN 6040 Professor: Dr. Omar E. Meza Castillo Department.
III Solution of pde’s using variational principles
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Part 81 Partial.
CISE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures KFUPM (Term 101) Section 04 Read & CISE301_Topic9.
SE301: Numerical Methods Topic 9 Partial Differential Equations (PDEs) Lectures KFUPM Read & CISE301_Topic9 KFUPM.
Numerical methods for PDEs PDEs are mathematical models for –Physical Phenomena Heat transfer Wave motion.
Matmol Metoda linii Method of lines
1 Numerical Methods and Software for Partial Differential Equations Lecturer:Dr Yvonne Fryer Time:Mondays 10am-1pm Location:QA210 / KW116 (Black)
Hyperbolic PDEs Numerical Methods for PDEs Spring 2007 Jim E. Jones.
Introduction to Numerical Methods for ODEs and PDEs Methods of Approximation Lecture 3: finite differences Lecture 4: finite elements.
Partial Differential Equations Introduction –Adam Zornes, Deng Li Discretization Methods –Chunfang Chen, Danny Thorne, Adam Zornes.
Self-similar shock wave solutions for heat conductions in solids and for non-linear Maxwell equations Imre Ferenc Barna & Robert Kersner 1) Wigner Research.
Australian Journal of Basic and Applied Sciences, 5(11): , 2011 ISSN Monte Carlo Optimization to Solve a Two-Dimensional Inverse Heat.
Advanced Higher Mechanics Linear and Parabolic Motion Mathematical Techniques for Mechanics Force, Energy and Periodic Motion AH.
MA2213 Lecture 11 PDE. Topics Introduction p Poisson equation p Visualization of numerical results p Boundary conditions p.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 8 - Chapter 29.
11/17/ Introduction to Partial Differential Equations Transforming Numerical.
Solving an elliptic PDE using finite differences Numerical Methods for PDEs Spring 2007 Jim E. Jones.
1 EEE 431 Computational Methods in Electrodynamics Lecture 3 By Dr. Rasime Uyguroglu.
Introduction to PDE classification Numerical Methods for PDEs Spring 2007 Jim E. Jones References: Partial Differential Equations of Applied Mathematics,
Engineering Analysis – Computational Fluid Dynamics –
Engineering Analysis – Computational Fluid Dynamics –
Numerical methods 1 An Introduction to Numerical Methods For Weather Prediction by Mariano Hortal office 122.
Partial Derivatives bounded domain Its boundary denoted by
Partial Derivatives Example: Find If solution: Partial Derivatives Example: Find If solution: gradient grad(u) = gradient.
1 Chapter 1 Introduction to Differential Equations 1.1 Introduction The mathematical formulation problems in engineering and science usually leads to equations.
Partial Differential Equations Introduction – Deng Li Discretization Methods –Chunfang Chen, Danny Thorne, Adam Zornes CS521 Feb.,7, 2006.
Boundary-Value Problems in Rectangular Coordinates
Differential Equations
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Department of Mathematics Numerical Solutions to Partial Differential Equations Ch 12. Applied mathematics. Korea University.
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 11. Ordinary differential equations. Boundary value problems.
1 Variational and Weighted Residual Methods. 2 Introduction The Finite Element method can be used to solve various problems, including: Steady-state field.
Part 8 - Chapter 29.
I- Computational Fluid Dynamics (CFD-I)
Boundary Element Method
Boundary-Value Problems in Rectangular Coordinates
Chapter 30.
Advanced Higher Mechanics
GOVERNMENT ENGINEERING COLLEGE BHARUCH,014
Chapter 2. Mathematical Expression of Conduction
Convergence in Computational Science
Introduction to Partial Differential Equations
Finite Difference Method
ME/AE 339 Computational Fluid Dynamics K. M. Isaac Topic2_PDE
Brief introduction to Partial Differential Equations (PDEs)
Partial Differential Equations
topic4: Implicit method, Stability, ADI method
Second Order-Partial Differential Equations
Topic 3 Discretization of PDE
Presentation transcript:

Introduction to Numerical Methods for ODEs and PDEs Lectures 1 and 2: Some representative problems from engineering science and classification of equation types

Strategy for the next four lectures Goal: to survey important considerations in the application of numerical methods to ordinary and partial differential equations in engineering and the sciences Topics: Introduction to common types (with examples) of boundary value problems Finite difference approximations –Integration of ODEs in time –Approximation of PDEs in time AND space Finite Element methods

Motivation: Important BVPs and IBVPs in Engineering Science Elastostatics (example of an elliptic PDE) Elastodynamics (or the wave equation; example of a hyperbolic PDE) The heat equation (a parabolic PDE) Advective/diffusive behavior (example of a system which behaves like combinations of the above)

Elastostatics Partial differential equation corresponds physically to balance of linear momentum of a differential cube, with no inertial terms present Three dimensional statement of boundary value problem (BVP) requires two types (at least) of boundary conditions: force (Neumann) b.c.’s, and displacement (Dirichlet) b.c.’s One dimensional analogue is a simple rod or truss problem Classification of this system as an elliptic boundary value problem

Elastodynamics Obtained by restoring the inertial term to the elastostatic system Is an example of a (second order) Initial/Boundary Value Problem (IBVP), as both initial and boundary conditions are required to prescribe it One dimensional analogue is the wave equation Is the prototypical hyperbolic system (information propagates along characteristics)

Linear Heat Conduction (alternatively, mass diffusion) Governing equation represents energy (alternatively, mass) balance in a differential control volume Boundary conditions most often used specify flux (Neumann) or temperature (Dirichlet) Example of a parabolic differential equation (information travels infinitely fast)

Linear Advection/Diffusion An example of a system that displays characteristics of a hyperbolic system in one limit, and of a parabolic system in another Will be used in our discussion of numerics (homework) to demonstrate concepts of stability and accuracy (and their limits!)