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

Antidifferentiation of Polynomial Functions

20 practice questions 0 video lessons Theory + worked examples

Learn antidifferentiation for Victorian Year 11 Mathematical Methods (VCAA) — the reverse of differentiation, finding a function back from its gradient function.

You will learn to reverse the power rule term by term, always include the constant of integration, and use a known point to pin down that constant and recover the original polynomial function.

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

Theory

In Year 11 Mathematical Methods (Unit 2), antidifferentiation reverses differentiation: given the derivative \(f'(x)\), you recover the original function \(f(x)\). For a power \(x^n\) you use the reverse power rule — raise the index by one and divide by the new index — and always add a constant of integration \(+c\). This page shows how to antidifferentiate polynomials term by term, and how a boundary condition pins down the value of \(c\).

An antiderivative (or indefinite integral) of \(f'(x)\) is a function \(f(x)\) whose derivative is \(f'(x)\). Because the derivative of any constant is \(0\), a derivative does not remember the constant term — so there is a whole family of antiderivatives that differ only by a constant.

We record this family with the constant of integration \(+c\). For example, since \(\dfrac{d}{dx}(x^2)=2x\), the general antiderivative of \(2x\) is \(\displaystyle\int 2x\,dx=x^2+c\).

To reverse a power we use the reverse power rule: \(\displaystyle\int x^n\,dx=\dfrac{x^{n+1}}{n+1}+c\) (for \(n\neq-1\)). A polynomial is antidifferentiated one term at a time, keeping the constant multipliers.

Never forget the \(+c\). An antiderivative without the constant of integration is incomplete. A boundary condition such as \(f(0)=7\) then fixes a single value of \(c\).
A family of antiderivatives differing by the constant cThree vertically shifted parabolas y=x^2+c sharing the same gradient everywhere. x y
The \(+c\) gives a family of curves: same gradient everywhere, shifted vertically.
A boundary condition selects one antiderivativeOne parabola of the family passes through the marked point, fixing the constant c. x y (2, 3)
A point the curve passes through selects one member — it fixes \(c\).

Reverse power rule (raise the index, divide by the new index):

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

Constant and constant-multiple:

\[\int k\,dx=kx+c,\qquad \int k\,f'(x)\,dx=k\int f'(x)\,dx\]

Term by term (antidifferentiate each term and add):

\[\int\big(ax^m+bx^n\big)\,dx=\dfrac{a\,x^{m+1}}{m+1}+\dfrac{b\,x^{n+1}}{n+1}+c\]
kdx=kx+c
Only one \(+c\). Even with many terms, a single constant of integration is added at the end. Check your answer by differentiating — you should get back \(f'(x)\).

How to antidifferentiate a polynomial

  1. Term by term: split the polynomial into separate power terms.
  2. Reverse power rule: for each \(ax^n\), raise the index to \(n+1\) and divide by \(n+1\), giving \(\dfrac{a\,x^{n+1}}{n+1}\). A constant \(k\) becomes \(kx\).
  3. Add \(+c\): write a single constant of integration for the whole answer.
  4. Apply the condition (if given): substitute the known point into \(f(x)\), solve for \(c\), then write the particular function — and evaluate it where asked.
Example 1 — General antiderivative
Find the general antiderivative of \(f'(x)=3x^2-4x+1\).
Solution

Set up the integral of \(f'(x)\):

\(f(x)\)\(=\)\(\displaystyle\int (3x^2-4x+1)\,dx\)

Reverse power rule — each term (raise the index, divide by the new index):

\(=\)\(3\times\dfrac{x^{3}}{3}-4\times\dfrac{x^{2}}{2}+1x+c\)

Simplify the coefficients:

\(=\)\(x^3-2x^2+x+c\)

General antiderivative: \(f(x)=x^3-2x^2+x+c\).

f(x)=x3-2x2+x+c
Example 2 — Find \(c\) from a condition
A function has \(f'(x)=4x-6\) and \(f(1)=10\). Find the constant \(c\).
Solution

Antidifferentiate to get the general form:

\(f(x)\)\(=\)\(\displaystyle\int (4x-6)\,dx\)
\(=\)\(2x^2-6x+c\)

Substitute the condition \(f(1)=10\):

\(2(1)^2-6(1)+c\)\(=\)\(10\)
\(2-6+c\)\(=\)\(10\)
\(-4+c\)\(=\)\(10\)
\(c\)\(=\)\(14\)

So \(c=14\), giving \(f(x)=2x^2-6x+14\).

c=14
Example 3 — Condition, then evaluate
A function satisfies \(f'(x)=3x^2\) and \(f(2)=10\). Find \(f(3)\).
Solution

Antidifferentiate to find the general form:

\(f(x)\)\(=\)\(\displaystyle\int 3x^2\,dx\)
\(=\)\(x^3+c\)

Find \(c\) using \(f(2)=10\):

\((2)^3+c\)\(=\)\(10\)
\(8+c\)\(=\)\(10\)
\(c\)\(=\)\(2\)

So \(f(x)=x^3+2\).

Evaluate \(f(3)\):

\(f(3)\)\(=\)\((3)^3+2\)
\(=\)\(27+2\)
\(=\)\(29\)

\(f(3)=29\).

Cubic f(x)=x^3+2 through (2,10)Curve rising steeply, marked at (2,10) and (3,29). x y
f(3)=29
Example 4 — Equation of a curve
A curve has gradient \(\dfrac{dy}{dx}=3x^2-2\) and passes through \((1,\,4)\). Find its equation.
Solution

Antidifferentiate the gradient:

\(y\)\(=\)\(\displaystyle\int (3x^2-2)\,dx\)
\(=\)\(x^3-2x+c\)

Use the point \((1,\,4)\) to find \(c\):

\((1)^3-2(1)+c\)\(=\)\(4\)
\(1-2+c\)\(=\)\(4\)
\(-1+c\)\(=\)\(4\)
\(c\)\(=\)\(5\)

Equation of the curve: \(y=x^3-2x+5\).

Curve y=x^3-2x+5 through (1,4)Cubic curve passing through the marked point (1,4). x y (1, 4)
y=x3-2x+5

Common pitfalls

Forgetting the \(+c\). Every indefinite antiderivative needs a constant of integration. Without it you have only one member of the family, and you cannot apply a boundary condition.
Multiplying instead of dividing. The reverse power rule divides by the new index: \(\int x^3\,dx=\dfrac{x^4}{4}+c\), not \(4x^4\). Differentiating is the opposite operation.
Dropping a constant term. A constant \(k\) antidifferentiates to \(kx\), not to \(k\) or \(0\). So \(\int 5\,dx=5x+c\).
Using \(f'(x)\) for the condition. Substitute the point into the antiderivative \(f(x)\) (with \(+c\)), not into the given derivative, when solving for \(c\).

Frequently asked questions

What is antidifferentiation?

It is the reverse of differentiation: given \(f'(x)\), you find a function \(f(x)\) whose derivative is \(f'(x)\).

What is the reverse power rule?

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

Why do we add a constant of integration?

The derivative of any constant is \(0\), so infinitely many functions share the same derivative. The \(+c\) records that whole family.

How do I antidifferentiate a polynomial?

Antidifferentiate each term separately with the reverse power rule, keep the coefficients, and add a single \(+c\) at the end.

How do I find the value of c?

Substitute the given point (a boundary condition such as \(f(1)=10\)) into the antiderivative \(f(x)\) and solve the resulting equation for \(c\).