Definite Integral Properties

Two key properties of definite integrals: reversing the bounds negates the integral, and integrating over a single point gives zero.

abf=baf,aaf=0\int_a^b f = -\int_b^a f, \qquad \int_a^a f = 0

Solve a problem with Definite Integral Properties

Type the problem. The solver will use Definite Integral Properties where Definite Integral Properties is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Definite Integral Properties takes
ff
aa
bb
Definite Integral Properties
SymbolMeaning
ffA function of the integration variable whose antiderivative can be found on the interval from aa to bb.
aaThe lower bound of integration; swapping aa and bb changes the sign of the integral.
bbThe upper bound of integration; when b=ab = a, the integral always equals zero.

When to use it

Use these properties when evaluating integrals with reversed bounds or when you encounter an integral with equal upper and lower limits.

Level

Usually taught in: Calculus I

Worked examples

1. Compare integrals with reversed bounds

Problem

Evaluate 132xdx\int_1^3 2x \, dx and 312xdx\int_3^1 2x \, dx. Show how they are related by the definite integral properties.
  1. 132xdx=[x2]13\int_1^3 2x \, dx = \left[x^2\right]_1^3

    We apply the power rule for integration to get the antiderivative x2x^2, then evaluate it at both bounds.

  2. [x2]13=(3)2(1)2=91=8\left[x^2\right]_1^3 = (3)^2 - (1)^2 = 9 - 1 = 8

    Substitute the upper bound x=3x = 3 first, then subtract the value at the lower bound x=1x = 1.

  3. 312xdx=[x2]31=(1)2(3)2=19=8\int_3^1 2x \, dx = \left[x^2\right]_3^1 = (1)^2 - (3)^2 = 1 - 9 = -8

    When the bounds are reversed, the evaluation goes from 1 to 3 in reverse order, producing the opposite sign.

Answer: 132xdx=8 and 312xdx=8\int_1^3 2x \, dx = 8 \text{ and } \int_3^1 2x \, dx = -8

This example demonstrates the first property directly: 132xdx=312xdx\int_1^3 2x \, dx = -\int_3^1 2x \, dx because 8=(8)8 = -(-8). Reversing the bounds always negates the integral, no matter what function you are integrating.

2. Evaluate an integral with equal bounds

Problem

Evaluate 55(x3+4x+2)dx\int_5^5 (x^3 + 4x + 2) \, dx.
  1. Lower bound: a=5,Upper bound: b=5\text{Lower bound: } a = 5, \quad \text{Upper bound: } b = 5

    We identify the bounds of integration from the integral notation.

  2. a=ba = b

    We observe that the bounds are equal, which means the property aaf=0\int_a^a f = 0 applies immediately.

  3. 55(x3+4x+2)dx=0\int_5^5 (x^3 + 4x + 2) \, dx = 0

    By the definition of definite integrals, any integral with equal bounds equals zero, regardless of the function.

Answer: 55(x3+4x+2)dx=0\int_5^5 (x^3 + 4x + 2) \, dx = 0

When integrating over a single point (where bounds are equal), no distance is traversed along the x-axis, so no area is accumulated. This property saves time by providing an instant answer without computing the antiderivative.

3. Concert merchandise revenue comparison

Problem

A concert venue models merchandise sales revenue as r(t)=200+30tr(t) = 200 + 30t dollars per hour, where tt is the time in hours. The merchandise stand operates from hour 2 to hour 6. Calculate 26r(t)dt\int_2^6 r(t) \, dt and compare it to the incorrect reverse calculation 62r(t)dt\int_6^2 r(t) \, dt.
  1. 26(200+30t)dt=[200t+15t2]26\int_2^6 (200 + 30t) \, dt = \left[200t + 15t^2\right]_2^6

    We find the antiderivative using the power rule: the antiderivative of 200200 is 200t200t and the antiderivative of 30t30t is 15t215t^2.

  2. [200t+15t2]26=(2006+1562)(2002+1522)\left[200t + 15t^2\right]_2^6 = (200 \cdot 6 + 15 \cdot 6^2) - (200 \cdot 2 + 15 \cdot 2^2)

    Evaluate the antiderivative at the upper bound t=6t = 6 and subtract its value at the lower bound t=2t = 2.

  3. (1200+1536)(400+154)=(1200+540)(400+60)=1740460=1280(1200 + 15 \cdot 36) - (400 + 15 \cdot 4) = (1200 + 540) - (400 + 60) = 1740 - 460 = 1280

    Perform the arithmetic: 62=366^2 = 36 and 22=42^2 = 4, then compute step by step.

  4. 62(200+30t)dt=[200t+15t2]62=(400+60)(1200+540)=4601740=1280\int_6^2 (200 + 30t) \, dt = \left[200t + 15t^2\right]_6^2 = (400 + 60) - (1200 + 540) = 460 - 1740 = -1280

    When the bounds are reversed, the antiderivative is evaluated backwards: the lower bound value is subtracted from the upper bound value in the opposite order.

