AP-CALCBC-6.6

U6.6 Properties of Definite Integrals

Master AP Calculus BC properties of definite integrals: linearity, additivity, reversed limits, zero-width, and bounding rules with worked examples and practice.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U6.6 Properties of Definite Integrals, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Once you know that a definite integral represents accumulated area (signed area) under a curve, you can manipulate integrals without ever computing an antiderivative. Topic 6.6 gives you the algebraic rulebook: how integrals split, combine, scale, flip, and get bounded. These properties show up constantly on the AP exam — especially in problems where you are given a table or graph of one function and asked to evaluate a combination of integrals.

This lesson teaches each property, explains why it works geometrically, and shows the exact ways the exam disguises them. Learn these five ideas cold and you will save time on both the multiple-choice and free-response sections.

Linearity: Constants and Sums

The linearity property lets you pull out constant multiples and break up sums. Formally, for constants kk:abkf(x)dx=kabf(x)dx\int_a^b k\,f(x)\,dx = k\int_a^b f(x)\,dxand for two integrable functions,ab(f(x)±g(x))dx=abf(x)dx±abg(x)dx.\int_a^b \big(f(x)\pm g(x)\big)\,dx = \int_a^b f(x)\,dx \pm \int_a^b g(x)\,dx.Both halves combine into the general rule ab(c1f+c2g)dx=c1abfdx+c2abgdx\int_a^b (c_1 f + c_2 g)\,dx = c_1\int_a^b f\,dx + c_2\int_a^b g\,dx.

Geometrically, scaling a function by kk scales every strip of area by kk, and adding functions stacks their signed areas. A common exam setup gives you abf(x)dx=5\int_a^b f(x)\,dx = 5 and abg(x)dx=2\int_a^b g(x)\,dx = -2 and asks for ab(3f(x)g(x))dx=3(5)(2)=17\int_a^b (3f(x)-g(x))\,dx = 3(5)-(-2)=17.

The most frequent mistake is trying to apply linearity to products or quotients. There is no rule that fg=fg\int f g = \int f \cdot \int g. Linearity works only for sums, differences, and constant multiples. Watch also for a constant hidden inside, like abf(x)4dx=14abf(x)dx\int_a^b \frac{f(x)}{4}\,dx = \frac{1}{4}\int_a^b f(x)\,dx.

Additivity, Reversed Limits, and Zero Width

Three structural properties control the limits of integration.

Additivity: for any cc between or even outside aa and bb,abf(x)dx=acf(x)dx+cbf(x)dx.\int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx.This lets you glue adjacent intervals together or split one interval where a formula changes (piecewise functions).

Reversed limits: swapping the bounds flips the sign,abf(x)dx=baf(x)dx.\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx.Zero width: when the bounds are equal, the integral is zero,aaf(x)dx=0.\int_a^a f(x)\,dx = 0.
PropertyStatementUse it when
Additivityac=ab+bc\int_a^c = \int_a^b + \int_b^cCombining/splitting intervals
Reversed limitsab=ba\int_a^b = -\int_b^aBounds are backwards
Zero widthaa=0\int_a^a = 0Upper equals lower limit
The exam loves to give 15f=8\int_1^5 f = 8 and 13f=3\int_1^3 f = 3 and ask for 35f\int_3^5 f. Use additivity: 35f=15f13f=83=5\int_3^5 f = \int_1^5 f - \int_1^3 f = 8-3=5. If a given integral runs the wrong direction, flip it first and change the sign before combining.

Bounding (Comparison) Properties

If you know how big or small a function is on an interval, you can bound its integral without computing it. If f(x)0f(x)\ge 0 on [a,b][a,b] (with aba\le b), then abf(x)dx0\int_a^b f(x)\,dx \ge 0. More generally, if f(x)g(x)f(x)\le g(x) for all xx in [a,b][a,b], thenabf(x)dxabg(x)dx.\int_a^b f(x)\,dx \le \int_a^b g(x)\,dx.The most useful special case is the min–max bound. If mf(x)Mm\le f(x)\le M on [a,b][a,b], thenm(ba)abf(x)dxM(ba).m(b-a) \le \int_a^b f(x)\,dx \le M(b-a).Here m(ba)m(b-a) and M(ba)M(b-a) are the areas of rectangles that fit under and over the region. This gives a quick sanity check on any numerical answer.

A typical AP question: given that 2f(x)72\le f(x)\le 7 on [0,4][0,4], bound 04f(x)dx\int_0^4 f(x)\,dx. The width is 44, so 2404f742\cdot 4 \le \int_0^4 f \le 7\cdot 4, i.e. 804f288 \le \int_0^4 f \le 28. Remember these comparison rules require aba\le b; if the interval is reversed, the inequalities flip along with the sign.

How the AP Exam Combines the Properties

Real exam problems chain several properties together, usually from a table of values or a graph. The strategy is always the same: write the target integral in terms of the given integrals using additivity, fix any reversed limits, then apply linearity.

Consider a problem giving 04f=10\int_0^4 f = 10, 06f=4\int_0^6 f = 4, and 06g=12\int_0^6 g = 12, asking for 46(2f(x)g(x))dx\int_4^6 (2f(x)-g(x))\,dx. First distribute linearity: 246f46g2\int_4^6 f - \int_4^6 g. Then use additivity on ff: 46f=06f04f=410=6\int_4^6 f = \int_0^6 f - \int_0^4 f = 4-10=-6. You are not given 46g\int_4^6 g directly, so if the problem intends 06g\int_0^6 g, read carefully — the exam is precise about limits.

