Study Guide

Area between curves, volumes of revolution

IB Mathematics: Applications and Interpretation HLΒ· 40 min read

1. Area between a curve and a coordinate axisβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Area between curve and axis

Area=∫ab∣f(x)∣dx\text{Area} = \int_a^b |f(x)| dx

For a continuous function , the total area between the curve, the x-axis, and is the integral of the absolute value of over the interval. If crosses the x-axis, split the integral at intercepts.

The definite integral gives the net signed area, where regions below the x-axis count as negative. Total area (what exam questions almost always ask for) requires adding the magnitude of each positive and negative region.

πŸ“ Worked Example

Find the total area bounded by , the x-axis, and .

  1. 1

    Find x-intercepts in the interval:

  2. 2
    x2βˆ’4=0β€…β€ŠβŸΉβ€…β€Šx=2(x=βˆ’2 is outside [0,3])x^2 - 4 = 0 \implies x = 2 \quad (x=-2 \text{ is outside } [0,3])
  3. 3

    is negative on and positive on , so split the integral and add absolute values:

  4. 4

    Area =

  5. 5

    Evaluate the first integral:

  6. 6
    ∫02(x2βˆ’4)dx=[x33βˆ’4x]02=83βˆ’8=βˆ’163\int_0^2 (x^2 - 4) dx = \left[\frac{x^3}{3} - 4x\right]_0^2 = \frac{8}{3} - 8 = -\frac{16}{3}
  7. 7

    Absolute value: . Evaluate the second integral:

  8. 8
    ∫23(x2βˆ’4)dx=[x33βˆ’4x]23=(βˆ’3)βˆ’(βˆ’163)=73\int_2^3 (x^2 - 4) dx = \left[\frac{x^3}{3} - 4x\right]_2^3 = (-3) - \left(-\frac{16}{3}\right) = \frac{7}{3}
  9. 9

    Add areas for total area:

  10. 10
    163+73=233β‰ˆ7.67 square units\frac{16}{3} + \frac{7}{3} = \frac{23}{3} \approx 7.67 \text{ square units}

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

πŸ“˜ Definition

Area between two curves

Area=∫ab(fupper(x)βˆ’flower(x))dx\text{Area} = \int_a^b \left(f_{\text{upper}}(x) - f_{\text{lower}}(x)\right) dx

For two continuous functions, the total area between them from to is the integral of the upper function minus the lower function over the interval. If curves intersect, split at intersection points.

πŸ“ Worked Example

Find the total area bounded by and .

  1. 1

    Find intersection points by setting 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

    Intersections at and , so our interval is .

  4. 4

    Test the point : , , so is the upper function.

  5. 5

    Set up the area integral:

  6. 6
    Area=βˆ«βˆ’12((x+2)βˆ’x2)dx\text{Area} = \int_{-1}^2 \left((x+2) - x^2\right) dx
  7. 7

    Integrate term-by-term:

  8. 8
    ∫(x+2βˆ’x2)dx=x22+2xβˆ’x33\int (x + 2 - x^2) dx = \frac{x^2}{2} + 2x - \frac{x^3}{3}
  9. 9

    Evaluate at bounds:

  10. 10
    (42+4βˆ’83)βˆ’(12βˆ’2+13)=103βˆ’(βˆ’76)=276=4.5\left(\frac{4}{2} + 4 - \frac{8}{3}\right) - \left(\frac{1}{2} - 2 + \frac{1}{3}\right) = \frac{10}{3} - \left(-\frac{7}{6}\right) = \frac{27}{6} = 4.5
  11. 11

    Total area is square units.

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

βœ“ Calculator OK

πŸ“˜ Definition

Disk and Washer Method

Disk:V=Ο€βˆ«ab[f(x)]2dx,Washer:V=Ο€βˆ«ab([f(x)]2βˆ’[g(x)]2)dxDisk: V = \pi \int_a^b [f(x)]^2 dx, Washer: V = \pi \int_a^b \left([f(x)]^2 - [g(x)]^2\right) dx

