Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Specialist (Unit 3 & 4) Applications of integral calculus

Area of a region between two curves

20 practice questions 0 video lessons Theory + worked examples

Find the area between two curves in Year 12 Specialist Mathematics for Queensland (QCAA). The area of a region enclosed by two graphs is the integral of the upper curve minus the lower curve, taken between the points where the curves intersect.

You will learn to find intersection points to set the limits, decide which curve is on top, and split the integral wherever the curves cross — a key application of integral calculus that also underpins volumes of revolution and later modelling.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

The area between two curves is a core application of integral calculus in Year 12 Specialist Mathematics (QCAA, Queensland). You find where the curves intersect to fix the limits, decide which graph is the upper curve, then integrate the upper minus the lower curve. Where the curves cross inside the interval, you split the integral and add the pieces.

The area between two curves \(y=f(x)\) and \(y=g(x)\) is the area of the region they enclose. On an interval where \(f\) lies above \(g\), that area is \(\displaystyle\int_a^b\big(f(x)-g(x)\big)\,dx\) — the integral of the upper curve minus the lower curve. Because you subtract lower from upper, the integrand is never negative, so the answer is a genuine area.

The limits \(a\) and \(b\) are usually the \(x\)-coordinates of the intersection points, found by solving \(f(x)=g(x)\). These are the two ends of the enclosed region, so you rarely need extra information to set them.

Deciding which curve is upper matters: test an \(x\)-value between the intersections (or read it off a sketch). The curve with the larger \(y\) there is the upper one. Getting this backwards makes the integral negative.

If the curves cross inside the interval, the upper and lower curves swap over. Then you split the integral at each interior intersection, integrate each piece with its own upper curve, and add the absolute areas. When a region is described by \(x\) as a function of \(y\), integrate with respect to \(y\) instead: \(\displaystyle\int_c^d\big(\text{right}-\text{left}\big)\,dy\).

Area enclosed between the line y = x + 3 and the parabola y = x squared plus one The line y equals x plus three and the parabola y equals x squared plus one meet at x equals minus one and x equals two. Between those points the line is the upper curve and the parabola is the lower curve, and the region enclosed between them is shaded. The area is the integral of the upper curve minus the lower curve from x equals minus one to x equals two. x y a=−1 b=2 y=x+3 y=x²+1 A
Area between \(y=x+3\) (upper) and \(y=x^2+1\) (lower): the curves meet at \(a=-1\) and \(b=2\), and \(A=\int_{-1}^{2}\big((x+3)-(x^2+1)\big)\,dx\).
Two crossing curves y = 9x and y = x cubed enclosing two equal lobes The line y equals nine x and the cubic y equals x cubed cross at x equals minus three, zero and three. Between zero and three the line is above the cubic; between minus three and zero the cubic is above the line. The two enclosed lobes are shaded and are equal by symmetry, so the total area is found by splitting the integral at the origin and summing the absolute pieces. x y 3 −3 O A₁ A₂ y=9x y=x³
Crossing curves \(y=9x\) and \(y=x^3\) meet at \(-3,0,3\): split at \(O\), because the upper curve swaps, then add the two equal lobes \(A_1\) and \(A_2\).

For an interval \([a,b]\) on which \(f(x)\ge g(x)\), the area enclosed between the curves is the integral of the upper minus the lower:

\[ A=\int_a^b\big(f(x)-g(x)\big)\,dx \]
A=ab(f(x)g(x))dx

The limits are the intersection abscissae, found by solving:

\[ f(x)=g(x)\ \Rightarrow\ x=a,\ b \]

