Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Maths - Methods (Unit 1 and Unit 2) Further differentiation and antidifferentiation

Antidifferentiating Rational Powers

20 practice questions 0 video lessons Theory + worked examples

Extend antidifferentiation to rational powers for Victorian Year 11 Mathematical Methods (VCAA) — reversing the power rule for negative and fractional indices, including surds and reciprocals.

You will learn to rewrite roots and reciprocals as powers, add one to the index and divide, avoid the special excluded case, and use a boundary condition to find the constant of integration.

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

Theory

In Year 11 Mathematical Methods (Unit 2), anti-differentiation reverses differentiation. For a power function you add one to the index and divide by the new index: \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c\), valid for any rational \(n\neq-1\). This page shows how to antidifferentiate surds and reciprocal powers by first writing them as \(x^{n}\), how to handle coefficients and sums term by term, and how a given point fixes the constant \(c\).

Anti-differentiation is the reverse of differentiation. If \(f'(x)\) is the derivative (or gradient function), then an antiderivative \(f(x)\) is a function whose derivative is \(f'(x)\). Because the derivative of a constant is \(0\), every antiderivative carries an arbitrary constant of integration \(+c\).

For a power function \(x^{n}\), antidifferentiating raises the index by one and divides by the new index. This works for any rational \(n\) — positive, negative or fractional — with the single exception \(n=-1\), for which the rule would divide by zero.

The key skill is rewriting surds and reciprocals as powers first: \(\sqrt{x}=x^{1/2}\), \(\dfrac{1}{\sqrt{x}}=x^{-1/2}\), \(\sqrt[3]{x}=x^{1/3}\) and \(\dfrac{1}{x^{k}}=x^{-k}\). Then the power rule applies directly.

