← Unit 4

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 $x^n$ for $n \in Q$ and $n \neq -1$, $e^{kx}$, $\frac{1}{x}$, $\sin(kx)$ and $\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 OpusReviewed by Better Tuition Academy9 min answer

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

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
IMATH_8 (for n∈Qn \in \mathbb{Q}, nβ‰ βˆ’1n \neq -1) IMATH_11
IMATH_12 IMATH_13
IMATH_14 IMATH_15
IMATH_16 IMATH_17
IMATH_18 IMATH_19
IMATH_20 IMATH_21

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 ln⁑∣x∣\ln\lvert x \rvert instead.

Linearity

Antidifferentiation distributes over addition and pulls out constants:

∫[af(x)+bg(x)] dx=a∫f(x) dx+b∫g(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), e3xβˆ’1e^{3x - 1}, (2x+5)4(2x + 5)^4 and similar by-hand-friendly cases without needing full substitution.

Example. ∫(2x+5)4 dx=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. ∫eβˆ’3x dx=βˆ’13eβˆ’3x+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=bβˆ’F(a)c = b - F(a).
  3. State the final f(x)f(x) with cc replaced by the numerical value.

Worked examples

Example 1. Polynomial

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

Check by differentiating: 5x4βˆ’6x2+75 x^4 - 6 x^2 + 7. Correct.

Example 2. Rational and root

∫(1x2+x)dx\int \left( \frac{1}{x^2} + \sqrt{x} \right) dx.

Rewrite. 1x2=xβˆ’2\frac{1}{x^2} = x^{-2}; x=x1/2\sqrt{x} = x^{1/2}.

Integrate. ∫xβˆ’2 dx=βˆ’xβˆ’1=βˆ’1x\int x^{-2} \, dx = -x^{-1} = -\frac{1}{x}. ∫x1/2 dx=23x3/2\int x^{1/2} \, dx = \frac{2}{3} x^{3/2}.

Combine. βˆ’1x+23x3/2+c-\frac{1}{x} + \frac{2}{3} x^{3/2} + c.

Example 3. Exponential and reciprocal

∫(eβˆ’2x+4x)dx=βˆ’12eβˆ’2x+4ln⁑∣x∣+c\int \left( e^{-2x} + \frac{4}{x} \right) dx = -\frac{1}{2} e^{-2x} + 4 \ln\lvert x \rvert + c.

Example 4. Circular with non-unit coefficient

∫3cos⁑(4x) dx=3β‹…14sin⁑(4x)+c=34sin⁑(4x)+c\int 3 \cos(4x) \, dx = 3 \cdot \frac{1}{4} \sin(4x) + c = \frac{3}{4} \sin(4x) + c.

Example 5. Initial value problem

Given fβ€²(x)=6xβˆ’sin⁑(x)f'(x) = 6 x - \sin(x) and f(0)=4f(0) = 4.

Antidifferentiate. f(x)=3x2+cos⁑(x)+cf(x) = 3 x^2 + \cos(x) + c.

Apply f(0)=4f(0) = 4: 0+1+c=40 + 1 + c = 4, so c=3c = 3.

Therefore f(x)=3x2+cos⁑(x)+3f(x) = 3 x^2 + \cos(x) + 3.

Common errors

Forgetting the 1k\frac{1}{k} factor. ∫e2x dx=12e2x+c\int e^{2x} \, dx = \frac{1}{2} e^{2x} + c, not e2x+ce^{2x} + c. Same for sin⁑(kx)\sin(kx) and cos⁑(kx)\cos(kx).

Wrong sign on cos⁑\cos antiderivative. ∫cos⁑(x) dx=sin⁑(x)+c\int \cos(x) \, dx = \sin(x) + c (no negative). ∫sin⁑(x) dx=βˆ’cos⁑(x)+c\int \sin(x) \, dx = -\cos(x) + c (negative).

Forgetting cc. An indefinite integral without the constant of integration loses marks even when the antiderivative is otherwise correct.

Missing the absolute value on ln⁑\ln. ∫1x dx=ln⁑∣x∣+c\int \frac{1}{x} \, dx = \ln\lvert x \rvert + c. Without context restricting x>0x > 0, the absolute value is required.

Trying to apply the power rule to 1x\frac{1}{x}. The power rule for ∫xn dx\int x^n \, dx requires nβ‰ βˆ’1n \neq -1. The antiderivative of 1x\frac{1}{x} is ln⁑∣x∣\ln\lvert x \rvert, not x00\frac{x^0}{0}.

Confusing derivative and antiderivative. ddx[e2x]=2e2x\frac{d}{dx}[e^{2x}] = 2 e^{2x} (multiply by 2). ∫e2x dx=12e2x+c\int e^{2x} \, dx = \frac{1}{2} e^{2x} + c (divide by 2). The factor goes opposite directions.

In one sentence

Antidifferentiation is the reverse of differentiation, with standard antiderivatives for xnx^n (for nβ‰ βˆ’1n \neq -1), ekxe^{kx}, 1x\frac{1}{x}, sin⁑(kx)\sin(kx) and cos⁑(kx)\cos(kx); every indefinite integral carries a constant of integration cc unless an initial condition determines it, and the reverse-chain factor of 1k\frac{1}{k} for non-unit coefficients is the most-tested by-hand detail.

Past exam questions, worked

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

2024 VCAA Paper 13 marksFind an antiderivative of $f(x) = 4 e^{2x} - \frac{3}{x} + \cos(2x)$.
Show worked answer β†’

Antidifferentiate term by term using linearity.

Term 1. ∫4e2x dx=4β‹…12e2x=2e2x\int 4 e^{2x} \, dx = 4 \cdot \frac{1}{2} e^{2x} = 2 e^{2x}.

Term 2. βˆ«βˆ’3x dx=βˆ’3ln⁑∣x∣\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)=2e2xβˆ’3ln⁑∣x∣+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 ln⁑∣x∣\ln|x| when no domain is restricted, and the constant of integration cc.

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

Step 1. Antidifferentiate.

∫3x2 dx=x3\int 3 x^2 \, dx = x^3.

βˆ«βˆ’2x dx=βˆ’2∫xβˆ’1/2 dx=βˆ’2β‹…2x1/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)=x3βˆ’4x+cf(x) = x^3 - 4 \sqrt{x} + c.

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

Therefore f(x)=x3βˆ’4x+8f(x) = x^3 - 4 \sqrt{x} + 8.

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

Related dot points