If the curves cross at interior points \(c_1

\[ A=\left|\int_a^{c_1}(f-g)\,dx\right|+\left|\int_{c_1}^{c_2}(f-g)\,dx\right|+\cdots \]
A=|ac1(fg)dx|+

For a region bounded by curves written as \(x\) in terms of \(y\), integrate with respect to \(y\) between the \(y\)-limits, right curve minus left:

\[ A=\int_c^d\big(x_{\text{right}}-x_{\text{left}}\big)\,dy \]
Upper minus lower, always. Subtract the lower curve from the upper curve so the integrand is \(\ge 0\). If the answer comes out negative you have them the wrong way round, or the curves cross and you forgot to split.

Finding the area between two curves

  1. Find the intersections: solve \(f(x)=g(x)\) to get the \(x\)-values where the curves meet — these are the limits \(a\) and \(b\).
  2. Decide which is upper: test a point between the intersections; the curve with the larger \(y\) is the upper one.
  3. Set up upper minus lower: write \(A=\displaystyle\int_a^b\big(\text{upper}-\text{lower}\big)\,dx\) and simplify the integrand.
  4. Integrate and evaluate: anti-differentiate, substitute the limits, and do the arithmetic. If the curves cross inside \([a,b]\), split at each interior intersection and add the absolute pieces.
Example 1 — Line above a parabola
Find the area of the region enclosed by the line \(y=x+3\) and the parabola \(y=x^2+1\). Give an exact value.
Solution

Set the curves equal to find the limits:

\(x^2+1\)\(=\)\(x+3\)
\(x^2-x-2\)\(=\)\(0\)
\((x-2)(x+1)\)\(=\)\(0\)
\(x\)\(=\)\(-1,\ 2\)

Test \(x=0\) to see which curve is upper:

\(\text{line: } y\)\(=\)\(0+3=3\)
\(\text{parabola: } y\)\(=\)\(0+1=1\)
\(\Rightarrow\ \text{upper}\)\(\text{ is }\)\(y=x+3\)

Integrate upper minus lower over \([-1,2]\):

\(A\)\(=\)\(\int_{-1}^{2}\big((x+3)-(x^2+1)\big)\,dx\)
\(=\)\(\int_{-1}^{2}(x+2-x^2)\,dx\)
\(=\)\(\left[\dfrac{x^2}{2}+2x-\dfrac{x^3}{3}\right]_{-1}^{2}\)
\(=\)\(\left(2+4-\dfrac{8}{3}\right)-\left(\dfrac{1}{2}-2+\dfrac{1}{3}\right)\)
\(=\)\(\dfrac{10}{3}-\left(-\dfrac{7}{6}\right)\)
\(=\)\(\dfrac{9}{2}\)

The area is \(\dfrac{9}{2}\) square units.

Area enclosed between the line y = x + 3 and the parabola y = x squared plus one The line y equals x plus three and the parabola y equals x squared plus one meet at x equals minus one and x equals two. Between those points the line is the upper curve and the parabola is the lower curve, and the region enclosed between them is shaded. The area is the integral of the upper curve minus the lower curve from x equals minus one to x equals two. x y a=−1 b=2 y=x+3 y=x²+1 A
Example 2 — Between two parabolas
Find the area of the region enclosed by \(y=8-x^2\) and \(y=x^2\). Give an exact value.
Solution

Set the curves equal to find the limits:

\(8-x^2\)\(=\)\(x^2\)
\(2x^2\)\(=\)\(8\)
\(x^2\)\(=\)\(4\)
\(x\)\(=\)\(\pm 2\)

Test \(x=0\) for the upper curve:

\(8-x^2\)\(=\)\(8\)
\(x^2\)\(=\)\(0\)
\(\Rightarrow\ \text{upper}\)\(\text{ is }\)\(y=8-x^2\)

Integrate upper minus lower over \([-2,2]\):

\(A\)\(=\)\(\int_{-2}^{2}\big((8-x^2)-x^2\big)\,dx\)
\(=\)\(\int_{-2}^{2}(8-2x^2)\,dx\)
\(=\)\(\left[8x-\dfrac{2x^3}{3}\right]_{-2}^{2}\)
\(=\)\(\left(16-\dfrac{16}{3}\right)-\left(-16+\dfrac{16}{3}\right)\)
\(=\)\(32-\dfrac{32}{3}\)
\(=\)\(\dfrac{64}{3}\)

The area is \(\dfrac{64}{3}\) square units.

Example 3 — Curves that cross (split)
The curves \(y=x^3\) and \(y=9x\) enclose two regions. Find the total area of both.
Solution

Find every intersection:

\(x^3\)\(=\)\(9x\)
\(x^3-9x\)\(=\)\(0\)
\(x(x-3)(x+3)\)\(=\)\(0\)
\(x\)\(=\)\(-3,\ 0,\ 3\)

On \((0,3)\) test \(x=1\): \(9(1)=9>1=1^3\), so \(y=9x\) is upper there; the two lobes are equal by symmetry, so integrate one and double:

\(A\)\(=\)\(2\int_{0}^{3}(9x-x^3)\,dx\)
\(=\)\(2\left[\dfrac{9x^2}{2}-\dfrac{x^4}{4}\right]_{0}^{3}\)
\(=\)\(2\left(\dfrac{81}{2}-\dfrac{81}{4}\right)\)
\(=\)\(2\times\dfrac{81}{4}\)
\(=\)\(\dfrac{81}{2}\)

The total area is \(\dfrac{81}{2}\) square units.

Two crossing curves y = 9x and y = x cubed enclosing two equal lobes The line y equals nine x and the cubic y equals x cubed cross at x equals minus three, zero and three. Between zero and three the line is above the cubic; between minus three and zero the cubic is above the line. The two enclosed lobes are shaded and are equal by symmetry, so the total area is found by splitting the integral at the origin and summing the absolute pieces. x y 3 −3 O A₁ A₂ y=9x y=x³
Example 4 — Integrating with respect to y
A region is enclosed by the parabola \(x=y^2\) and the line \(x=y+2\). Integrating with respect to \(y\), find its area. Give an exact value.
Solution

Set the curves equal in \(y\) to find the \(y\)-limits:

\(y^2\)\(=\)\(y+2\)
\(y^2-y-2\)\(=\)\(0\)
\((y-2)(y+1)\)\(=\)\(0\)
\(y\)\(=\)\(-1,\ 2\)

Test \(y=0\) for the right-hand curve:

\(x=y+2\)\(=\)\(2\)
\(x=y^2\)\(=\)\(0\)
\(\Rightarrow\ \text{right}\)\(\text{ is }\)\(x=y+2\)

Integrate right minus left over \([-1,2]\):

\(A\)\(=\)\(\int_{-1}^{2}\big((y+2)-y^2\big)\,dy\)
\(=\)\(\left[\dfrac{y^2}{2}+2y-\dfrac{y^3}{3}\right]_{-1}^{2}\)
\(=\)\(\left(2+4-\dfrac{8}{3}\right)-\left(\dfrac{1}{2}-2+\dfrac{1}{3}\right)\)
\(=\)\(\dfrac{10}{3}-\left(-\dfrac{7}{6}\right)\)
\(=\)\(\dfrac{9}{2}\)

The area is \(\dfrac{9}{2}\) square units.

Common pitfalls

Subtracting in the wrong order. Always integrate upper minus lower (or right minus left). If your integrand can go negative on the interval, you have the curves the wrong way round.
Not splitting when curves cross. If the graphs cross inside the interval the upper curve swaps over. Integrating in one go lets the pieces cancel; split at every interior intersection and add the absolute areas.
Guessing the limits. The limits are the intersection points — solve \(f(x)=g(x)\) first. Using the wrong endpoints gives the area of the wrong region.
Forgetting the \(dy\) case. When curves are given as \(x\) in terms of \(y\), it is often easier to integrate right minus left with respect to \(y\), between the \(y\)-limits.

Frequently asked questions

How do you find the area between two curves?

Solve \(f(x)=g(x)\) to find the intersection points, which give the limits. Decide which curve is upper, then evaluate \(\displaystyle\int_a^b(\text{upper}-\text{lower})\,dx\).

How do you know which curve is the upper one?

Test an \(x\)-value between the intersections (or read it from a sketch). The curve with the larger \(y\) there is the upper curve, which you subtract the lower one from.

What if the two curves cross between the limits?

The upper and lower curves swap where they cross. Split the integral at each interior intersection, integrate each piece with its own upper curve, and add the absolute values of the pieces.

What are the limits of integration when finding area between curves?

They are the \(x\)-coordinates of the points where the curves meet, found by solving \(f(x)=g(x)\). These are the ends of the enclosed region.

When should you integrate with respect to y?

When the curves are naturally written as \(x\) in terms of \(y\) (for example \(x=y^2\)), integrate right curve minus left curve with respect to \(y\), between the \(y\)-values where they meet.

Why subtract the lower curve instead of finding two separate areas?

Subtracting lower from upper gives the height of the strip between the curves directly, so \(\int_a^b(f-g)\,dx\) is the enclosed area in one integral — even where part of the region is below the \(x\)-axis.