Skip to main content
QLDMath MethodsSyllabus dot point

Topic 2: Integrals

Find antiderivatives of standard functions including polynomial, exponential and trigonometric forms, evaluate definite integrals using the Fundamental Theorem of Calculus, and recognise the definite integral as the limit of a Riemann sum

A focused answer to the QCE Mathematical Methods Unit 3 dot point on integration. Covers the standard antiderivatives, the linear-inside-argument shortcut, the Fundamental Theorem of Calculus as the bridge between differentiation and integration, and the Riemann-sum definition of the definite integral, with worked Paper 1 and Paper 2 examples QCAA examiners reward.

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

What this dot point is asking

QCAA wants you to recognise integration as the reverse of differentiation, find antiderivatives of all standard Methods functions, evaluate definite integrals using the Fundamental Theorem of Calculus (FTC), and connect the definite integral to the limit of a Riemann sum. Integration underlies the rest of Topic 2 (area, average value, kinematics) and appears on every Paper 1 and Paper 2.

The answer

Standard antiderivatives

The constant CC is required on every indefinite integral.

xndx=xn+1n+1+C(n1)\int x^n \, dx = \frac{x^{n + 1}}{n + 1} + C \quad (n \neq -1)

1xdx=lnx+C\int \frac{1}{x} \, dx = \ln |x| + C

exdx=ex+C\int e^x \, dx = e^x + C

sinxdx=cosx+Ccosxdx=sinx+C\int \sin x \, dx = -\cos x + C \qquad \int \cos x \, dx = \sin x + C

The minus sign on sinxdx\int \sin x \, dx is the Paper 1 trap that mirrors the minus sign on ddxcosx\frac{d}{dx} \cos x. These two are paired; remember them together.

Linear inside argument

If the argument is linear (ax+bax + b), divide by the coefficient of xx.

ekxdx=ekxk+C\int e^{kx} \, dx = \frac{e^{kx}}{k} + C

sin(kx)dx=1kcos(kx)+C\int \sin(kx) \, dx = -\frac{1}{k} \cos(kx) + C

cos(kx)dx=1ksin(kx)+C\int \cos(kx) \, dx = \frac{1}{k} \sin(kx) + C

(ax+b)ndx=(ax+b)n+1a(n+1)+C(n1)\int (ax + b)^n \, dx = \frac{(ax + b)^{n + 1}}{a (n + 1)} + C \quad (n \neq -1)

These are not new rules. They are the chain rule run in reverse, with the linear inside argument simple enough that the 1a\frac{1}{a} factor is the only adjustment needed.

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).

A second statement: if G(x)=axf(t)dtG(x) = \displaystyle \int_a^x f(t) \, dt, then G(x)=f(x)G'(x) = f(x). In short, differentiation and integration are inverse operations.

The FTC turns the geometric problem (area under a curve) into the algebraic problem (evaluate an antiderivative at two points and subtract).

The Riemann sum definition

The definite integral abf(x)dx\int_a^b f(x) \, dx is defined as the limit of a Riemann sum:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x) \, dx = \lim_{n \to \infty} \sum_{i = 1}^{n} f(x_i^*) \, \Delta x

where the interval [a,b][a, b] is split into nn subintervals of width Δx=ban\Delta x = \frac{b - a}{n} and xix_i^* is a sample point in the ii-th subinterval. When f(x)0f(x) \geq 0, this limit equals the area under the curve from x=ax = a to x=bx = b. When f(x)f(x) is negative, the integral counts that area as negative.

For Methods, QCAA expects you to recognise this definition and to use it to interpret what a definite integral represents (an accumulation), without needing to compute Riemann sums by hand at scale.

Properties of the definite integral

These properties speed up Paper 1 evaluation.

  • Linearity: ab(c1f(x)+c2g(x))dx=c1abf+c2abg\int_a^b \bigl( c_1 f(x) + c_2 g(x) \bigr) dx = c_1 \int_a^b f + c_2 \int_a^b g.
  • Reversed limits: baf(x)dx=abf(x)dx\int_b^a f(x) \, dx = -\int_a^b f(x) \, dx.
  • Splitting: acf(x)dx=abf+bcf\int_a^c f(x) \, dx = \int_a^b f + \int_b^c f.
  • Zero-width: aaf(x)dx=0\int_a^a f(x) \, dx = 0.

Exam-style practice questions

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

2023 QCAA-style P14 marksEvaluate 0π/2(3sinx+2cosx)dx\int_0^{\pi/2} \bigl( 3 \sin x + 2 \cos x \bigr) \, dx exactly.
Show worked answer →

Find the antiderivative term by term.

3sinxdx=3cosx\int 3 \sin x \, dx = -3 \cos x and 2cosxdx=2sinx\int 2 \cos x \, dx = 2 \sin x.

Antiderivative: F(x)=3cosx+2sinxF(x) = -3 \cos x + 2 \sin x.

Apply the Fundamental Theorem of Calculus.

F(π/2)F(0)=(30+21)(31+20)=2(3)=5.F(\pi/2) - F(0) = (-3 \cdot 0 + 2 \cdot 1) - (-3 \cdot 1 + 2 \cdot 0) = 2 - (-3) = 5.

Markers reward the explicit antiderivative (with correct minus sign on the cosine antiderivative), the use of exact trig values without a calculator, and the final answer of 55.

2022 QCAA-style P13 marksFind (2e4x+1x)dx\int (2 e^{4x} + \frac{1}{x}) \, dx.
Show worked answer →

Antidifferentiate term by term.

2e4xdx=2e4x4=e4x2\int 2 e^{4x} \, dx = 2 \cdot \frac{e^{4x}}{4} = \frac{e^{4x}}{2}. The factor of 1/41/4 comes from dividing by the coefficient of xx in the exponent.

1xdx=lnx\int \frac{1}{x} \, dx = \ln |x|.

(2e4x+1x)dx=e4x2+lnx+C.\int \bigl( 2 e^{4x} + \frac{1}{x} \bigr) \, dx = \frac{e^{4x}}{2} + \ln |x| + C.

Markers reward the divide-by-coefficient on the exponential, lnx\ln |x| rather than lnx\ln x (to handle the full domain), and the constant of integration +C+ C. Forgetting the +C+ C is the single most common Paper 1 indefinite-integral mistake.

Related dot points