← Year 12: Calculus

NSWMaths AdvancedSyllabus dot point

How do we find antiderivatives and use the Fundamental Theorem of Calculus to evaluate definite integrals?

Find antiderivatives of standard functions, apply integration by substitution and evaluate definite integrals using the Fundamental Theorem of Calculus

A focused answer to the HSC Maths Advanced dot point on integration. Antiderivatives of standard functions, integration by substitution, definite integrals and the Fundamental Theorem of Calculus, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy10 min answer

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

What this dot point is asking

NESA wants you to find antiderivatives of standard functions, apply the reverse chain rule via substitution, and evaluate definite integrals using the Fundamental Theorem of Calculus (FTC). Integration underlies areas, volumes, motion problems and growth models.

The answer

Standard antiderivatives

Memorise these. The constant CC is omitted in definite integrals.

∫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,∫ekx dx=ekxk+C\int e^x \, dx = e^x + C, \qquad \int e^{kx} \, dx = \frac{e^{kx}}{k} + 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

∫sec⁑2x dx=tan⁑x+C\int \sec^2 x \, dx = \tan x + C

Linear inside argument

If the argument is linear, divide by the coefficient.

∫sin⁑(kx) dx=βˆ’1kcos⁑(kx)+C\int \sin(k x) \, dx = -\frac{1}{k} \cos(k x) + C

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

Integration by substitution

The substitution rule reverses the chain rule. To evaluate ∫f(g(x))gβ€²(x) dx\int f(g(x)) g'(x) \, dx, set u=g(x)u = g(x), so du=gβ€²(x) dxdu = g'(x) \, dx. The integral becomes ∫f(u) du\int f(u) \, du, which you evaluate, then substitute back.

For a definite integral, you can either substitute back to xx and use the original limits, or change the limits to values of uu and skip the back-substitution.

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: the function G(x)=∫axf(t) dtG(x) = \int_a^x f(t) \, dt satisfies Gβ€²(x)=f(x)G'(x) = f(x). In short, differentiation and integration are inverse operations.

Worked examples

Standard antiderivative

∫(5x3+4xβˆ’7) dx=5x44+2x2βˆ’7x+C\int (5 x^3 + 4 x - 7) \, dx = \frac{5 x^4}{4} + 2 x^2 - 7 x + C.

Linear inside argument

∫e3x dx=e3x3+C\int e^{3 x} \, dx = \frac{e^{3 x}}{3} + C.

∫(2x+1)4 dx=(2x+1)510+C\int (2 x + 1)^{4} \, dx = \frac{(2 x + 1)^{5}}{10} + C.

Substitution

Evaluate ∫xx2+4 dx\int x \sqrt{x^2 + 4} \, dx.

Let u=x2+4u = x^2 + 4, so du=2x dxdu = 2 x \, dx, giving x dx=12dux \, dx = \frac{1}{2} du.

∫xx2+4 dx=∫uβ‹…12 du=12β‹…23u3/2+C=13(x2+4)3/2+C\int x \sqrt{x^2 + 4} \, dx = \int \sqrt{u} \cdot \frac{1}{2} \, du = \frac{1}{2} \cdot \frac{2}{3} u^{3/2} + C = \frac{1}{3} (x^2 + 4)^{3/2} + C.

Definite integral with substitution and changed limits

Evaluate ∫012xex2 dx\int_0^1 2 x e^{x^2} \, dx.

Let u=x2u = x^2, du=2x dxdu = 2 x \, dx. When x=0x = 0, u=0u = 0. When x=1x = 1, u=1u = 1.

∫012xex2 dx=∫01eu du=[eu]01=eβˆ’1\int_0^1 2 x e^{x^2} \, dx = \int_0^1 e^u \, du = [e^u]_0^1 = e - 1.

Using the FTC in reverse

If G(x)=∫1xcos⁑(t2) dtG(x) = \int_1^x \cos(t^2) \, dt, then Gβ€²(x)=cos⁑(x2)G'(x) = \cos(x^2). No antiderivative needed.

Common traps

Forgetting the +C+ C. An indefinite integral must include the constant of integration.

Dividing by the wrong coefficient. ∫e2x dx=12e2x+C\int e^{2 x} \, dx = \frac{1}{2} e^{2 x} + C, not 2e2x+C2 e^{2 x} + C.

Substituting without changing dxdx. When you substitute u=g(x)u = g(x), the dxdx must become dugβ€²(x)\frac{du}{g'(x)} (or the integrand must already contain a multiple of gβ€²(x) dxg'(x) \, dx).

Mixing limits and the variable. After a substitution, either change the limits to uu values or substitute back to xx before evaluating. Do not mix the two.

Using the FTC with ∣x∣|x| inside a logarithm wrongly. ∫1x dx=ln⁑∣x∣+C\int \frac{1}{x} \, dx = \ln |x| + C. For a definite integral, the interval must not cross x=0x = 0.

In one sentence

Integration finds antiderivatives, the substitution rule reverses the chain rule, and the Fundamental Theorem of Calculus evaluates a definite integral as the change of any antiderivative across the interval.

Past exam questions, worked

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

2022 HSC Q133 marksEvaluate $\int_0^2 (3 x^2 + 2 x) \, dx$.
Show worked answer β†’

Find the antiderivative.

∫(3x2+2x) dx=x3+x2+C\int (3 x^2 + 2 x) \, dx = x^3 + x^2 + C.

Apply the Fundamental Theorem of Calculus.

∫02(3x2+2x) dx=[x3+x2]02=(8+4)βˆ’(0+0)=12\int_0^2 (3 x^2 + 2 x) \, dx = [x^3 + x^2]_0^2 = (8 + 4) - (0 + 0) = 12.

Markers reward the explicit antiderivative, correct bracket notation, and the evaluated answer.

2020 HSC Q143 marksUse the substitution $u = x^2 + 1$ to evaluate $\int 2 x (x^2 + 1)^4 \, dx$.
Show worked answer β†’

With u=x2+1u = x^2 + 1, dudx=2x\frac{du}{dx} = 2 x, so du=2x dxdu = 2 x \, dx.

The integral becomes ∫u4 du=u55+C\int u^4 \, du = \frac{u^5}{5} + C.

Substitute back: ∫2x(x2+1)4 dx=(x2+1)55+C\int 2 x (x^2 + 1)^4 \, dx = \frac{(x^2 + 1)^5}{5} + C.

Markers expect a clear statement of the substitution, transformation of both the integrand and the differential, the antiderivative in uu, and the substitution back into xx.

Related dot points