Skip to main content
K12 LibreTexts

9.1: Area Under the Curve

  • Page ID
    1251
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Calculating the area under a straight line can be done with geometry. Calculating the area under a curved line requires calculus. Often the area under a curve can be interpreted as the accumulated amount of whatever the function is modeling. Suppose a car’s speed in meters per second can be modeled by a quadratic for the first 8 seconds of acceleration:

    \[ s(t)=t^2 \nonumber\]

    How far has the car traveled in 8 seconds?


    Finding the Area Under a Curve

    The area under a curve can be approximated with rectangles equally spaced under a curve as shown below. For consistency, you can choose whether the boxes should hit the curve on the left hand corner, the right hand corner, the maximum value, or the minimum value. The more boxes you use the narrower the boxes will be and thus, the more accurate your approximation of the area will be.

    Screen Shot 2021-01-20 at 7.35.08 PM.png

    CC BY-SA

    Subintervals are created when an interval is broken into smaller, equally sized intervals. The blue approximation uses right handed boxes for the height of each subinterval. The red approximation assigns the height of the box to be the minimum value of the function in each subinterval. The green approximation assigns the height of the box to be the maximum value of the function in each subinterval. The yellow approximation uses left handed boxes. Rectangles above the x-axis will have positive area and rectangles below the x-axis will have negative area in this context.

    Using boxes to estimate the area under a curve is called a Riemann Sum. Take the functionf(x)=12x−2. To calculate the Riemann Sum (area under the curve) between 1 and 9 of the function, first draw the graph and the boxes.

    Screen Shot 2021-01-20 at 7.36.55 PM.png

    https://commons.wikimedia.org/wiki/F...onvergence.png - CC BY-SA

    The area of the first box is 2 times the height of the function evaluated at 3:

    \[ 2⋅(\frac{1}{2}⋅3−2)=3−4=−1 \nonumber\]

    Because this box is under the x-axis, its area is negative.

    The area for each of the rest of the boxes is 2 times the height of the function evaluated at 5, 7 and 9.

    \[ 2⋅(\frac{1}{2}⋅5−2)=5−4=1 \nonumber\]

    \[ 2⋅(\frac{1}{2}⋅7−2)=7−4=3 \nonumber\]

    \[ 2⋅(\frac{1}{2}⋅9−2)=9−4=5 \nonumber\]

    The approximate sum of the total area under the curve is: −1+1+3+5=8 square units.

    All four of the area approximations shown earlier get better as the number of boxes increase. In fact, the limit of each approximation as the number of subintervals(boxes) increases to infinity is the precise area under the curve. 

    This is where the calculus idea of an integral comes in. An integral is the limit of a sum as the number of summands increases to infinity. A summand is one of many pieces being summed together.

    \[ \int f(x)= \lim_{n \to ∞} \sum_{i=1}^n (\mbox{ Area of box i }) \nonumber\]

    The symbol on the left is the calculus symbol of an integral.


    Examples

    Example 1

    Earlier, you were asked to determine how far a car travels in 8 seconds. You can use the area under the curve to find the total distance traveled in the first 8 seconds. Since the quadratic is a curve you must choose the number of subintervals you want to use and whether you want right or left handed boxes for estimating. Suppose you choose 8 left handed boxes of width one.

    Screen Shot 2021-01-21 at 3.31.40 PM.png

    CC BY-SA

    x 0 1 2 3 4 5 6 7
    Area of box to the right 1⋅0 1⋅1 1⋅4 1⋅9 1⋅16 1⋅25 1⋅36 1⋅49

    The approximate sum is 1+4+9+16+25+36+49=140. This means that the car traveled approximately 140 meters in the first 8 seconds.

    Example 2

    Evaluate the exact area under the curve used earlier, \( f(x)=\frac{1}{2}x−2 \nonumber\), using the area formula for a triangle.

    Remember that the area below the x axis is negative while the area above the x axis is positive.

    Screen Shot 2021-01-22 at 8.04.02 PM.png

    CC BY-SA

    Negative Area: \( \frac{1}{2}⋅3⋅1.5=\frac{9}{4} \nonumber\)

    Positive Area: \( \frac{1}{2}⋅5⋅2.5=\frac{25}{4} \nonumber\)

    Area under the curve between 1 and 8: \( \frac{25}{4}−\frac{9}{4}=\frac{16}{4}=4 \nonumber\)

    If you compare this answer to the approximation from earlier, it appears that approximations that are 2 units wide produce an area with significant error.

    Example 3

    Logan travels by bike at 20 mph for 3 hours. Then she gets in a car and drives 60 mph for 2 hours. Sketch both the distance vs. time graph and the rate vs. time graph. Use an area under the curve argument to connect the two graphs.

    Distance vs. Time:

    Screen Shot 2021-01-22 at 8.19.54 PM.png

    CC BY-SA

    Rate vs. Time:

    Screen Shot 2021-01-22 at 9.24.00 PM.png

    CC BY-SA

    The slope of the first graph is 20 from 0 to 3 and then 60 from 3 to 5. The second graph is a graph of the slopes from the first graph. If you calculate the area of the second graph at the key points 0, 1, 2, 3, 4 and 5 you will see that they align perfectly with the points on the first graph.

    x Area under curve from 0 to x
    0 0
    1 20
    2 40
    3 60
    4 120
    5 180

    Example 4

    Approximate the area under the curve using eight subintervals and right endpoints.

    \[ f(x)=3x^2−1, −1≤x≤7 \nonumber\]

    While a graph is helpful to visualize the problem and drawing each box can help give meaning to each summand, it is not always necessary. Since there are going to be 8 subintervals over the total interval of −1≤x≤7, each interval is going to have a width of 1. The height of each interval is going to be at the right hand endpoints of each subinterval (0, 1, 2, 3, 4, 5, 6, 7).

    \[ \sum height⋅width = \sum_{i=0}^{7}(3i^2−1)⋅1=412 \nonumber\]

    Example 5

    Approximate the area under the curve using twenty subintervals and left endpoints.

    \[ f(x)=x^x, 1≤x≤3 \nonumber\]

    When the number of subintervals gets large and the subintervals get extremely narrow it will be impossible to draw an accurate picture. This is why using summation notation and thinking through what the indices and the argument will be is incredibly important. With 20 subintervals between [1,3], each interval will be 0.1 wide. Left endpoints means that the first box has a height of f(1) and the second box has a height of f(1.1).

    \[ \sum height⋅width=f(1)⋅0.1+f(1.1)⋅0.1+f(1.2)⋅0.1+⋯+f(2.9)⋅0.1 \nonumber\]

    \[ =0.1(f(1)+f(1.1)+⋯f(2.9)) \nonumber\]

    \[ =0.1⋅\sum_{i=10}^{29}f(\frac{i}{10}) \nonumber\]

    \[ =0.1⋅\sum_{i=10}^{29} (\frac{i}{10})^{(\frac{i}{10})} \nonumber\]

    \[ ≈12.47144 \nonumber\]

    Your calculator can compute summations when you go under the math menu.

    Screen Shot 2021-01-22 at 9.41.42 PM.png

    CC BY-SA

     


    Review

    1. Approximate the area under the curve using eight subintervals and right endpoints.

    \[ f(x)=x^2−x+1, 0≤x≤8 \nonumber\]

    2. Approximate the area under the curve using eight subintervals and left endpoints.

    \[ f(x)=x^2−2x+1, −4≤x≤4 \nonumber\]

    3. Approximate the area under the curve using twenty subintervals and left endpoints.

    \[ f(x)=\sqrt{x+3}, 0≤x≤4 \nonumber\]

    4. Approximate the area under the curve using 100 subintervals and left endpoints. Compare to your answer from #3.

    \[ f(x)=\sqrt{x+3}, 0≤x≤4 \nonumber\]

    5. Approximate the area under the curve using eight subintervals and left endpoints.

    \[ f(x)=cos(x), 0≤x≤4 \nonumber\]

    6. Approximate the area under the curve using twenty subintervals and left endpoints.

    \[ f(x)=cos(x), 0≤x≤4 \nonumber\]

    7. Approximate the area under the curve using 100 subintervals and left endpoints.

    \[ f(x)=cos(x), 0≤x≤4 \nonumber\]

    The following graph shows the rate (in miles per hour) vs. time (in hours) for a car.

    Screen Shot 2021-01-22 at 9.47.04 PM.png

    CC BY-SA

    8. Describe what is happening with the car.

    9. How far did the car travel in 5 hours?

    The following graph shows the rate (in feet per second) vs. time (in seconds) for a car.

    Screen Shot 2021-01-22 at 9.47.39 PM.png

    CC BY-SA

    10. Describe what is happening with the car. In particular, what is happening in the first 3 seconds?

    11. How far did the car travel in 5 seconds?

    The following graph shows the function f(x)=−(x−4)2+16, which represents the rate (in feet per second) vs. time (in seconds) for a runner.

    Screen Shot 2021-01-22 at 9.48.13 PM.png

    CC BY-SA

    12. Describe what is happening with the runner. In particular, what happens after 4 seconds?

    13. Use rectangles to approximate the total distance (in feet) that the runner traveled in the 8 seconds. Try to get as good an approximation as possible.

    14. Explain how an integral is like the opposite of a derivative.

    15. How do integrals relate to sums?


    Review (Answers)

    To see the Review answers, open this PDF file and look for section 14.9. 


    Vocabulary

    Term Definition
    Δ The symbol "Δ", read "delta", is used to denote "change in", as in "the change in velocity over time" = \( \frac{Δv}{t} \nonumber\).
    definite integral A definite integral gives the area between the x-axis and a curve over a defined interval.
    limit A limit is the value that the output of a function approaches as the input of the function approaches a given value.
    subintervals Subintervals are created when an interval is broken into smaller equally sized intervals.
    summand A summand is an expression being summed. It directly follows the sigma symbol.

    Additional Resources

    Video: Introduction to Definite Integrals

    Practice: Area Under the Curve


    This page titled 9.1: Area Under the Curve is shared under a CK-12 license and was authored, remixed, and/or curated by CK-12 Foundation via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    CK-12 Foundation
    LICENSED UNDER
    CK-12 Foundation is licensed under CK-12 Curriculum Materials License