MATH 2140 Numerical Methods

Slides:



Advertisements
Similar presentations
Numerical Methods Lecture 14 Differentiation-Continuous Functions
Advertisements

DERIVATIVES 3. DERIVATIVES In this chapter, we begin our study of differential calculus.  This is concerned with how one quantity changes in relation.
Numeriska beräkningar i Naturvetenskap och Teknik 1. Numerical differentiation and quadrature Discrete differentiation and integration Trapezoidal and.
2L 2aL s h T Introduction Zach Frye, University of Wisconsin-Eau Claire Faculty Advisors: Mohamed Elgindi, and John Drost, Department of Mathematics Funded.
EE3561_Unit 6(c)AL-DHAIFALLAH14351 EE 3561 : Computational Methods Unit 6 Numerical Differentiation Dr. Mujahed AlDhaifallah ( Term 342)
The Islamic University of Gaza Faculty of Engineering Numerical Analysis ECIV 3306 Introduction.
Chapter Outline Shigley’s Mechanical Engineering Design.
1 Chapter 6 NUMERICAL DIFFERENTIATION. 2 When we have to differentiate a function given by a set of tabulated values or when a complicated function is.
Dr. Jie Zou PHY Chapter 7 Numerical Differentiation: 1 Lecture (I) 1 Ref: “Applied Numerical Methods with MATLAB for Engineers and Scientists”, Steven.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 23 Numerical Differentiation.
Implicit Differentiation. Objectives Students will be able to Calculate derivative of function defined implicitly. Determine the slope of the tangent.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 1 Mathematical Modeling.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 27 Numerical Integration & Differentiation.
Numerical Solution of Ordinary Differential Equation
16/06/2015 MNT OREN, EE Numerical Methods for Differential Equations Department of Biomedical Engineering Department of Materials Science & Nanotechnology.
Applications of Calculus. The logarithmic spiral of the Nautilus shell is a classical image used to depict the growth and change related to calculus.
Ch 8.1 Numerical Methods: The Euler or Tangent Line Method
Introduction to Numerical Methods for ODEs and PDEs Methods of Approximation Lecture 3: finite differences Lecture 4: finite elements.
CSE 541 Rick Parent ELEMENTARY NUMERICAL METHODS Winter 2012.
Computational Physics Introduction 3/30/11. Goals  Calculate solutions to physics problems  All physics problems can be formulated mathematically. 
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
MECN 3500 Lecture 4 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Mathematical Modeling and Engineering Problem Solving
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
By: Jack Julsing.  Calculus is a branch of mathematics that is among the hardest to learn. It focuses on limits, function, derivatives, and integrals.
SPECIALIST MATHS Differential Equations Week 1. Differential Equations The solution to a differential equations is a function that obeys it. Types of.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Introduction Course Outline.
Today’s class Numerical Differentiation Finite Difference Methods Numerical Methods Lecture 14 Prof. Jinbo Bi CSE, UConn 1.
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Engineering Analysis – Computational Fluid Dynamics –
Engineering Analysis – Computational Fluid Dynamics –
MECN 3500 Inter - Bayamon Lecture 6 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
Numerical Analysis. Numerical Analysis or Scientific Computing Concerned with design and analysis of algorithms for solving mathematical problems that.
Done By: Mohammed Rashid Rashid Salem Mohammed Yousif Grade: 12 Section: 5-6.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 14.
Warm Up. Solving Differential Equations General and Particular solutions.
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
1 Numerical Differentiation. 2  First order derivatives  High order derivatives  Examples.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 21 Numerical Differentiation.
Finite Difference Methods
Differentiation-Continuous Functions
Numerical Differentiation
FE Exam Tutorial
How to Learn Physics Easily & Comfortably- 4 Entitled Strategies Here
Numerical Analysis Lecture 27.
Unit 6 – Fundamentals of Calculus Section 6
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
Mathematical Modeling, Numerical Methods, and Problem Solving
Analytical Tools in ME Course Objectives
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
Differentiate. f (x) = x 3e x
MATH 2140 Numerical Methods
Modeling and Equation Solving
MATH 174: NUMERICAL ANALYSIS I
Lengths of Curves 7.4.
SKTN 2393 Numerical Methods for Nuclear Engineers
Objective: To know the equations of simple straight lines.
Section 9.4 – Solving Differential Equations Symbolically
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
Objective: To know the equations of simple straight lines.
Presentation transcript:

MATH 2140 Numerical Methods Faculty of Engineering Mechanical Engineering Department MATH 2140 Numerical Methods Instructor: Dr. Mohamed El-Shazly Associate Prof. of Mechanical Design and Tribology melshazly@ksu.edu.sa Office: F072

Numerical Differentiation

1. BACKGROUND Differentiation gives a measure of the rate at which a quantity changes. Rates of change of quantities appear in many disciplines, especially science and engineering. One of the more fundamental of these rates is the relationship between position, velocity, and acceleration. If the position, x of an object that is moving along a straight line is known as a function of time, t, (the top curve in Fig. 8-1):

The need for numerical differentiation The function to be differentiated can be given as an analytical expression or as a set of discrete points (tabulated data). When the function is given as a simple mathematical expression, the derivative can be determined analytically. When analytical differentiation of the expression is difficult or not possible, numerical differentiation has to be used. When the function is specified as a set of discrete points, differentiation is done by using a numerical method. Numerical differentiation also plays an important role in some of the numerical methods used for solving differential equations, as shown

Approaches to numerical differentiation Numerical differentiation is carried out on data that are specified as a set of discrete points If there is a need to calculate the numerical derivative of a function that is given in an analytical form, then the differentiation is done by using discrete points of the function. This means that in all cases numerical integration is done by using the values of points.

For a given set of points, two approaches can be used to calculate a numerical approximation of the derivative at one of the points. One approach is to use a finite difference approximation for the derivative The second approach is to approximate the points with an analytical expression that can be easily differentiated, and then to calculate the derivative by differentiating the analytical expression. The approximate analytical expression can be derived by using curve fitting.

2- FINITE DIFFERENCE APPROXIMATION OF THE DERIVATIVE

Forward, backward, and central difference formulas for the first derivative