Add one to the index, divide by the new index, then \(+c\). Always convert roots and fractions to \(x^{n}\) form before you start.
Family of antiderivatives differing by the constant cThree curves y equals two thirds x to the three halves plus c, the same shape shifted vertically for different c. x y
Every antiderivative of the same \(f'(x)\) has the identical shape; the constant \(c\) just shifts it up or down. A single point selects one curve.
Antiderivative of a negative powerCurve y equals minus one over x for positive x, rising from below toward the x-axis. x y
A negative power such as \(x^{-2}\) antidifferentiates to a reciprocal curve like \(-\dfrac{1}{x}\), defined for \(x\neq0\).

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

\[\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c\]
xndx=xn+1n+1+c

A constant coefficient is kept out the front, and sums are done term by term:

\[\int k\,x^{n}\,dx=k\cdot\dfrac{x^{n+1}}{n+1}+c\]
kxndx=kxn+1n+1+c

Useful rewrites before applying the rule:

Surd / fraction formPower form \(x^{n}\)Antiderivative
\(\sqrt{x}\)\(x^{1/2}\)\(\dfrac{2}{3}x^{3/2}+c\)
\(\dfrac{1}{\sqrt{x}}\)\(x^{-1/2}\)\(2\sqrt{x}+c\)
\(\sqrt[3]{x}\)\(x^{1/3}\)\(\dfrac{3}{4}x^{4/3}+c\)
\(\dfrac{1}{x^{2}}\)\(x^{-2}\)\(-\dfrac{1}{x}+c\)
Excluded case: the rule needs \(n+1\neq0\), so it fails for \(x^{-1}=\dfrac{1}{x}\). Every other rational power is fine.

How to antidifferentiate a rational power

  1. Rewrite: turn every surd and fraction into \(x^{n}\) form (\(\sqrt{x}=x^{1/2}\), \(\dfrac{1}{x^{k}}=x^{-k}\)), splitting or expanding first if needed.
  2. Add one to the index: the new power is \(n+1\).
  3. Divide by the new index: write \(\dfrac{x^{n+1}}{n+1}\); dividing by a fraction means multiplying by its reciprocal (e.g. \(\div\tfrac{3}{2}=\times\tfrac{2}{3}\)).
  4. Keep coefficients, add \(+c\): multiply through by any constant and never forget the constant of integration.
  5. Use a condition (if given): substitute the known point to solve for \(c\), then answer the question.
Example 1 — Antidifferentiate a surd
Find the general antiderivative of \(f'(x)=\sqrt{x}\), giving your answer in power form with \(+c\).
Solution

Write the surd as a power: \(\sqrt{x}=x^{1/2}\).

Add one to the index and divide by the new index:

\(f(x)\)\(=\)\(\int x^{1/2}\,dx\)
\(=\)\(\dfrac{x^{1/2+1}}{1/2+1}+c\)
\(=\)\(\dfrac{x^{3/2}}{3/2}+c\)
\(=\)\(\dfrac{2}{3}x^{3/2}+c\)

\(f(x)=\dfrac{2}{3}x^{3/2}+c\).

Antiderivative y = two thirds x to the three halvesIncreasing concave-up curve for the antiderivative of root x. x y
f(x)=23x3/2+c
Example 2 — A negative power with a coefficient
Find the general antiderivative of \(f'(x)=3x^{-2}\).
Solution

The index is \(n=-2\ (\neq-1)\), so the power rule applies. Keep the coefficient out the front.

Add one to the index, divide by the new index:

\(f(x)\)\(=\)\(\int 3x^{-2}\,dx\)
\(=\)\(3\cdot\dfrac{x^{-2+1}}{-2+1}+c\)
\(=\)\(3\cdot\dfrac{x^{-1}}{-1}+c\)
\(=\)\(-3x^{-1}+c\)
\(=\)\(-\dfrac{3}{x}+c\)

\(f(x)=-\dfrac{3}{x}+c\).

Antiderivative y = minus three over xCurve rising from below toward the x-axis for positive x. x y
f(x)=-3x+c
Example 3 — Simplify first, then antidifferentiate
By first simplifying, find the general antiderivative of \(f'(x)=\dfrac{x^{2}+1}{x^{2}}\).
Solution

Split the fraction into powers of \(x\):

\(f'(x)\)\(=\)\(\dfrac{x^{2}}{x^{2}}+\dfrac{1}{x^{2}}\)
\(=\)\(1+x^{-2}\)

Antidifferentiate term by term:

\(f(x)\)\(=\)\(\int\left(1+x^{-2}\right)dx\)
\(=\)\(x+\dfrac{x^{-1}}{-1}+c\)
\(=\)\(x-\dfrac{1}{x}+c\)

\(f(x)=x-\dfrac{1}{x}+c\).

Antiderivative y = x minus one over xCurve that dips below then rises, for positive x. x y
f(x)=x-1x+c
Example 4 — Using a condition to find c
The marginal cost of producing \(x\) items is \(C'(x)=\dfrac{4}{\sqrt{x}}\) dollars per item. Producing \(4\) items costs a total of \(\$50\). Find the total cost of producing \(9\) items.
Solution

The total cost is the antiderivative of the marginal cost. Write \(\dfrac{4}{\sqrt{x}}=4x^{-1/2}\).

Antidifferentiate the marginal cost:

\(C(x)\)\(=\)\(\int 4x^{-1/2}\,dx\)
\(=\)\(4\cdot\dfrac{x^{1/2}}{1/2}+c\)
\(=\)\(8x^{1/2}+c\)
\(=\)\(8\sqrt{x}+c\)

Use \(C(4)=50\) to find \(c\):

\(50\)\(=\)\(8\sqrt{4}+c\)
\(50\)\(=\)\(16+c\)
\(c\)\(=\)\(34\)

Evaluate \(C(9)\):

\(C(9)\)\(=\)\(8\sqrt{9}+34\)
\(=\)\(24+34\)
\(=\)\(58\)

The total cost of producing \(9\) items is \(\$58\).

Total cost curve C = 8 root x + 34Rising cost curve through the points four fifty and nine fifty-eight. x y (4, 50) (9, 58)
C(9)=58

Common pitfalls

Dividing by the old index. You divide by the new index \(n+1\), not by \(n\). For \(x^{1/2}\) the new index is \(\tfrac{3}{2}\), so you divide by \(\tfrac{3}{2}\) (i.e. multiply by \(\tfrac{2}{3}\)).
Forgetting \(+c\). Anti-differentiation without a condition always gives a family of answers, so the constant of integration is part of the answer.
Not rewriting surds and fractions first. The power rule only applies to \(x^{n}\). Convert \(\sqrt{x}\to x^{1/2}\) and \(\dfrac{1}{\sqrt{x}}\to x^{-1/2}\) before antidifferentiating.
Sign slips with negative indices. Adding one to \(-2\) gives \(-1\), and dividing by \(-1\) flips the sign: \(\int x^{-2}\,dx=-\dfrac{1}{x}+c\).
Trying the rule on \(x^{-1}\). When \(n=-1\) the new index \(n+1=0\), so you cannot divide by it — that single case is outside this method.

Frequently asked questions

How do you antidifferentiate a power of x?

Add one to the index and divide by the new index: \(\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c\), for any rational \(n\neq-1\).

How do you antidifferentiate a surd like the square root of x?

Rewrite it as a power first: \(\sqrt{x}=x^{1/2}\), then apply the rule to get \(\dfrac{2}{3}x^{3/2}+c\).

What do you do with a fraction like 1 over root x?

Write it as a negative fractional power, \(\dfrac{1}{\sqrt{x}}=x^{-1/2}\), then antidifferentiate to get \(2\sqrt{x}+c\).

Why can't you use the rule when n equals negative one?

The new index is \(n+1=0\), and you cannot divide by \(0\). So \(x^{-1}=\dfrac{1}{x}\) is the one power the rule does not cover.

Why is there a plus c, and how do you find its value?

Any two antiderivatives differ by a constant, so \(+c\) covers them all. A given point (an initial condition) lets you substitute and solve for \(c\).