TOPIC

Definite integral

MY PROGRESS

Pug Score

0%

Best Streak

0 in a row

Study Points

+0

Overview

Practice

Watch

Read

Quiz

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Best Practice

No score

Read

Not viewed

Best Quiz

No attempts


Best Streak

0 in a row

Study Points

+0

Read

Definite Integral

This lesson explains the definite integral, its notation, and how it represents the net signed area between a curve and the x-axis over an interval. It connects Riemann sums to the fundamental theorem of calculus, covers key properties and rules, and works through examples evaluating definite integrals step by step.

What Is a Definite Integral?

A definite integral is a number that represents the net signed area between the graph of a function \(f(x)\) and the \(x\)-axis, over a fixed interval from \(x = a\) to \(x = b\). Unlike an indefinite integral, which produces a family of antiderivatives plus a constant \(C\), a definite integral always evaluates to a single, specific value.

Notation and Formula

The definite integral of \(f(x)\) from \(a\) to \(b\) is written as

\(\int_a^b f(x)\,dx\)

Here \(a\) is the lower limit of integration and \(b\) is the upper limit. Any area below the \(x\)-axis counts as negative, so the definite integral gives the net area, not simply the total area between the curve and the axis.

Graph of y equals x squared with the area shaded between x equals 0 and x equals 2 Plot of y = x**2 for x in [0, 2.5] 0 0.5 1 1.5 2 2.5 0 2 4 6 x y a = 0 b = 2
The shaded region under \(y = x^2\) from \(x = 0\) to \(x = 2\) is the definite integral \(\int_0^2 x^2\,dx\).

From Riemann Sums to the Definite Integral

The definite integral is formally defined as a limit of sums. Slice the interval \([a, b]\) into \(n\) thin rectangles, add up their areas, and let \(n\) approach infinity, this is exactly the idea behind a Riemann sum. As the rectangles get infinitely thin, the sum of their areas approaches the exact value of \(\int_a^b f(x)\,dx\). This limiting process is why the definite integral gives an exact area rather than an approximation.

Evaluating a Definite Integral with the Fundamental Theorem of Calculus

Computing a definite integral directly from a Riemann sum is slow, so in practice you use the fundamental theorem of calculus. If \(F(x)\) is an antiderivative of \(f(x)\), then

\(\int_a^b f(x)\,dx = F(b) - F(a)\)

This means evaluating a definite integral is really a two-step process: find an antiderivative of the function (review antiderivatives if you need a refresher), then plug in the upper and lower limits and subtract.

Key Properties and Rules of Definite Integrals

These rules make evaluating and manipulating definite integrals much easier:

  • Reversing the limits flips the sign: \(\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx\)
  • A zero-width interval gives zero area: \(\int_a^a f(x)\,dx = 0\)
  • Additivity over intervals: \(\int_a^b f(x)\,dx + \int_b^c f(x)\,dx = \int_a^c f(x)\,dx\)
  • Linearity: \(\int_a^b [f(x) \pm g(x)]\,dx = \int_a^b f(x)\,dx \pm \int_a^b g(x)\,dx\)
  • Constant multiple rule: \(\int_a^b k\,f(x)\,dx = k\int_a^b f(x)\,dx\)

Worked Example

Evaluate \(\int_0^2 x^2\,dx\).

Step 1: Find an antiderivative of \(x^2\), which is \(\frac{x^3}{3}\).

Step 2: Apply the fundamental theorem of calculus.

\(\int_0^2 x^2\,dx = \left[\frac{x^3}{3}\right]_0^2 = \frac{2^3}{3} - \frac{0^3}{3} = \frac{8}{3}\)

So the shaded region shown above has an area of exactly \(\frac{8}{3}\) square units.

The Derivative of a Definite Integral

A related idea is what happens when you differentiate a definite integral whose upper limit is a variable, such as \(\frac{d}{dx}\int_a^x f(t)\,dt\). By the fundamental theorem of calculus, this simply equals \(f(x)\). If the upper limit is itself a function \(g(x)\), you multiply by \(g'(x)\) using the chain rule. This connection between differentiation and integration is one of the most useful shortcuts in calculus.

Related lessons