# Applications of integration: area and volume

> IB Mathematics: Analysis and Approaches HL · IB AA HL Unit 5: Calculus
> Source: https://www.owlsprep.com/study/ib-math-aa-hl-u5-applications-of-integration-area-and/

This module covers using definite integration to calculate bounded areas between curves and volumes of 3D solids of revolution around the x and y axes, a core examinable skill for IB AA HL Calculus.

**Prerequisites:** [Basic definite integration and the Fundamental Theorem of Calculus](https://www.owlsprep.com/study/ib-math-aa-hl-u5-fundamental-theorem-calculus/); [Finding intersection points of functions](https://www.owlsprep.com/study/ib-math-aa-hl-u3-solving-equations/)

## Learning objectives

- Calculate total geometric area between curves and axes
- Find area between two intersecting continuous curves
- Calculate volumes of revolution around x and y axes
- Identify and avoid common sign and formula errors

## Area between a curve and the x-axis

**Signed Area vs Total Area** — Definite integration calculates signed area: area above the x-axis is positive, area below is negative. Total geometric area is the sum of absolute values of signed areas over each interval where the function does not change sign.

When a function crosses the x-axis within your integration interval, you must split the integral into separate parts for regions above and below the axis. Failing to do this causes positive and negative areas to cancel, giving an incorrect result.

**Worked example:** Find the total geometric area bounded by $f(x) = x$ and the x-axis between $x=-2$ and $x=3$.

1. Find where $f(x)$ crosses the x-axis: $x=0$, so split into intervals $[-2, 0]$ and $[0, 3]$. Calculate signed area on the first interval:
2. $$\int_{-2}^0 x dx = \left[\frac{1}{2}x^2\right]_{-2}^0 = 0 - 2 = -2$$
3. Take the absolute value of the negative signed area, add the positive area from the second interval:
4. $$\text{Total Area} = \left| \int_{-2}^0 x dx \right| + \int_0^3 x dx = |-2| + \left[\frac{1}{2}x^2\right]_0^3 = 2 + 4.5 = 6.5$$
5. Final total area is $\frac{13}{2}$ square units.

> **Exam tip:** Always check for roots of $f(x)=0$ in your interval before integrating to find area.

## Area between two curves

**Area between two curves** — For continuous functions $f(x) \geq g(x)$ over $[a,b]$, the total area between the curves is $\int_a^b \left(f(x) - g(x)\right) dx$. Bounds $a,b$ are almost always the x-coordinates of intersection of the two curves.

If the curves cross each other within the interval, split the integral at the intersection point, just like when crossing the x-axis. Always subtract the lower function from the upper function to keep the integrand positive.

**Worked example:** Find the area bounded by $f(x) = x^2$ and $g(x) = x + 2$.

1. Find intersection points by setting the functions equal:
2. $$x^2 = x+2 \implies x^2 - x - 2 = 0 \implies (x-2)(x+1) = 0$$
3. Bounds are $a=-1$, $b=2$. Test to confirm $g(x) > f(x)$ over this interval, so set up the integral:
4. $$\text{Area} = \int_{-1}^2 \left((x+2) - x^2\right) dx = \left[\frac{1}{2}x^2 + 2x - \frac{1}{3}x^3\right]_{-1}^2$$
5. Evaluate: upper bound at $x=2$ is $\frac{10}{3}$, lower bound at $x=-1$ is $-\frac{7}{6}$:
6. $$\frac{10}{3} - \left(-\frac{7}{6}\right) = \frac{27}{6} = \frac{9}{2} = 4.5$$
7. Total area is $4.5$ square units.

> **Exam tip:** If bounds are not given, always solve for intersection points first to earn full method marks.

## Volume of revolution around the x-axis

Rotating a region bounded by $y=f(x)$, the x-axis, $x=a$, and $x=b$ 360° around the x-axis creates a solid. The cross-section perpendicular to the x-axis is a circle with radius $|f(x)|$, leading to the disk method formula:

$$V = \pi \int_a^b [f(x)]^2 dx$$

For a region between two curves rotated around the x-axis, use the washer method for hollow solids, where cross-sectional area is the area of the outer disk minus the inner disk:

$$V = \pi \int_a^b \left(R^2 - r^2\right) dx = \pi \int_a^b \left([f_{\text{outer}}(x)]^2 - [f_{\text{inner}}(x)]^2\right) dx$$

**Worked example:** Find the volume of the solid formed by rotating the region bounded by $y = x+1$, the x-axis, $x=0$, and $x=2$ 360° around the x-axis.

1. Confirm $y = x+1 \geq 0$ over $[0,2]$, so radius is $f(x) = x+1$. Apply the disk formula:
2. $$V = \pi \int_0^2 (x+1)^2 dx = \pi \int_0^2 (x^2 + 2x + 1) dx$$
3. Integrate and evaluate:
4. $$\pi \left[ \frac{1}{3}x^3 + x^2 + x \right]_0^2 = \pi \left( \frac{8}{3} + 4 + 2 \right) = \frac{26}{3}\pi \approx 27.23$$
5. Volume is $\frac{26}{3}\pi$ cubic units.

> **warning**
>
> Do not forget the $\pi$ in the volume formula! Examiners almost always deduct a full mark for omitting it.

## Volume of revolution around the y-axis

For rotation around the y-axis, IB expects integration with respect to y. First rewrite your function $y = f(x)$ as $x = x(y)$, then find bounds for y. The formula is analogous to rotation around the x-axis:

$$V = \pi \int_c^d [x(y)]^2 dy$$

The shell method is not required for IB AA HL, so you will only be tested on this standard method integrating with respect to y.

**Worked example:** Find the volume when the region bounded by $y = x^2$, $y=0$, and $y=4$ is rotated 360° around the y-axis.

1. Rewrite $y = x^2$ as $x = \sqrt{y}$ (positive root for $x \geq 0$). Bounds for y are $c=0$, $d=4$. Apply the formula:
2. $$V = \pi \int_0^4 (\sqrt{y})^2 dy = \pi \int_0^4 y dy$$
3. Evaluate the integral:
4. $$\pi \left[ \frac{1}{2}y^2 \right]_0^4 = \pi (8 - 0) = 8\pi$$
5. Volume is $8\pi$ cubic units.

> **Exam tip:** Always double-check which axis you are rotating around, and integrate with respect to the correct variable.

## Common pitfalls

- **Wrong:** Forgetting to split the integral when curves cross the x-axis or each other
  - Why it fails: Signed areas cancel out, resulting in a total area much smaller than the true geometric area
  - Correct: Find all crossing points in the interval, split the integral, take the absolute value of each part before adding
- **Wrong:** Omitting $\pi$ from the volume of revolution formula
  - Why it fails: The area of a circular cross-section includes $\pi$, so volume must include the constant
  - Correct: Always write $\pi$ outside the integral when setting up a volume calculation
- **Wrong:** Squaring the difference of two radii for the washer method
  - Why it fails: $\pi(R-r)^2 \neq \pi(R^2 - r^2)$, so this gives an incorrect volume
  - Correct: Square each radius separately, then subtract the squared values before integrating
- **Wrong:** Integrating with respect to x when rotating around the y-axis
  - Why it fails: The standard IB method requires integration over y for rotation around the y-axis
  - Correct: Rearrange the function to get x in terms of y, update bounds to y-values, integrate with respect to y
- **Wrong:** Subtracting the upper function from the lower function for area between curves
  - Why it fails: This gives a negative integrand, leading to negative area which is impossible for geometric area
  - Correct: Confirm which function is upper/lower over each interval, always subtract lower from upper

## Cheatsheet

| Calculation Type | Formula | Key Notes |
| --- | --- | --- |
| Area: curve to x-axis | $\sum \left\| \int_{a_i}^{b_i} f(x) dx \right\|$ | Split at sign changes of $f(x)$ |
| Area between two curves | $\int_a^b (f_{upper} - f_{lower}) dx$ | $a,b$ = intersection x-values |
| Volume rotation: x-axis (disk) | $V = \pi \int_a^b [f(x)]^2 dx$ | Cross-section perpendicular to x-axis |
| Volume rotation: x-axis (washer) | $V = \pi \int_a^b (R^2 - r^2) dx$ | R = outer radius, r = inner radius |
| Volume rotation: y-axis | $V = \pi \int_c^d [x(y)]^2 dy$ | Rewrite x as function of y first |

## What's next

Area and volume calculations are core integration applications that frequently appear in both Paper 1 and Paper 2 IB AA HL exams, often as part of longer multi-part problems. Mastering the sign rules and formula setup here will help you avoid losing easy method marks on exam day. This subtopic builds directly on your knowledge of definite integration, and paves the way for other integration applications like kinematics, differential equations, and modeling. Next, you can extend your skills to other common integration applications or review integration techniques for more complex functions.

- [First order differential equations (HL only)](https://www.owlsprep.com/study/ib-math-aa-hl-u5-first-order-differential-equations/)
- [Maclaurin and Taylor series (HL only)](https://www.owlsprep.com/study/ib-math-aa-hl-u5-maclaurin-and-taylor-series/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ib-math-aa-hl-u5-applications-of-integration-area-and/
