Fiveable

Calculus II Unit 1 Review

QR code for Calculus II practice questions

1.2 The Definite Integral

1.2 The Definite Integral

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus II
Unit & Topic Study Guides

The Definite Integral

Components of definite integrals

The notation abf(x)dx\int_a^b f(x)\, dx represents the signed area between the curve y=f(x)y = f(x) and the xx-axis over the interval from x=ax = a to x=bx = b. Each piece of this notation has a specific meaning:

  • Integrand f(x)f(x): the function being integrated
  • Lower limit aa: the starting point of the interval
  • Upper limit bb: the endpoint of the interval
  • Differential dxdx: tells you the variable of integration

The word "signed" is doing real work here. Regions where the curve sits above the xx-axis contribute positive area, while regions below the xx-axis contribute negative area. This means a definite integral can come out to zero if the positive and negative regions cancel, even when there's clearly area between the curve and the axis.

Integrability of functions

A function f(x)f(x) is integrable on [a,b][a, b] if the definite integral abf(x)dx\int_a^b f(x)\, dx exists and has a finite value. For that to happen, the function needs to be bounded on the interval, meaning there exist values mm and MM such that mf(x)Mm \leq f(x) \leq M for all xx in [a,b][a, b].

The most useful fact here: if f(x)f(x) is continuous on [a,b][a, b], then it's guaranteed to be integrable. Functions with a finite number of jump discontinuities are also integrable, but continuous functions are the cleanest case.

Components of definite integrals, Integral - Wikipedia

Definite integrals as net area

The definite integral abf(x)dx\int_a^b f(x)\, dx computes the net area, not the total area. The distinction matters:

  • If f(x)0f(x) \geq 0 on the whole interval, the integral equals the geometric area under the curve.
  • If f(x)0f(x) \leq 0 on the whole interval, the integral equals the negative of the geometric area between the curve and the axis.
  • If f(x)f(x) crosses the xx-axis, the integral adds the positive pieces and subtracts the negative pieces.

For example, if the area above the axis is 7 and the area below is 3, the definite integral gives 73=47 - 3 = 4. If you wanted the total area instead, you'd need abf(x)dx\int_a^b |f(x)|\, dx, which is 7+3=107 + 3 = 10.

Riemann sums and the limit process

Definite integrals are formally defined as the limit of Riemann sums. The idea is to approximate the area with rectangles and then make the approximation exact:

  1. Partition the interval [a,b][a, b] into nn subintervals, each of width Δx=ban\Delta x = \frac{b - a}{n}.

  2. Choose a sample point xix_i^* in each subinterval (left endpoint, right endpoint, or midpoint are common choices).

  3. Build rectangles with height f(xi)f(x_i^*) and width Δx\Delta x. The Riemann sum is i=1nf(xi)Δx\sum_{i=1}^{n} f(x_i^*)\, \Delta x.

  4. Take the limit as nn \to \infty. The Riemann sum converges to the definite integral:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\, dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*)\, \Delta x

This is the formal foundation. In practice you won't compute most integrals this way, but understanding the limit process helps you see why integration works as accumulation of infinitely many infinitesimal quantities.

Components of definite integrals, Unit 2: Rules for integration – National Curriculum (Vocational) Mathematics Level 4

Evaluating and Applying the Definite Integral

Techniques for evaluating definite integrals

Symmetry shortcuts can save you significant work when the limits are symmetric around zero (i.e., [a,a][-a, a]):

  • Even functions satisfy f(x)=f(x)f(-x) = f(x). Their graphs are symmetric about the yy-axis, so: aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\, dx = 2\int_0^{a} f(x)\, dx
  • Odd functions satisfy f(x)=f(x)f(-x) = -f(x). The positive and negative halves cancel exactly: aaf(x)dx=0\int_{-a}^{a} f(x)\, dx = 0

For example, 33x3dx=0\int_{-3}^{3} x^3\, dx = 0 immediately because x3x^3 is odd.

Core integration rules you'll use constantly:

  1. Linearity: Constants factor out and integrals split over sums. ab[c1f(x)+c2g(x)]dx=c1abf(x)dx+c2abg(x)dx\int_a^b [c_1 f(x) + c_2 g(x)]\, dx = c_1 \int_a^b f(x)\, dx + c_2 \int_a^b g(x)\, dx

  2. Additivity over intervals: You can split an integral at any intermediate point cc. abf(x)dx+bcf(x)dx=acf(x)dx\int_a^b f(x)\, dx + \int_b^c f(x)\, dx = \int_a^c f(x)\, dx

  3. Fundamental Theorem of Calculus (Part 2): If F(x)=f(x)F'(x) = f(x), then: abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b) - F(a)

This is the result that connects derivatives and integrals. Instead of computing a limit of Riemann sums, you find an antiderivative FF, plug in the limits, and subtract.

Two additional properties worth knowing:

  • Reversing limits flips the sign: abf(x)dx=baf(x)dx\int_a^b f(x)\, dx = -\int_b^a f(x)\, dx
  • Equal limits give zero: aaf(x)dx=0\int_a^a f(x)\, dx = 0

Average value through definite integrals

The average value of f(x)f(x) on [a,b][a, b] is:

favg=1baabf(x)dxf_{\text{avg}} = \frac{1}{b - a} \int_a^b f(x)\, dx

Think of it this way: you're finding the height of a single rectangle that has the same base [a,b][a, b] and the same area as the region under the curve. That rectangle's height is the average value.

For a concrete example, if a car's velocity is given by v(t)v(t) over [0,10][0, 10], then 110010v(t)dt\frac{1}{10}\int_0^{10} v(t)\, dt gives the average velocity over those 10 seconds.

Applications of definite integrals

Definite integrals show up across many fields because they all involve accumulating a quantity over an interval. Common applications include:

  • Area between curves: Integrate the difference of two functions over the region where one lies above the other.
  • Volume of solids of revolution: Rotate a region about an axis and use disk, washer, or shell methods.
  • Arc length: Compute the distance along a curve using ab1+[f(x)]2dx\int_a^b \sqrt{1 + [f'(x)]^2}\, dx.
  • Work: When force varies with position, W=abF(x)dxW = \int_a^b F(x)\, dx.
  • Moments and centers of mass: Use integrals to account for how mass is distributed.
  • Probability: For continuous random variables, probabilities are areas under density curves.

When setting up any application problem, follow these steps:

  1. Identify the quantity being accumulated and the relevant function.
  2. Determine the correct limits of integration.
  3. Write the integral expression that matches the problem's geometry or physics.
  4. Evaluate the integral.
  5. Interpret the result with appropriate units and context.