1 Example 2 (a) Estimate by the Midpoint, Trapezoid and Simpson's Rules using the regular partition P of the interval [0,  /4] into 8 subintervals. (b)

Slides:



Advertisements
Similar presentations
4.2 Area.
Advertisements

Numerical Integration
Adguary Calwile Laura Rogers Autrey~ 2nd Per. 3/14/11
0 - 0.
We sometimes need an efficient method to estimate area when we can not find the antiderivative.
Section 8.5 Riemann Sums and the Definite Integral.
A Riemann sum is a method for approximating the total area underneath a curve on a graph. This method is also known as taking an integral. There are 3.
Section 5.7 Numerical Integration. Approximations for integrals: Riemann Sums, Trapezoidal Rule, Simpson's Rule Riemann Sum: Trapezoidal Rule: Simpson’s.
MTH 252 Integral Calculus Chapter 8 – Principles of
1 Example 2 Estimate by the six Rectangle Rules using the regular partition P of the interval [0,  ] into 6 subintervals. Solution Observe that the function.
1 Example 1 (a) Estimate by the Midpoint, Trapezoid and Simpson's Rules using the regular partition P of the interval [0,2] into 6 subintervals. (b) Find.
Index FAQ Numerical Approximations of Definite Integrals Riemann Sums Numerical Approximation of Definite Integrals Formulae for Approximations Properties.
7.7 Approximate Integration
5.5 Numerical Integration Mt. Shasta, California Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 1998.
ESSENTIAL CALCULUS CH06 Techniques of integration.
Numerical Computation
MAT 1235 Calculus II Section 7.7 Approximate (Numerical) Integration
Introduction to Numerical Analysis I
4.6 Numerical Integration Trapezoid and Simpson’s Rules.
4.6 Numerical Integration. The Trapezoidal Rule One method to approximate a definite integral is to use n trapezoids.
Numerical Integration
A REA A PPROXIMATION 4-B. Exact Area Use geometric shapes such as rectangles, circles, trapezoids, triangles etc… rectangle triangle parallelogram.
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.
In this section, we will investigate how to estimate the value of a definite integral when geometry fails us. We will also construct the formal definition.
Section 5.9 Approximate Integration Practice HW from Stewart Textbook (not to hand in) p. 421 # 3 – 15 odd.
5.5 The Trapezoidal Rule. I. Trapezoidal Rule A.) Area of a Trapezoid -
A REA A PPROXIMATION 4-E Riemann Sums. Exact Area Use geometric shapes such as rectangles, circles, trapezoids, triangles etc… rectangle triangle parallelogram.
Section 7.6 – Numerical Integration. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall 5.5 Trapezoidal Rule.
1 Example 1 Estimate by the six Rectangle Rules using the regular partition P of the interval [0,1] into 4 subintervals. Solution This definite integral.
Estimating area under a curve
Section 7.6 – Numerical Integration. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
5.5 Numerical Integration. concave down concave up concave down concave up concave down.
SECTION 4-2-B More area approximations. Approximating Area using the midpoints of rectangles.
Riemann Sums and the Definite Integral. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
Chapter Definite Integrals Obj: find area using definite integrals.
Section 5.6: Approximating Sums Suppose we want to compute the signed area of a region bounded by the graph of a function from x = a to x = b.
Lecture 19 Approximating Integrals. Integral = “Area”
Clicker Question 1 What is ? (Hint: u-sub) – A. ln(x – 2) + C – B. x – x 2 + C – C. x + ln(x – 2) + C – D. x + 2 ln(x – 2) + C – E. 1 / (x – 2) 2 + C.
Definite Integrals & Riemann Sums
Approximating Antiderivatives. Can we integrate all continuous functions? Most of the functions that we have been dealing with are what are called elementary.
5.5 The Trapezoid Rule.
Lecture 19 – Numerical Integration
Use the Midpoint Rule to approximate the given integral with the specified value of n. Compare your result to the actual value and find the error in the.
Approximate Integration
Riemann Sums and the Definite Integral
Romberg Rule Midpoint.
Clicker Question 1 What is ? A. x tan(x2) + C
Trapezoidal Approximation
Midpoint and Trapezoidal Rules
NUMERICAL INTEGRATION
5.5 Trapezoidal Rule.
Integration Review Problems
Copyright © Cengage Learning. All rights reserved.
Composite Numerical Integration
Applications of Integration
5.5 Numerical Integration
Using integrals to find area works extremely well as long as we can find the antiderivative of the function. Sometimes, the function is too complicated.
Ch. 6 – The Definite Integral
Copyright © Cengage Learning. All rights reserved.
Chapter 6 Applications of Derivatives Section 6.5 Trapezoidal Rule.
Warm-up 2/4 Find the AVERAGE VALUE of
5.5 Numerical Integration
5.5 Numerical Integration
Arc Length … x y a b xi ... Pi P0 P1 Pn
Numerical Integration
Objectives Approximate a definite integral using the Trapezoidal Rule.
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

