Fiveable

♾️AP Calculus AB/BC Unit 6 Review

QR code for AP Calculus AB/BC practice questions

6.6 Applying Properties of Definite Integrals

6.6 Applying Properties of Definite Integrals

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

Definite integral properties let you find the value of an integral by using area and algebraic rules, often without finding an antiderivative. You use rules like reversing limits, splitting an interval into adjacent pieces, and pulling out constants to combine known integral values into new ones. For AP Calculus, track signs carefully when intervals reverse or areas fall below the x-axis.

Why This Matters for the AP Calculus Exam

Definite integral properties show up constantly on the AP Calculus exam, especially when a problem gives you a few integral values and asks you to build a new one. You often see these in multiple-choice questions where a table or graph gives areas, and in free-response questions where you need to break an integral into adjacent intervals or combine pieces. Getting fluent with these properties means you can solve quickly without grinding through antiderivatives, which saves time for harder problems.

This topic also connects to reading integrals as signed area. When part of a region sits below the x-axis, that area counts as negative, and these properties help you keep the signs straight.

Key Takeaways

  • A definite integral abf(x)dx\int_{a}^{b} f(x)\, dx gives a single number, which you can read as the signed area between f(x)f(x) and the x-axis on [a,b][a, b].
  • When the upper and lower limits match, the integral is 0: aaf(x)dx=0\int_{a}^{a} f(x)\, dx = 0.
  • Swapping the limits flips the sign: baf(x)dx=abf(x)dx\int_{b}^{a} f(x)\, dx = -\int_{a}^{b} f(x)\, dx.
  • Constants pull out front, and sums or differences of functions split into separate integrals.
  • Adjacent intervals add: abf(x)dx+bcf(x)dx=acf(x)dx\int_{a}^{b} f(x)\, dx + \int_{b}^{c} f(x)\, dx = \int_{a}^{c} f(x)\, dx, and you can rearrange this to solve for any piece.
  • You can evaluate some integrals using geometry (triangles, rectangles, semicircles), and the definition still works for functions with removable or jump discontinuities.

What Is a Definite Integral?

A definite integral integrates a function over an interval [a,b][a, b] and gives you an actual number as the answer, not an expression with +C+ C. You can also read it as the signed area between f(x)f(x) and the x-axis on [a,b][a, b].

abf(x)dx\int_{a}^{b}f(x)\, dx

Each part of the notation matters:

  • bb is the upper limit of integration.
  • aa is the lower limit of integration.
  • f(x)f(x) is the function you are integrating with respect to xx.

"Signed area" is the key idea. Area above the x-axis counts as positive, and area below the x-axis counts as negative. So an integral can come out negative even though area itself is never negative.

Properties of Definite Integrals

Learn and get comfortable with these properties. They let you combine known integrals into new ones.

1. The Zero Rule. When the upper and lower limits are the same, the integral equals zero. As an area, both limits at the same spot give you no width, so there is no area.

aaf(x)dx=0\int_{a}^{a}f(x)\, dx = 0

2. Reversing the limits. If the limits are swapped (the larger number on the bottom), you can rewrite the integral by negating it.

baf(x)dx=abf(x)dx\int_{b}^{a}f(x)\, dx = -\int_{a}^{b}f(x)\, dx

3. Constant multiple. A constant factor kk can move to the front of the integral.

abkf(x)dx=kabf(x)dx\int_{a}^{b}k\cdot f(x)\, dx = k\int_{a}^{b}f(x)\, dx

4. Sum and difference. If two functions are added or subtracted in the integrand, you can integrate them separately.

ab[f(x)+g(x)]dx=abf(x)dx+abg(x)dx\int_{a}^{b}[f(x)+g(x)]\, dx = \int_{a}^{b}f(x)\, dx + \int_{a}^{b}g(x)\, dx ab[f(x)g(x)]dx=abf(x)dxabg(x)dx\int_{a}^{b}[f(x)-g(x)]\, dx = \int_{a}^{b}f(x)\, dx - \int_{a}^{b}g(x)\, dx

5. Adjacent intervals. An integral from aa to cc can be split at any point bb in between by adding the two pieces. You can rearrange this to solve for either piece.

abf(x)dx+bcf(x)dx=acf(x)dx\int_{a}^{b}f(x)\, dx +\int_{b}^{c}f(x)\, dx = \int_{a}^{c}f(x)\, dx

For example, you can rearrange it like this:

