5. Calculus

Areas Between Curves

Areas Between Curves 📈

Welcome, students! In this lesson, you will learn how to find the area enclosed by two curves using calculus. This idea is important because many real-world situations involve comparing two changing quantities over an interval, such as profit and cost, speed and time, or the height of two different models of a road or roof. By the end of this lesson, you should be able to explain what “area between curves” means, set up the correct integral, and interpret the result in context. 🎯

What does “area between curves” mean?

When two graphs are drawn on the same axes, the space trapped between them can often be measured using integration. If one curve is above another curve on a given interval, then the area between them is found by subtracting the lower function from the upper function and integrating over the interval. In symbols, if $f(x)$ is above $g(x)$ on $[a,b]$, then the area is

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

This works because integration adds up thin vertical strips. Each strip has height $f(x)-g(x)$ and width $dx$, so the strip area is approximately $\bigl(f(x)-g(x)\bigr)dx$. Adding all those strips gives the total area. 🌟

A very important idea is that area must be positive. If you simply integrate one curve minus the other without checking which is on top, you may get a negative value, which would represent signed area rather than geometric area. In area-between-curves problems, always identify the top function and the bottom function first.

Finding the curves and the interval

A typical problem gives two equations and asks for the area between them. The first step is to find where the curves intersect. Intersection points are often the endpoints of the region, because the enclosed area usually begins and ends where the graphs cross. To find intersections, set the functions equal:

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

Then solve for the $x$-values. These values help define the interval of integration.

For example, suppose the curves are $y=x^2$ and $y=2x$. To find where they meet, solve

$$x^2=2x.$$

Rearranging gives

$$x^2-2x=0,$$

so

$$x(x-2)=0.$$

Thus, the curves intersect at $x=0$ and $x=2$. To decide which curve is on top, test a point between the intersections, such as $x=1$. Then $2x=2$ and $x^2=1$, so $y=2x$ is above $y=x^2$ on $[0,2]$. Therefore the area is

$$A=\int_0^2 (2x-x^2)\,dx.$$

Now integrate:

$$A=\left[x^2-\frac{x^3}{3}\right]_0^2=4-\frac{8}{3}=\frac{4}{3}.$$

So the area between the curves is $\frac{4}{3}$ square units. ✅

This method is central to IB Mathematics: Applications and Interpretation HL because it combines graph interpretation, algebraic solving, and definite integration.

Why the “top minus bottom” rule matters

The formula $\int_a^b (f(x)-g(x))\,dx$ only gives the correct area if $f(x)\ge g(x)$ on the entire interval. If the curves switch positions, then you must split the region into separate parts. This happens often when graphs cross more than once.

For example, consider $f(x)=\sin x$ and $g(x)=0$ on $[0,2\pi]$. Since $\sin x$ is above the $x$-axis on $[0,\pi]$ and below it on $[\pi,2\pi]$, the area between the curve and the axis is not found by one simple subtraction over the whole interval. Instead, the total geometric area is

$$A=\int_0^\pi \sin x\,dx+\int_\pi^{2\pi}(-\sin x)\,dx.$$

This equals

$$A=2+2=4.$$

Notice that the second integral uses $-\sin x$, not $\sin x$, because area must stay positive. This idea also appears in areas between two curves when the “top” and “bottom” functions change at a point of intersection. 🔄

In IB questions, a common technique is to sketch the curves first. A rough sketch helps you see which function is larger and whether the region must be split into smaller pieces. A good sketch can prevent sign mistakes and save time.

Areas with respect to $y$ instead of $x$

Most area-between-curves questions use vertical strips and integrate with respect to $x$. However, sometimes the region is easier to describe using horizontal strips, which means integrating with respect to $y$.

If a curve is written as $x=h(y)$, then the area between a rightmost curve $x=r(y)$ and a leftmost curve $x=l(y)$ on $[c,d]$ is

$$A=\int_c^d \bigl(r(y)-l(y)\bigr)\,dy.$$

