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.

Slides:



Advertisements
Similar presentations
6. 4 Integration with tables and computer algebra systems 6
Advertisements

Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall Slide Trapezoidal Rule Mt. Shasta, California Greg Kelly, Hanford.
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.
Lecture 3: Integration. Integration of discrete functions
Integration – Adding Up the Values of a Function (4/15/09) Whereas the derivative deals with instantaneous rate of change of a function, the (definite)
8 TECHNIQUES OF INTEGRATION. There are two situations in which it is impossible to find the exact value of a definite integral. TECHNIQUES OF INTEGRATION.
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.
Numerical Integration In general, a numerical integration is the approximation of a definite integration by a “weighted” sum of function values at discretized.
Integrals 5.
7.7 Approximate Integration
5.5 Numerical Integration Mt. Shasta, California Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 1998.
5.5 INDEFINITE INTEGRALS ALWAYS ADD AN ARBITRARY CONSTANT “C” TO INDICATE A FAMILY OF SOLUTIONS.
MAT 1235 Calculus II Section 7.7 Approximate (Numerical) Integration
5.5 Numerical Integration. Using integrals to find area works extremely well as long as we can find the antiderivative of the function. But what if we.
4.6 Numerical Integration -Trapezoidal Rule -Simpson’s Rule
Lecture 19 – Numerical Integration 1 Area under curve led to Riemann sum which led to FTC. But not every function has a closed-form antiderivative.
Chapter 7 – Techniques of Integration
Trapezoidal Approximation Objective: To find area using trapezoids.
Summation Notation Also called sigma notation
Summation Notation Also called sigma notationAlso called sigma notation (sigma is a Greek letter Σ meaning “sum”) The series can be written.
Time velocity After 4 seconds, the object has gone 12 feet. Consider an object moving at a constant rate of 3 ft/sec. Since rate. time = distance: If we.
Distance Traveled Area Under a curve Antiderivatives
Section 7.6 – Numerical Integration. represents the area between the curve 3/x and the x-axis from x = 4 to x = 8.
4-6Trapezoidal Rule: A Mathematics Academy Production.
Riemann Sums Approximating Area. One of the classical ways of thinking of an area under a curve is to graph the function and then approximate the area.
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.
Riemann Sums and The Definite Integral. time velocity After 4 seconds, the object has gone 12 feet. Consider an object moving at a constant rate of 3.
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.
Section 4.3 Day 1 Riemann Sums and Definite Integrals AP Calculus BC.
2/28/2016 Perkins AP Calculus AB Day 15 Section 4.6.
Warm up HW Assessment You may use your notes/ class work / homework.
5.1 Estimating with Finite Sums Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 2002 Greenfield Village, Michigan.
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.
Approximating Antiderivatives. Can we integrate all continuous functions? Most of the functions that we have been dealing with are what are called elementary.
Trapezoidal Approximations Greg Kelly, Hanford High School, Richland, Washington Modified: Mike Efram Healdsburg High School 2004 Photo by Vickie Kelly,
Numerical Integration using Trapezoidal Rule
Riemann Sums A Method For Approximating the Areas of Irregular Regions.
5.5 Numerical Integration
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
Clicker Question 1 What is ? A. x tan(x2) + C
Trapezoidal Approximation
Midpoint and Trapezoidal Rules
NUMERICAL INTEGRATION
5.1 Estimating with Finite Sums
TECHNIQUES OF INTEGRATION
A Method For Approximating the Areas of Irregular Regions
5.1 Estimating with Finite Sums
Applications of Integration
Objective: Be able to approximate the area under a curve.
5.5 Numerical Integration
Ch. 6 – The Definite Integral
Objective: Be able to approximate the area under a curve.
Warm-up 2/4 Find the AVERAGE VALUE of
5.5 Numerical Integration
Lesson 5-1: Estimating with Finite Sums
4.2/4.6 Approximating Area Mt. Shasta, California.
5.1 Estimating with Finite Sums
5.5 Numerical Integration
Arc Length … x y a b xi ... Pi P0 P1 Pn
4.6 The Trapezoidal Rule Mt. Shasta, California
Presentation transcript:

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 to find the antiderivative. At other times, we don’t even have a function, but only measurements taken from real life. What we need is an efficient method to estimate area when we can not find the antiderivative.

Actual area under curve:

Left-hand rectangular approximation: Approximate area: (too low)

Right-hand rectangular approximation: Approximate area: (too high)

Averaging the two: 1.25% error (too high)

Averaging right and left rectangles gives us trapezoids:

(still too high)

Trapezoidal Rule: ( h = width of subinterval ) This gives us a better approximation than either left or right rectangles.

Compare this with the Midpoint Rule: Approximate area: 0.625% error (too low) The midpoint rule gives a closer approximation than the trapezoidal rule, but in the opposite direction.

Ahhh! Oooh! Wow! Trapezoidal Rule: 1.25% error (too high) Midpoint Rule: (too low) 0.625% error Notice that the trapezoidal rule gives us an answer that has twice as much error as the midpoint rule, but in the opposite direction. Ahhh! If we use a weighted average: This is the exact answer! Oooh! Wow!

This weighted approximation gives us a closer approximation than the midpoint or trapezoidal rules. twice midpoint trapezoidal

Simpson’s Rule: ( h = width of subinterval, n must be even ) Example:

Simpson’s rule can also be interpreted as fitting parabolas to sections of the curve, which is why this example came out exactly. Simpson’s rule will usually give a very good approximation with relatively few subintervals. It is especially useful when we have no equation and the data points are determined experimentally. p