A graph version asks you to read areas of triangles and rectangles, assign signs (below the axis is negative signed area), then combine. Keep a clean ledger of each piece. The single biggest error students make is forgetting the sign when flipping limits or when a region lies below the xx-axis. Slow down on those two moves and these questions become nearly automatic.

Key terms

Linearity.
The property that ab(c1f+c2g)dx=c1abfdx+c2abgdx\int_a^b (c_1 f + c_2 g)\,dx = c_1\int_a^b f\,dx + c_2\int_a^b g\,dx; constants factor out and sums split.
Additivity.
For any point cc, abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f, allowing intervals to be joined or split.
Reversed limits.
Swapping the upper and lower bounds negates the integral: abf=baf\int_a^b f = -\int_b^a f.
Zero-width interval.
An integral whose limits are equal is zero: aafdx=0\int_a^a f\,dx = 0.
Comparison (bounding) property.
If fgf\le g on [a,b][a,b] with aba\le b, then abfabg\int_a^b f \le \int_a^b g.
Min–max bound.
If mf(x)Mm\le f(x)\le M on [a,b][a,b], then m(ba)abfdxM(ba)m(b-a)\le \int_a^b f\,dx \le M(b-a).
Signed area.
The value of a definite integral, counting area above the axis as positive and below as negative.

Worked example

Suppose 27f(x)dx=9\int_2^7 f(x)\,dx = 9, 25f(x)dx=4\int_2^5 f(x)\,dx = 4, and 25g(x)dx=3\int_2^5 g(x)\,dx = -3. Evaluate 57(3f(x))dx+52g(x)dx\int_5^7 \big(3f(x)\big)\,dx + \int_5^2 g(x)\,dx.
Handle each integral separately, then add.

First term: apply linearity to pull out the 3, giving 357f(x)dx3\int_5^7 f(x)\,dx. You are not given 57f\int_5^7 f directly, so use additivity: 27f=25f+57f\int_2^7 f = \int_2^5 f + \int_5^7 f. Substituting the known values, 9=4+57f9 = 4 + \int_5^7 f, so 57f=5\int_5^7 f = 5. Then 357f=3(5)=153\int_5^7 f = 3(5) = 15.

Second term: 52g(x)dx\int_5^2 g(x)\,dx has reversed limits. Flip them and change the sign: 52g=25g=(3)=3\int_5^2 g = -\int_2^5 g = -(-3) = 3.

Add the two results: 15+3=1815 + 3 = 18.

The key moves were recognizing that additivity recovers the missing 57f\int_5^7 f, and that the reversed-limit integral needed a sign flip before using its given value.

Practice questions

Given 06f(x)dx=14\int_0^6 f(x)\,dx = 14 and 02f(x)dx=5\int_0^2 f(x)\,dx = 5, what is 26(f(x)+3)dx\int_2^6 \big(f(x)+3\big)\,dx?
  1. 9
  2. 12
  3. 21
  4. 27

Answer: 21

By additivity, 26f=06f02f=145=9\int_2^6 f = \int_0^6 f - \int_0^2 f = 14-5 = 9. Then use linearity, noting 263dx=3(62)=12\int_2^6 3\,dx = 3(6-2)=12 because the integral of a constant is the constant times the interval width. Total: 9+12=219+12 = 21.
On the interval [1,5][1,5] a continuous function satisfies 2h(x)4-2 \le h(x) \le 4. Find the smallest and largest possible values of 15h(x)dx\int_1^5 h(x)\,dx, and explain your reasoning.

Answer: The smallest possible value is 8-8 and the largest possible value is 1616.

Apply the min–max bound with m=2m=-2, M=4M=4, and width ba=51=4b-a = 5-1 = 4. Then m(ba)=2(4)=8m(b-a) = -2(4) = -8 and M(ba)=4(4)=16M(b-a) = 4(4)=16, so 815h16-8 \le \int_1^5 h \le 16. These extremes are approached when hh is nearly constant at its minimum or maximum across the whole interval.
If abf(x)dx=7\int_a^b f(x)\,dx = 7, what is ba2f(x)dx\int_b^a 2f(x)\,dx?
  1. 14
  2. 7
  3. -7
  4. -14

Answer: -14

Pull out the constant with linearity: ba2f=2baf\int_b^a 2f = 2\int_b^a f. Reversing the limits flips the sign: baf=abf=7\int_b^a f = -\int_a^b f = -7. So 2(7)=142(-7) = -14.

FAQ

Do these properties require me to know the antiderivative of the function?
No. Every property in Topic 6.6 is about manipulating integrals you are already given, using signed-area reasoning. That is exactly why the exam uses them with abstract functions, tables, and graphs where no formula is available.
Is there a product rule or quotient rule for definite integrals?
No. Linearity applies only to sums, differences, and constant multiples. In general fg(f)(g)\int fg \ne (\int f)(\int g) and fgfg\int \frac{f}{g} \ne \frac{\int f}{\int g}. Products and quotients require actual integration techniques like substitution or parts.
What is the fastest way to handle reversed limits?
Immediately rewrite the integral in standard order and attach a negative sign: baf=abf\int_b^a f = -\int_a^b f. Do this before combining with additivity so you never mix up which sign goes where.
How does additivity work if c is outside the interval [a,b]?
The formula ab=ac+cb\int_a^b = \int_a^c + \int_c^b holds for any real cc, not just points between aa and bb, as long as ff is integrable there. If cc lies outside, one of the pieces simply carries the appropriate sign from its reversed limits.

Learn this with a teacher, not a page

The Crimsora tutor teaches U6.6 Properties of Definite Integrals live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.