Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Special Interals






Formulas Worth Knowing


Certain integrals appear so frequently that recognizing them on sight saves considerable effort. These standard forms serve as endpoints—the targets that techniques aim to reach.

Each formula below reverses a known derivative. The integral of cosx\cos x is sinx\sin x because the derivative of sinx\sin x is cosx\cos x. The integral of 1/(1+x2)1/(1 + x^2) is arctanx\arctan x because the derivative of arctanx\arctan x is 1/(1+x2)1/(1 + x^2).

Memorizing these forms accelerates computation and provides reference points for more complex integrals. When a technique transforms an integral into one of these patterns, the work is essentially done.

Key Terms

Antiderivativeeach formula reverses a known derivative
Indefinite Integralthe notation f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C
Integrandrecognizing the integrand's form selects the formula

See All Calculus Definitions


Power Functions


The power rule for integration:

Power Rule (Integrals)
xndx=xn+1n+1+Cn1\int x^n\, dx = \frac{x^{n+1}}{n+1} + C \quad n \neq -1
Learn more about this formula: Power Rule (Integrals) →

The exponent increases by one; divide by the new exponent.

The exception n=1n = -1 is critical:

Reciprocal Antiderivative
1xdx=lnx+C\int \frac{1}{x}\, dx = \ln|x| + C
Learn more about this formula: Reciprocal Antiderivative →


The absolute value ensures validity for negative xx. For x>0x > 0, the antiderivative is lnx\ln x; for x<0x < 0, it is ln(x)\ln(-x). Both cases combine into lnx\ln|x|.

Exponential Functions


The exponential function is its own antiderivative:

Exponential Antiderivative
exdx=ex+C\int e^x\, dx = e^x + C
Learn more about this formula: Exponential Antiderivative →

For other bases:

General Exponential Antiderivative
axdx=axlna+Ca>0,a1\int a^x\, dx = \frac{a^x}{\ln a} + C \quad a > 0, \, a \neq 1
Learn more about this formula: General Exponential Antiderivative →


The factor 1/lna1/\ln a compensates for the chain rule in (ax)=axlna(a^x)' = a^x \ln a.

With a linear argument:

ekxdx=ekxk+C\int e^{kx}\, dx = \frac{e^{kx}}{k} + C


Trigonometric Functions


Basic trigonometric integrals:

Antiderivative of Sine
sinxdx=cosx+C\int \sin x\, dx = -\cos x + C
Learn more about this formula: Antiderivative of Sine →

Antiderivative of Cosine
cosxdx=sinx+C\int \cos x\, dx = \sin x + C
Learn more about this formula: Antiderivative of Cosine →

Antiderivative of Sec Squared
sec2xdx=tanx+C\int \sec^2 x\, dx = \tan x + C
Learn more about this formula: Antiderivative of Sec Squared →

Antiderivative of Csc Squared
csc2xdx=cotx+C\int \csc^2 x\, dx = -\cot x + C
Learn more about this formula: Antiderivative of Csc Squared →

Antiderivative of Sec Tan
secxtanxdx=secx+C\int \sec x \tan x\, dx = \sec x + C
Learn more about this formula: Antiderivative of Sec Tan →

Antiderivative of Csc Cot
cscxcotxdx=cscx+C\int \csc x \cot x\, dx = -\csc x + C
Learn more about this formula: Antiderivative of Csc Cot →


Each reverses a standard derivative. The negative signs in sinx\sin x and csc2x\csc^2 x integrals reflect the negatives in (cosx)=sinx(\cos x)' = -\sin x and (cotx)=csc2x(\cot x)' = -\csc^2 x.
Integrand Antiderivative Reverses derivative of
sin x −cos x + C cos x (which gives −sin x)
cos x sin x + C sin x
sec² x tan x + C tan x
csc² x −cot x + C cot x (which gives −csc² x)
sec x · tan x sec x + C sec x
csc x · cot x −csc x + C csc x (which gives −csc x cot x)

Inverse Trigonometric Forms


These integrals produce inverse trigonometric functions:

Arctangent Form
11+x2dx=arctanx+C\int \frac{1}{1 + x^2}\, dx = \arctan x + C
Learn more about this formula: Arctangent Form →

Arcsine Form
11x2dx=arcsinx+C\int \frac{1}{\sqrt{1 - x^2}}\, dx = \arcsin x + C
Learn more about this formula: Arcsine Form →

