Anti-differentiation of polynomial functions
In Year 12 Mathematical Methods (Queensland, QCAA), anti-differentiation is the reverse of differentiation. For a polynomial you use the reverse power rule \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\), integrate term by term by linearity, and always include the constant of integration \(+C\) — then a boundary point fixes \(C\) to give the particular anti-derivative, ready for definite integrals in Unit 4.
Anti-differentiation (or finding the indefinite integral) reverses differentiation: given \(f'(x)\), you find a function \(f(x)\) whose derivative is \(f'(x)\), written \(\displaystyle\int f'(x)\,dx\).
For a power of \(x\) the key tool is the reverse power rule (for a non-negative integer \(n\)):
\(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C.\)
Raise the index by \(1\), divide by the new index, and add the constant of integration \(+C\). Because the derivative of any constant is \(0\), infinitely many functions share the same derivative, so the \(+C\) is always required. By linearity, a whole polynomial integrates term by term; a product or quotient is expanded or simplified to a sum of powers first.
The reverse power rule (for a non-negative integer \(n\)):
Linearity — integrate term by term and pull out constant multiples:
Particular anti-derivative — use a boundary point \((a,b)\):
How to anti-differentiate a polynomial
- Rewrite as a sum of powers. Expand any product and simplify any quotient so every term is a power \(k x^{n}\).
- Apply the reverse power rule to each term. Raise the index by \(1\), divide by the new index; a constant \(k\) integrates to \(kx\).
- Add one \(+C\). A single constant of integration covers the whole expression.
- Fix \(C\) if a point is given. Substitute the boundary point \((a,b)\) and solve for \(C\) to get the particular anti-derivative.
Integrate each term; the constant \(5\) gives \(5x\).
| \(\displaystyle\int (3x^{2}-4x+5)\,dx\) | \(=\) | \(3\cdot\dfrac{x^{3}}{3}-4\cdot\dfrac{x^{2}}{2}+5x+C\) |
| \(=\) | \(x^{3}-2x^{2}+5x+C\) |
Expand to a sum of powers, then integrate.
| \(\displaystyle\int x^{2}(x-3)\,dx\) | \(=\) | \(\displaystyle\int (x^{3}-3x^{2})\,dx\) |
| \(=\) | \(\dfrac{x^{4}}{4}-x^{3}+C\) |
Integrate, then substitute \((1,2)\) to find \(C\).
| \(f(x)\) | \(=\) | \(x^{3}-2x^{2}+C\) |
| \(2\) | \(=\) | \(1-2+C\Rightarrow C=3\) |
| \(f(x)\) | \(=\) | \(x^{3}-2x^{2}+3\) |
Integrate the rate, then use \(V(0)=5\) to find \(C\).
| \(V\) | \(=\) | \(t^{3}+4t+C\) |
| \(5\) | \(=\) | \(0+0+C\Rightarrow C=5\) |
| \(V(t)\) | \(=\) | \(t^{3}+4t+5\) |
Common pitfalls
Frequently asked questions
What is anti-differentiation?
It is the reverse of differentiation: from a derivative you recover a function whose derivative it is. The result, the indefinite integral, always carries a constant of integration \(+C\).
How do you anti-differentiate a power of x?
Use \(\displaystyle\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\): raise the index by one and divide by the new index. So \(\displaystyle\int x^{2}\,dx=\dfrac{x^{3}}{3}+C\).
Why do you always add plus C?
Because the derivative of any constant is \(0\), so infinitely many functions share the same derivative. The \(+C\) captures that whole family; a boundary point pins down one member.
How do you integrate a polynomial with several terms?
By linearity, integrate each term separately with one \(+C\). For example \(\displaystyle\int (3x^{2}-4x+5)\,dx=x^{3}-2x^{2}+5x+C\), where \(5\) becomes \(5x\).
How do you integrate a product like x^2(x-3)?
There is no product rule for integration, so expand first: \(x^{2}(x-3)=x^{3}-3x^{2}\), giving \(\dfrac{x^{4}}{4}-x^{3}+C\). Quotients are simplified the same way.
How do you find the particular anti-derivative through a point?
Integrate to the general form ending in \(+C\), then substitute the point and solve for \(C\). E.g. \(f'=3x^{2}-4x\) through \((1,2)\) gives \(C=3\), so \(f=x^{3}-2x^{2}+3\).