Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Methods (Unit 3 & 4) Integration

Finding the exact area: the definite integral

20 practice questions 0 video lessons Theory + worked examples

In Year 12 Mathematical Methods (Queensland, QCAA), the fundamental theorem of calculus gives the exact value of a definite integral: if \(F\) is an anti-derivative of \(f\), then \(\displaystyle\int_a^b f(x)\,dx=F(b)-F(a)\). When the curve \(y=f(x)\) is positive on \([a,b]\), this definite integral is the exact area under the curve. You also use the properties of the definite integral — linearity, a zero-width integral, reversing the limits, and splitting the interval.

A definite integral \(\displaystyle\int_a^b f(x)\,dx\) has a lower limit \(a\) and an upper limit \(b\), and produces a single number (not a family of functions). The fundamental theorem of calculus evaluates it: find any anti-derivative \(F\) of \(f\), then subtract its values at the limits, \(F(b)-F(a)\).

Because you subtract, any constant of integration cancels, so a definite integral has no \(+C\). The usual shorthand is \(\big[F(x)\big]_a^b=F(b)-F(a)\).

When \(f(x)>0\) on the interval, the definite integral is the exact area of the region between the curve \(y=f(x)\), the \(x\)-axis and the lines \(x=a\) and \(x=b\), measured in square units. (If the curve dips below the axis the integral gives a signed area, which is a separate topic.)

