Main content
AP®︎/College Calculus AB
Course: AP®︎/College Calculus AB > Unit 6
Lesson 2: Approximating areas with Riemann sums- Riemann approximation introduction
- Over- and under-estimation of Riemann sums
- Left & right Riemann sums
- Worked example: finding a Riemann sum using a table
- Left & right Riemann sums
- Worked example: over- and under-estimation of Riemann sums
- Over- and under-estimation of Riemann sums
- Midpoint sums
- Trapezoidal sums
- Understanding the trapezoidal rule
- Midpoint & trapezoidal sums
- Riemann sums review
© 2023 Khan AcademyTerms of usePrivacy PolicyCookie Notice
Understanding the trapezoidal rule
Walk through an example using the trapezoid rule, then try a couple of practice problems on your own.
By now you know that we can use Riemann sums to approximate the area under a function. Riemann sums use rectangles, which make for some pretty sloppy approximations. But what if we used trapezoids to approximate the area under a function instead?
Key idea: By using trapezoids (aka the "trapezoid rule") we can get more accurate approximations than by using rectangles (aka "Riemann sums").
An example of the trapezoid rule
Let's check it out by using three trapezoids to approximate the area under the function on the interval .
Here's how that looks in a diagram when we call the first trapezoid , the second trapezoid , and the third trapezoid :
Recall that the area of a trapezoid is where is the height and and are the bases.
Finding the area of
We need to think about the trapezoid as if it's lying sideways.
The height is the at the bottom of that spans to .
The first base is the value of at , which is .
The second base is the value of at , which is .
Here's how all of this looks visually:
Let's put this all together to find the area of :
Simplify:
Finding the area of
Let's find the height and both of the bases:
Plug in and simplify:
Find the area of
Finding the total area approximation
We find the total area by adding up the area of each of the three trapezoids:
Here's the final simplified answer:
You should pause here and walk through the algebra to make sure you understand how we got this!
Practice problem
Challenge problem
Want to join the conversation?
- In the answers for every problem why is everything but the first and last term times 2? Why isn't everything times 2?(18 votes)
- The first and last terms are the outer bases of the trapezoids on each end of the graph, whereas the inner terms are the bases of the two trapezoids either side of the term. So when you sum the areas of all the trapezoids you can simplify by saying 2 times the inner terms, rather than adding them twice.(55 votes)
- Where is he getting the ln(x) from?(0 votes)
- The original formula for the graph was F(x) = 3*ln(x). So when evaluating any Y at a specific X, you have 3*ln of that X to give you that Y. For example, at X=2, Y=3*ln(2)(9 votes)
- Is there any formula to find the error? like the trapezoid method gives us approximate area, so can we have some solutions to find the range for this approximation?(2 votes)
- Since you eventually learn how to find the exact area under the curve I never learned it, but really taking that and then subtracting the trapeoidal sum would get you the error(5 votes)
- So I'm learning Numerical Integration. It is part of numerical integration? Is the Trapezoid Rule a derivation of Riemann's Sums?(0 votes)
- Trapezoid Rule is a form of Riemann's Summs, but it uses trapezoids not rectangles. Also, this explains why integration works, integration takes the limit as number of shapes approaches infinity. Which is the area under the curve.(8 votes)
- I'm a little bit confused, not on how to answer these problems, but on why we are deciding to learn trapezoidal approximation.
I understand learning rectangular summation because that is what integrals are based on, but why trapezoidal? Couldn't we just learn to integrate and get an even better answer? I think that I'm probably just missing something.(1 vote)- Thing is, we won't always know the equation of the curve to just integrate it. There are cases where we model data, get a graph and it doesn't resemble any of your "special curves". In such cases, approximations are the best way to find the area, and the better the approximation, the closer you are to the true value.(6 votes)
- It looks like there might be an error in the solution for the second last problem. In the working out for T3 it shows:
T3 = (1/2)(2ln(5)+2ln(6.5))*(3/2) = (3/2)(ln(5)+3ln(6.5))
But that 3 in front of the ln(6.5) on the RHS of the equation shouldn't be there, should it?(3 votes) - the last question I don't understand how its plus two on each interval and where that came from? also, why is it only on the first and second intervals where we add the two and not the last two?(2 votes)
- Is the question, or it’s working correct?
We want to find 3 trapezoidal sums total from 0 to 6 of function (x-3)^2 , answer is 22 in the practice questions, my doubt is why did we add rectangle in the middle from 2 to 4, as they are distinct shapes?
Thanks(1 vote)- Depending on your definition of a trapezoid, rectangles can be considered a type of trapezoid.(2 votes)
- From the different Riemann sum methods (Left, Right, Midpoint, Trapezoid), would the Trapezoidal sums be the most accurate?
It seems like they would be, unless there are other methods that I'm not aware of?(1 vote) - Do you think you can clarify how we find Delta x over 2? I am a little confused about how the last one is 1 rather than 2.(1 vote)