Forward Divided Difference

Slides:



Advertisements
Similar presentations
Civil Engineering Majors Author(s): Autar Kaw, Jai Paul
Advertisements

Differentiation-Discrete Functions
Major: All Engineering Majors Author(s): Autar Kaw
Direct Method of Interpolation
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 5 Approximations, Errors and The Taylor Series.
7/2/ Differentiation-Discrete Functions Industrial Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
7/2/ Backward Divided Difference Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati
8/8/ Euler Method Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
8/15/ Differentiation-Discrete Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
8/15/ Differentiation-Continuous Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
Major: All Engineering Majors Author(s): Autar Kaw
8/30/ Secant Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
9/14/ Trapezoidal Rule of Integration Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
9/20/ Secant Method Civil Engineering Majors Authors: Autar Kaw, Jai Paul
10/8/ Propagation of Errors Major: All Engineering Majors Authors: Autar Kaw, Matthew Emmons
10/11/ Differentiation-Discrete Functions Chemical Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
1 Lagrangian Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
10/21/ Bisection Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
10/27/ Differentiation-Continuous Functions Computer Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
1 Newton’s Divided Difference Polynomial Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw,
11/16/ Euler Method Electrical Engineering Majors Authors: Autar Kaw, Charlie Barker
Differentiation A Slippery Slope - Jerks You Around - Accelerates Your Mind
11/30/ Secant Method Industrial Engineering Majors Authors: Autar Kaw, Jai Paul
12/1/ Trapezoidal Rule of Integration Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Direct Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
1/29/ Bisection Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
1 Spline Interpolation Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
3/12/ Trapezoidal Rule of Integration Computer Engineering Majors Authors: Autar Kaw, Charlie Barker
3/20/ Trapezoidal Rule of Integration Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
6/13/ Secant Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
7/11/ Bisection Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Trapezoidal Rule of Integration
Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Gauss Quadrature Rule of Integration
Differentiation-Discrete Functions
Derivative of an Exponential
Differentiation-Continuous Functions
Differentiation-Discrete Functions
Spline Interpolation Method
Central Divided Difference
Mechanical Engineering Majors Authors: Autar Kaw, Charlie Barker
Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
Spline Interpolation Method
Spline Interpolation Method
Direct Method of Interpolation
Chemical Engineering Majors Authors: Autar Kaw, Jai Paul
Lagrangian Interpolation
Newton-Raphson Method
Trapezoidal Rule of Integration
Trapezoidal Rule of Integration
Taylor Series Revisited
Newton-Raphson Method
Gauss Quadrature Rule of Integration
Major: All Engineering Majors Authors: Autar Kaw, Matthew Emmons
Simpson’s 1/3rd Rule of Integration
Measuring Errors Major: All Engineering Majors
Chemical Engineering Majors Authors: Autar Kaw, Jai Paul
Lagrangian Interpolation
Lagrangian Interpolation
Simpson’s 1/3rd Rule of Integration
Simpson’s 1/3rd Rule of Integration
Simpson’s 1/3rd Rule of Integration
Romberg Rule of Integration
Forward Divided Difference
Sources of Error Major: All Engineering Majors
Romberg Rule of Integration
Differentiation-Discrete Functions
Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Newton’s Divided Difference Polynomial Method of Interpolation
Lagrangian Interpolation
Presentation transcript:

Forward Divided Difference Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati http://numericalmethods.eng.usf.edu Numerical Methods for STEM undergraduates 2/24/2019 http://numericalmethods.eng.usf.edu

Definition . y Slope at f(x) x http://numericalmethods.eng.usf.edu

Forward Divided Difference http://numericalmethods.eng.usf.edu

Example Example: Solution: The velocity of a rocket is given by where given in m/s and is given in seconds. Use forward difference approximation of the first derivative of Use a step size of to calculate the acceleration at Solution: http://numericalmethods.eng.usf.edu

Example (contd.) http://numericalmethods.eng.usf.edu

Example (contd.) Hence The exact value of can be calculated by differentiating as http://numericalmethods.eng.usf.edu

Example (contd.) The absolute relative true error is http://numericalmethods.eng.usf.edu

Effect Of Step Size Value of Using forward difference method. http://numericalmethods.eng.usf.edu

Effect of Step Size in Forward Divided Difference Method Initial step size=0.05 http://numericalmethods.eng.usf.edu

Effect of Step Size on Approximate Error Initial step size=0.05 http://numericalmethods.eng.usf.edu

Effect of Step Size on Absolute Relative Approximate Error Initial step size=0.05 http://numericalmethods.eng.usf.edu

Effect of Step Size on Least Number of Significant Digits Correct Initial step size=0.05 http://numericalmethods.eng.usf.edu

Effect of Step Size on True Error Initial step size=0.05 Initial step size=0.05 http://numericalmethods.eng.usf.edu

Effect of Step Size on Absolute Relative True Error Initial step size=0.05 http://numericalmethods.eng.usf.edu