Key idea. \(\displaystyle\int_a^b f(x)\,dx=\big[F(x)\big]_a^b=F(b)-F(a)\), where \(F'=f\). If \(f>0\) on \([a,b]\), this is the exact area under the curve.
Exact area under a positive curve as a definite integralAn increasing positive curve with the region between two vertical dashed lines x=a and x=b shaded; the shaded area equals the definite integral of f from a to b. a b x y
The shaded area equals \(\displaystyle\int_a^b f(x)\,dx\) when \(f>0\)
Splitting the interval at a point cThe region under the curve from a to b split by a vertical line at c into two adjacent shaded pieces, showing that the integral from a to b equals the integral from a to c plus the integral from c to b. a c b x y
Splitting: \(\displaystyle\int_a^b=\int_a^c+\int_c^b\)

The fundamental theorem of calculus:

\[\int_a^b f(x)\,dx=\Big[F(x)\Big]_a^b=F(b)-F(a), \qquad \text{where } F'(x)=f(x)\]
abf(x)dx=F(b)-F(a)

Exact area under a curve that is positive on \([a,b]\):

\[A=\int_a^b f(x)\,dx \quad (f(x)>0 \text{ on } [a,b])\]

Standard anti-derivatives used with the theorem:

\[\int x^n\,dx=\frac{x^{n+1}}{n+1}, \quad \int e^{kx}\,dx=\frac{1}{k}e^{kx}, \quad \int\cos x\,dx=\sin x, \quad \int\sin x\,dx=-\cos x\]
\[\int (ax+b)^r\,dx=\frac{(ax+b)^{r+1}}{a(r+1)}, \qquad \int \frac{1}{x}\,dx=\ln x\]

Properties of the definite integral:

\[\int_a^a f\,dx=0, \qquad \int_b^a f\,dx=-\int_a^b f\,dx, \qquad \int_a^b\big(pf+qg\big)\,dx=p\!\int_a^b f+q\!\int_a^b g\]
\[\int_a^b f\,dx=\int_a^c f\,dx+\int_c^b f\,dx\]
No constant of integration. Because you subtract \(F(a)\) from \(F(b)\), the \(+C\) cancels — a definite integral is a single number, never a function.

How to evaluate a definite integral / find an exact area

  1. Find an anti-derivative \(F\) of the integrand \(f\), using the standard forms (no \(+C\) is needed for a definite integral). Write it as \(\big[F(x)\big]_a^b\).
  2. Substitute the limits. Work out \(F(b)\) (upper limit) and \(F(a)\) (lower limit).
  3. Subtract in order. The value is \(F(b)-F(a)\) — upper minus lower.
  4. For an area, first check \(f(x)>0\) on \([a,b]\); then the exact area is \(\displaystyle\int_a^b f(x)\,dx\), stated in square units.
  5. Use the properties where they help: reverse the limits (change the sign), split the interval, or factor constants out and integrate a sum term by term.
Order matters. Always compute \(F(b)-F(a)\), the upper limit minus the lower limit. Swapping them changes the sign of the answer.
Example 1 — The fundamental theorem
Evaluate \(\displaystyle\int_0^2 3x^2\,dx\).
Solution

An anti-derivative of \(3x^2\) is \(x^3\).

\(\displaystyle\int_0^2 3x^2\,dx\)\(=\)\(\big[x^3\big]_0^2\)
\(=\)\((2)^3-(0)^3=8\)

The value of the definite integral is \(8\).

023x2dx=8
Example 2 — Exact area under a curve
Find the exact area between \(y=x^2\), the \(x\)-axis and the lines \(x=0\) and \(x=3\).
Solution

\(y=x^2\ge 0\) on \([0,3]\), so the area is the definite integral. An anti-derivative is \(\dfrac{x^3}{3}\).

\(A\)\(=\)\(\displaystyle\int_0^3 x^2\,dx=\left[\dfrac{x^3}{3}\right]_0^3\)
\(=\)\(\dfrac{27}{3}-0=9\)

The exact area is \(9\) square units.

Region under y=x^2 from x=0 to x=3The curve y equals x squared with the region from x=0 to x=3 shaded; its exact area is the integral, equal to 9 square units. 0 3 x y
A=9
Example 3 — A standard form
Evaluate \(\displaystyle\int_0^1 e^{2x}\,dx\), giving an exact answer.
Solution

An anti-derivative of \(e^{2x}\) is \(\dfrac{1}{2}e^{2x}\) (divide by the coefficient of \(x\)).

\(\displaystyle\int_0^1 e^{2x}\,dx\)\(=\)\(\left[\dfrac{1}{2}e^{2x}\right]_0^1\)
\(=\)\(\dfrac{1}{2}e^2-\dfrac{1}{2}=\dfrac{1}{2}\left(e^2-1\right)\)

The value is \(\dfrac{1}{2}\left(e^2-1\right)\).

01e2xdx=12(e2-1)
Example 4 — Using the properties
Given \(\displaystyle\int_0^5 f(x)\,dx=12\) and \(\displaystyle\int_0^2 f(x)\,dx=5\), find \(\displaystyle\int_2^5 f(x)\,dx\) and \(\displaystyle\int_5^0 f(x)\,dx\).
Solution

Split \([0,5]=[0,2]\cup[2,5]\); reversing the limits negates the value.

\(\displaystyle\int_2^5 f\)\(=\)\(\displaystyle\int_0^5 f-\int_0^2 f=12-5=7\)
\(\displaystyle\int_5^0 f\)\(=\)\(-\displaystyle\int_0^5 f=-12\)

So \(\displaystyle\int_2^5 f=7\) and \(\displaystyle\int_5^0 f=-12\).

25f=7

Common pitfalls

Do not leave a \(+C\) in a definite integral. The constant cancels when you subtract \(F(a)\) from \(F(b)\). Keep \(+C\) only for an indefinite integral (an anti-derivative).
Subtract in the right order. The value is \(F(b)-F(a)\), upper minus lower. Writing \(F(a)-F(b)\) flips the sign of the whole answer.
Area needs \(f>0\). The definite integral equals the area only when the curve stays above the \(x\)-axis on \([a,b]\). Where the curve dips below the axis the integral gives a signed value (a separate topic).

Frequently asked questions

What is the fundamental theorem of calculus?

If \(F'=f\), then \(\displaystyle\int_a^b f(x)\,dx=F(b)-F(a)\). Find an anti-derivative, substitute the upper then the lower limit, and subtract.

How do you find the exact area under a curve?

If \(y=f(x)>0\) on \([a,b]\), the exact area is \(\displaystyle\int_a^b f(x)\,dx=F(b)-F(a)\), in square units.

Do you add a constant of integration to a definite integral?

No — the constant cancels in \(F(b)-F(a)\). Include \(+C\) only for an indefinite integral.

What happens if you swap the limits?

Reversing the limits negates the value: \(\displaystyle\int_b^a f=-\int_a^b f\). Also \(\displaystyle\int_a^a f=0\).

How do you split a definite integral?

For \(c\) between \(a\) and \(b\), \(\displaystyle\int_a^b f=\int_a^c f+\int_c^b f\), so adjacent areas add.

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