5. Calculus

Areas Under Curves

Areas Under Curves 📈

students, imagine checking the speed of a car during a road trip. The speed changes every minute, so how do we find the total distance traveled? In calculus, one powerful answer is to measure the area under a curve. This idea connects rates of change to accumulation, which is one of the core themes of IB Mathematics: Applications and Interpretation HL.

In this lesson, you will learn what area under a curve means, why it matters, and how it is used in real situations such as distance, population growth, rainfall, and energy use. By the end, you should be able to explain the meaning of the area under a graph, calculate it using calculus methods, and interpret the result in context.

What Does “Area Under a Curve” Mean?

In everyday geometry, area means the amount of space inside a shape. For curves, the idea is similar, but the boundary is not always made of straight lines. If a graph shows a function $y=f(x)$, then the area under the curve between $x=a$ and $x=b$ is the space between the curve, the $x$-axis, and the vertical lines $x=a$ and $x=b$.

This area is connected to the definite integral:

$$\int_a^b f(x)\,dx$$

If $f(x)$ is positive on $[a,b]$, then the integral gives the exact area. If the curve goes below the $x$-axis, the integral gives signed area, which means areas below the axis count as negative. That detail matters a lot in interpretation.

For example, if $f(x)$ is a velocity function, then $\int_a^b f(x)\,dx$ gives displacement, not necessarily total distance. If speed is needed, we use $\int_a^b |f(x)|\,dx$ instead.

Why Area Under a Curve Matters in Real Life

Area under a curve appears whenever one quantity is accumulated from changing values. This is why it is a major part of calculus.

Here are some common real-world meanings:

  • If $v(t)$ is velocity, then $\int_a^b v(t)\,dt$ gives displacement.
  • If $r(t)$ is a rate of water flow, then $\int_a^b r(t)\,dt$ gives total water added.
  • If $P(t)$ is population density, then area under the curve can represent total population over an interval.
  • If $R(x)$ is revenue per item, then accumulation can help find total income.

These examples show an important IB idea: calculus is not only about finding answers, but also about interpreting what the answer means in context. A number from an integral is only useful if you know what units it has and what it represents.

For instance, if velocity is measured in $\text{m/s}$ and time is measured in $\text{s}$, then the area under the velocity-time graph has units of meters, because $\text{m/s} \times \text{s} = \text{m}$. Units help confirm your interpretation.

Estimating Area with Rectangles and Technology

Before using exact integration, students often estimate area. This is useful when a function is given by a table, graph, or real data rather than a formula.

A basic method is to split the interval into small parts and use rectangles. If the widths are equal, the estimate may look like:

$$\sum_{i=1}^{n} f(x_i)\Delta x$$

This is called a Riemann sum. If the rectangles become thinner and thinner, the estimate approaches the exact area:

$$\int_a^b f(x)\,dx = \lim_{n\to\infty} \sum_{i=1}^{n} f(x_i)\Delta x$$

In IB HL, technology is very useful here. A graphing calculator or software can help you:

  • sketch the curve,
  • identify the interval,
  • estimate numerical values,
  • and check whether an integral is positive, negative, or zero.

Example: Suppose a graph of $f(x)$ is above the $x$-axis from $x=1$ to $x=4$. A calculator may show that

$$\int_1^4 f(x)\,dx \approx 7.2$$

This means the area under the curve is about $7.2$ square units, assuming $x$ and $y$ are measured in compatible units. If the graph is a speed-time graph, then the value would be interpreted as a displacement of about $7.2$ units of distance.

Calculating Area Exactly with Integration

When a function is known, the exact area can often be found using the Fundamental Theorem of Calculus. If $F'(x)=f(x)$, then

$$\int_a^b f(x)\,dx = F(b)-F(a)$$

This means the area under the curve can be found by finding an antiderivative and evaluating it at the endpoints.

For example, find the area under $f(x)=x^2$ from $x=0$ to $x=3$.

First, find an antiderivative:

$$\int x^2\,dx = \frac{x^3}{3} + C$$

Then apply the limits:

$$\int_0^3 x^2\,dx = \left[\frac{x^3}{3}\right]_0^3 = \frac{3^3}{3} - \frac{0^3}{3} = 9$$

So the area is $9$ square units.

Notice the structure of the work:

  1. Identify the function.
  2. Identify the interval.
  3. Find an antiderivative.
  4. Substitute the limits.
  5. State the meaning of the answer.

This last step is essential in IB assessments. A calculation alone is not enough; you must explain the result clearly.

Areas That Need Special Attention

Not every area problem is straightforward. Sometimes the curve crosses the $x$-axis, or the region lies between two curves.