Answer: 26r(t)dt=1280 dollars; 62r(t)dt=1280 dollars\int_2^6 r(t) \, dt = 1280 \text{ dollars; } \int_6^2 r(t) \, dt = -1280 \text{ dollars}

In real applications, bounds can be reversed by mistake. This property shows that 26r(t)dt=62r(t)dt\int_2^6 r(t) \, dt = -\int_6^2 r(t) \, dt, so reversing bounds produces the opposite sign. This is invaluable for checking work in problems involving net displacement, net work, or net revenue where directional measurement matters.

Common mistakes

Where Definite Integral Properties usually goes wrong
Answer came out wrong
Writing abf=baf\int_a^b f = \int_b^a f (claiming the integrals are equal)
The correct property is abf=baf\int_a^b f = -\int_b^a f—reversing the bounds negates the integral, not leaves it unchanged.
Assuming aaf=0\int_a^a f = 0 means that any integral where f(a)=f(b)f(a) = f(b) equals zero
The property requires the upper and lower limits to be identical (like 55f\int_5^5 f), not that f(a)=f(b)f(a) = f(b).
Computing 77(2x3+5)dx\int_7^7 (2x^3 + 5) \, dx by finding the antiderivative and evaluating at both bounds
Recognize immediately that aaf=0\int_a^a f = 0 for any integrable function, so the answer is 0 without computing an antiderivative.
The mistakeWhy it is wrongThe fix
Writing abf=baf\int_a^b f = \int_b^a f (claiming the integrals are equal)Students forget the negative sign in the property, leading to incorrect conclusions about how reversing bounds affects the integral.The correct property is abf=baf\int_a^b f = -\int_b^a f—reversing the bounds negates the integral, not leaves it unchanged.
Assuming aaf=0\int_a^a f = 0 means that any integral where f(a)=f(b)f(a) = f(b) equals zeroStudents confuse the bounds being equal with the function values being equal at those bounds.The property requires the upper and lower limits to be identical (like 55f\int_5^5 f), not that f(a)=f(b)f(a) = f(b).
Computing 77(2x3+5)dx\int_7^7 (2x^3 + 5) \, dx by finding the antiderivative and evaluating at both boundsStudents apply the Fundamental Theorem of Calculus without noticing that the bounds are equal, wasting time on unnecessary calculation.Recognize immediately that aaf=0\int_a^a f = 0 for any integrable function, so the answer is 0 without computing an antiderivative.

Tips and when to use something else

  • When your bounds are equal, immediately apply aaf=0\int_a^a f = 0 rather than computing an antiderivative—this saves substantial calculation time.
  • Use the reversal property as a sanity check: if you calculate abf\int_a^b f and get some value VV, then baf\int_b^a f should give you V-V.
  • Combine these properties with the Additivity of Integrals property (acf+cbf=abf\int_a^c f + \int_c^b f = \int_a^b f) to split complex integrals into simpler, more manageable pieces when you cannot evaluate them directly.
  • For problems on net change or net displacement, these properties help you set up your integral correctly before applying the Fundamental Theorem of Calculus to compute the actual value.

Frequently asked questions

Why is an integral with equal bounds always zero?
When the upper and lower limits are identical, there is no interval to traverse along the x-axis. You are measuring area over zero distance, so the accumulated area is zero by definition.
If I reverse the bounds of an integral, does it always become negative?
Yes, by the property abf=baf\int_a^b f = -\int_b^a f. If the original integral is positive, the reversed one is negative; if the original is negative, the reversed one is positive. The magnitudes are equal but the signs are opposite.
Can I use these properties to check my answer?
Absolutely. If you compute abf\int_a^b f and get some value VV, then computing baf\int_b^a f should give you V-V. If the signs do not match, you have made an arithmetic error.
Do these properties work for all functions?
Yes, these properties hold for any integrable function ff on the relevant interval. They are fundamental properties of the definite integral itself, not restrictions to specific types of functions or expressions.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18