Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Methods (Unit 3 & 4) Anti-differentiation

Anti-differentiation of power functions

20 practice questions 0 video lessons Theory + worked examples

In Year 12 Mathematical Methods (Queensland, QCAA), anti-differentiation reverses differentiation. For a power of \(x\) the rule is \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\), valid for every rational index \(n\neq-1\) — so a reciprocal or a surd is integrated by first rewriting it as a power. Integrate term by term (linearity), always add the constant of integration \(+C\), and use a boundary point to find \(C\).

Anti-differentiation (or finding the indefinite integral) is the reverse of differentiation: given \(f(x)\), find a function \(F(x)\) with \(F'(x)=f(x)\). We write \(\displaystyle\int f(x)\,dx\) for the anti-derivative.

Because the derivative of any constant is \(0\), if \(F(x)\) works then so does \(F(x)+C\) for any constant \(C\). So the answer is a whole family of functions, written with a constant of integration \(+C\).

For a power function \(x^{n}\), the power rule \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\) applies for every rational \(n\neq-1\). A negative index (a reciprocal like \(\dfrac{1}{x^{3}}=x^{-3}\)) or a fractional index (a surd like \(\sqrt{x}=x^{1/2}\)) must be rewritten as a power before the rule is applied, then simplified back.

Key idea. Anti-differentiate a power by \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\) (\(n\neq-1\)): raise the index by \(1\), divide by the new index, add \(+C\). Rewrite reciprocals and surds as powers first.
Family of anti-derivatives of 2xThree parallel upward parabolas y equals x squared plus C, for C equals 0, 1 and 2, stacked vertically by the constant of integration. Each has a marked y-intercept at C. x y C=0 C=1 C=2
The anti-derivatives of \(2x\) are \(y=x^{2}+C\) — a family stacked by \(C\)
A particular anti-derivative through a boundary pointThe cubic curve f of x equals 2 x cubed minus 2 x plus 4 passes through the marked point (1,4); the boundary point fixes the constant of integration. x y (1,4)
A boundary point picks one member: \(f(x)=2x^{3}-2x+4\) through \((1,4)\)

The power rule for anti-differentiation (\(n\) any rational number, \(n\neq-1\)):

\[\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\qquad (n\neq-1)\]
xndx=xn+1n+1+C

Rewrite reciprocals and surds as powers before integrating:

\[\dfrac{1}{x^{n}}=x^{-n},\qquad \sqrt{x}=x^{1/2},\qquad \sqrt[3]{x}=x^{1/3},\qquad \dfrac{x^{a}}{x^{b}}=x^{a-b}\]
1xn=x-n

Linearity — integrate term by term:

\[\int \big(f(x)+g(x)\big)\,dx=\int f(x)\,dx+\int g(x)\,dx,\qquad \int k\,f(x)\,dx=k\int f(x)\,dx\]
kf(x)dx=kf(x)dx
The excluded case. The rule needs \(n\neq-1\), because \(n+1=0\) would divide by zero. For that one power, \(\displaystyle\int x^{-1}\,dx=\int \dfrac{1}{x}\,dx=\ln|x|+C\).

How to anti-differentiate a power function

  1. Rewrite as powers of \(x\). Turn every reciprocal and surd into an index: \(\dfrac{1}{x^{3}}=x^{-3}\), \(\sqrt{x}=x^{1/2}\); expand products and simplify quotients (there is no product or quotient rule for integration).
  2. Apply the power rule to each term. Add \(1\) to the index, divide by the new index: \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}\).
  3. Add one \(+C\). Combine the terms and write a single constant of integration.
  4. Simplify back. Rewrite negative and fractional indices as reciprocals and surds, e.g. \(x^{3/2}=x\sqrt{x}\).
  5. Fix \(C\) if a boundary point is given. Substitute the point (or the initial displacement for a velocity) and solve for \(C\) to get the particular anti-derivative.
Rate models. Anti-differentiation recovers a quantity from its rate of change: displacement from velocity, volume from a flow rate, cost from a marginal cost. Integrate the rate, then use a known starting value to fix \(C\).
Example 1 — Negative index
Find \(\displaystyle\int \dfrac{1}{x^{3}}\,dx\).
Solution

