Skip to main content
ExamExplained
SA · Math Methods
Math Methods study scene
§-Syllabus dot point
SAMath MethodsSyllabus dot point

How do we reverse differentiation to recover a function from its rate of change?

Antidifferentiation reverses differentiation to find the family of functions whose derivative is a given function, always including a constant of integration.

How to antidifferentiate power, exponential and reciprocal functions, why the +C constant is essential, and how to find a particular antiderivative from a boundary condition.

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. The standard antiderivatives
  3. Linearity
  4. Negative and fractional powers
  5. Finding a particular antiderivative
  6. Common errors
  7. Antidifferentiating with the chain rule in reverse
  8. Why it matters

What this dot point is asking

To antidifferentiate is to undo differentiation - to find a function F(x)F(x) whose derivative is the given function f(x)f(x). Because the derivative of any constant is zero, there is a whole family of antiderivatives differing only by a constant, written F(x)+CF(x)+C.

The standard antiderivatives

The power rule says "add one to the index, divide by the new index". It works for every power except n=1n=-1, where it would divide by zero - that case gives the logarithm instead.

A useful way to remember the logarithm case is to ask which function has derivative 1x\dfrac{1}{x}: it is lnx\ln x, so the antiderivative of 1x\dfrac{1}{x} must be lnx\ln|x|. The absolute value is needed because 1x\dfrac{1}{x} is defined for negative xx too, and lnx\ln|x| extends the antiderivative across both branches.

Linearity

Integration is linear, so you can integrate term by term and pull constants out:

(af(x)+bg(x))dx=af(x)dx+bg(x)dx.\int \big(af(x)+bg(x)\big)\,dx=a\int f(x)\,dx+b\int g(x)\,dx.

Negative and fractional powers

Rewrite roots and reciprocals as powers first, then apply the rule:

1x2dx=x2dx=x11+C=1x+C,\int \frac{1}{x^2}\,dx=\int x^{-2}\,dx=\frac{x^{-1}}{-1}+C=-\frac{1}{x}+C,

xdx=x1/2dx=x3/23/2+C=23x3/2+C.\int \sqrt{x}\,dx=\int x^{1/2}\,dx=\frac{x^{3/2}}{3/2}+C=\frac{2}{3}x^{3/2}+C.

Finding a particular antiderivative

A boundary condition pins down the constant CC, selecting one curve from the family.

Common errors

Antidifferentiating with the chain rule in reverse

Many exam integrands are built by a chain rule and must be undone by recognising the pattern. The two most common are (ax+b)ndx\int (ax+b)^n\,dx and eax+bdx\int e^{ax+b}\,dx. For a linear inside function you simply divide by the derivative of the inside:

(ax+b)ndx=(ax+b)n+1a(n+1)+C (n1),eax+bdx=1aeax+b+C.\int (ax+b)^n\,dx=\frac{(ax+b)^{n+1}}{a(n+1)}+C\ (n\ne -1), \qquad \int e^{ax+b}\,dx=\frac{1}{a}e^{ax+b}+C.

For instance (2x1)4dx=(2x1)52×5+C=(2x1)510+C\int (2x-1)^4\,dx=\dfrac{(2x-1)^5}{2\times 5}+C=\dfrac{(2x-1)^5}{10}+C. The ÷a\div a factor is exactly the reverse of the chain rule multiplying by aa when you differentiate. This shortcut works only when the inside is linear; non-linear inside functions need the formal substitution method studied in Specialist Mathematics.

Why it matters

Antidifferentiation is the engine of all of Topic 3. The definite integral, the Fundamental Theorem of Calculus, and every area calculation rely on first finding an antiderivative. Recovering a function from its rate of change is also the basis of every kinematics and growth model you will integrate, and the boundary-condition technique reappears whenever you solve a differential equation.

Exam-style practice questions

Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

SACE 20242 marksCalculator-assumed. Car A has velocity v(t)=33e1.5tv(t) = 3 - 3e^{-1.5t} metres per second for 0t20 \le t \le 2. Given the displacement s(t)s(t) satisfies s(0)=0s(0) = 0, show that s(t)=3t+2e1.5t2s(t) = 3t + 2e^{-1.5t} - 2.
Show worked answer →

Displacement is the antiderivative of velocity, so antidifferentiate v(t)=33e1.5tv(t) = 3 - 3e^{-1.5t} term by term.

The antiderivative of 33 is 3t3t. For 3e1.5t-3e^{-1.5t}, note ddte1.5t=1.5e1.5t\dfrac{d}{dt}e^{-1.5t} = -1.5e^{-1.5t}, so the antiderivative of e1.5te^{-1.5t} is 11.5e1.5t=23e1.5t\dfrac{1}{-1.5}e^{-1.5t} = -\dfrac{2}{3}e^{-1.5t}. Therefore the antiderivative of 3e1.5t-3e^{-1.5t} is 3×23e1.5t=2e1.5t-3 \times -\dfrac{2}{3}e^{-1.5t} = 2e^{-1.5t}.

So s(t)=3t+2e1.5t+Cs(t) = 3t + 2e^{-1.5t} + C.

Apply s(0)=0s(0) = 0: 0=0+2e0+C=2+C0 = 0 + 2e^0 + C = 2 + C, so C=2C = -2.

Hence s(t)=3t+2e1.5t2s(t) = 3t + 2e^{-1.5t} - 2, as required. Marks: one for the antiderivative including CC, one for using s(0)=0s(0) = 0 to evaluate CC.

SACE 20222 marksCalculator-assumed. The velocity of a braking vehicle is v(t)=6t+kv(t) = -6t + k metres per second, where kk is the initial velocity, and the vehicle stops when v=0v = 0. Write an integral expression for the stopping distance dd, and integrate it to find dd in terms of kk.
Show worked answer →

The vehicle stops when v(t)=0v(t) = 0: 6t+k=0-6t + k = 0, giving t=k6t = \dfrac{k}{6}. The distance is the integral of velocity from t=0t = 0 to t=k6t = \dfrac{k}{6}.

d=0k/6(6t+k)dt.d = \int_0^{k/6} (-6t + k)\,dt.

Antidifferentiate to 3t2+kt-3t^2 + kt and evaluate:

d=[3t2+kt]0k/6=3(k6)2+k(k6)=k212+2k212=k212.d = \Big[-3t^2 + kt\Big]_0^{k/6} = -3\left(\frac{k}{6}\right)^2 + k\left(\frac{k}{6}\right) = -\frac{k^2}{12} + \frac{2k^2}{12} = \frac{k^2}{12}.

So d=k212d = \dfrac{k^2}{12}. Marks: one for the integral expression, one for the integration and result.

SACE 20213 marksCalculator-assumed. A curve has gradient dydx=4x+6x\dfrac{dy}{dx} = \dfrac{4}{x} + 6x for x>0x > 0 and passes through (1,3)(1, 3). Find the equation of the curve.
Show worked answer →

Antidifferentiate, using 1xdx=lnx\int \dfrac{1}{x}\,dx = \ln|x|:

y=(4x+6x)dx=4lnx+3x2+C(x>0).y = \int \left(\frac{4}{x} + 6x\right) dx = 4\ln x + 3x^2 + C \quad (x > 0).

Apply the point (1,3)(1, 3): 3=4ln1+3(1)2+C=0+3+C3 = 4\ln 1 + 3(1)^2 + C = 0 + 3 + C, so C=0C = 0.

Hence y=4lnx+3x2y = 4\ln x + 3x^2. Marks: one for 4lnx4\ln x, one for 3x23x^2 plus CC, and one for using the point to find C=0C = 0.

ExamExplained