---
title: "The Definite Integral and the Area Under a Curve"
description: "Estimate the area under a curve with rectangles, then evaluate it exactly by substituting the limits into the antiderivative. Areas below the axis come out negative and have to be handled separately."
canonical: https://lightmysky.com/learn/mathematics/the-definite-integral-and-the-area-under-a-curve-mt_S2IO2S7kgd
source: https://lightmysky.com/learn/mathematics/the-definite-integral-and-the-area-under-a-curve-mt_S2IO2S7kgd.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# The Definite Integral and the Area Under a Curve

Estimate the area under a curve with rectangles, then evaluate it exactly by substituting the limits into the antiderivative. Areas below the axis come out negative and have to be handled separately.

Subject: Mathematics · Area: Calculus & Analysis · Ages 17 to 18
Page: https://lightmysky.com/learn/mathematics/the-definite-integral-and-the-area-under-a-curve-mt_S2IO2S7kgd

## Ready when they can

- Estimate an area with rectangles and compare it with the exact value
- Evaluate a definite integral using square-bracket notation
- Split an integral at a root so that area below the axis is counted correctly

## Lesson: From rectangles to exact area

Before brackets, there were rectangles. Slice the region under the curve into thin strips, treat each strip as a rectangle, and add them up. The height of each strip comes from the function at your chosen sample: left end, right end, or middle. Left samples lag on rising graphs and come out low, right samples overshoot and come out high, and more strips squeeze the error smaller. Try it on y equals x squared from 0 to 2. Two left-endpoint strips give 0 plus 1, which is 1, too low. Two right-endpoint strips give 1 plus 4, which is 5, too high. The exact area is 8 over 3, about 2.67, sitting between them.

**Example.** Brackets turn estimates into exact values. A definite integral is a single number, while an indefinite integral with no limits is a family of functions. Find an antiderivative, write it in square brackets with your limits, then subtract the bottom value from the top one. For the integral from 1 to 3 of 2x dx, the antiderivative is x squared, so you write open bracket x squared close bracket from 1 to 3, and 9 minus 1 gives 8. Your checkpoint works the same way. The area under y equals x squared from 0 to 3 is the integral from 0 to 3 of x squared dx. Its antiderivative is x cubed over 3, so 27 over 3 minus 0 gives 9.

Area below the axis counts negative inside an integral, so split before you trust the total. Find each root where the curve crosses the axis, integrate each stretch on its own, and flip every negative part positive before adding. Take y equals x squared minus 1 from 0 to 2. The signed integral is 2 over 3, but the curve dips below the axis from 0 to 1. That stretch gives an area of 2 over 3, and the stretch from 1 to 2 gives 4 over 3, so the true area is 2.

**Recap.** Rectangles estimate, brackets give the exact value, and roots tell you where to split so below-axis parts count positive.

## Practice

15 questions on this page, each with its working shown.

## Needs first

- [Integration as the Reverse of Differentiation](https://lightmysky.com/learn/mathematics/integration-as-the-reverse-of-differentiation-mt_edtk3ArxRk)
- [Sketching a Curve from Its Factorised Form](https://lightmysky.com/learn/mathematics/sketching-a-curve-from-its-factorised-form-mt_x4tZLdH8fh)

## Opens up

- [The Electric Field of a Continuous Charge Distribution](https://lightmysky.com/learn/science/the-electric-field-of-a-continuous-charge-distribution-mt_IIcVqWapC1)
- [Areas Between Two Curves](https://lightmysky.com/learn/mathematics/areas-between-two-curves-mt_lDBZmnLK1b)
- [Riemann Sums and the Definite Integral as a Limit](https://lightmysky.com/learn/mathematics/riemann-sums-and-the-definite-integral-as-a-limit-mt_pwa2SRU6P9)
- [The Trapezium Rule](https://lightmysky.com/learn/mathematics/the-trapezium-rule-mt_rAlJ1WIRmZ)
- [Work as a Line Integral Along a Path](https://lightmysky.com/learn/science/work-as-a-line-integral-along-a-path-mt_UFuQUPGAt7)
