Study Guide

Properties of definite integrals

AP Calculus BCΒ· AP Calculus BC CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. Basic Algebraic Properties of Definite Integralsβ˜…β˜…β˜†β˜†β˜†β± 4 min

All basic algebraic properties of definite integrals follow directly from the limit definition of the Riemann sum. These rules let you rearrange, simplify, and solve for unknown integral values without computing full Riemann sums or antiderivatives.

  1. Zero interval rule: If upper and lower bounds are equal, for any integrable . Geometrically, there is no area over a single point.

  2. Reversal of limits rule: Swapping upper and lower bounds flips the sign of the integral: .

  3. Constant multiple rule: Constants factor out of integrals: for any constant .

  4. Sum/difference rule: The integral of a sum/difference equals the sum/difference of integrals: .

  5. Additivity over intervals: For any three real numbers , , regardless of the order of .

πŸ“ Worked Example

Given that and , find the value of .

  1. 1

    Apply the reversal of limits rule to the second given integral:

    ∫24f(x)dx=βˆ’βˆ«42f(x)dx=βˆ’3\int_2^4 f(x) dx = - \int_4^2 f(x) dx = -3
  2. 2

    Use additivity to split the known integral from 2 to 6:

    ∫26f(x)dx=∫24f(x)dx+∫46f(x)dx=8\int_2^6 f(x) dx = \int_2^4 f(x) dx + \int_4^6 f(x) dx = 8
  3. 3

    Substitute the known value and solve for :

    βˆ’3+∫46f(x)dx=8β€…β€ŠβŸΉβ€…β€Šβˆ«46f(x)dx=11-3 + \int_4^6 f(x) dx = 8 \implies \int_4^6 f(x) dx = 11
  4. 4

    Apply the constant multiple rule to get the final result:

    ∫465f(x)dx=5Γ—11=55\int_4^6 5 f(x) dx = 5 \times 11 = 55

Exam tip:

If you are given multiple integral values and asked for an unknown, always write down the additivity rule explicitly first, mapping which bounds you need to combine, to avoid sign errors from limit reversal.

2. Symmetry Properties for Even and Odd Functionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

Symmetry properties let you simplify and evaluate integrals over symmetric intervals centered at , i.e., , without computing full antiderivatives, saving significant time on multiple-choice questions. Recall that an even function satisfies (symmetric across the y-axis) and an odd function satisfies (symmetric about the origin).

πŸ”¬ Derivation
Goal:

Derive symmetry rules for integrals of odd/even functions over

Starting from:

Split the integral into two halves:

  1. 1

    For an odd function, substitute into the first integral: , when , ; when ,

    βˆ«βˆ’a0f(x)dx=∫a0f(βˆ’u)(βˆ’du)=∫0aβˆ’f(u)du=βˆ’βˆ«0af(u)du\int_{-a}^0 f(x) dx = \int_a^0 f(-u) (-du) = \int_0^a -f(u) du = - \int_0^a f(u) du
  2. 2

    Add the two integrals to get the total for odd :

    βˆ’βˆ«0af(u)du+∫0af(x)dx=0- \int_0^a f(u) du + \int_0^a f(x) dx = 0
  3. 3

    For an even function, the same substitution gives , so the first integral becomes , so total integral is:

    ∫0af(u)du+∫0af(x)dx=2∫0af(x)dx\int_0^a f(u) du + \int_0^a f(x) dx = 2 \int_0^a f(x) dx
Result:

The final symmetry rules are: for odd , ; for even , .

πŸ“ Worked Example

Evaluate without integrating term-by-term.

  1. 1

    Check parity of each term: any power is odd if is odd, and is always odd for constant .

  2. 2

    All terms in the integrand are odd: (odd), (odd), (odd), (odd). The sum of odd functions is odd, so the entire integrand is odd.

  3. 3

    The interval is symmetric around 0, so by the odd function symmetry rule, the integral equals 0.

    βˆ«βˆ’33(5x7βˆ’4x3+2xβˆ’6sin⁑x)dx=0\int_{-3}^3 \left( 5x^7 - 4x^3 + 2x - 6 \sin x \right) dx = 0

Exam tip:

Always check for symmetry before expanding or integrating a polynomial or trigonometric function over a symmetric interval β€” the answer is often 0 for an odd integrand, saving you 2+ minutes of unnecessary computation.

3. Comparison Properties and the Mean Value Theorem for Integralsβ˜…β˜…β˜…β˜†β˜†β± 3 min

Comparison properties let you bound the value of a definite integral without computing it exactly, a common multiple-choice question type. The core comparison rules are:

  1. If for all and , then .

  2. If for all and , then .

πŸ“˜ Definition

Mean Value Theorem (MVT) for Integrals

If is continuous on , then there exists at least one point such that . The value is the average value of on , and the net area under equals the area of a rectangle with height and width .

πŸ“ Worked Example

For on , find the value of guaranteed by the MVT for Integrals, rounded to one decimal place. Use the approximation .

  1. 1

    By the MVT for Integrals, equals the average value, which is:

    f(c)=1bβˆ’a∫abf(x)dx=12βˆ’0∫02eβˆ’x2dxf(c) = \frac{1}{b-a} \int_a^b f(x) dx = \frac{1}{2-0} \int_0^2 e^{-x^2} dx
  2. 2

    Substitute the given approximation for the integral:

    f(c)=0.8822=0.441f(c) = \frac{0.882}{2} = 0.441
  3. 3

    Set , then take the natural logarithm of both sides:

    βˆ’c2=ln⁑(0.441)β‰ˆβˆ’0.818-c^2 = \ln(0.441) \approx -0.818
  4. 4

    Solve for positive (since must be in ):

    c=0.818β‰ˆ0.9c = \sqrt{0.818} \approx 0.9