acf(x)dxabf(x)dx=bcf(x)dx\int_{a}^{c}f(x)\, dx -\int_{a}^{b}f(x)\, dx = \int_{b}^{c}f(x)\, dx

Evaluating With Geometry

Some definite integrals are easiest to evaluate by recognizing the shape under the curve. If f(x)f(x) is linear or made of straight pieces, the region is often a triangle, rectangle, or trapezoid, and you can use familiar area formulas. A semicircle works the same way when the curve is the top half of a circle. Remember to count any area below the x-axis as negative.

The definition of the definite integral still works for functions that have removable or jump discontinuities, so you can integrate piecewise-defined functions as long as the breaks are isolated points.

How to Use This on the AP Calculus Exam

Problem Solving

When a problem gives you several integral values and asks for a new one, line up the intervals and decide which property connects them. Most of these reduce to the adjacent-interval rule plus the constant multiple and sum/difference rules.

Walkthrough. If 15f(x)dx=3\int_{1}^{5}f(x) \, dx = 3, 510f(x)dx=5\int_{5}^{10}f(x) \, dx = 5, and 1013f(x)dx=7\int_{10}^{13}f(x) \, dx = -7, find 113f(x)dx\int_{1}^{13}f(x) \, dx.

The target interval runs from 1 to 13, and the given pieces line up end to end, so add them.

113f(x)dx=15f(x)dx+510f(x)dx+1013f(x)dx\int_{1}^{13}f(x) \, dx = \int_{1}^{5}f(x) \, dx + \int_{5}^{10}f(x) \, dx + \int_{10}^{13}f(x) \, dx 113f(x)dx=3+57\int_{1}^{13}f(x) \, dx = 3+5-7 113f(x)dx=1\int_{1}^{13}f(x) \, dx = 1

Example 2. If 110g(x)dx=12\int_{1}^{10}g(x) \, dx = 12 and 610g(x)dx=7\int_{6}^{10}g(x) \, dx = -7, find 16g(x)dx\int_{1}^{6}g(x) \, dx.

Here you are given the larger interval and one piece of it, so subtract.

16g(x)dx=110g(x)dx610g(x)dx\int_{1}^{6}g(x)\, dx = \int_{1}^{10}g(x)\, dx - \int_{6}^{10}g(x)\, dx 16g(x)dx=12(7)\int_{1}^{6}g(x)\, dx = 12-(-7) 16g(x)dx=19\int_{1}^{6}g(x)\, dx = 19

Common Trap

Example 3. If 110f(x)dx=15\int_{1}^{10}f(x)\, dx = 15 and 106f(x)dx=12\int_{10}^{6}f(x)\, dx = 12, find 16f(x)dx\int_{1}^{6}f(x)\, dx.

Watch the limits. One integral runs from 10 to 6, so rewrite it with the smaller number on the bottom by flipping the sign (the reversing-limits rule).

610f(x)dx=12\int_{6}^{10}f(x)\, dx = -12

Now combine the pieces.

16f(x)dx=110f(x)dx610f(x)dx\int_{1}^{6}f(x)\, dx = \int_{1}^{10}f(x)\, dx \, - \int_{6}^{10}f(x)\, dx 16f(x)dx=15(12)\int_{1}^{6}f(x)\, dx = 15 - (-12) 16f(x)dx=27\int_{1}^{6}f(x)\, dx = 27

Practice Problems

Try each one before checking the solution.

  1. If 119h(x)dx=17\int_{1}^{19}h(x)\, dx = 17, 619h(x)dx=2\int_{6}^{19}h(x)\, dx = 2, and 46h(x)dx=3\int_{4}^{6}h(x)\, dx = -3, find 14h(x)dx\int_{1}^{4}h(x)\, dx.
  2. If 18f(x)dx=8\int_{1}^{8}f(x)\, dx = -8 and 830f(x)dx=200\int_{8}^{30}f(x)\, dx = 200, find 130f(x)dx\int_{1}^{30}f(x)\, dx.
  3. If 14g(x)dx=8\int_{1}^{4}g(x)\, dx = -8 and 42g(x)dx=3\int_{4}^{2}g(x)\, dx = 3, find 12g(x)dx\int_{1}^{2}g(x)\, dx.

Question 1 Solution