1 Example 2 (a) Estimate by the Midpoint, Trapezoid and Simpson's Rules using the regular partition P of the interval [0,  /4] into 8 subintervals. (b) Find bounds on the errors of those approximations. Solution The partition P = {0,  /32,  /16, 3  /32,  /8, 5  /32, 3  /16, 7  /32,  /4} determines 8 subintervals, each of width  /32. The Midpoint Rule for g(x) = tan x uses: L 1 =g(  /64) .0491 on [0,  /32], L 2 =g(3  /64) .1483 on [  /32,  /16], L 3 =g(5  /64) .2505 on [  /16, 3  /32], L 4 =g(7  /64) .3578 on [3  /32,  /8], L 5 =g(9  /64) .4730 on [  /8, 5  /32], L 6 =g(11  /64) .5994 on [5  /32, 3  /16], L 7 =g(13  /64) .7417 on [3  /16, 7  /32], L 8 =g(15  /64) .9063 on [7  /32,  /4]. By the Midpoint Rule: To bound the error, we must first bound g // (x) on [0,  /4]: g / (x) = sec 2 x, g // (x)= 2sec 2 x tan x and | g // (x)|  (2)(2)(1)=4 on [0,  /4]. By Theorem 3.8.9(a) with a=0, b=  /4, K=4, n=8:

2 The Trapezoid Rule for g(x) = tan x uses: L 1 =½[g(0)+g(  /32)] .0492 on [0,  /32], L 2 =½[g(  /32)+g(  /16)] .1487 on [  /32,  /16], L 3 =½[g(  /16)+g(3  /32)] .2511 on [  /16, 3  /32], L 4 =½[g(3  /32)+g(  /8)] .3588 on [3  /32,  /8], L 5 =½[g(  /8)+g(5  /32)] .4744 on [  /8, 5  /32], L 6 =½[g(5  /32)+g(3  /16)] .6011 on [5  /32, 3  /16], L 7 =½[g(3  /16)+g(7  /32)] .7444 on [3  /16, 7  /32], L 8 =½[g(7  /32)+g(  /4)] .9103 on [7  /32,  /4]. By the Trapezoid Rule: By Theorem 3.8.9(b) with a=0, b=  /4, K=4, n=8: P = {0,  /32,  /16, 3  /32,  /8, 5  /32, 3  /16, 7  /32,  /4}

3 By Simpson’s Rule with  x =  /32 and g(x) = tan x: To bound the error on this estimate, we must first bound g (4) (x) on [0,  /4]. g (3) (x) = (4sec x)(sec x tan x)(tan x) + (2sec 2 x )(sec 2 x) = 4sec 2 x tan 2 x + 2sec 4 x, g (4) (x) = (8sec x)(sec x tan x)(tan 2 x) + (4sec 2 x)(2tan x)(sec 2 x) + (8sec 3 x)(sec x tan x) = 8sec 2 x tan 3 x + 16sec 4 x tan x. Hence |g (4) (x)|  8(2)(1)+16(4)(1) = 80 on [0,  /4]. By Theorem with a=0, b=  /4, M=80, n=8: g // (x)= 2sec 2 x tan x P = {0,  /32,  /16, 3  /32,  /8, 5  /32, 3  /16, 7  /32,  /4}