u = The variable of integration (or a function of the variable)
n = A constant exponent, where n ≠ −1
C = The constant of integration
Worked Example
Problem: Use an integral table to evaluate ∫ x³ cos(x⁴) dx.
Step 1: Identify a substitution that transforms the integrand into a standard table form. Let u = x⁴, so du = 4x³ dx, which means x³ dx = du/4.
u=x4,du=4x3dx⇒x3dx=4du
Step 2: Rewrite the integral in terms of u.
∫x3cos(x4)dx=41∫cos(u)du
Step 3: Look up the cosine entry in the integral table: ∫ cos(u) du = sin(u) + C.
∫cos(u)du=sin(u)+C
Step 4: Apply the table result and substitute back for u.
41sin(u)+C=41sin(x4)+C
Answer:∫x3cos(x4)dx=41sin(x4)+C
Another Example
This example uses the rational-form section of the table directly, with no substitution needed beyond matching parameters. It shows how to identify the constant a from your integrand.
Problem: Use an integral table to evaluate ∫ dx / (x² + 9).
Step 1: Recognize the form. The integral table lists: ∫ du/(u² + a²) = (1/a) arctan(u/a) + C for a > 0.
∫u2+a2du=a1arctan(au)+C
Step 2: Match your integrand to the table entry. Here u = x and a² = 9, so a = 3.
u=x,a=3
Step 3: Substitute directly into the table formula.
∫x2+9dx=31arctan(3x)+C
Answer:∫x2+9dx=31arctan(3x)+C
Frequently Asked Questions
How do you use an integral table?
First, examine your integrand and try to match it to one of the standard forms listed in the table. You may need a u-substitution or algebraic manipulation (like completing the square) to get your integral into a recognizable form. Once you find a match, substitute your specific constants and variable into the formula, then add the constant of integration C.
Do you need to memorize the integral table?
You should memorize the most common entries—power rule, basic trig integrals, exponential, and 1/u—since these appear constantly. More specialized entries (inverse trig forms, forms involving square roots) are typically provided on formula sheets during exams or can be looked up. Knowing the table's organization helps you find what you need quickly.
What is the difference between an integral table and integral rules?
Integral rules are general techniques that apply to broad classes of integrals, such as the constant multiple rule, sum rule, integration by parts, or substitution. An integral table is a pre-computed list of specific results obtained by applying those rules. Think of rules as the methods and the table as a collection of ready-made answers.
Integral Table vs. Integral Rules
Integral Table
Integral Rules
What it is
A reference list of specific antiderivative formulas
General techniques for finding antiderivatives (substitution, by parts, etc.)
How you use it
Match your integrand to a listed form and apply the formula directly
Apply a method step-by-step to transform and solve the integral
Best for
Quickly evaluating standard integrals or as a starting point before further simplification
Handling integrals that don't match any table entry or require multi-step reasoning
Example
∫ sec²(u) du = tan(u) + C (looked up)
Use u-substitution with u = 3x to convert ∫ sec²(3x) dx into a table form
Why It Matters
Integral tables appear throughout calculus courses, physics, and engineering whenever you need to evaluate integrals efficiently. On timed exams, matching an integrand to a table entry can save several minutes compared to deriving the antiderivative from scratch. Understanding how to read and apply these tables is also essential preparation for techniques like partial fractions and trigonometric substitution, where the final step often involves a table lookup.
Common Mistakes
Mistake: Forgetting to account for chain-rule factors when the argument is not just a simple variable.
Correction: If your integrand has, say, cos(3x) instead of cos(u), you must account for the derivative of the inner function. Use substitution (u = 3x, du = 3 dx) so that the extra factor of 3 is handled before applying the table entry.
Mistake: Using a table entry whose conditions are not satisfied, such as applying ∫ uⁿ du = uⁿ⁺¹/(n+1) + C when n = −1.
Correction: Always check the restrictions listed with each entry. When n = −1, the correct formula is ∫ u⁻¹ du = ln|u| + C, which is a separate table entry.