5. Calculus

Area Between A Curve And A Line

Area Between a Curve and a Line

students, imagine a river bank and a straight fence running beside it 🏞️. The space trapped between the curved river edge and the straight fence is a real-life version of the area between a curve and a line. In calculus, we use integration to measure that space exactly. In this lesson, you will learn how to identify the region, set up the correct integral, and calculate the area when a curve and a line intersect.

Objectives:

  • Explain the main ideas and terminology behind area between a curve and a line.
  • Apply IB Mathematics Analysis and Approaches SL reasoning to find the area.
  • Connect this topic to differentiation, integration, and graph interpretation.
  • Recognize when you need to split a region into multiple parts.
  • Use examples to justify the method and interpret the result.

Understanding the Idea of Area

In geometry, area is usually found using shapes such as rectangles, triangles, or circles. But many graphs in mathematics are not made of simple shapes. A curve can bend and change direction, and a line may cross it. When this happens, the enclosed region often cannot be found using a standard formula. That is where calculus helps.

If a curve is given by $y=f(x)$ and a line is given by $y=g(x)$, then the area between them over an interval from $x=a$ to $x=b$ is found by integrating the vertical distance between the two graphs. The key idea is:

$$\text{Area} = \int_a^b \bigl(\text{top function} - \text{bottom function}\bigr)\,dx$$

This works only when the top function is always above the bottom function on that interval. If the graphs cross, you must first find the points of intersection and split the region into separate parts. πŸ“ˆ

For IB Mathematics Analysis and Approaches SL, the main skill is not just calculating an integral. It is also setting it up correctly. That means reading the graph, identifying the boundaries, and checking which function is on top.

Finding the Boundaries of the Region

Before you integrate, you need to know exactly where the area starts and ends. These boundaries are usually where the curve and line intersect. To find intersection points, set the equations equal to each other:

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

Solving this equation gives the $x$-values where the graphs meet. Then you use those values as limits of integration.

For example, suppose the curve is $y=x^2$ and the line is $y=2x$. To find where they cross, solve:

$$x^2=2x$$

Rearranging gives:

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

Factorising gives:

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

So the intersections are at $x=0$ and $x=2$.

Now ask: which graph is on top between these values? Test a point like $x=1$:

  • For the line, $y=2(1)=2$
  • For the curve, $y=1^2=1$

So the line is above the curve on $0\le x\le 2$. The area is:

$$\int_0^2 \bigl(2x-x^2\bigr)\,dx$$

That is the correct setup because it subtracts the lower function from the upper function.

A common mistake is to integrate the wrong way around. If you compute $\int_0^2 (x^2-2x)\,dx$, the result is negative, which is not an area. Area must be positive, so you must always use upper minus lower. βœ…

Working Through a Standard Example

Let’s use the same example in full so you can see the process clearly.

Find the area enclosed by $y=2x$ and $y=x^2$.

Step 1: Find intersections

Set the equations equal:

$$x^2=2x$$

This gives $x=0$ and $x=2$.

Step 2: Decide which graph is on top

On the interval $0\le x\le 2$, the line $y=2x$ lies above the curve $y=x^2$.

Step 3: Set up the integral

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

Step 4: Integrate

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

Substitute the limits:

$$A=\left(4-\frac{8}{3}\right)-0$$

$$A=\frac{12}{3}-\frac{8}{3}=\frac{4}{3}$$

So the area is:

$$\frac{4}{3}$$

This answer has square units, such as square metres or square centimetres, depending on the context.

The method is simple, but every step matters. If the intersection points are wrong, or if the top and bottom functions are reversed, the final answer will be incorrect.

When the Graphs Cross More Than Once

Sometimes a curve and a line cross more than once, or the top and bottom functions change over the interval. In that case, one integral is not enough. You must split the region into parts where the top function stays the same.

Suppose a curve and a line intersect at $x=a$, $x=c$, and $x=b$, with $a<c<b$. If the curve is above the line on one part and below on another, then the total area is:

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

