QCE Mathematical Methods - Unit 3 - Introduction to integration
Anti-differentiation | QCE Mathematical Methods
Learn QCE Mathematical Methods anti-differentiation, indefinite integrals, constants of integration and motion applications.
Updated 2026-05-18 - 4 min read
QCAA official coverage - Mathematical Methods 2025 v1.3
Exact syllabus points covered
- Recognise anti-differentiation as the reverse of differentiation.
- Use the notation $\int f(x)\,dx$ for anti-derivatives or indefinite integrals.
- Use the formula $\int x^n\,dx=\frac{x^{n+1}}{n+1}+c$ for $n \ne -1$.
- Use the formula $\int e^x\,dx=e^x+c$.
- Use the formula $\int \frac{1}{x}\,dx=\ln(x)+c$, for $x>0$.
- Use the formulas $\int \sin(x)\,dx=-\cos(x)+c$ and $\int \cos(x)\,dx=\sin(x)+c$.
- Understand and use linearity of integration, including sums and constant multiples.
- Determine indefinite integrals of the form $\int f(ax+b)\,dx$.
- Determine $f(x)$ given $f'(x)$ and an initial condition $f(a)=b$.
- Determine displacement given velocity and the initial value of displacement.
- Determine displacement given acceleration and initial values of displacement and velocity.
- Model and solve problems that involve indefinite integrals, with and without technology.
Anti-differentiation reverses differentiation. If differentiation takes you from a function to its gradient, anti-differentiation takes you from a gradient back to a possible original function.
The notation:
$ \int f(x)\,dx $
means "find an anti-derivative of $f(x)$ with respect to $x
quot;.The constant of integration
If:
$ F'(x)=f(x) $
then $F(x)+c$ also has derivative $f(x)$, because constants disappear when differentiated. That is why indefinite integrals need $+c$.
That constant is not decoration. It represents every vertical translation of the original function that would have produced the same derivative.
Core rules
For $n\ne -1$:
$ \int x^n\,dx=\frac{x^{n+1}}{n+1}+c $
For exponentials and logs:
$ \int e^x\,dx=e^x+c $
$ \int \frac{1}{x}\,dx=\ln(x)+c,\quad x>0 $
For sine and cosine:
$ \int \sin(x)\,dx=-\cos(x)+c $
$ \int \cos(x)\,dx=\sin(x)+c $
Linearity also applies:
$ \int [f(x)+g(x)]\,dx=\int f(x)\,dx+\int g(x)\,dx $
$ \int kf(x)\,dx=k\int f(x)\,dx $
Here is the Methods pattern table in words:
| integrand | anti-derivative | | --- | --- | | $x^n,\ n\ne-1$ | $\frac{x^{n+1}}{n+1}+c$ | | $(ax+b)^n,\ n\ne-1$ | $\frac{(ax+b)^{n+1}}{a(n+1)}+c$ | | $e^{ax+b}$ | $\frac1a e^{ax+b}+c$ | | $\frac{1}{ax+b}$ | $\frac1a\ln|ax+b|+c$ | | $\sin(ax+b)$ | $-\frac1a\cos(ax+b)+c$ | | $\cos(ax+b)$ | $\frac1a\sin(ax+b)+c$ |
The absolute value in $\ln|ax+b|$ is the general calculus form. If the syllabus or context restricts the inside to be positive, it may be written without absolute value.
Linear inside functions
For expressions like $\int f(ax+b)\,dx$, reverse the chain rule. Since differentiating the inside would multiply by $a$, integrating divides by $a$.
For example:
$ \int e^{3x-1}\,dx=\frac{1}{3}e^{3x-1}+c $
This works because the chain-rule multiplier is constant. For example:
$ \int \cos(5x-2)\,dx=\frac15\sin(5x-2)+c. $
Differentiate the answer to check:
$ \frac{d}{dx}\left[\frac15\sin(5x-2)\right]=\frac15\cdot5\cos(5x-2)=\cos(5x-2). $
If the inside is not linear, this shortcut may fail. For $\int \cos(x^2)\,dx$, there is no simple Methods anti-derivative because the missing chain-rule factor $2x$ is not a constant that can be corrected by dividing.
Worked example
Motion applications
If velocity is $v(t)$, displacement is found by integrating velocity. If acceleration is $a(t)$, velocity is found by integrating acceleration, and displacement needs another integration after that.
Be careful: each integration introduces a constant. Motion questions usually give initial displacement, initial velocity, or both.
For example, if:
$ a(t)=6t $
then:
$ v(t)=\int 6t\,dt=3t^2+c_1. $
If $v(0)=4$, then $c_1=4$, so:
$ v(t)=3t^2+4. $
Position is found by integrating velocity:
$ s(t)=\int (3t^2+4)\,dt=t^3+4t+c_2. $
If $s(0)=10$, then $c_2=10$. The two constants have different meanings: $c_1$ is fixed by initial velocity, while $c_2$ is fixed by initial position.
Integration by recognition
Integration by recognition means spotting an integrand as almost the derivative of a known expression. For example, if:
$ F(x)=(5x+1)^3, $
then:
$ F'(x)=15(5x+1)^2. $
So:
$ \int 15(5x+1)^2\,dx=(5x+1)^3+c. $
If the integrand is $3(5x+1)^2$ instead, compare it with the derivative above:
$ 3(5x+1)^2=\frac15\cdot15(5x+1)^2. $
Therefore:
$ \int 3(5x+1)^2\,dx=\frac15(5x+1)^3+c. $
This is the same idea as the linear-inside rule, but it trains you to check by differentiating. It is especially useful when the answer can be guessed from a nearby derivative.
Checking an anti-derivative
The quickest way to verify any indefinite integral is to differentiate your answer. For:
$ \int \frac{1}{2x+3}\,dx=\frac12\ln|2x+3|+c, $
differentiate the right-hand side:
$ \frac{d}{dx}\left[\frac12\ln|2x+3|\right] =\frac12\cdot\frac{2}{2x+3} =\frac{1}{2x+3}. $
If differentiating does not recover the original integrand, the anti-derivative is wrong or incomplete.