โˆซCalculus I

Definite Integral Properties

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Definite integrals connect the abstract world of antiderivatives to concrete, numerical answers. You'll use integral properties to simplify calculations, interpret results geometrically, and tie integration back to differentiation through the Fundamental Theorem. These properties appear constantly: in free-response questions asking you to evaluate integrals without a calculator, in multiple-choice questions testing whether you understand why certain shortcuts work, and in applied problems involving average values and accumulation.

Definite integral properties fall into predictable categories: algebraic manipulation rules, symmetry shortcuts, comparison techniques, and evaluation strategies. Don't just memorize formulas. Understand what each property lets you do. Can you split an integral? Factor out a constant? Exploit symmetry to skip half the work? Knowing which tool to reach for is what separates students who struggle from those who move through integral problems with confidence.


Foundational Connections

These properties establish the core relationship between integration and differentiation, forming the backbone of everything else you'll do with definite integrals.

Fundamental Theorem of Calculus

  • Links differentiation and integration as inverse operations. This is the single most important theorem in Calculus I and appears on virtually every exam.
  • Evaluation formula (FTC Part 2): If FF is any antiderivative of ff on [a,b][a, b], then โˆซabf(x)โ€‰dx=F(b)โˆ’F(a)\int_a^b f(x) \, dx = F(b) - F(a)
  • FTC Part 1 goes the other direction: if you define F(x)=โˆซaxf(t)โ€‰dtF(x) = \int_a^x f(t) \, dt, then Fโ€ฒ(x)=f(x)F'(x) = f(x). This tells you that differentiation undoes integration.
  • Together, the two parts transform integration problems into antiderivative problems, eliminating the need for Riemann sums in most calculations.

Definite Integral as Area Under a Curve

  • Represents net signed area between the curve and the x-axis. Regions above the x-axis contribute positive area; regions below contribute negative area.
  • Defined as the limit of Riemann sums as the number of subintervals approaches infinity: limโกnโ†’โˆžโˆ‘i=1nf(xiโˆ—)ฮ”x\lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x
  • Can equal zero even for non-zero functions if positive and negative regions cancel exactly. For example, โˆซโˆ’11xโ€‰dx=0\int_{-1}^{1} x \, dx = 0 because the area below the x-axis on [โˆ’1,0][-1, 0] perfectly cancels the area above on [0,1][0, 1].

Compare: Fundamental Theorem vs. Riemann Sum Definition. Both define the same integral, but the FTC gives you a computational shortcut while Riemann sums provide the conceptual foundation. If an FRQ asks you to "set up but not evaluate" an integral, they want the Riemann sum thinking; if they ask you to evaluate, use the FTC.


Algebraic Manipulation Rules

These properties let you break apart, rearrange, and simplify integrals. They're essential for both computation and problem-solving.

