Study Guide

Definite integrals and area under curves

IB Mathematics Applications and Interpretation HLΒ· Topic 5: Calculus, 5.8 Definite integrals and areaΒ· 15 min read

1. Definite Integrals: Definition and Evaluationβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Definite Integral

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

The definite integral of a function f(x) from lower limit a to upper limit b is computed via the Fundamental Theorem of Calculus, producing a numerical result rather than a function.

Example:

\int_2^4 2x , dx = [x^2]_2^4 = 16 - 4 = 12

The Fundamental Theorem of Calculus (FTC) Part 2 tells us that if is an antiderivative of , meaning , then:

∫abf(x) dx=F(b)βˆ’F(a)\int_a^b f(x) \, dx = F(b) - F(a)
πŸ“ Worked Example

Evaluate the definite integral

  1. 1

    First find the general antiderivative of the integrand. The constant of integration cancels out in definite integrals, so we can omit it.

  2. 2
    ∫(3x2+2x)dx=x3+x2\int (3x^2 + 2x) dx = x^3 + x^2
  3. 3

    Write the antiderivative in square brackets with the upper and lower bounds marked:

  4. 4
    [x3+x2]13[x^3 + x^2]_1^3
  5. 5

    Evaluate at the upper bound, subtract the value at the lower bound:

  6. 6
    (33+32)βˆ’(13+12)=(27+9)βˆ’(1+1)=34(3^3 + 3^2) - (1^3 + 1^2) = (27 + 9) - (1 + 1) = 34

2. Net Area vs Total Areaβ˜…β˜…β˜…β˜†β˜†β± 4 min

A common source of exam confusion is the difference between the value of a definite integral (net area) and the total geometric area between a curve and the x-axis.

πŸ“˜ Definition

Net Area

The value of the definite integral counts area above the x-axis as positive and area below the x-axis as negative, resulting in a net signed area.

πŸ“˜ Definition

Total Area

Total geometric area is the sum of the absolute values of each signed region, so all area counts as positive regardless of position relative to the x-axis.

βœ“ Quick check

Test your understanding of the difference between net and total area:

  1. What is the value of (net area)?

    • 0

    • 2

    • 4

    • -4

    Reveal answer
    0 β€”

    Correct! The area above the axis from 0 to 2 cancels the negative area below from -2 to 0, so net area is 0, while total geometric area is 4.

3. Calculating Total Area Between a Curve and the x-axisβ˜…β˜…β˜…β˜†β˜†β± 6 min

To find the total geometric area between , the x-axis, and , follow this 3-step process:

  1. Find all x-intercepts of between and
  2. Split the interval into sub-intervals between consecutive intercepts
  3. Take the absolute value of each sub-integral and add them together

πŸ“ Worked Example

Find the total geometric area between and the x-axis from to .

  1. 1

    Find the x-intercept to split the interval: crosses the x-axis at , so we split into and .

  2. 2

    Evaluate the integral over each sub-interval:

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

    Take absolute values of each result and add for total area:

  6. 6
    βˆ£βˆ’2∣+∣2∣=2+2=4|-2| + |2| = 2 + 2 = 4

4. Real-World Applicationsβ˜…β˜…β˜…β˜†β˜†β± 5 min

Definite integrals and area calculations are very common in real-world modelling problems in IB AI HL. For example, the net area under a velocity-time graph gives total displacement, while total area gives total distance travelled.

πŸ“ Worked Example

A ball is thrown straight up, with velocity m/s, where is time in seconds after release. Find the total distance travelled by the ball between and seconds.

  1. 1

    Find where velocity changes sign: set β†’ β†’ seconds. Split into (upward movement, positive velocity) and (downward movement, negative velocity).

  2. 2

    Integrate over each interval:

  3. 3
    ∫02(20βˆ’10t)dt=[20tβˆ’5t2]02=20\int_0^2 (20 - 10t) dt = [20t - 5t^2]_0^2 = 20
  4. 4
    ∫23(20βˆ’10t)dt=[20tβˆ’5t2]23=βˆ’5\int_2^3 (20 - 10t) dt = [20t - 5t^2]_2^3 = -5
  5. 5

    Add absolute values for total distance:

  6. 6
    ∣20∣+βˆ£βˆ’5∣=25 meters|20| + |-5| = 25 \text{ meters}

5. Common Pitfalls

Wrong move:

Forgetting to split the integral at x-intercepts when calculating total area

Why:

Integrating over the entire interval lets negative area cancel positive area, resulting in net area instead of total area

Correct move:

Always find all x-intercepts in the interval, split the integral into sub-regions, then add absolute values of each part

Wrong move:

Assuming the value of the definite integral is always equal to geometric area

Why:

The definite integral gives signed net area, which can be zero or negative even when total area is positive

Correct move:

Check the question wording: if it asks for area, it means total positive geometric area

Wrong move:

Evaluating instead of for the definite integral

Why:

Swapping the bounds flips the sign of the result, leading to an incorrect answer, often negative area

Correct move:

Always subtract the antiderivative evaluated at the lower limit from the value at the upper limit

Wrong move:

Forgetting to take the absolute value of negative sub-integrals for total area

Why:

Leaving negative area as negative reduces the final total, leading to an incorrect result

Correct move:

Take the absolute value of each sub-integral before adding to get total area

6. Quick Reference Cheatsheet

Concept

Formula / Method

Definite integral (FTC)

Net area (integral value)

Area above x-axis minus area below

Total geometric area

Sum of for each interval between intercepts

Area above x-axis

Area below x-axis

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 under velocity-time graph

  • 2022 Β· 1

    Evaluate definite integral

  • 2023 Β· 2

    Total area of crossing curve

Going deeper

What's Next

Now that you have mastered definite integrals and area under curves, you have built a core foundational skill for all advanced integration applications in IB AI HL. Definite integrals are used to calculate volumes of revolution, the average value of a function, and accumulated quantities like population growth or energy use in modelling problems. Understanding the difference between net and total area is also critical for interpreting integration results when working with real-world data and functions in your internal assessment and exams. You can now extend your skills to more complex integration scenarios that appear regularly in IB assessments.