14h(x)dx=119h(x)dx619h(x)dx46h(x)dx\int_{1}^{4}h(x)\, dx = \int_{1}^{19}h(x)\, dx - \int_{6}^{19}h(x)\, dx - \int_{4}^{6}h(x)\, dx 14h(x)dx=172(3)\int_{1}^{4}h(x)\, dx = 17-2-(-3) 14h(x)dx=18\int_{1}^{4}h(x)\, dx = 18

Question 2 Solution

130f(x)dx=18f(x)dx+830f(x)dx\int_{1}^{30}f(x) \, dx = \int_{1}^{8}f(x) \, dx + \int_{8}^{30}f(x) \, dx 130f(x)dx=8+200\int_{1}^{30}f(x)\, dx = -8+200 130f(x)dx=192\int_{1}^{30}f(x)\, dx = 192

Question 3 Solution

Since 42g(x)dx=3\int_{4}^{2}g(x)\, dx = 3 runs from 4 to 2, flip it: 24g(x)dx=3\int_{2}^{4}g(x)\, dx = -3.

12g(x)dx=14g(x)dx24g(x)dx\int_{1}^{2}g(x)\, dx = \int_{1}^{4}g(x)\, dx - \int_{2}^{4}g(x)\, dx 12g(x)dx=8(3)\int_{1}^{2}g(x)\, dx = -8-(-3) 12g(x)dx=5\int_{1}^{2}g(x)\, dx= -5

Common Misconceptions

  • A definite integral is not always positive. Area below the x-axis counts as negative, so the result can be negative or zero even when the curve covers real area.
  • Reversing limits is not the same as leaving them alone. Swapping the upper and lower limits flips the sign of the whole integral.
  • The constant multiple rule only lets you pull out constants, not variables. You cannot move a factor like xx outside the integral.
  • The sum and difference rule applies to functions being added or subtracted, not multiplied or divided. There is no property that splits the integral of a product into a product of integrals.
  • Splitting at a point only works when the point lies in the interval and you keep the order consistent. Mixing up which interval is the whole and which is the piece leads to sign errors.
  • Equal limits give 0, not the value of ff. The integral aaf(x)dx\int_{a}^{a} f(x)\, dx is always 0 because there is no width.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

area

In the context of definite integrals, the region between a curve and the x-axis over a specified interval.

definite integral

The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.

integral of a constant times a function

The property stating that the integral of a constant multiplied by a function equals the constant times the integral of the function.

integral of a function over adjacent intervals

The property stating that the integral of a function over a combined interval equals the sum of integrals over each subinterval.

integral of the sum of two functions

The property stating that the integral of a sum of functions equals the sum of the integrals of the individual functions.

jump discontinuity

A type of discontinuity where the left-hand and right-hand limits of a function exist but are not equal, causing the function to jump from one value to another.

properties of definite integrals

Rules that govern how definite integrals behave, including linearity, reversal of limits, and additivity over adjacent intervals.

removable discontinuity

A discontinuity that can be eliminated by defining or redefining the function value at that point to equal the limit.

reversal of limits of integration

The property stating that reversing the upper and lower limits of a definite integral changes the sign of the result.

Frequently Asked Questions

What are the main properties of definite integrals?

The main properties include the zero rule, reversing limits, constant multiples, sums and differences, and adjacent intervals. These properties let you combine or rearrange known definite integral values without always finding an antiderivative.

What happens when you reverse the limits of a definite integral?

Reversing the limits changes the sign of the definite integral. In symbols, the integral from b to a of f(x) dx equals the negative of the integral from a to b of f(x) dx. This is one of the most common sign traps in AP Calculus.

How do adjacent intervals work for definite integrals?

Adjacent intervals add. If a, b, and c line up on the x-axis, then the integral from a to b plus the integral from b to c equals the integral from a to c. You can rearrange this property to solve for a missing piece.

Can you pull constants out of definite integrals?

Yes. A constant multiple can be moved outside the integral: the integral of k times f(x) equals k times the integral of f(x). This helps when a problem asks for the integral of a scaled version of a function.

How do you evaluate definite integrals using geometry?

Use geometry when the graph forms familiar regions like rectangles, triangles, trapezoids, or semicircles. Area above the x-axis counts positive, and area below the x-axis counts negative, so the integral gives signed area.

Do definite integrals work with discontinuities?

The definite integral can still apply to functions with removable or jump discontinuities when the behavior is otherwise manageable on the interval. AP Calculus 6.6 expects you to know that isolated breaks do not automatically prevent using definite integral properties.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot