Skip to main content
VICMath MethodsSyllabus dot point

How is antidifferentiation defined, and what are the antiderivatives of the standard functions used in Unit 3 differentiation?

Antidifferentiation as the reverse of differentiation, including the antiderivatives of xnx^n for nQn \in Q and n1n \neq -1, ekxe^{kx}, 1x\frac{1}{x}, sin(kx)\sin(kx) and cos(kx)\cos(kx), and the use of the constant of integration

A focused answer to the VCE Math Methods Unit 4 key-knowledge point on antidifferentiation. The standard antiderivatives, the constant of integration, the linearity rule, and the reverse-chain pattern that appears in nearly every Paper 1 antidifferentiation question.

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. Antidifferentiation as the reverse of differentiation
  3. Standard antiderivatives
  4. Linearity
  5. The reverse chain rule (without substitution)
  6. The constant of integration
  7. Examples in context
  8. Try this

What this dot point is asking

VCAA wants fluent antidifferentiation of any function built from the standard Unit 3 / 4 library (polynomial, exponential, logarithmic, circular). Paper 1 typically opens its calculus section with a by-hand antidifferentiation question that rewards clean factor handling and the correct constant of integration.

Antidifferentiation as the reverse of differentiation

A function F(x)F(x) is an antiderivative of f(x)f(x) if F(x)=f(x)F'(x) = f(x). The indefinite integral notation is:

f(x)dx=F(x)+c\int f(x) \, dx = F(x) + c

where cc is the constant of integration. Because differentiation kills constants, two antiderivatives of the same function can differ by any constant, so cc must always be included unless an initial condition fixes it.

Standard antiderivatives

The reverse of each standard derivative.

function antiderivative
xnx^n (for nQn \in \mathbb{Q}, n1n \neq -1) xn+1n+1+c\frac{x^{n+1}}{n+1} + c
1x\frac{1}{x} lnx+c\ln\lvert x \rvert + c
exe^x ex+ce^x + c
ekxe^{kx} 1kekx+c\frac{1}{k} e^{kx} + c
sin(kx)\sin(kx) 1kcos(kx)+c-\frac{1}{k} \cos(kx) + c
cos(kx)\cos(kx) 1ksin(kx)+c\frac{1}{k} \sin(kx) + c

The factor of 1k\frac{1}{k} in front of the antiderivative of ekxe^{kx}, sin(kx)\sin(kx) and cos(kx)\cos(kx) is the reverse-chain correction. Forgetting it is the single most common Paper 1 error.

The n=1n = -1 case of the power rule is excluded because x00\frac{x^{0}}{0} is undefined; the antiderivative of 1x\frac{1}{x} is lnx\ln\lvert x \rvert instead.

Linearity

Antidifferentiation distributes over addition and pulls out constants:

[af(x)+bg(x)]dx=af(x)dx+bg(x)dx\int [a f(x) + b g(x)] \, dx = a \int f(x) \, dx + b \int g(x) \, dx

Differentiate term by term; antidifferentiate term by term.

The reverse chain rule (without substitution)

When the integrand is of the form f(ax+b)f(ax + b) for linear ax+bax + b, the antiderivative is:

f(ax+b)dx=1aF(ax+b)+c\int f(ax + b) \, dx = \frac{1}{a} F(ax + b) + c

where FF is an antiderivative of ff. This handles sin(2x)\sin(2x), e3x1e^{3x - 1}, (2x+5)4(2x + 5)^4 and similar by-hand-friendly cases without needing full substitution.

Example. (2x+5)4dx=12(2x+5)55+c=(2x+5)510+c\int (2x + 5)^4 \, dx = \frac{1}{2} \cdot \frac{(2x + 5)^5}{5} + c = \frac{(2x + 5)^5}{10} + c.

Example. e3xdx=13e3x+c\int e^{-3x} \, dx = -\frac{1}{3} e^{-3x} + c.

For non-linear inside functions, use substitution (covered in the integration-by-substitution dot point).

The constant of integration

The general indefinite integral always includes cc. The constant becomes determined when an initial condition is given.

Procedure for "find f(x)f(x) given f(x)=f'(x) = \ldots and f(a)=bf(a) = b":

  1. Antidifferentiate to get f(x)=F(x)+cf(x) = F(x) + c.
  2. Substitute x=ax = a: F(a)+c=bF(a) + c = b, so c=bF(a)c = b - F(a).
  3. State the final f(x)f(x) with cc replaced by the numerical value.

