← Unit 3: Further calculus and statistics

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 OpusReviewed by Better Tuition Academy9 min answer

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.

∫xn dx=xn+1n+1+C(nβ‰ βˆ’1)\int x^n \, dx = \frac{x^{n + 1}}{n + 1} + C \quad (n \neq -1)

∫1x dx=ln⁑∣x∣+C\int \frac{1}{x} \, dx = \ln |x| + C

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

∫sin⁑x dx=βˆ’cos⁑x+C∫cos⁑x dx=sin⁑x+C\int \sin x \, dx = -\cos x + C \qquad \int \cos x \, dx = \sin x + C

The minus sign on ∫sin⁑x dx\int \sin x \, dx is the Paper 1 trap that mirrors the minus sign on ddxcos⁑x\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.

∫ekx dx=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)n dx=(ax+b)n+1a(n+1)+C(nβ‰ βˆ’1)\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=lim⁑nβ†’βˆžβˆ‘i=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=bβˆ’an\Delta x = \frac{b - a}{n} and xiβˆ—x_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=c1∫abf+c2∫abg\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.

Worked examples

Standard indefinite integral

∫(4x3βˆ’6x+2) dx=x4βˆ’3x2+2x+C.\int (4 x^3 - 6 x + 2) \, dx = x^4 - 3 x^2 + 2 x + C.

Linear inside argument

∫(2x+1)4 dx=(2x+1)52β‹…5+C=(2x+1)510+C.\int (2 x + 1)^4 \, dx = \dfrac{(2 x + 1)^5}{2 \cdot 5} + C = \dfrac{(2 x + 1)^5}{10} + C.

Exponential with linear argument

∫eβˆ’3x dx=eβˆ’3xβˆ’3+C=βˆ’13eβˆ’3x+C.\int e^{-3 x} \, dx = \dfrac{e^{-3 x}}{-3} + C = -\dfrac{1}{3} e^{-3 x} + C.

Definite integral

Evaluate ∫13(x2+2x) dx\int_1^3 (x^2 + 2 x) \, dx.

Antiderivative: F(x)=x33+x2F(x) = \dfrac{x^3}{3} + x^2.

F(3)βˆ’F(1)=(9+9)βˆ’(13+1)=18βˆ’43=54βˆ’43=503.F(3) - F(1) = \bigl( 9 + 9 \bigr) - \bigl( \tfrac{1}{3} + 1 \bigr) = 18 - \tfrac{4}{3} = \dfrac{54 - 4}{3} = \dfrac{50}{3}.

Definite integral with the FTC reverse

If G(x)=∫2xet2 dtG(x) = \displaystyle \int_2^x e^{t^2} \, dt, then Gβ€²(x)=ex2G'(x) = e^{x^2}. No antiderivative needed; the FTC reads off the derivative directly.

Negative area

Evaluate βˆ«βˆ’11x3 dx\int_{-1}^{1} x^3 \, dx.

Antiderivative: x44\frac{x^4}{4}. Evaluating: 14βˆ’14=0\frac{1}{4} - \frac{1}{4} = 0.

The integral is zero because x3x^3 is odd: the area on [βˆ’1,0][-1, 0] is negative and exactly cancels the area on [0,1][0, 1].

Common traps

Forgetting +C+ C on an indefinite integral. Always include the constant of integration. It is a marked step.

Wrong division on linear inside argument. ∫e2x dx=12e2x+C\int e^{2x} \, dx = \frac{1}{2} e^{2x} + C, not 2e2x2 e^{2x}. Divide by the coefficient, do not multiply.

Sign error on ∫sin⁑x dx\int \sin x \, dx. The antiderivative is βˆ’cos⁑x-\cos x, mirroring ddxcos⁑x=βˆ’sin⁑x\frac{d}{dx} \cos x = -\sin x.

Reading off wrong limits. ∫abf dx=F(b)βˆ’F(a)\int_a^b f \, dx = F(b) - F(a), in that order. Reversing gives the negative.

Treating the integral as signed area for a negative function. ∫0Ο€(βˆ’sin⁑x) dx\int_0^{\pi} (-\sin x) \, dx counts the area below the axis as negative. If the geometric area is wanted, take absolute values or split the integral at the zeros.

Using the FTC over a discontinuity. βˆ«βˆ’111x2 dx\int_{-1}^{1} \frac{1}{x^2} \, dx is improper because 1x2\frac{1}{x^2} has a vertical asymptote at x=0x = 0. Methods does not formally cover improper integrals; if QCAA asks an evaluation question, the integrand will be continuous on the interval.

In one sentence

Antidifferentiation reverses the standard derivatives (with linear inside arguments handled by dividing by the coefficient), and the Fundamental Theorem of Calculus evaluates the definite integral ∫abf(x) dx\int_a^b f(x) \, dx as F(b)βˆ’F(a)F(b) - F(a) for any antiderivative FF, with the definite integral itself defined as the limiting Riemann sum that geometrically gives signed area.

Past exam questions, worked

Real questions from past QCAA papers on this dot point, with our answer explainer.

2023 QCAA-style P14 marksEvaluate $\int_0^{\pi/2} \bigl( 3 \sin x + 2 \cos x \bigr) \, dx$ exactly.
Show worked answer β†’

Find the antiderivative term by term.

∫3sin⁑x dx=βˆ’3cos⁑x\int 3 \sin x \, dx = -3 \cos x and ∫2cos⁑x dx=2sin⁑x\int 2 \cos x \, dx = 2 \sin x.

Antiderivative: F(x)=βˆ’3cos⁑x+2sin⁑xF(x) = -3 \cos x + 2 \sin x.

Apply the Fundamental Theorem of Calculus.

F(Ο€/2)βˆ’F(0)=(βˆ’3β‹…0+2β‹…1)βˆ’(βˆ’3β‹…1+2β‹…0)=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 $\int (2 e^{4x} + \frac{1}{x}) \, dx$.
Show worked answer β†’

Antidifferentiate term by term.

∫2e4x dx=2β‹…e4x4=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.

∫1x dx=ln⁑∣x∣\int \frac{1}{x} \, dx = \ln |x|.

∫(2e4x+1x) dx=e4x2+ln⁑∣x∣+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, ln⁑∣x∣\ln |x| rather than ln⁑x\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