Notice how the order changes depending on which graph is higher.

This is important in IB questions because graphs are not always shown with obvious labels. You may need to sketch, estimate, or test values. A small table of values can help determine which graph is on top in each interval.

For example, if $f(x)-g(x)$ changes sign, then the graphs cross. The sign of $f(x)-g(x)$ tells you whether $f$ is above $g$ or below it. This connects area to algebra and graph behavior, which is a central idea in calculus.

Area, Definite Integrals, and Signed Area

It is important to understand the difference between area and signed area. A definite integral can be positive or negative depending on whether the graph lies above or below the $x$-axis. But area between a curve and a line is always positive.

For graphs above and below each other, the integral of the difference gives the actual area because you choose top minus bottom. But if you use a single integral like

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

without checking which function is larger, you may get a signed result instead of area.

This is why graph interpretation matters. In IB Mathematics Analysis and Approaches SL, you are expected to interpret the meaning of the result, not just compute it mechanically. A negative answer is a clue that the setup needs checking, not that the region has negative size.

Area between a curve and a line is also closely related to accumulation. Integration adds up very small strips of area. Each strip has width $\Delta x$ and height approximately equal to the vertical gap between the graphs. As the strips become thinner, the sum becomes an exact integral. This is one of the biggest ideas in calculus: a complicated quantity can be found by adding many tiny pieces.

Real-World Connections and Interpretation

Why does this matter outside class? students, many practical situations involve comparing two quantities over time or distance. For example:

  • A curved price trend and a straight benchmark line can show extra cost over a period.
  • A growth curve and a target line can show how much a population or quantity exceeds a goal.
  • A speed-time graph and a constant speed line can compare motion over time.

In each case, the area between the graphs represents accumulated difference. The units depend on the axes. If the vertical axis is speed in $\text{m s}^{-1}$ and the horizontal axis is time in $\text{s}$, the area has units of metres. If the vertical axis is cost per hour and the horizontal axis is time in hours, the area may represent total cost.

This is a powerful feature of calculus: the same mathematical method can describe many different situations.

Common Errors to Avoid

There are a few mistakes students often make:

  1. Forgetting to find intersections
  • You need accurate limits of integration.
  1. Using the wrong order
  • Always use top minus bottom.
  1. Ignoring crossing points inside the interval
  • If the graphs cross, split the integral.
  1. Leaving the answer without units
  • Area is measured in square units.
  1. Confusing graph area with coordinate values
  • The area is the region enclosed, not the $y$-value at one point.

A good habit is to sketch the graphs first. Even a simple sketch helps you see the region, the limits, and which function is above the other. ✏️

Conclusion

Area between a curve and a line is a classic integration problem in calculus. The process is based on a simple idea: find where the graphs meet, decide which one is on top, and integrate the difference over the correct interval. If the graphs cross more than once, split the region into separate parts. This topic brings together algebra, graphs, and definite integrals, and it shows how calculus measures real regions that do not have simple geometric shapes.

For IB Mathematics Analysis and Approaches SL, success depends on clear reasoning as much as calculation. If students can identify boundaries, compare functions, and interpret the result correctly, this topic becomes much easier and more meaningful.

Study Notes

  • Area between a curve and a line is found using a definite integral of the form $\int_a^b (\text{top} - \text{bottom})\,dx$.
  • First find intersection points by solving $f(x)=g(x)$.
  • The limits of integration come from the intersection points or other stated boundaries.
  • If the graphs cross inside the interval, split the area into separate integrals.
  • Area must be positive, so use upper function minus lower function.
  • A negative definite integral usually means the setup needs checking.
  • The answer should include square units.
  • Sketching the graphs helps identify the region correctly.
  • This topic connects graphing, algebra, differentiation, and integration in calculus.
  • In real contexts, the area often represents accumulated difference between two quantities.

Practice Quiz

5 questions to test your understanding

Area Between A Curve And A Line β€” IB Mathematics Analysis And Approaches SL | A-Warded