This is useful when the curves are sideways or when using $x$ would lead to complicated expressions or multiple integrals.

For example, suppose a region is bounded by $x=y^2$ and $x=4$. These curves intersect when

$$y^2=4,$$

so $y=\pm 2$. The right boundary is $x=4$ and the left boundary is $x=y^2$, so the area is

$$A=\int_{-2}^{2} (4-y^2)\,dy.$$

Evaluating gives

$$A=\left[4y-\frac{y^3}{3}\right]_{-2}^{2}=\frac{32}{3}.$$

This shows that the same area idea works whether you use $dx$ or $dy$. The key is always to identify the distance between the curves in the direction of slicing. 📏

Real-world meaning and interpretation

Area between curves is more than just a geometry skill. In applied mathematics, it often represents the total difference between two quantities over time or over some other variable. For example, if $R(t)$ is revenue and $C(t)$ is cost, then

$$\int_a^b (R(t)-C(t))\,dt$$

can represent total profit over a time interval, if the units make sense in the context. Similarly, if one model gives the density of a material and another gives a reference density, the area between the graphs can represent accumulated difference.

In IB Mathematics: Applications and Interpretation HL, interpretation is essential. You must explain what your answer means in context, including the units. If the curves are measured in metres and the variable is measured in metres, then the area has units of square metres. If the variable is time in hours and the functions are rates in dollars per hour, then the integral may produce dollars. Always check what the axes represent. ✅

A good habit is to write a full concluding sentence after computing an area. For example: “The enclosed area is $\frac{4}{3}$ square units, meaning the region trapped between the two curves has that total geometric size.” That kind of interpretation is often rewarded in IB style responses.

Common mistakes and how to avoid them

One common mistake is forgetting to solve for the intersection points first. Another is using the wrong function as the top curve. A third is forgetting to split the region when the curves cross more than once.

Here are some practical checks:

  • Sketch the curves before integrating.
  • Find all intersection points by solving $f(x)=g(x)$.
  • Test a point in each interval to see which curve is on top.
  • Use $\int (\text{top} - \text{bottom})\,dx$ or $\int (\text{right} - \text{left})\,dy$.
  • Keep area positive.
  • State the units in your final answer.

Another frequent issue is confusing area with signed area. A definite integral can be negative if the graph lies below the axis, but geometric area is never negative. So if the question asks for area, you must use absolute distance between the curves or split the integral so each part remains positive.

Technology can help here too. A graphing calculator or computer algebra system can show intersections and confirm the shape of the region. However, you still need to choose the correct setup yourself. Technology supports the reasoning, but it does not replace it. 💻

Conclusion

Areas between curves connect algebra, graphs, and integration into one powerful idea. The main method is simple: find the intersection points, decide which curve is on top or on the right, and integrate the difference. When curves cross more than once, split the region into smaller parts. This topic fits naturally into calculus because it uses accumulation to measure a geometric quantity. It also appears in many applications, where the area can represent total difference, accumulated change, or a real physical quantity. If you can explain the setup clearly and check your signs carefully, you are well prepared for IB questions on this topic. 🌈

Study Notes

  • Area between curves is found by integrating the distance between graphs.
  • If $f(x)$ is above $g(x)$ on $[a,b]$, then $A=\int_a^b \bigl(f(x)-g(x)\bigr)\,dx$.
  • Find intersections by solving $f(x)=g(x)$; these often give the limits of integration.
  • Always identify which curve is on top, or which is on the right, before integrating.
  • If the curves cross more than once, split the region into separate intervals.
  • For horizontal strips, use $A=\int_c^d \bigl(r(y)-l(y)\bigr)\,dy$.
  • Area is always positive, so signed integrals may need absolute values or splitting.
  • Sketching the graph helps avoid errors and makes the structure of the region clear.
  • In applied problems, include units and explain what the area means in context.
  • Technology can help find intersections and verify answers, but the mathematical setup must still be correct.

Practice Quiz

5 questions to test your understanding

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