Study Guide

Applications of integration: area and volume

IB Mathematics: Analysis and Approaches HLΒ· Syllabus 5.11: Areas, volumes of revolutionΒ· 25 min read

1. Area between a curve and the x-axisβ˜…β˜…β˜†β˜†β˜†β± 7 min

πŸ“˜ Definition

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 and the x-axis between and .

  1. 1

    Find where crosses the x-axis: , so split into intervals and . Calculate signed area on the first interval:

  2. 2
    βˆ«βˆ’20xdx=[12x2]βˆ’20=0βˆ’2=βˆ’2\int_{-2}^0 x dx = \left[\frac{1}{2}x^2\right]_{-2}^0 = 0 - 2 = -2
  3. 3

    Take the absolute value of the negative signed area, add the positive area from the second interval:

  4. 4
    Total Area=βˆ£βˆ«βˆ’20xdx∣+∫03xdx=βˆ£βˆ’2∣+[12x2]03=2+4.5=6.5\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. 5

    Final total area is square units.

Exam tip:

Always check for roots of in your interval before integrating to find area.

2. Area between two curvesβ˜…β˜…β˜…β˜†β˜†β± 8 min

πŸ“˜ Definition

Area between two curves

For continuous functions over , the total area between the curves is . Bounds 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 and .

  1. 1

    Find intersection points by setting the functions equal:

  2. 2
    x2=x+2β€…β€ŠβŸΉβ€…β€Šx2βˆ’xβˆ’2=0β€…β€ŠβŸΉβ€…β€Š(xβˆ’2)(x+1)=0x^2 = x+2 \implies x^2 - x - 2 = 0 \implies (x-2)(x+1) = 0
  3. 3

    Bounds are , . Test to confirm over this interval, so set up the integral:

  4. 4
    Area=βˆ«βˆ’12((x+2)βˆ’x2)dx=[12x2+2xβˆ’13x3]βˆ’12\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. 5

    Evaluate: upper bound at is , lower bound at is :

  6. 6
    103βˆ’(βˆ’76)=276=92=4.5\frac{10}{3} - \left(-\frac{7}{6}\right) = \frac{27}{6} = \frac{9}{2} = 4.5
  7. 7

    Total area is square units.

Exam tip:

If bounds are not given, always solve for intersection points first to earn full method marks.

3. Volume of revolution around the x-axisβ˜…β˜…β˜…β˜†β˜†β± 9 min

Rotating a region bounded by , the x-axis, , and 360Β° around the x-axis creates a solid. The cross-section perpendicular to the x-axis is a circle with radius , leading to the disk method formula:

V=Ο€βˆ«ab[f(x)]2dxV = \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=Ο€βˆ«ab(R2βˆ’r2)dx=Ο€βˆ«ab([fouter(x)]2βˆ’[finner(x)]2)dxV = \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 , the x-axis, , and 360Β° around the x-axis.

  1. 1

    Confirm over , so radius is . Apply the disk formula:

  2. 2
    V=Ο€βˆ«02(x+1)2dx=Ο€βˆ«02(x2+2x+1)dxV = \pi \int_0^2 (x+1)^2 dx = \pi \int_0^2 (x^2 + 2x + 1) dx
  3. 3

    Integrate and evaluate:

  4. 4
    Ο€[13x3+x2+x]02=Ο€(83+4+2)=263Ο€β‰ˆ27.23\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. 5

    Volume is cubic units.

4. Volume of revolution around the y-axisβ˜…β˜…β˜…β˜…β˜†β± 8 min

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

V=Ο€βˆ«cd[x(y)]2dyV = \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 , , and is rotated 360Β° around the y-axis.

  1. 1

    Rewrite as (positive root for ). Bounds for y are , . Apply the formula:

  2. 2
    V=Ο€βˆ«04(y)2dy=Ο€βˆ«04ydyV = \pi \int_0^4 (\sqrt{y})^2 dy = \pi \int_0^4 y dy
  3. 3

    Evaluate the integral:

  4. 4
    Ο€[12y2]04=Ο€(8βˆ’0)=8Ο€\pi \left[ \frac{1}{2}y^2 \right]_0^4 = \pi (8 - 0) = 8\pi
  5. 5

    Volume is cubic units.

Exam tip:

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

5. Common Pitfalls

Wrong move:

Forgetting to split the integral when curves cross the x-axis or each other

Why:

Signed areas cancel out, resulting in a total area much smaller than the true geometric area

Correct move:

Find all crossing points in the interval, split the integral, take the absolute value of each part before adding

Wrong move:

Omitting from the volume of revolution formula

Why:

The area of a circular cross-section includes , so volume must include the constant

Correct move:

Always write outside the integral when setting up a volume calculation

Wrong move:

Squaring the difference of two radii for the washer method

Why:

, so this gives an incorrect volume

Correct move:

Square each radius separately, then subtract the squared values before integrating

Wrong move:

Integrating with respect to x when rotating around the y-axis

Why:

The standard IB method requires integration over y for rotation around the y-axis

Correct move:

Rearrange the function to get x in terms of y, update bounds to y-values, integrate with respect to y

Wrong move:

Subtracting the upper function from the lower function for area between curves

Why:

This gives a negative integrand, leading to negative area which is impossible for geometric area

Correct move:

Confirm which function is upper/lower over each interval, always subtract lower from upper

6. Quick Reference Cheatsheet

Calculation Type

Formula

Key Notes

Area: curve to x-axis

Split at sign changes of

Area between two curves

= intersection x-values

Volume rotation: x-axis (disk)

Cross-section perpendicular to x-axis

Volume rotation: x-axis (washer)

R = outer radius, r = inner radius

Volume rotation: y-axis

Rewrite x as function of y first

7. Frequently Asked

Do I need to split integrals for area when curves cross the axis?

Yes. Integration gives signed area, so positive and negative areas will cancel if you do not split. Split at all crossing points, take absolute values, then sum.

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· 1

    Area between two quadratic curves

  • 2024 Β· 2

    Volume of revolution around x-axis

  • 2023 Β· 1

    Area crossing the x-axis

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.