A table of integrals is a list of standard antiderivatives. Use it when the integrand already matches a known pattern such as xnx^n, 1x\frac{1}{x}, exe^x, or a basic trig function. No finite table is literally complete for every possible integral; in practice a "complete table of integrals" means the standard formulas students use most, plus the judgment to know when a problem does not match the table.

The Table And What The Symbols Mean

The table is a pattern-recognition tool. For indefinite integrals the goal is a function F(x)F(x) with

f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C

where F(x)=f(x)F'(x) = f(x). The constant CC is necessary because derivatives of constants are zero. These are the core entries people mean when they ask for an integrals table:

Type Formula Condition
Power rule \int x^n\,dx = \frac\{x^\{n+1\}}\{n+1\} + C n1n \ne -1
Logarithmic case $\int \frac{1}{x},dx = \ln x
Natural exponential exdx=ex+C\int e^x\,dx = e^x + C none
Exponential base aa axdx={ax}{lna}+C\int a^x\,dx = \frac\{a^x\}\{\ln a\} + C a>0a > 0, a1a \ne 1
Sine sinxdx=cosx+C\int \sin x\,dx = -\cos x + C none
Cosine cosxdx=sinx+C\int \cos x\,dx = \sin x + C none
Secant squared sec2xdx=tanx+C\int \sec^2 x\,dx = \tan x + C where defined
Cosecant squared csc2xdx=cotx+C\int \csc^2 x\,dx = -\cot x + C where defined
Reciprocal quadratic {1}{1+x2}dx=arctanx+C\int \frac\{1\}\{1+x^2\}\,dx = \arctan x + C none
Inverse sine form \int \frac\{1\}\{\sqrt\{1-x^2\}}\,dx = \arcsin x + C valid on intervals with $

The linearity rule is as important as any single entry:

(af(x)+bg(x))dx=af(x)dx+bg(x)dx\int \left(af(x) + bg(x)\right)\,dx = a\int f(x)\,dx + b\int g(x)\,dx

It lets you split sums and pull out constants, but it does not let you split a product in general.

Why The Linear-Inner-Term Rows Work

A basic formula often reappears with axax or ax+bax+b inside it. If a0a \ne 0, these are common direct results:

Type Formula Condition
Power with linear inner term \int (ax+b)^n\,dx = \frac\{(ax+b)^\{n+1\}}\{a(n+1)\} + C a0a \ne 0, n1n \ne -1
Log form with linear inner term $\int \frac{1}{ax+b},dx = \frac{1}{a}\ln ax+b
Exponential with linear exponent e{ax}dx={1}{a}e{ax}+C\int e^\{ax\}\,dx = \frac\{1\}\{a\}e^\{ax\} + C a0a \ne 0
Sine with linear angle sin(ax)dx={1}{a}cos(ax)+C\int \sin(ax)\,dx = -\frac\{1\}\{a\}\cos(ax) + C a0a \ne 0
Cosine with linear angle cos(ax)dx={1}{a}sin(ax)+C\int \cos(ax)\,dx = \frac\{1\}\{a\}\sin(ax) + C a0a \ne 0

These are not new ideas. They are the same standard antiderivatives with a constant-factor adjustment: differentiating the inner ax+bax+b produces a factor of aa by the chain rule, so dividing by aa when you integrate cancels it back out. That is exactly why each row carries a 1a\frac{1}{a}.

The same chain-rule logic exposes the one exception. The power rule does not work for n=1n = -1, because the antiderivative becomes

x1dx=1xdx=lnx+C\int x^{-1}\,dx = \int \frac{1}{x}\,dx = \ln|x| + C

Forcing the power rule makes the denominator n+1=0n+1 = 0, which is not allowed, so this case is the standard exception worth memorizing early.

Worked Example, Step By Step

Find

(3x24x+1+5cos(2x))dx\int \left(3x^2 - \frac{4}{x+1} + 5\cos(2x)\right)\,dx

Each term matches a standard pattern, though not always the simplest one. Use linearity to split it:

3x2dx41x+1dx+5cos(2x)dx\int 3x^2\,dx - 4\int \frac{1}{x+1}\,dx + 5\int \cos(2x)\,dx

First term, power rule:

3x2dx=x3\int 3x^2\,dx = x^3

Second term, log form with a linear inner expression, where a=1a = 1:

41x+1dx=4lnx+1-4\int \frac{1}{x+1}\,dx = -4\ln|x+1|

Third term, cosine with a linear angle, where a=2a = 2 contributes the 12\frac{1}{2}:

5cos(2x)dx=52sin(2x)5\int \cos(2x)\,dx = \frac{5}{2}\sin(2x)

Combine:

(3x24x+1+5cos(2x))dx=x34lnx+1+52sin(2x)+C\int \left(3x^2 - \frac{4}{x+1} + 5\cos(2x)\right)\,dx = x^3 - 4\ln|x+1| + \frac{5}{2}\sin(2x) + C

This is valid where x1x \ne -1, since the integrand is undefined at x=1x=-1. The fastest check is differentiation:

ddx(x34lnx+1+52sin(2x))=3x24x+1+5cos(2x)\frac{d}{dx}\left(x^3 - 4\ln|x+1| + \frac{5}{2}\sin(2x)\right) = 3x^2 - \frac{4}{x+1} + 5\cos(2x)

That returns the original integrand, so the antiderivative is consistent.

Try It Yourself

Find

(4x3+6x23e5x)dx\int \left(4x^3 + \frac{6}{x-2} - 3e^{5x}\right)\,dx

Before computing, name the matching formula for each term and note where a constant factor (the 1a\frac{1}{a}) appears. Then differentiate your result to check it.

Calculation Pitfalls

  • Matching the wrong pattern. A product like xexxe^x or a composition like cos(x2)\cos(x^2) is usually not a direct lookup.
  • Forgetting the scaling factor. cos(2x)dx=12sin(2x)+C\int \cos(2x)\,dx = \frac{1}{2}\sin(2x) + C, not sin(2x)+C\sin(2x) + C.
  • Using the power rule on 1x\frac{1}{x}. That case is logarithmic, not another power.
  • Dropping the +C+C. An indefinite integral is a family of antiderivatives, not one single function.

When The Table Is Enough

A table of integrals is enough when the integrand is already in standard form or splits into standard pieces with constants factored out. It is not enough when a product, quotient, or nested expression does not match an entry directly. Even then the table helps, because it tells you what form you are aiming for after a rewrite or substitution.

Frequently Asked Questions

Is there a truly complete table of integrals?
No finite table covers every possible integral. In practice, a complete table of integrals means the standard formulas students use most often, plus the judgment to recognize when a problem does not match any entry. When the integrand fits no standard pattern, you usually need u-substitution, integration by parts, or algebraic rewriting first.
When should you use a table of integrals?
Use it when the integrand already matches a known pattern such as a power of x, 1 over x, the natural exponential, or a basic trig function. The table is mainly a pattern-recognition tool: if the expression is in standard form you integrate directly, and if not, the mismatch signals that another method is needed.
Why do indefinite integrals always include plus C?
An indefinite integral asks for a function whose derivative is the integrand, and any two such antiderivatives can differ by a constant because the derivative of a constant is zero. The plus C records that whole family of answers, so leaving it out makes the answer to an indefinite integral incomplete.
Which conditions in an integrals table matter most?
The power rule needs the exponent different from negative 1, the exponential formula with base a needs a positive base not equal to 1, the 1 over x entry needs x nonzero, and the inverse sine form is valid on intervals where the absolute value of x is less than 1. Conditions tell you where each formula actually applies.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →