Area Between Two Curves
Area Between Two Curves is an important application of integration. It allows us to find the exact amount of space enclosed by graphs on a coordinate plane.
When two curves form a closed region, the area of that region can often be found by subtracting one function from the other and integrating over the correct interval.
This lesson will show you how to identify the top and bottom curves, how to find intersection points, and how to set up and evaluate the integral for the enclosed area.
1. The Main Idea
Suppose two functions are given by \(y=f(x)\) and \(y=g(x)\). If \(f(x)\) is above \(g(x)\) on the interval from \(x=a\) to \(x=b\), then the area between the curves is
$$A=\int_a^b \big(f(x)-g(x)\big)\,dx$$This works because for each value of \(x\), the vertical distance between the curves is
$$\text{top} - \text{bottom} = f(x)-g(x)$$Adding all these thin vertical strips from \(x=a\) to \(x=b\) gives the total area.
2. Steps for Finding Area Between Two Curves
- Sketch or imagine the graphs. This helps you see which curve is above the other.
- Find the intersection points. Set the equations equal to each other. These points often give the limits of integration.
- Identify the upper and lower functions. On the interval, determine which graph has the greater \(y\)-value.
- Set up the integral. Use \(\int (\text{top} - \text{bottom})\,dx\).
- Evaluate the integral. This gives the exact enclosed area.
3. Why We Use Top Minus Bottom
Area must be positive. If you subtract in the wrong order, the integral may become negative, even though the geometric area is positive.
So when integrating with respect to \(x\), always use
$$\text{upper curve} - \text{lower curve}$$If the curves switch positions during the interval, then you must split the integral at the point where they cross.
4. Finding the Intersection Points
To find where two curves meet, set their equations equal:
$$f(x)=g(x)$$Then solve for \(x\). These values are often the left and right boundaries of the enclosed region.
After finding the \(x\)-values, you can substitute them into either equation to get the corresponding points if needed.
Worked Example 1: A Basic Parabola and Line
Find the area enclosed by \(y=x+2\) and \(y=x^2\).
Step 1: Find the intersection points.
Set the equations equal:
$$x+2=x^2$$ $$x^2-x-2=0$$ $$(x-2)(x+1)=0$$So the curves intersect at \(x=-1\) and \(x=2\).
Step 2: Determine which curve is on top.
Choose a value between \(-1\) and \(2\), such as \(x=0\).
For \(y=x+2\), we get \(2\).
For \(y=x^2\), we get \(0\).
So \(y=x+2\) is above \(y=x^2\).
Step 3: Set up the integral.
$$A=\int_{-1}^{2} \big((x+2)-x^2\big)\,dx$$Step 4: Evaluate.
$$A=\int_{-1}^{2} (-x^2+x+2)\,dx$$ $$A=\left[-\frac{x^3}{3}+\frac{x^2}{2}+2x\right]_{-1}^{2}$$Substitute \(x=2\):
$$-\frac{8}{3}+2+4=6-\frac{8}{3}=\frac{10}{3}$$Substitute \(x=-1\):
$$-\left(\frac{-1}{3}\right)+\frac{1}{2}-2=\frac{1}{3}+\frac{1}{2}-2=-\frac{7}{6}$$Now subtract:
$$A=\frac{10}{3}-\left(-\frac{7}{6}\right)=\frac{20}{6}+\frac{7}{6}=\frac{27}{6}=\frac{9}{2}$$Answer: The enclosed area is
$$\boxed{\frac{9}{2}}$$Worked Example 2: Curves Symmetric About the y-Axis
Find the area enclosed by \(y=4-x^2\) and \(y=x^2\).
Step 1: Find the intersection points.
$$4-x^2=x^2$$ $$4=2x^2$$ $$x^2=2$$ $$x=\pm \sqrt{2}$$Step 2: Determine which curve is on top.
At \(x=0\),
\(y=4-x^2=4\) and \(y=x^2=0\), so \(y=4-x^2\) is above \(y=x^2\).
Step 3: Set up the integral.
$$A=\int_{-\sqrt{2}}^{\sqrt{2}} \big((4-x^2)-x^2\big)\,dx$$ $$A=\int_{-\sqrt{2}}^{\sqrt{2}} (4-2x^2)\,dx$$Step 4: Evaluate.
$$A=\left[4x-\frac{2x^3}{3}\right]_{-\sqrt{2}}^{\sqrt{2}}$$Substitute \(x=\sqrt{2}\):
$$4\sqrt{2}-\frac{2(\sqrt{2})^3}{3}$$Since \((\sqrt{2})^3=2\sqrt{2}\), this becomes
$$4\sqrt{2}-\frac{4\sqrt{2}}{3}=\frac{8\sqrt{2}}{3}$$Substitute \(x=-\sqrt{2}\):
$$-4\sqrt{2}+\frac{4\sqrt{2}}{3}=-\frac{8\sqrt{2}}{3}$$Now subtract:
$$A=\frac{8\sqrt{2}}{3}-\left(-\frac{8\sqrt{2}}{3}\right)=\frac{16\sqrt{2}}{3}$$Answer:
$$\boxed{\frac{16\sqrt{2}}{3}}$$Worked Example 3: When You Must Split the Area
Find the area enclosed by \(y=x^3\) and \(y=x\) from \(x=-1\) to \(x=1\).
Step 1: Find where the graphs intersect.
$$x^3=x$$ $$x^3-x=0$$ $$x(x^2-1)=0$$ $$x(x-1)(x+1)=0$$So the curves meet at \(x=-1\), \(x=0\), and \(x=1\).
Step 2: Check which graph is on top in each interval.
On \((-1,0)\), choose \(x=-\frac{1}{2}\):
\(x=-\frac{1}{2}\), but \(x^3=-\frac{1}{8}\). Since \(-\frac{1}{8} > -\frac{1}{2}\), we have \(x^3\) above \(x\).
On \((0,1)\), choose \(x=\frac{1}{2}\):
\(x=\frac{1}{2}\), but \(x^3=\frac{1}{8}\). Since \(\frac{1}{2} > \frac{1}{8}\), we have \(x\) above \(x^3\).
Step 3: Split the integral.
$$A=\int_{-1}^{0} (x^3-x)\,dx + \int_{0}^{1} (x-x^3)\,dx$$Step 4: Evaluate each part.
$$\int (x^3-x)\,dx=\frac{x^4}{4}-\frac{x^2}{2}$$First part:
$$\left[\frac{x^4}{4}-\frac{x^2}{2}\right]_{-1}^{0}=0-\left(\frac{1}{4}-\frac{1}{2}\right)=\frac{1}{4}$$Second part:
$$\int (x-x^3)\,dx=\frac{x^2}{2}-\frac{x^4}{4}$$ $$\left[\frac{x^2}{2}-\frac{x^4}{4}\right]_{0}^{1}=\frac{1}{2}-\frac{1}{4}=\frac{1}{4}$$Add the two areas:
$$A=\frac{1}{4}+\frac{1}{4}=\frac{1}{2}$$Answer:
$$\boxed{\frac{1}{2}}$$This example is important because it shows that one single subtraction does not always work over the whole interval. If the upper curve changes, the integral must be split.
5. When Boundaries Are Given Directly
Sometimes the region is enclosed not only by curves, but also by vertical lines such as \(x=1\) and \(x=3\).
In that case, use those values as the limits of integration, as long as you know which curve is on top throughout the interval.
Worked Example 4: Area with Given Vertical Boundaries
Find the area between \(y=2x+1\) and \(y=x^2\) from \(x=1\) to \(x=3\).
Step 1: Determine which graph is above.
At \(x=1\),
\(2x+1=3\) and \(x^2=1\), so the line is above there.
At \(x=3\),
\(2x+1=7\) and \(x^2=9\), so the parabola is above there.
This tells us the graphs switch places somewhere between \(1\) and \(3\), so we must find the intersection.
Step 2: Find the intersection point inside the interval.
$$2x+1=x^2$$ $$x^2-2x-1=0$$ $$x=1\pm \sqrt{2}$$In the interval \([1,3]\), the relevant point is \(x=1+\sqrt{2}\).
Step 3: Split the area.
From \(x=1\) to \(x=1+\sqrt{2}\), the line is above the parabola.
From \(x=1+\sqrt{2}\) to \(x=3\), the parabola is above the line.
$$A=\int_1^{1+\sqrt{2}} \big((2x+1)-x^2\big)\,dx + \int_{1+\sqrt{2}}^3 \big(x^2-(2x+1)\big)\,dx$$This setup is the most important part. Once the integral is correct, the area can be evaluated carefully.
6. Common Mistakes to Avoid
- Forgetting to find intersection points. The correct limits are essential.
- Using bottom minus top. This may give a negative answer.
- Not splitting the integral when curves cross. If the upper curve changes, the area must be broken into parts.
- Confusing area with signed integral. A definite integral can be negative, but area must always be non-negative.
7. Quick Strategy Checklist
- Write both equations clearly.
- Find where they intersect.
- Check which curve is on top on each interval.
- Use \(A=\int (\text{top} - \text{bottom})\,dx\).
- Split into more than one integral if needed.
- Make sure your final area is positive.
8. Final Summary
To find the area between two curves, you integrate the vertical distance between them across the interval where they enclose a region.
When integrating with respect to \(x\), the formula is
$$A=\int_a^b (\text{upper function} - \text{lower function})\,dx$$The most important skills are finding the intersection points, deciding which graph is above the other, and splitting the integral if the curves switch order.
Once you master those steps, you can solve many geometric area problems using integration.
Put what you read to the test
You've worked through Area Between Two Curves. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.