Skip to main content
VICMath MethodsSyllabus dot point

How is the definite integral defined and evaluated using the fundamental theorem of calculus?

The definite integral, the fundamental theorem of calculus linking definite integration to antidifferentiation, and the properties of the definite integral over intervals

A focused answer to the VCE Math Methods Unit 4 key-knowledge point on definite integration. Defines the definite integral, states the fundamental theorem of calculus, sets out the linearity and interval properties, and works through a Paper 1 evaluation with the standard antiderivatives.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The definite integral
  3. The fundamental theorem of calculus
  4. Properties of the definite integral
  5. Definite integrals on the calculator
  6. Examples in context
  7. Try this

What this dot point is asking

VCAA wants by-hand evaluation of definite integrals using the fundamental theorem of calculus, plus the ability to manipulate definite integrals using the interval and linearity properties. Definite integration is high-yield: it appears in both Paper 1 (exact value) and Paper 2 (technology-assisted, calculator-active) every year.

The definite integral

The definite integral of ff from aa to bb is written:

abf(x)dx\int_{a}^{b} f(x) \, dx

It is a number, not a function. Conceptually it is the signed area between the graph of ff, the xx-axis, and the vertical lines x=ax = a and x=bx = b. Areas above the xx-axis count positively; areas below count negatively.

The Unit 3 / 4 syllabus does not require the Riemann-sum definition explicitly, but the intuition is needed when an integrand crosses zero on the interval.

The fundamental theorem of calculus

If FF is any antiderivative of ff (so F(x)=f(x)F'(x) = f(x)), then:

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \, dx = F(b) - F(a)

The notation [F(x)]ab[F(x)]_{a}^{b} or F(x)abF(x) \Big\vert_{a}^{b} is shorthand for F(b)F(a)F(b) - F(a).

This is the working tool. To evaluate a definite integral by hand:

  1. Find any antiderivative FF of the integrand.
  2. Compute F(b)F(b) and F(a)F(a).
  3. Subtract.

The constant of integration cancels in step 3, so it does not need to be included for definite integrals.

Properties of the definite integral

Six properties VCAA expects you to use.

Linearity.

ab[c1f(x)+c2g(x)]dx=c1abf(x)dx+c2abg(x)dx\int_{a}^{b} [c_1 f(x) + c_2 g(x)] \, dx = c_1 \int_{a}^{b} f(x) \, dx + c_2 \int_{a}^{b} g(x) \, dx

Same endpoint.

aaf(x)dx=0\int_{a}^{a} f(x) \, dx = 0

Reverse endpoints.

baf(x)dx=abf(x)dx\int_{b}^{a} f(x) \, dx = - \int_{a}^{b} f(x) \, dx

Splitting the interval.

acf(x)dx=abf(x)dx+bcf(x)dx\int_{a}^{c} f(x) \, dx = \int_{a}^{b} f(x) \, dx + \int_{b}^{c} f(x) \, dx

This holds for any bb, not just bb between aa and cc.

Even and odd integrands over a symmetric interval.

If ff is even (f(x)=f(x)f(-x) = f(x)): aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x) \, dx = 2 \int_{0}^{a} f(x) \, dx.

If ff is odd (f(x)=f(x)f(-x) = -f(x)): aaf(x)dx=0\int_{-a}^{a} f(x) \, dx = 0.

VCAA Paper 1 occasionally asks for ππsin(x)dx\int_{-\pi}^{\pi} \sin(x) \, dx or similar, expecting you to recognise the odd symmetry and write 00 without computation.

Sign of the integrand.

If f(x)0f(x) \geq 0 on [a,b][a, b], the definite integral is non-negative. If ff changes sign, the integral is the net signed area; absolute value bars or interval-splitting may be needed for "area" (covered in the area-under-curves dot point).

Definite integrals on the calculator

In Paper 2, VCAA expects calculator-active evaluation of definite integrals for integrands too cumbersome to integrate by hand. The TI-Nspire and Casio ClassPad both support the syntax int(f(x), x, a, b) directly. For exact-value Paper 1 questions, only by-hand evaluation is allowed.

Examples in context

