← Unit 2

VICMath MethodsSyllabus dot point

How are antidifferentiation and the integral introduced in VCE Math Methods Unit 2?

Antidifferentiation as the reverse of differentiation, the antiderivative of polynomial functions via the power rule, the constant of integration, and the use of an initial condition to determine a specific antiderivative

A focused answer to the VCE Math Methods Unit 2 key-knowledge point on antidifferentiation. The reverse of the power rule, the constant of integration $C$, and the use of an initial condition to determine $C$; foundation for Unit 4 definite integration.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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

What this dot point is asking

VCAA wants you to recognise antidifferentiation as the reverse of differentiation, apply the power rule to find antiderivatives of polynomial functions, include the constant of integration, and use an initial condition to determine the specific antiderivative. The dot point is the introduction to integration that Unit 4 will extend.

The reverse of differentiation

If Fβ€²(x)=f(x)F'(x) = f(x), then F(x)F(x) is an antiderivative of f(x)f(x).

The general antiderivative is written:

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

The reverse power rule

For polynomial functions, the reverse of ddx(xn)=nxnβˆ’1\frac{d}{dx}(x^n) = n x^{n-1} is:

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

The reverse procedure: add 1 to the exponent, divide by the new exponent.

The n=βˆ’1n = -1 case (∫xβˆ’1 dx\int x^{-1} \, dx) is excluded because dividing by zero is undefined; the antiderivative of 1/x1/x is ln⁑∣x∣\ln|x|, which is introduced in Unit 4.

Linearity

Antidifferentiation distributes over sums 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

So you can antidifferentiate term by term.

The constant of integration

Every antiderivative requires +C+ C unless an initial condition fixes it.

Initial value problem. Given fβ€²(x)=…f'(x) = \ldots and a specific value 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.
  3. Solve for CC.
  4. Write the specific f(x)f(x).

The constant is then determined; the general antiderivative has become a specific function.

Worked examples

Example 1. Simple polynomial

fβ€²(x)=3x2βˆ’2xf'(x) = 3 x^2 - 2 x. Antidifferentiate:

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

βˆ«βˆ’2x dx=βˆ’x2\int -2 x \, dx = -x^2.

f(x)=x3βˆ’x2+Cf(x) = x^3 - x^2 + C.

Example 2. With initial condition

fβ€²(x)=4x3+6xf'(x) = 4 x^3 + 6 x and f(0)=5f(0) = 5.

f(x)=x4+3x2+Cf(x) = x^4 + 3 x^2 + C.

Apply f(0)=5f(0) = 5: 0+0+C=50 + 0 + C = 5, so C=5C = 5.

f(x)=x4+3x2+5f(x) = x^4 + 3 x^2 + 5.

Example 3. Kinematics application

A particle has velocity v(t)=3t2+2v(t) = 3 t^2 + 2 m/s, and at t=0t = 0 is at the origin. Find the position x(t)x(t).

x(t)=∫v(t) dt=t3+2t+Cx(t) = \int v(t) \, dt = t^3 + 2 t + C.

Apply x(0)=0x(0) = 0: 0+0+C=00 + 0 + C = 0, so C=0C = 0.

x(t)=t3+2tx(t) = t^3 + 2 t m.

At t=3t = 3 s, x=27+6=33x = 27 + 6 = 33 m.

Connection to Unit 4

Unit 4 will extend antidifferentiation to:

  • The antiderivatives of ekxe^{kx}, 1x\frac{1}{x}, sin⁑(kx)\sin(kx), cos⁑(kx)\cos(kx).
  • The definite integral and the Fundamental Theorem of Calculus.
  • Area between curves.
  • Integration by substitution.

The Unit 2 foundation is the power rule and the discipline of including the constant of integration.

Common errors

Forgetting +C+ C. An indefinite integral without the constant of integration loses marks.

Power rule applied to 1/x1/x. The power rule for ∫xn dx\int x^n \, dx requires nβ‰ βˆ’1n \neq -1. The antiderivative of 1/x1/x is ln⁑∣x∣\ln|x| (Unit 4).

Reversing the rule incorrectly. Differentiate: multiply by nn, decrease exponent. Antidifferentiate: increase exponent, divide by new exponent. The factor of nn goes opposite directions.

Substituting before antidifferentiating. When applying an initial condition, antidifferentiate the function first, then substitute.

Antiderivative as plural. A function has infinitely many antiderivatives differing by a constant. The general antiderivative captures all of them via +C+ C.

In one sentence

Antidifferentiation in Unit 2 is the reverse of differentiation, with the power rule ∫xn dx=xn+1/(n+1)+C\int x^n \, dx = x^{n+1}/(n+1) + C for polynomial functions (excluding n=βˆ’1n = -1), linearity allowing term-by-term integration, and the constant of integration CC always required unless an initial condition determines it; the dot point is the foundation for Unit 4's definite integration and applications.

Past exam questions, worked

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

Year 11 SAC4 marksIf $f'(x) = 6 x^2 - 4 x + 1$ and $f(1) = 2$, find $f(x)$.
Show worked answer β†’

Antidifferentiate term by term.

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

βˆ«βˆ’4x dx=βˆ’2x2\int -4 x \, dx = -2 x^2.

∫1 dx=x\int 1 \, dx = x.

Adding: f(x)=2x3βˆ’2x2+x+Cf(x) = 2 x^3 - 2 x^2 + x + C.

Apply f(1)=2f(1) = 2: 2βˆ’2+1+C=22 - 2 + 1 + C = 2, so C=1C = 1.

Therefore f(x)=2x3βˆ’2x2+x+1f(x) = 2 x^3 - 2 x^2 + x + 1.

Markers reward the term-by-term antiderivative, the constant of integration CC, and the use of the initial condition to determine CC.

Related dot points