Exam tip:

When asked for the average value of a function on an interval, never forget to divide the integral by β€” this is one of the most commonly missed points on AP FRQ questions.

4. AP-Style Worked Practice Problemsβ˜…β˜…β˜…β˜†β˜†β± 3 min

πŸ“ Worked Example

Given that and , what is the value of ?
Options: A) 4, B) 12, C) 18, D) 54

  1. 1

    Use additivity to split the integral over :

    ∫15f(x)dx=∫12f(x)dx+∫25f(x)dx\int_1^5 f(x) dx = \int_1^2 f(x) dx + \int_2^5 f(x) dx
  2. 2

    Substitute the known values and solve for :

    11=∫12f(x)dx+7β€…β€ŠβŸΉβ€…β€Šβˆ«12f(x)dx=411 = \int_1^2 f(x) dx + 7 \implies \int_1^2 f(x) dx = 4
  3. 3

    Apply the constant multiple rule to get the final result:

    ∫123f(x)dx=3Γ—4=12\int_1^2 3 f(x) dx = 3 \times 4 = 12
  4. 4

    The correct answer is option B.

πŸ“ Worked Example

The power , measured in kilowatts (kW), drawn by a factory over a 24-hour period starting at midnight () is given by , where is hours after midnight. Total energy consumed is given by . Use properties of definite integrals to find , in kilowatt-hours (kWh).

  1. 1

    Split the integral using the sum rule:

    E=∫0242tdt+∫02410sin⁑(Ο€t12)dtE = \int_0^{24} 2t dt + \int_0^{24} 10 \sin\left(\frac{\pi t}{12}\right) dt
  2. 2

    For the second integral, substitute , shifting the interval to :

    10βˆ«βˆ’1212sin⁑(Ο€(u+12)12)du=10βˆ«βˆ’1212sin⁑(Ο€u12+Ο€)du=βˆ’10βˆ«βˆ’1212sin⁑(Ο€u12)du10 \int_{-12}^{12} \sin\left(\frac{\pi(u+12)}{12}\right) du = 10 \int_{-12}^{12} \sin\left(\frac{\pi u}{12} + \pi\right) du = -10 \int_{-12}^{12} \sin\left(\frac{\pi u}{12}\right) du
  3. 3

    is an odd function, so the integral over the symmetric interval equals 0, making the entire second term 0.

  4. 4

    Evaluate the first term using the Fundamental Theorem of Calculus:

    ∫0242tdt=[t2]024=242βˆ’0=576\int_0^{24} 2t dt = \left[t^2\right]_0^{24} = 24^2 - 0 = 576
  5. 5

    The total energy consumed is 576 kWh.

5. Common Pitfalls

Wrong move:

Claiming additivity only works when is between and , marking as invalid.

Why:

Students memorize additivity from geometric examples where is between bounds, but the rule holds for any order of .

Correct move:

If the upper bound of the first integral matches the lower bound of the second integral, additivity holds automatically, and the sign will be correct after applying the reversal rule.

Wrong move:

Assuming a polynomial with leading odd degree is entirely odd, ignoring constant or even-degree terms, incorrectly claiming .

Why:

Students check only the leading term for parity instead of all terms in the integrand.

Correct move:

Check every term in the integrand separately for parity before applying the symmetry rule.

Wrong move:

Forgetting to change the sign when reversing integral limits, e.g., writing .

Why:

Students associate integrals with positive area and forget definite integrals measure net signed area.

Correct move:

Every time you write an integral with the upper bound smaller than the lower bound, immediately add a negative sign when reversing the limits.

Wrong move:

Separating the integral of a product into the product of integrals, e.g., .

Why:

Students incorrectly generalize the constant multiple and sum rules to products of functions.

Correct move:

Memorize that the integral of a product is not the product of integrals; use integration by parts or substitution to evaluate products.

Wrong move:

Claiming that if on , then even when .

Why:

Students remember the comparison rule for and forget reversing bounds flips the sign of the integral.

Correct move:

Always confirm before applying comparison properties; if , reverse the bounds and flip the inequality sign.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Zero Interval

Always true for any integrable

Reversal of Limits

Always true, flips the sign of the integral

Constant Multiple

must be constant with respect to

Sum/Difference Rule

Applies to any finite sum of integrable functions

Additivity over Intervals

Holds for any order of

Odd Function Symmetry

Only applies if and

Even Function Symmetry

Only applies if and

MVT for Integrals (Average Value)

exists if is continuous on

Comparison Rule

If on , then

Reverse the inequality if after reversing limits

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Find unknown integral value from given values

  • 2022 Β· FRQ

    Average value of a continuous function

  • 2021 Β· MCQ

    Simplify integral over symmetric interval

What's Next

Mastering properties of definite integrals is an essential prerequisite for every integration technique that comes next in Unit 6. Immediately after this topic, you will learn u-substitution for definite integrals, where you will need to correctly adjust bounds and apply reversal and additivity rules to simplify substituted integrals. This topic also forms the foundation for later topics including integration by parts, improper integrals, and applications of integration such as finding net area, volume, and average value of functions over an interval. Without solid command of the sign rules and additivity, you will make frequent avoidable errors when manipulating integrals in these future topics, especially in FRQ questions where multiple steps of integral rearrangement are required.