Example 1. Net change in a savings balance. A fund's rate of change is modelled by r(t)=3t212r(t) = 3t^2 - 12 dollars per month. The net change over the first 33 months is 03(3t212)dt=[t312t]03=(2736)0=9\int_0^3 (3t^2 - 12)\,dt = [t^3 - 12t]_0^3 = (27 - 36) - 0 = -9 dollars: a net fall of \9$, since the rate is negative for most of the interval (the FTC turns the rate function into the total change).

Example 2. Using symmetry to save work. Evaluating 22(x3+5x)dx\int_{-2}^{2}(x^3 + 5x)\,dx: the integrand is odd (f(x)=f(x)f(-x) = -f(x)) and the interval is symmetric about zero, so the integral is 00 without computation. By contrast 22x2dx=202x2dx=2×83=163\int_{-2}^{2} x^2\,dx = 2\int_0^2 x^2\,dx = 2 \times \frac{8}{3} = \frac{16}{3}, using the even-function shortcut.

Try this

Q1. Evaluate 13(2x+1)dx\displaystyle\int_1^3 (2x + 1)\,dx. [2 marks]

  • Cue. [x2+x]13=122=10[x^2 + x]_1^3 = 12 - 2 = 10.

Q2. Evaluate 0πsinxdx\displaystyle\int_0^{\pi} \sin x\,dx. [2 marks]

  • Cue. [cosx]0π=(1)(1)=2[-\cos x]_0^{\pi} = -(-1) - (-1) = 2.

Q3. Given 04f(x)dx=10\displaystyle\int_0^4 f(x)\,dx = 10 and 01f(x)dx=3\displaystyle\int_0^1 f(x)\,dx = 3, find 14f(x)dx\displaystyle\int_1^4 f(x)\,dx. [2 marks]

  • Cue. Interval splitting: 10=3+14f10 = 3 + \int_1^4 f, so 14f(x)dx=7\int_1^4 f(x)\,dx = 7.

Exam-style practice questions

Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2024 VCAA Paper 13 marksEvaluate 0π/2(cos(x)2sin(2x))dx\int_{0}^{\pi/2} (\cos(x) - 2 \sin(2x)) \, dx.
Show worked answer →

Antidifferentiate. cos(x)dx=sin(x)\int \cos(x) \, dx = \sin(x). 2sin(2x)dx=212cos(2x)=cos(2x)\int -2 \sin(2x) \, dx = -2 \cdot -\frac{1}{2} \cos(2x) = \cos(2x).

So an antiderivative is F(x)=sin(x)+cos(2x)F(x) = \sin(x) + \cos(2x).

Apply the fundamental theorem. F(π/2)F(0)=(sin(π/2)+cos(π))(sin(0)+cos(0))=(1+(1))(0+1)=01=1F(\pi/2) - F(0) = (\sin(\pi/2) + \cos(\pi)) - (\sin(0) + \cos(0)) = (1 + (-1)) - (0 + 1) = 0 - 1 = -1.

Markers reward the 12\frac{1}{2} factor handled correctly inside the 2sin(2x)-2 \sin(2x) antiderivative, exact values of sin\sin and cos\cos at multiples of π\pi, and the bracketed subtraction.

2023 VCAA Paper 14 marksFind the exact value of 1e(2x+3x2)dx\int_{1}^{e} \left( \frac{2}{x} + 3 x^2 \right) dx.
Show worked answer →

Antidifferentiate. 2xdx=2lnx\int \frac{2}{x} \, dx = 2 \ln\lvert x \rvert. 3x2dx=x3\int 3 x^2 \, dx = x^3.

So F(x)=2lnx+x3F(x) = 2 \ln\lvert x \rvert + x^3. On [1,e][1, e] both endpoints are positive, so the absolute value is unnecessary.

Apply the fundamental theorem. F(e)F(1)=(2ln(e)+e3)(2ln(1)+1)=(2+e3)(0+1)=e3+1F(e) - F(1) = (2 \ln(e) + e^3) - (2 \ln(1) + 1) = (2 + e^3) - (0 + 1) = e^3 + 1.

Markers reward the exact-value treatment (ln(e)=1\ln(e) = 1, ln(1)=0\ln(1) = 0), correct antiderivative of 1x\frac{1}{x}, and the bracketed subtraction.

Related dot points