Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
6.1 Accumulation of change
6.2 Riemann sums & area
6.3 Definite integrals
6.4 Accumulation functions
6.5 Behavior of accumulation functions
6.6 Fundamental theorem of calculus
6.7 Indefinite integrals
6.8 u-substitution
6.9 Long division & completing the square
7. Differential equations
8. Applications of integrals
9. Testing details tag
10. test
Wrapping up
Achievable logoAchievable logo
6.3 Definite integrals
Achievable AP Calculus AB
6. Integration
Our AP Calculus AB course is currently in development and is a work-in-progress.

Definite integrals

7 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • Converting between expressions of Riemann sums in summation notation and definite integrals
  • Evaluating simple definite integrals as net signed area

Summation notation

Summation notation provides a compact way to write the total of many terms added together. A right Riemann sum with n subintervals can be written as

k=1∑n​Δx⋅f(xk​)

where

  • Σ stands for “sum.”
  • The index variable k starts at 1 and increases by 1 until it reaches n.
  • n terms are being added, one for each rectangle.

Δx is still the width of each rectangle, or nb−a​

The sample point xk​ is defined as

xk​=a+kΔx

A left Riemann sum can be written instead as

k=0∑n−1​Δx⋅f(xk​)

Where the index k starts at 0 and the 1st sample point is x0​=a (the left endpoint).

From approximations to integrals

Riemann sums are merely approximations of the area. But the more rectangles there are that fit under the curve nicely, the more accurate the area becomes. As the number of rectangles n approaches ∞, then Δx approaches 0, and the approximation becomes exact. This leads to what is called the definite integral, which is defined to be the net sum of the areas of the infinitely many and narrow rectangles.

Definite integral

∫ab​f(x)dx=n→∞lim​k=1∑n​Δx⋅f(xk​)

The left-hand side is read as the “definite integral f(x) from a to b,” where dx represents the width Δx that is infinitesimally small.

x=a and x=b are the limits of integration where a is the lower bound and b is the upper bound.

f(x) is the integrand (that is being integrated).

Evaluating the definite integral will produce a value that is the exact net signed area under the curve f(x) from x=a to x=b.

In this half of calculus, integrals are just as important as derivatives were in the 1st half. The integral sign ∫ is an elongated S that represents summation and tells us to add up small changes or pieces.

Just as the notation f′(x) represents the derivative of f(x), the integral sign is a key symbol you’ll see repeatedly when working with area problems and more.

Definite integral as a limit

You may be expected to either write or recognize the definite integral as a limit of a Riemann sum. Because

  • Δx=nb−a​ and

  • xk​=a+kΔx

the limit with Δx⋅f(xk​) can be rewritten as

n→∞lim​k=1∑n​Δx(nb−a​)​​⋅f(xk​a+nb−a​⋅k​​)

Examples

1. Express the definite integral as the limit of a Riemann sum

∫24​sin(x)dx

Solution

In this integral, a=2,b=4, and f(x)=sin(x). Then

Δx=n4−2​

=n2​

and the sample point is

xk​=2+k⋅n2​

Then

f(xk​)=sin(2+n2k​)

The limit is then

n→∞lim​k=1∑n​n2​⋅sin(2+n2k​)​

Next is the other way around - writing a limit as a definite integral.

2. Express the limit of the Riemann sum as a definite integral

n→∞lim​k=1∑n​n1​(1+nk​)2

Solution

(spoiler)

The key is to recognize each component of the sum.

n1​ corresponds to Δx=nb−a​.

This means that b−a=1

(1+nk​)2 corresponds to f(xk​).

Since xk​=a+kΔx, it suggests that suggests that a=1 and the function f(x)=x2.

If a=1 and (b−a)=1, then b=2, and one such definite integral that produces this sum could be

∫12​x2dx​

However, this is not the only definite integral that could work. If we let a=0,b=1, and f(x)=(1+x)2, then

Δx=n1​

as well, and

f(xk​)=(1+(a+kΔx))2

=(1+(0+k⋅n1​))2

=(1+nk​)2

which produces the same summation of

n→∞lim​k=1∑n​n1​(1+nk​)2

Therefore another answer (and not limited to just these two) could be

∫01​(1+x)2dx​

Graphically, this should make sense - the 2nd function (1+x)2 is simply the 1st one (x2) shifted left by 1 unit. Since the bounds of integration, a and b, are also shifted left by 1 unit, the entire region shifts and the area remains the same.

Evaluating definite integrals

When a problem asks you to evaluate the definite integral, it’s looking for the net signed area of f(x) from x=a to x=b.

Later on, techniques to evaluate definite integrals with more complicated functions in the integrand will be covered. For now, the next few examples involve simple geometric shapes to familiarize you with definite integral notation.

Examples

1. Evaluate

∫−21​2xdx

Solution

Evaluating this integral will give the net signed area as shaded in the graph below. A1​ will be negative since it’s below the x-axis and A2​ will be positive.

Signed area
Signed area

A1​ is a triangle with a base length of 2 and a height of 4, so the signed area is

A1​=−21​(2)(4)

=−4

A2​ is a triangle with a base length of 1 and a height of 2, and the signed area is

A2​=21​(1)(2)

=1

Then the net signed area is the sum, or

−4+1=−3

Therefore

∫−21​2xdx=−3​

2. Evaluate

∫−11​∣x∣dx

Solution

(spoiler)

The region formed between f(x)=∣x∣ and the x-axis consists of 2 congruent triangles, both above the x-axis - one from x=−1 to x=0 and the other from x=0 to x=1. Each triangle has a base length of 1 and a height of 1. Then the total area is

2×Area of 1 triangle

=2×21​(1)(1)

=1

Therefore

∫−11​∣x∣dx=1​

Sign up for free to take 7 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.