1. 2 What is Integration? Integration The process of measuring the area under a curve. Where: f(x) is the integrand a= lower limit of integration b=

Slides:



Advertisements
Similar presentations
Numerical Integration
Advertisements

Romberg Rule of Integration
Chapter 7 Numerical Differentiation and Integration
Newton-Cotes Integration Formula
8/8/ Gauss Quadrature Rule of Integration Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
CISE301_Topic7KFUPM1 SE301: Numerical Methods Topic 7 Numerical Integration Lecture KFUPM Read Chapter 21, Section 1 Read Chapter 22, Sections 2-3.
CISE301_Topic71 SE301: Numerical Methods Topic 7 Numerical Integration Lecture KFUPM (Term 101) Section 04 Read Chapter 21, Section 1 Read Chapter.
Simpson’s 1/3 rd Rule of Integration. What is Integration? Integration The process of measuring the area under a.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 21 Newton-Cotes Integration Formula.
Numerical Integration Pertemuan 7 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
1 Chapter 7 NUMERICAL INTEGRATION. 2 PRELIMINARIES We use numerical integration when the function f(x) may not be integrable in closed form or even in.
Integration. Indefinite Integral Suppose we know that a graph has gradient –2, what is the equation of the graph? There are many possible equations for.
1 Simpson’s 1/3 rd Rule of Integration. 2 What is Integration? Integration The process of measuring the area under a curve. Where: f(x) is the integrand.
CSE 330 : Numerical Methods
9/14/ Trapezoidal Rule of Integration Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Trapezoidal Rule of Integration. What is Integration Integration: The process of measuring the area under a function.
Chapter 5 .3 Riemann Sums and Definite Integrals
1 Interpolation. 2 What is Interpolation ? Given (x 0,y 0 ), (x 1,y 1 ), …… (x n,y n ), find the value of ‘y’ at a.
EE3561_Unit 7Al-Dhaifallah EE 3561 : Computational Methods Unit 7 Numerical Integration Dr. Mujahed AlDhaifallah ( Term 342)
Integration Copyright © Cengage Learning. All rights reserved.
5.1.  When we use the midpoint rule or trapezoid rule we can actually calculate the maximum error in the calculation to get an idea how much we are off.
Trapezoidal Rule of Integration
11/30/ Romberg Rule of Integration Mechanical Engineering Majors Authors: Autar Kaw, Charlie Barker
12/1/ Trapezoidal Rule of Integration Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
CSE 330 : Numerical Methods Lecture 15: Numerical Integration - Trapezoidal Rule Dr. S. M. Lutful Kabir Visiting Professor, BRAC University & Professor.
1 INTERPOLASI. Direct Method of Interpolation 3 What is Interpolation ? Given (x 0,y 0 ), (x 1,y 1 ), …… (x n,y n ), find the value of ‘y’ at a value.
Section 7.6 – Numerical Integration. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
Section 7.6 – Numerical Integration. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
3/12/ Trapezoidal Rule of Integration Computer Engineering Majors Authors: Autar Kaw, Charlie Barker
SE301_Topic 6Al-Amer20051 SE301:Numerical Methods Topic 6 Numerical Integration Dr. Samir Al-Amer Term 053.
3/20/ Trapezoidal Rule of Integration Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
DO NOW: v(t) = e sint cost, 0 ≤t≤2∏ (a) Determine when the particle is moving to the right, to the left, and stopped. (b) Find the particles displacement.
Numerical Integration
Trapezoidal Rule of Integration
Air Force Admin College, Coimbatore
Part 6 - Chapter 21.
Chapter 7 Numerical Differentiation and Integration
Numerical Analysis Lecture 42.
Copyright © Cengage Learning. All rights reserved.
Gauss Quadrature Rule of Integration
Interpolation.
Chapter 22.
The Area Question and the Integral
Chapter 7 Numerical Differentiation and Integration
Trapezoidal Rule of Integration
Trapezoidal Rule of Integration
MATH 2140 Numerical Methods
Copyright © Cengage Learning. All rights reserved.
Gauss Quadrature Rule of Integration
POLYNOMIAL INTERPOLATION
Copyright © Cengage Learning. All rights reserved.
Simpson’s 1/3rd Rule of Integration
INTERPOLASI.
Numerical Computation and Optimization
Simpson’s 1/3rd Rule of Integration
Pengintegralan Numerik (lanjutan) Pertemuan 10
Simpson’s 1/3rd Rule of Integration
Romberg Rule of Integration
SKTN 2393 Numerical Methods for Nuclear Engineers
Simpson’s 1/3rd Rule of Integration
Numerical Integration
Romberg Rule of Integration
Numerical Computation and Optimization
Objectives Approximate a definite integral using the Trapezoidal Rule.
Romberg Rule of Integration
Numerical Computation and Optimization
Romberg Rule of Integration
Air Force Admin College, Coimbatore
Presentation transcript:

1

2

What is Integration? Integration The process of measuring the area under a curve. Where: f(x) is the integrand a= lower limit of integration b= upper limit of integration f(x) ab y x 3

4

5 Basis of Trapezoidal Rule Trapezoidal Rule is based on the Newton- Cotes Formula that states if one can approximate the integrand as an n th order polynomial… where and

6 Cont. Then the integral of that function is approximated by the integral of that n th order polynomial. Trapezoidal Rule assumes n=1, that is, the area under the linear polynomial,

7 Method Derived From Geometry The area under the curve is a trapezoid. The integral

8 Example 1 The vertical distance covered by a rocket from t=8 to t=30 seconds is given by: Use single segment Trapezoidal rule to find the distance covered.

9 Solution

10 Solution (cont)

11 Multiple Segment Trapezoidal Rule In Example 1, the true error using single segment trapezoidal rule was large. We can divide the interval [8,30] into [8,19] and [19,30] intervals and apply Trapezoidal rule over each segment.

12 Cont. With Hence:

13 Cont. Figure 4: Multiple (n=4) Segment Trapezoidal Rule Divide into equal segments as shown in Figure 4. Then the width of each segment is: The integral I is:

14 Multiple Segment Trapezoidal Rule The integral I can be broken into h integrals as: Applying Trapezoidal rule on each segment gives:

15 Example 2 The vertical distance covered by a rocket from to seconds is given by: Use two-segment Trapezoidal rule to find the distance covered.

16 Solution a) The solution using 2-segment Trapezoidal rule is

17 Solution (cont) Then:

18 Solution (cont) nValueEtEt Table 1: Multiple Segment Trapezoidal Rule Values

19 Example 3 Use Multiple Segment Trapezoidal Rule to find the area under the curve from to. Using two segments, we get and

20 Solution Then:

21 Solution (cont) nApproximate Value % % % % % % % Table 2: Values obtained using Multiple Segment Trapezoidal Rule for:

22