Integration rules
Integration Rules
Integration Rules is a topic in Integration in the California Calculus Standards. It is aligned to Standard 17.0, which requires students to compute, by hand, the integrals of a wide variety of functions.
The integration rules — the reverse power rule, linearity, and the standard integrals of \(\dfrac{1}{x}\), \(e^x\), \(\sin x\), and \(\cos x\) — antidifferentiate a wide range of functions by hand.
Theory
The integration rules let you antidifferentiate a wide range of functions by hand. The reverse power rule plus linearity (constant-multiple and sum) handles polynomials and roots, and a short list of standard integrals covers \(\dfrac{1}{x}\), \(e^{x}\), \(\sin x\), and \(\cos x\).
Integration is linear, so it splits over sums and pulls out constants:
The reverse power rule does most of the work; rewrite roots and reciprocals as powers so it applies.
A few standard integrals must simply be known: \(\dfrac{1}{x}\to\ln|x|\), \(e^{x}\to e^{x}\), \(\cos x\to\sin x\), \(\sin x\to-\cos x\).
The core rules:
How to integrate with the basic rules
- Simplify first: expand products and split quotients into separate terms.
- Rewrite roots and reciprocals as powers.
- Integrate term by term, using the power rule and standard forms, then add \(+C\).
Integrate each term with the power rule (the constant \(5\) becomes \(5x\)).
| \(\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\) |
Write \(\dfrac{1}{\sqrt{x}}=x^{-1/2}\). Add one to the exponent (\(-\dfrac{1}{2}+1=\dfrac{1}{2}\)) and divide.
| \(\int x^{-1/2}\,dx\) | \(=\) | \(\dfrac{x^{1/2}}{1/2}+C\) |
| \(=\) | \(2x^{1/2}+C=2\sqrt{x}+C\) |
Divide each term by \(x\) first.
| \(\dfrac{x^2+1}{x}\) | \(=\) | \(x+\dfrac{1}{x}\) |
| \(\int\) | \(=\) | \(\dfrac{x^2}{2}+\ln|x|+C\) |
Use the standard antiderivatives.
| \(\int (e^{x}+\cos x)\,dx\) | \(=\) | \(e^{x}+\sin x+C\) |
Common pitfalls
Frequently asked questions
What is the reverse power rule for integration?
\(\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\) for \(n\neq -1\): add one to the exponent and divide by the new exponent.
What is the integral of 1/x?
\(\int\dfrac{1}{x}\,dx=\ln|x|+C\). This is the one power the reverse power rule cannot handle.
How do you integrate a fraction like (x^2+1)/x?
Split it into separate terms first: \(x+\dfrac{1}{x}\), then integrate each to get \(\dfrac{x^2}{2}+\ln|x|+C\).
What are the integrals of sin x and cos x?
\(\int\cos x\,dx=\sin x+C\) and \(\int\sin x\,dx=-\cos x+C\). Note the minus sign on the sine integral.