Numerical Analysis Lecture 28. Chapter 7 Numerical Differentiation and Integration.

Slides:



Advertisements
Similar presentations
Numerical Integration
Advertisements

Romberg Rule of Integration
CISE301_Topic61 SE301: Numerical Methods Topic 6 Numerical Differentiation Lecture 23 KFUPM Read Chapter 23, Sections 1-2.
EE3561_Unit 6(c)AL-DHAIFALLAH14351 EE 3561 : Computational Methods Unit 6 Numerical Differentiation Dr. Mujahed AlDhaifallah ( Term 342)
NUMERICAL DIFFERENTIATION AND INTEGRATION
Chapter 7 Numerical Differentiation and Integration
Today’s class Romberg integration Gauss quadrature Numerical Methods
Lecture 18 - Numerical Differentiation
Numerical Integration
Ch 5.5: Series Solutions Near a Regular Singular Point, Part I We now consider solving the general second order linear equation in the neighborhood of.
Copyright © Cengage Learning. All rights reserved. 10 Introduction to the Derivative.
Ch 2.1: Linear Equations; Method of Integrating Factors
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 27 Numerical Integration & Differentiation.
Numerical Solution of Ordinary Differential Equation
NUMERICAL DIFFERENTIATION The derivative of f (x) at x 0 is: An approximation to this is: for small values of h. Forward Difference Formula.
CISE301_Topic7KFUPM1 SE301: Numerical Methods Topic 7 Numerical Integration Lecture KFUPM Read Chapter 21, Section 1 Read Chapter 22, Sections 2-3.
Quadrature Greg Beckham. Quadrature Numerical Integration Goal is to obtain the integral with as few computations of the integrand as possible.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Numerical Differentiation and Integration Part 6 Calculus.
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Chapter 4, Integration of Functions. Open and Closed Formulas x 1 =a x 2 x 3 x 4 x 5 =b Closed formula uses end points, e.g., Open formulas - use interior.
Integrals 5.
Chapter 4 Numerical Differentiation and Integration 1/16 Given x 0, approximate f ’(x 0 ). h xfhxf xf h )()( lim)('    x0x0 x1x1 h x1x1 x0x0.
Lecture 19 - Numerical Integration CVEN 302 July 22, 2002.
Numerical Differential & Integration. Introduction If a function f(x) is defined as an expression, its derivative or integral is determined using analytical.
D MANCHE Finding the area under curves:  There are many mathematical applications which require finding the area under a curve.  The area “under”
Simpson Rule For Integration.
11/30/ Romberg Rule of Integration Mechanical Engineering Majors Authors: Autar Kaw, Charlie Barker
Chap. 11 Numerical Differentiation and Integration
Lecture 22 Numerical Analysis. Chapter 5 Interpolation.
3 DERIVATIVES.  Remember, they are valid only when x is measured in radians.  For more details see Chapter 3, Section 4 or the PowerPoint file Chapter3_Sec4.ppt.
Copyright © Cengage Learning. All rights reserved The Chain Rule.
Ch 8.2: Improvements on the Euler Method Consider the initial value problem y' = f (t, y), y(t 0 ) = y 0, with solution  (t). For many problems, Euler’s.
The purpose of Chapter 5 is to develop the basic principles of numerical integration Usefule Words integrate, integral 积分(的), integration 积分(法), quadrature.
Topics 1 Specific topics to be covered are: Discrete-time signals Z-transforms Sampling and reconstruction Aliasing and anti-aliasing filters Sampled-data.
Lecture 39 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
NUMERICAL DIFFERENTIATION or DIFFERENCE APPROXIMATION Used to evaluate derivatives of a function using the functional values at grid points. They are.
CSE 330 Numerical Methods Lecture 05 Chapter 5: Numerical Differentiation Md. Omar Faruqe
Quadrature – Concepts (numerical integration) Don Allen.
CPE 332 Computer Engineering Mathematics II Part III, Chapter 11 Numerical Differentiation and Integration Numerical Differentiation and Integration.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 21 Numerical Differentiation.
CHAPTER 3 NUMERICAL METHODS
NUMERICAL DIFFERENTIATION Forward Difference Formula
Chapter 7 Numerical Differentiation and Integration
Numerical Analysis Lecture 25.
DIFFERENTIATION RULES
Advanced Numerical Methods (S. A. Sahu) Code: AMC 51151
Ch 2.1: Linear Equations; Method of Integrating Factors
Numerical Analysis Lecture 27.
Chapter 23.
Numerical Analysis Lecture 45.
Chapter 7 Numerical Differentiation and Integration
Copyright © Cengage Learning. All rights reserved.
Numerical Analysis Lecture 23.
Numerical Differentiation Chapter 23
POLYNOMIAL INTERPOLATION
Numerical Analysis Lecture 26.
Numerical Analysis Lecture 19.
Numerical Analysis Lecture 37.
Numerical Analysis Lecture 38.
Romberg Rule of Integration
Copyright © Cengage Learning. All rights reserved.
Romberg Rule of Integration
Numerical Analysis Lecture 21.
CPE 332 Computer Engineering Mathematics II
Romberg Rule of Integration
Numerical Computation and Optimization
Romberg Rule of Integration
Numerical Analysis Lecture11.
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

Numerical Analysis Lecture 28

Chapter 7 Numerical Differentiation and Integration

INTRODUCTION DIFFERENTIATION USING DIFFERENCE OPREATORS DIFFERENTIATION USING INTERPOLATIONRICHARDSON’S EXTRAPOLATION METHOD NUMERICAL INTEGRATION

NEWTON-COTES INTEGRATION FORMULAE THE TRAPEZOIDAL RULE ( COMPOSITE FORM ) SIMPSON’S RULES ( COMPOSITE FORM ) ROMBERG’S INTEGRATION DOUBLE INTEGRATION

DIFFERENTIATION USING DIFFERENCE OPREATORS: Applications: Remember Using forward difference operator ∆, the shift operator, the backward difference operator and the average difference operator, we obtained the following formulae: Remember Using forward difference operator ∆, the shift operator, the backward difference operator and the average difference operator, we obtained the following formulae:

Recall from what we mentioned in the last lecture that for calculating the second derivative at an interior tabular point, we use the equation while for computing the first derivative at an interior tabular point, we in general use another convenient form for D, which is derived as follows. Multiply the right hand side of another convenient form for D, which is derived as follows. Multiply the right hand side of

by

which is unity and noting the Binomial expansion

we get simplification we get

Therefore the equation can also be written in another useful form as

The last two equations y” and y’ respectively are known as Stirling’s formulae for computing the derivatives of a tabular function. Similar formulae can be derived for computing higher order derivatives of a tabular function.

The equation for y’ can also be written as

In order to illustrate the use of formulae derived so far, for computing the derivatives of a tabulated function, we consider the Following example :

Example: Compute and from the following tabular data.

Solution Since x = 0 and 0.2 appear at and near beginning of the table, it is appropriate to use formulae based on forward differences to find the derivatives. The difference table for the given data is depicted below:

Using forward difference formula for i.e

We obtain We obtain

Also, using the formula for we have we haveHence,

Example Find and from the table x y ( x )

Solution: Since x=2.2 occurs at the end of the table, it is appropriate to use backward difference formulae for derivatives. The backward difference table for the given data is shown below:

Using backward difference formulae for and we have

Therefore,Also

Therefore,

Case IV: Derivation of Two and three point formulae: Retaining only the first term in equation :

we can get another useful form for the first derivative as

Similarly, by retaining only the first term in Eqn.

Adding the last two equations, we have

These Equations constitute two-point formulae for the first derivative. By retaining only the first term in Equation,

We get

Similarly, we have

While retaining only the first term in the expression for y” in terms of we obtain

The last three equations constitute three-point formulae for computing the second derivative. We shall see later that these two- and three-point formulae become handy for developing extrapolation methods to numerical differentiation and integration.

Numerical Analysis Lecture 28