For rotation of a region around the x-axis, volume is found by summing infinitely thin circular disks. The disk method is for regions between a curve and the x-axis; the washer method subtracts the inner hole for regions between two curves.

The formula comes from the area of a circle: each disk at position has radius equal to , so cross-sectional area is . Integrating along x gives total volume.

πŸ“ Worked Example

Find the volume of the solid formed when the region bounded by , the x-axis, and is rotated 360Β° around the x-axis.

  1. 1

    We use the disk method for a region between curve and x-axis:

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

    Expand the integrand:

  4. 4
    (x+1)2=x2+2x+1(x+1)^2 = x^2 + 2x + 1
  5. 5

    Integrate term-by-term:

  6. 6
    ∫02(x2+2x+1)dx=[x33+x2+x]02\int_0^2 (x^2 + 2x +1) dx = \left[\frac{x^3}{3} + x^2 + x\right]_0^2
  7. 7

    Evaluate at bounds:

  8. 8
    (83+4+2)βˆ’0=263\left(\frac{8}{3} + 4 + 2\right) - 0 = \frac{26}{3}
  9. 9

    Multiply by for final volume:

  10. 10
    V=263Ο€β‰ˆ27.2 cubic unitsV = \frac{26}{3}\pi \approx 27.2 \text{ cubic units}
βœ“ Quick check

Select the correct formula for the volume when the region between and (where for ) is rotated 360Β° around the x-axis:

  1. Which formula is correct?

    • A:

    • B:

    • C:

    • D:

    Reveal answer
    B β€”

    Option B is the correct washer method. It subtracts the volume of the inner hole (radius ) from the outer solid (radius ). Option A is wrong because it squares the difference of radii, not taking the difference of squared radii.

4. Common Pitfalls

Wrong move:

Forgetting to split the integral and take absolute value for negative regions when calculating area.

Why:

The definite integral gives net signed area, which can be much smaller than total area (even zero if regions cancel out).

Correct move:

Find all x-intercepts or intersection points between bounds, split the integral, add the absolute value of each sub-integral.

Wrong move:

Reversing upper and lower functions when calculating area between curves, leading to a negative answer.

Why:

Area is always positive; exam markers will deduct marks for negative final answers even if integration is correct.

Correct move:

Confirm which function is larger with a test point, subtract lower from upper, or take the absolute value of the final result.

Wrong move:

Forgetting to multiply by in the volume of revolution formula.

Why:

The formula is derived from the area of a circle (), so omitting gives an incorrect answer.

Correct move:

Always write the factor explicitly when setting up your volume integral.

Wrong move:

Using the x-axis rotation formula for rotation around the y-axis.

Why:

The formula only applies to rotation around the x-axis.

Correct move:

If rotating around the y-axis, rearrange your function to and integrate over y instead.

Wrong move:

Not splitting the integral when curves cross between bounds.

Why:

If the upper and lower functions swap places, the integral will give net area instead of total bounded area.

Correct move:

Find all intersection points in your interval before setting up the integral, split into sub-regions.

5. Quick Reference Cheatsheet

Concept

Formula

Notes

Area between and x-axis ()

Split at x-intercepts, add absolute values

Area between ()

Split at intersections, subtract lower from upper

Volume (disk, rotate around x-axis)

Region between curve and x-axis

Volume (washer, rotate around x-axis)

= outer radius, = inner radius

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.

  • 2021 Β· 2

    Area between two exponential curves

  • 2022 Β· 1

    Volume of revolution of a cubic function

  • 2023 Β· 2

    Total area between intersecting curves

What's Next

Area between curves and volumes of revolution are core applied integration topics regularly tested in both Paper 1 and Paper 2 of IB AI HL. They are often combined with other topics: for example, you may be asked to find the intersection of a quadratic and an exponential function, then calculate the volume of revolution of the bounded region, or find the area between a velocity curve and the time axis for kinematics problems. Mastering these techniques builds a strong foundation for further applications of integration, including solving differential equations and modelling dynamic systems.