Arcsecant Form
1xx21dx=arcsecx+C\int \frac{1}{x\sqrt{x^2 - 1}}\, dx = \operatorname{arcsec}|x| + C
Learn more about this formula: Arcsecant Form →


More generally, with constant a>0a > 0:

1a2+x2dx=1aarctanxa+C\int \frac{1}{a^2 + x^2}\, dx = \frac{1}{a}\arctan\frac{x}{a} + C


1a2x2dx=arcsinxa+C\int \frac{1}{\sqrt{a^2 - x^2}}\, dx = \arcsin\frac{x}{a} + C

Integrand Antiderivative Note
1 / (1 + x²) arctan x + C base form (a = 1)
1 / √(1 − x²) arcsin x + C base form (a = 1); valid on |x| < 1
1 / (x · √(x² − 1)) arcsec |x| + C absolute value handles both x > 1 and x < −1
1 / (a² + x²) (1/a) arctan(x/a) + C generalization with a > 0
1 / √(a² − x²) arcsin(x/a) + C generalization with a > 0; valid on |x| < a

Logarithmic Integrals


The logarithm itself requires integration by parts:

Antiderivative of Natural Log
lnxdx=xlnxx+C\int \ln x\, dx = x\ln x - x + C
Learn more about this formula: Antiderivative of Natural Log →

A crucial pattern recognizes when integrands have the form f(x)/f(x)f'(x)/f(x):

Logarithmic Derivative Pattern
f(x)f(x)dx=lnf(x)+C\int \frac{f'(x)}{f(x)}\, dx = \ln|f(x)| + C
Learn more about this formula: Logarithmic Derivative Pattern →


This pattern appears frequently in disguise.

Example:

tanxdx=sinxcosxdx=lncosx+C\int \tan x\, dx = \int \frac{\sin x}{\cos x}\, dx = -\ln|\cos x| + C


Here f(x)=cosxf(x) = \cos x and f(x)=sinxf'(x) = -\sin x, so the integrand is f(x)/f(x)-f'(x)/f(x).

Integrals Leading to Logarithms


Several standard integrals produce logarithms:

Antiderivative of Tangent
tanxdx=lncosx+C=lnsecx+C\int \tan x\, dx = -\ln|\cos x| + C = \ln|\sec x| + C
Learn more about this formula: Antiderivative of Tangent →

Antiderivative of Cotangent
cotxdx=lnsinx+C\int \cot x\, dx = \ln|\sin x| + C
Learn more about this formula: Antiderivative of Cotangent →

Antiderivative of Secant
secxdx=lnsecx+tanx+C\int \sec x\, dx = \ln|\sec x + \tan x| + C
Learn more about this formula: Antiderivative of Secant →

Antiderivative of Cosecant
cscxdx=lncscx+cotx+C=lncscxcotx+C\int \csc x\, dx = -\ln|\csc x + \cot x| + C = \ln|\csc x - \cot x| + C
Learn more about this formula: Antiderivative of Cosecant →


The secx\sec x and cscx\csc x integrals are less obvious—they require multiplying by clever forms of 11 to create the f/ff'/f pattern.

Master Reference: All Special Integrals at a Glance


The formulas covered in the sections above all share the same role: standard endpoints that techniques aim to reach. The master reference below collects every formula on this page in one place, grouped by family so that scanning by integrand form returns the matching antiderivative directly. Use it as a lookup card while working integrals — the section above each row supplies the derivation and the context.
Family Integrand Antiderivative (+ C)
Power xn  (n ≠ −1) xn+1 / (n + 1)
Power 1 / x ln |x|
Exponential ex ex
Exponential ax  (a > 0, a ≠ 1) ax / ln a
Exponential ekx ekx / k
Trigonometric sin x −cos x
Trigonometric cos x sin x
Trigonometric sec² x tan x
Trigonometric csc² x −cot x
Trigonometric sec x · tan x sec x
Trigonometric csc x · cot x −csc x
Inverse trig 1 / (1 + x²) arctan x
Inverse trig 1 / √(1 − x²) arcsin x
Inverse trig 1 / (x · √(x² − 1)) arcsec |x|
Logarithmic ln x x ln x − x
Logarithmic pattern f'(x) / f(x) ln |f(x)|
Trig → log tan x −ln |cos x|  =  ln |sec x|
Trig → log cot x ln |sin x|
Trig → log sec x ln |sec x + tan x|
Trig → log csc x −ln |csc x + cot x|  =  ln |csc x − cot x|