Examples in context

Example 1. Velocity from acceleration. A cyclist's acceleration is a(t)=4eta(t) = 4 - e^{-t} m/s2^2, starting from rest (v(0)=0v(0) = 0). Antidifferentiating term by term, 4dt=4t\int 4\,dt = 4t and etdt=et\int -e^{-t}\,dt = e^{-t} (the reverse-chain factor 11\frac{1}{-1} flips the sign), so v(t)=4t+et+cv(t) = 4t + e^{-t} + c. The initial condition gives 0=0+1+c0 = 0 + 1 + c, so c=1c = -1 and v(t)=4t+et1v(t) = 4t + e^{-t} - 1.

Example 2. Recovering depth from a flow rate. A reservoir's depth changes at rate dhdt=6cos(2t)\frac{dh}{dt} = 6\cos(2t) cm/h, with h(0)=50h(0) = 50 cm. Antidifferentiating, h(t)=6×12sin(2t)+c=3sin(2t)+ch(t) = 6 \times \frac{1}{2}\sin(2t) + c = 3\sin(2t) + c. With h(0)=50h(0) = 50, c=50c = 50, so h(t)=3sin(2t)+50h(t) = 3\sin(2t) + 50. The 12\frac{1}{2} factor from the reverse chain on cos(2t)\cos(2t) is essential.

Try this

Q1. Find (6x2e3x)dx\displaystyle\int (6x^2 - e^{3x})\,dx. [2 marks]

  • Cue. 2x313e3x+c2x^3 - \frac{1}{3}e^{3x} + c.

Q2. Find (2x+sin(4x))dx\displaystyle\int \left(\frac{2}{x} + \sin(4x)\right)dx. [2 marks]

  • Cue. 2lnx14cos(4x)+c2\ln|x| - \frac{1}{4}\cos(4x) + c.

Q3. Given f(x)=4x+cosxf'(x) = 4x + \cos x and f(0)=3f(0) = 3, find f(x)f(x). [3 marks]

  • Cue. f(x)=2x2+sinx+cf(x) = 2x^2 + \sin x + c; f(0)=0+0+c=3f(0) = 0 + 0 + c = 3, so c=3c = 3 and f(x)=2x2+sinx+3f(x) = 2x^2 + \sin x + 3.

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 marksFind an antiderivative of f(x)=4e2x3x+cos(2x)f(x) = 4 e^{2x} - \frac{3}{x} + \cos(2x).
Show worked answer →

Antidifferentiate term by term using linearity.

Term 1. 4e2xdx=412e2x=2e2x\int 4 e^{2x} \, dx = 4 \cdot \frac{1}{2} e^{2x} = 2 e^{2x}.

Term 2. 3xdx=3lnx\int -\frac{3}{x} \, dx = -3 \ln|x|.

Term 3. cos(2x)dx=12sin(2x)\int \cos(2x) \, dx = \frac{1}{2} \sin(2x).

Adding, an antiderivative is F(x)=2e2x3lnx+12sin(2x)+cF(x) = 2 e^{2x} - 3 \ln|x| + \frac{1}{2} \sin(2x) + c.

Markers reward correct application of the 1k\frac{1}{k} factor for ekxe^{kx} and sin(kx)/cos(kx)\sin(kx) / \cos(kx), the absolute-value sign on lnx\ln|x| when no domain is restricted, and the constant of integration cc.

2023 VCAA Paper 13 marksIf f(x)=3x22xf'(x) = 3 x^2 - \frac{2}{\sqrt{x}} and f(1)=5f(1) = 5, find f(x)f(x).
Show worked answer →

Step 1. Antidifferentiate.

3x2dx=x3\int 3 x^2 \, dx = x^3.

2xdx=2x1/2dx=22x1/2=4x\int -\frac{2}{\sqrt{x}} \, dx = -2 \int x^{-1/2} \, dx = -2 \cdot 2 x^{1/2} = -4 \sqrt{x}.

So f(x)=x34x+cf(x) = x^3 - 4 \sqrt{x} + c.

Step 2. Use the initial condition. f(1)=14+c=5f(1) = 1 - 4 + c = 5, so c=8c = 8.

Therefore f(x)=x34x+8f(x) = x^3 - 4 \sqrt{x} + 8.

Markers reward rewriting 1x\frac{1}{\sqrt{x}} as x1/2x^{-1/2} before applying the power rule, and using the initial condition to determine cc.

Related dot points