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.8·9 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
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 f from a to b is written:
∫abf(x)dx
It is a number, not a function. Conceptually it is the signed area between the graph of f, the x-axis, and the vertical lines x=a and x=b. Areas above the x-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 F is any antiderivative of f (so F′(x)=f(x)), then:
∫abf(x)dx=F(b)−F(a)
The notation [F(x)]ab or F(x)ab is shorthand for F(b)−F(a).
This is the working tool. To evaluate a definite integral by hand:
Find any antiderivative F of the integrand.
Compute F(b) and F(a).
Subtract.
The constant of integration cancels in step 3, so it does not need to be included for definite integrals.
Even and odd integrands over a symmetric interval.
If f is even (f(−x)=f(x)): ∫−aaf(x)dx=2∫0af(x)dx.
If f is odd (f(−x)=−f(x)): ∫−aaf(x)dx=0.
VCAA Paper 1 occasionally asks for ∫−ππsin(x)dx or similar, expecting you to recognise the odd symmetry and write 0 without computation.
Sign of the integrand.
If f(x)≥0 on [a,b], the definite integral is non-negative. If f 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)=3t2−12 dollars per month. The net change over the first 3 months is ∫03(3t2−12)dt=[t3−12t]03=(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: the integrand is odd (f(−x)=−f(x)) and the interval is symmetric about zero, so the integral is 0 without computation. By contrast ∫−22x2dx=2∫02x2dx=2×38=316, using the even-function shortcut.
Try this
Q1. Evaluate ∫13(2x+1)dx. [2 marks]
Cue.[x2+x]13=12−2=10.
Q2. Evaluate ∫0πsinxdx. [2 marks]
Cue.[−cosx]0π=−(−1)−(−1)=2.
Q3. Given ∫04f(x)dx=10 and ∫01f(x)dx=3, find ∫14f(x)dx. [2 marks]
Cue. Interval splitting: 10=3+∫14f, so ∫14f(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.
Apply the fundamental theorem. F(π/2)−F(0)=(sin(π/2)+cos(π))−(sin(0)+cos(0))=(1+(−1))−(0+1)=0−1=−1.
Markers reward the 21 factor handled correctly inside the −2sin(2x) antiderivative, exact values of sin and cos at multiples of π, and the bracketed subtraction.
2023 VCAA Paper 14 marksFind the exact value of ∫1e(x2+3x2)dx.
Show worked answer →
Antidifferentiate. ∫x2dx=2ln∣x∣. ∫3x2dx=x3.
So F(x)=2ln∣x∣+x3. On [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+1.
Markers reward the exact-value treatment (ln(e)=1, ln(1)=0), correct antiderivative of x1, and the bracketed subtraction.