1. Curves Below the $x$-Axis

If $f(x)<0$ on an interval, then

$$\int_a^b f(x)\,dx < 0$$

But the actual geometric area is positive. For example, if $f(x)=-2$ from $x=1$ to $x=4$, then

$$\int_1^4 -2\,dx = -6$$

The signed area is $-6$, but the area of the region is $6$ square units.

2. Areas Between Two Curves

If one function is above another, the area between them is found by subtracting:

$$\int_a^b \bigl(f(x)-g(x)\bigr)\,dx$$

where $f(x)$ is the top function and $g(x)$ is the bottom function.

Example: If $f(x)=x+2$ and $g(x)=x^2$ on an interval where $f(x)\ge g(x)$, then the area between the curves is

$$\int_a^b \bigl((x+2)-x^2\bigr)\,dx$$

This idea is common in modelling, where one curve may represent income and another may represent cost, or one may show supply while another shows demand.

3. Finding Intersection Points

To find the correct bounds for an area between curves, you often need to solve

$$f(x)=g(x)$$

These are the intersection points. They tell you where the top and bottom curves switch. In IB HL problems, solving these equations accurately is often the first step before integrating.

Interpretation in Context: What Does the Number Mean?

One of the most important skills in this topic is interpretation. The result of an area calculation is not just a number. It has a meaning, a unit, and a context.

Suppose a company’s marginal revenue is modeled by $R'(x)$, where $x$ is the number of items sold. Then

$$\int_a^b R'(x)\,dx$$

gives the increase in revenue as sales change from $a$ to $b$. If the value is $1200$, then revenue increased by $1200$ currency units over that interval.

In another example, if $v(t)$ is velocity and

$$\int_0^5 v(t)\,dt = 18,$$

then the object’s displacement after $5$ seconds is $18$ meters if units are consistent. But if $v(t)$ becomes negative at some times, the total distance traveled is not necessarily $18$ meters. That is why context matters so much.

A strong IB response often includes phrases like:

  • “This represents the total accumulation over the interval…”
  • “The units are…”
  • “Since the graph lies below the axis, the signed area is negative…”
  • “Therefore, the displacement is…”

These statements show understanding, not just computation.

Connection to the Bigger Picture of Calculus

Areas under curves are not a separate topic. They are one of the central links between different parts of calculus.

  • Differentiation studies rate of change.
  • Integration studies accumulation.
  • The two are connected by the Fundamental Theorem of Calculus.

This connection is what makes calculus powerful. If a rate changes over time, integration can recover total change. If a total quantity is known, differentiation can describe how it changes moment by moment.

In modelling, this relationship helps with real problems such as:

  • tracking the movement of a vehicle,
  • estimating the amount of rainfall over a day,
  • calculating energy from power data,
  • and finding total change from marginal values.

Technology helps students handle complex graphs, numerical estimates, and non-simple functions. But the main mathematical idea stays the same: area under a curve measures accumulation.

Conclusion

students, the area under a curve is one of the most useful ideas in calculus because it turns changing rates into total amounts. In IB Mathematics: Applications and Interpretation HL, you need to know how to estimate area, calculate exact integrals, handle negative regions, find areas between curves, and explain the meaning of the result in context. This topic connects directly to rate of change, accumulation, modelling, and technology-supported problem solving. When you understand area under curves, you understand a major reason why calculus is so powerful in the real world 🌍

Study Notes

  • The area under a curve from $x=a$ to $x=b$ is represented by $\int_a^b f(x)\,dx$.
  • If $f(x)\ge 0$ on an interval, the definite integral gives the actual geometric area.
  • If a graph is below the $x$-axis, the integral gives signed area, not always geometric area.
  • For velocity $v(t)$, $\int_a^b v(t)\,dt$ gives displacement, not necessarily total distance.
  • Total distance may require $\int_a^b |v(t)|\,dt$.
  • Riemann sums estimate area using rectangles: $\sum_{i=1}^{n} f(x_i)\Delta x$.
  • As the rectangles get thinner, the estimate approaches the integral.
  • The Fundamental Theorem of Calculus links antiderivatives and definite integrals: $\int_a^b f(x)\,dx = F(b)-F(a)$.
  • For area between curves, subtract the lower function from the upper function: $\int_a^b (f(x)-g(x))\,dx$.
  • Always identify intersection points by solving $f(x)=g(x)$ before integrating between curves.
  • In context, always state units and explain what the number means.
  • Area under curves is a key bridge between differentiation, integration, and real-world modelling.

Practice Quiz

5 questions to test your understanding

Areas Under Curves — IB Mathematics Applications And Interpretation HL | A-Warded