Rewrite \(\dfrac{1}{x^{3}}=x^{-3}\), then apply the power rule (\(n=-3\neq-1\)).

\(\displaystyle\int x^{-3}\,dx\)\(=\)\(\dfrac{x^{-2}}{-2}+C\)
\(=\)\(-\dfrac{1}{2x^{2}}+C\)
-12x2+C
Example 2 — A surd
Find \(\displaystyle\int \sqrt{x}\,dx\).
Solution

Write \(\sqrt{x}=x^{1/2}\), integrate, then simplify \(x^{3/2}=x\sqrt{x}\).

\(\displaystyle\int x^{1/2}\,dx\)\(=\)\(\dfrac{x^{3/2}}{3/2}+C\)
\(=\)\(\dfrac{2}{3}x\sqrt{x}+C\)
23xx+C
Example 3 — Simplify a quotient
Find \(\displaystyle\int \dfrac{x^{2}}{\sqrt{x}}\,dx\).
Solution

There is no quotient rule — simplify to a single power first.

\(\dfrac{x^{2}}{\sqrt{x}}\)\(=\)\(x^{2}\times x^{-1/2}=x^{3/2}\)
\(\displaystyle\int x^{3/2}\,dx\)\(=\)\(\dfrac{x^{5/2}}{5/2}+C\)
\(=\)\(\dfrac{2}{5}x^{2}\sqrt{x}+C\)
25x2x+C
Example 4 — Particular anti-derivative
\(f'(x)=6x^{2}-2\) and the curve passes through \((1,4)\). Find \(f(x)\).
Solution

Integrate, then substitute \((1,4)\) to find \(C\).

\(f(x)\)\(=\)\(2x^{3}-2x+C\)
\(4\)\(=\)\(2-2+C \Rightarrow C=4\)
\(f(x)\)\(=\)\(2x^{3}-2x+4\)
The curve f of x equals 2 x cubed minus 2 x plus 4 through (1,4)A cubic curve passing through the marked point (1,4), the particular anti-derivative selected by the boundary point. x y (1,4)
f(x)=2x3-2x+4

Common pitfalls

Divide by the new index, not the old one. \(\displaystyle\int x^{4}\,dx=\dfrac{x^{5}}{5}+C\), not \(\dfrac{x^{4}}{4}\) and never \(\dfrac{x^{5}}{4}\).
Rewrite before integrating. You cannot apply the power rule to \(\dfrac{1}{x^{3}}\) or \(\sqrt{x}\) as written — convert to \(x^{-3}\) and \(x^{1/2}\) first.
The rule fails at \(n=-1\). \(\displaystyle\int \dfrac{1}{x}\,dx=\ln|x|+C\), not \(\dfrac{x^{0}}{0}\); the power rule cannot divide by zero.
Never drop the \(+C\). An indefinite integral is a family of functions; leaving off \(+C\) loses all but one of them and any boundary condition cannot be applied.

Frequently asked questions

What is anti-differentiation?

It is the reverse of differentiation: finding a function \(F\) whose derivative is the given \(f\). Since a constant differentiates to \(0\), the answer carries a constant of integration \(+C\).

How do you anti-differentiate a power of x?

Use the power rule \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\) for \(n\neq-1\): raise the index by \(1\), divide by the new index, add \(+C\).

How do you integrate 1/x^3 or the square root of x?

Rewrite as powers first: \(\dfrac{1}{x^{3}}=x^{-3}\) gives \(-\dfrac{1}{2x^{2}}+C\), and \(\sqrt{x}=x^{1/2}\) gives \(\dfrac{2}{3}x\sqrt{x}+C\).

Why do you always add +C?

Because every function \(F(x)+C\) has the same derivative, so the indefinite integral is a whole family; \(+C\) represents all of them.

When does the power rule not work?

Only at \(n=-1\), where \(n+1=0\). There \(\displaystyle\int \dfrac{1}{x}\,dx=\ln|x|+C\).

How do you find the constant of integration?

Substitute a given boundary point (or an initial value) into the general anti-derivative and solve for \(C\) — this gives the particular anti-derivative.

Create a free accountTrack your progress and save your work as you go.
Create free account