Additivity of Intervals

  • Splits integrals at any point: โˆซacf(x)โ€‰dx=โˆซabf(x)โ€‰dx+โˆซbcf(x)โ€‰dx\int_a^c f(x) \, dx = \int_a^b f(x) \, dx + \int_b^c f(x) \, dx for any value bb (it doesn't even have to be between aa and cc, though it usually is in practice).
  • Works in reverse too. You can combine adjacent integrals into one, which is especially useful when given piecewise information.
  • This is the property you'll use most often when a problem gives you two integral values and asks you to find a third.

Reversing Integration Limits

  • Flipping limits negates the integral: โˆซabf(x)โ€‰dx=โˆ’โˆซbaf(x)โ€‰dx\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx
  • Integration has an orientation, much like direction on a number line. Integrating "backwards" reverses the sign.
  • This is your rescue tool when you accidentally set up limits in the wrong order or need to combine integrals whose limits don't match up.

Zero-Width Interval

  • When the limits are equal, the integral is zero: โˆซaaf(x)โ€‰dx=0\int_a^a f(x) \, dx = 0
  • This follows directly from the definition (there's no interval to integrate over), and it's consistent with the FTC since F(a)โˆ’F(a)=0F(a) - F(a) = 0.

Linearity (Constant Multiple and Sum Rules)

  • Constants factor out freely: โˆซabkโ‹…f(x)โ€‰dx=kโ‹…โˆซabf(x)โ€‰dx\int_a^b k \cdot f(x) \, dx = k \cdot \int_a^b f(x) \, dx
  • Sums and differences split apart: โˆซab[f(x)ยฑg(x)]โ€‰dx=โˆซabf(x)โ€‰dxยฑโˆซabg(x)โ€‰dx\int_a^b [f(x) \pm g(x)] \, dx = \int_a^b f(x) \, dx \pm \int_a^b g(x) \, dx
  • These two rules together are called linearity of integration. They let you handle each piece of a complicated integrand separately.

Compare: Additivity of Intervals vs. Linearity. Additivity splits the domain (where you're integrating), while linearity manipulates the integrand (what you're integrating). Both simplify complex integrals, but they attack different parts of the problem.


Symmetry Shortcuts

When functions have special symmetry properties, you can dramatically reduce your workload on symmetric intervals.

Integration of Even Functions

  • Even functions satisfy f(โˆ’x)=f(x)f(-x) = f(x), meaning they're symmetric about the y-axis. Common examples: x2x^2, x4x^4, cosโกx\cos x, โˆฃxโˆฃ|x|.
  • Symmetric interval shortcut: โˆซโˆ’aaf(x)โ€‰dx=2โˆซ0af(x)โ€‰dx\int_{-a}^{a} f(x) \, dx = 2\int_0^a f(x) \, dx
  • The left half is a mirror image of the right half, so you just double the right half. Always check for this before computing the full integral.

Integration of Odd Functions

  • Odd functions satisfy f(โˆ’x)=โˆ’f(x)f(-x) = -f(x), meaning they have rotational symmetry about the origin. Common examples: x3x^3, x5x^5, sinโกx\sin x, tanโกx\tan x.
  • Symmetric interval result: โˆซโˆ’aaf(x)โ€‰dx=0\int_{-a}^{a} f(x) \, dx = 0
  • The positive and negative regions cancel exactly. This gives you an instant answer with zero antiderivative work. It's a favorite trick in multiple-choice questions.

Compare: Even vs. Odd Function Integration. Both exploit symmetry over [โˆ’a,a][-a, a], but even functions double while odd functions vanish. To test which you have: plug in โˆ’x-x and see if you get f(x)f(x) (even), โˆ’f(x)-f(x) (odd), or neither (no shortcut applies). Products of even/odd functions follow sign rules like multiplication: odd ร—\times odd = even, even ร—\times odd = odd, even ร—\times even = even.


Estimation and Comparison

When you can't find an exact answer, or when a problem only asks for bounds, these tools are what you need.

Comparison Theorem

  • Establishes bounds: if f(x)โ‰คg(x)f(x) \leq g(x) on [a,b][a, b], then โˆซabf(x)โ€‰dxโ‰คโˆซabg(x)โ€‰dx\int_a^b f(x) \, dx \leq \int_a^b g(x) \, dx
  • Inequality relationships between functions are preserved when you integrate.
  • A useful special case: if mโ‰คf(x)โ‰คMm \leq f(x) \leq M on [a,b][a, b], then m(bโˆ’a)โ‰คโˆซabf(x)โ€‰dxโ‰คM(bโˆ’a)m(b - a) \leq \int_a^b f(x) \, dx \leq M(b - a). This gives you quick rectangular bounds on any integral.

Average Value of a Function

  • Formula: favg=1bโˆ’aโˆซabf(x)โ€‰dxf_{\text{avg}} = \frac{1}{b-a} \int_a^b f(x) \, dx
  • Geometric interpretation: favgf_{\text{avg}} is the height of a rectangle with base [a,b][a, b] whose area equals the area under the curve.
  • This appears in physics applications (average velocity, average temperature) and connects to the Mean Value Theorem for Integrals, which guarantees that some cc in [a,b][a, b] satisfies f(c)=favgf(c) = f_{\text{avg}} (provided ff is continuous).

Compare: Comparison Theorem vs. Average Value. Comparison gives you inequalities (upper and lower bounds), while average value gives you a single representative number. Both extract useful information from an integral without necessarily requiring you to evaluate it fully.


Evaluation Techniques

These strategies transform difficult integrals into manageable ones.

Integration by Substitution for Definite Integrals

When you spot a composite function structure in the integrand, substitution is your go-to technique. Here's the process:

  1. Identify the inner function and set u=g(x)u = g(x).
  2. Compute du=gโ€ฒ(x)โ€‰dxdu = g'(x) \, dx and solve for dxdx if needed.
  3. Convert the limits: when x=ax = a, the new lower limit is u=g(a)u = g(a); when x=bx = b, the new upper limit is u=g(b)u = g(b).
  4. Rewrite the entire integral in terms of uu and dudu.
  5. Evaluate using the new limits. No back-substitution is needed since you already converted the bounds.

This is cleaner than indefinite substitution because you never have to return to the original variable.

Definite Integrals of Periodic Functions

  • Period property: if ff has period TT (meaning f(x+T)=f(x)f(x + T) = f(x) for all xx), then โˆซaa+Tf(x)โ€‰dx\int_a^{a+T} f(x) \, dx gives the same value regardless of the starting point aa.
  • Scaling shortcut: โˆซ0nTf(x)โ€‰dx=nโˆซ0Tf(x)โ€‰dx\int_0^{nT} f(x) \, dx = n \int_0^T f(x) \, dx for any positive integer nn.
  • For example, โˆซ04ฯ€sinโก2(x)โ€‰dx=2โˆซ02ฯ€sinโก2(x)โ€‰dx\int_0^{4\pi} \sin^2(x) \, dx = 2 \int_0^{2\pi} \sin^2(x) \, dx because sinโก2(x)\sin^2(x) has period ฯ€\pi, so 4ฯ€4\pi covers 4 full periods and 2ฯ€2\pi covers 2.

Compare: Substitution vs. Symmetry Shortcuts. Substitution is a technique you apply when the integrand has a composite structure, while symmetry is a recognition that lets you skip work entirely. Check for symmetry first; if that doesn't apply, look for substitution patterns.


Quick Reference Table

CategoryTools
Core theoremFundamental Theorem of Calculus (Parts 1 and 2)
Algebraic manipulationLinearity, Additivity of Intervals, Reversing Limits, Zero-Width Interval
Symmetry exploitationEven Function Integration, Odd Function Integration
Estimation/boundsComparison Theorem
Representative valuesAverage Value of a Function
Variable transformationIntegration by Substitution
Special function typesPeriodic Function Integration

Self-Check Questions

  1. If โˆซ03f(x)โ€‰dx=7\int_0^3 f(x) \, dx = 7 and โˆซ05f(x)โ€‰dx=12\int_0^5 f(x) \, dx = 12, what is โˆซ35f(x)โ€‰dx\int_3^5 f(x) \, dx? Which property did you use?

  2. Without computing any antiderivatives, evaluate โˆซโˆ’22x5cosโก(x)โ€‰dx\int_{-2}^{2} x^5 \cos(x) \, dx. What did you check first? (Hint: determine whether the integrand is even, odd, or neither.)

  3. How does the Fundamental Theorem of Calculus differ from the Riemann sum definition of a definite integral? When would you use each approach?

  4. Given that 0โ‰คsinโก2(x)โ‰ค10 \leq \sin^2(x) \leq 1 on [0,ฯ€][0, \pi], what bounds can you establish for โˆซ0ฯ€sinโก2(x)โ€‰dx\int_0^{\pi} \sin^2(x) \, dx?

  5. If โˆซ04f(x)โ€‰dx=10\int_0^4 f(x) \, dx = 10, what is the average value of ff on [0,4][0, 4]? What's the geometric interpretation of your answer?