Andromeda
Note

Properties of Definite Integrals

Definition

The properties of definite integrals are a set of algebraic rules that describe how integrals behave under transformation, combination, and comparison. They allow for the manipulation of integrals without needing to evaluate them directly.

Why It Matters

These properties are the “rules of engagement” for calculus. They provide the logical shortcuts needed to simplify complex problems, allowing engineers and scientists to manipulate mathematical models of the real world with speed and precision.

Core Concepts

  • Additivity: abfdx+bcfdx=acfdx\int_a^b f dx + \int_b^c f dx = \int_a^c f dx (the total interval is the sum of its parts).
    • How to read: “The integral from a to b plus the integral from b to c equals the integral from a to c.”
    • Meaning: Split or combine intervals freely—the total accumulation is unchanged.
  • Order of Integration: bafdx=abfdx\int_b^a f dx = -\int_a^b f dx (integrating backward flips the sign).
    • How to read: “The integral from b to a equals the negative integral from a to b.”
    • Meaning: Reversing direction negates signed area.
  • Linearity: Integrals distribute across sums ((f±g)dx=fdx±gdx\int (f \pm g) dx = \int f dx \pm \int g dx) and allow constants to be pulled out (kfdx=kfdx\int k f dx = k \int f dx).
    • How to read: “The integral of f plus or minus g equals the integral of f plus or minus the integral of g, and the integral of k times f equals k times the integral of f.”
    • Meaning: Integration is a linear operator on functions.
  • Domination: If f(x)g(x)f(x) \geq g(x), then its integral is also greater than or equal to the integral of g(x)g(x).
    • How to read: “If f of x is at least g of x, then the integral of f is at least the integral of g.”
    • Meaning: Pointwise ordering of functions implies ordering of total accumulation.

Connected Concepts