TABLE OF CONTENTS
・Indefinite integral
・Sum rule and constant factor rule
・Integration by substitution
・Integration by parts
・Indefinite integrals of various functions
Mathematics articles that help in reading this article
・Numerical Computation: Ep. 1, Ep. 2, Ep. 4, Ep. 5, Ep. 6, Ep. 7
・Numerical Computation: Ep. 1, Ep. 2, Ep. 4, Ep. 5, Ep. 6, Ep. 7
Indefinite integral
\[ \text{Antiderivative}\]
Given a function \( f(x) \) , any function \( y = F (x) \) such that \( \frac{dy}{dx} = f (x) \) is an
antiderivative of \( f(x) \).
A function \( F(x) \) that satisfies \( F'(x) = f(x) \) is called a antiderivative.
The following theorem is also helpful for understanding indefinite integrals.
\[ \text{Theorem about antiderivative}\]
If both \( F(x) \) and \( G(x) \) are antiderivatives of \( f(x) \),
then there exists a constant \( C \) such that
\[ F(x) = G(x) + C \]
This theorem means that all antiderivatives of a function \( f(x) \) differ only by a constant.
To prove this theorem, we need to accept the following fact.
If \( f'(x) = 0 \), then \( f(x) = C \) (where \( C \) is an arbitrary constant).
\[ \text{Proof of the theorem about antiderivative}\]
Since both \( F(x) \) and \( G(x) \) are antiderivatives of \( f(x) \), by definition we have:
\[ F'(x) = f(x) \]
\[ G'(x) = f(x) \]
Now, let
\[ H(x) = F(x) - G(x) \]
Then,
\[ \begin{align}
H'(x) &= \left\{ F(x) - G(x) \right\} ' \\\\
&= F'(x) - G'(x) \\\\
&= f(x) - f(x) \\\\
&=0
\end{align} \]
Therefore, \( H(x) \) must be a constant function, so \( H(x) = C \) for some constant \( C \). That is,
\[ H(x) = C = F(x) - G(x) \]
Hence,
\[ F(x) = G(x) + C \]
holds.
From this theorem, it follows that all antiderivatives can be expressed in the form \( F(x) + C \),
where \( F(x) \) is a particular antiderivative and \( C \) is an arbitrary constant.
Therefore, we define this as the indefinite integral.
\[ \text{Indefinite integral}\]
Let \( F(x) \) be the antiderivative of the function \( f(x) \). In this case,
\[
F(x) + C \quad (C \text{ is an arbitrary constant})
\]
is called the indefinite integral of \( f(x) \) and is expressed as
\[
\int f(x) dx.
\]
Additionally, \( C \) is specifically referred to as the constant of integration. The process of
finding the indefinite integral of a function \( f(x) \) is called integration.
\[ \left\{ \int f(x)dx \right\} ' = f(x) \]
\[ \int f'(x)dx = f(x) + C \]
The equation above means that differentiating an integrated function returns the original function,
and the equation below means that integrating a differentiated function results in the original function
plus an arbitrary constant.
These two equations express that indefinite integration is the inverse operation of differentiation.
Sum rule and constant factor rule
\[ \text{Sum rule and constant factor rule}\]
\[ \int cf(x)dx = c \int f(x)dx + C \ \ \left( c \ \text{is a constant} \right) \]
\[ \int \left\{ f(x) \pm g(x) \right\} dx = \int f(x)dx \pm \int g(x)dx + C \]
\[ \begin{align}
c \int f(x)dx &= c \left\{ F(x) + C_1 \right\} \\\\
&= cF(x) + cC_1 \\\\
\end{align} \]
\[ \begin{align}
\int \left\{ cF(x) + cC_1 \right\} ' dx &= \int cF'(x) dx \\\\
&= \int cf(x) dx \\\\
&= c \int f(x)dx + C
\end{align}\]
Therefore,
\[ \int cf(x) dx = c \int f(x)dx + C \]
\[ \int f(x)dx \pm \int g(x)dx = \left\{ F(x) + C_1 \right\} \pm \left\{ G(x) + C_2 \right\} \]
\[ \begin{align}
\int \left\{ \left\{ F(x) + C_1 \right\} \pm \left\{ G(x) + C_2 \right\} \right\} ' dx &= \int \left\{
\left\{ F(x) + C_1 \right\} ' \pm \left\{ G(x) + C_2 \right\} ' \right\} dx \\\\
&= \int \left\{ F'(x) \pm G'(x) \right\} dx \\\\
&= \int \left\{ f(x) \pm g(x) \right\} dx \\\\
&= \int f(x)dx \pm \int g(x)dx + C
\end{align}\]
Therefore,
\[ \int \left\{ f(x) \pm g(x) \right\} dx = \int f(x)dx \pm \int g(x)dx + C \]
Integration by substitution
\[ \text{Integration by substitution} \]
If \( x = g(u) \) is differentiable, then the following formula holds:
\[ \int f(x)dx = \int f(g(u))g'(u)du + C \]
Let \( x = g(u) \).
Differentiating both sides of
\[ \int f(x)dx = F(x) + C \]
with respect to \( u \), we get:
\[ \begin{align}
\frac{d}{du} \left\{ \int f(x)dx \right\} &= \frac{d}{du} F(x) + 0 \\\\
&= \frac{d}{dx} F(x) \frac{dx}{du} \\\\
&= f(x) \frac{dx}{du} \\\\
&= f(g(u))g'(u) \\\\
\end{align} \]
Therefore,
\[ \frac{d}{du} \left\{ \int f(x)dx \right\} = f(g(u))g'(u)\]
From the definition of the indefinite integral, we get:
\[ \int f(x)dx = \int f(g(u))g'(u)du + C \]
Rewriting this formula using
\[ x = g(u) \]
\[ g'(u) = \frac{dx}{du} ,\]
we get
\[ \int f(x)dx = \int f(x) \frac{dx}{du} du + C ,\]
which, formally, looks as if we’ve "canceled" the denominator of \( \frac{dx}{du} \).
Integration by parts
\[ \text{Integration by parts} \]
If both \( f(x) \) and \( g(x) \) are differentiable, then the following formula holds:
\[ \int f(x)g'(x)dx = f(x)g(x) - \int f'(x)g(x)dx + C \]
Using the product rule for differentiation,
\[ \left\{ f(x)g(x) \right\} ' = f'(x)g(x) + f(x)g'(x) \]
we move the term \( f'(x)g(x) \) to the other side and reverse both sides to get:
\[ f(x)g'(x) = \left\{ f(x)g(x) \right\} ' - f'(x)g(x) \]
Now, taking the indefinite integral of both sides:
\[ \begin{align}
\int f(x)g'(x)dx &= \int \left\{ f(x)g(x) \right\} ' dx - \int f'(x)g(x) dx \\\\
&= f(x)g(x) - \int f'(x)g(x) dx + C
\end{align} \]
Indefinite integrals of various functions
Power functions
\[ \begin{align}
\ \ \ &\int x^{n} dx = \frac{1}{n+1} x^{n+1} + C \\\\
&( n \text{ is an integer except } -1, \ x \text{ is
a real number} )
\\\\
&\int \frac{1}{x} dx = \ln x + C \ \ ( x \rm \gt 0 ) \\\\
&\int x^{a} dx = \frac{1}{a+1} x^{a+1} + C \\\\
&( a \text{ is a real number except } -1, \ x \text{ is a
positive real number})
\end{align}\]
Trigonometric functions \[ \begin{align} &\int \sin x dx = - \cos x + C \quad (x \text{ is a real number})\\\\ &\int \cos x dx = \sin x + C \quad (x \text{ is a real number})\\\\ &\int \frac{1}{\cos ^2 x} dx = \tan x + C \\\\ & \quad (x \text{ is a real number except } \frac{(2n-1) \pi}{2}, \ n \text{ is an integer}) \end{align} \]
Exponential functions \[ \begin{align} &\int e^x dx = e^x + C \quad ( x \text{ is a real number} ) \\\\ &\int a^x dx = \frac{a^x}{\ln a} + C \\\\ & \quad ( x \text{ is a real number, } a \text{ is a positive real number except } 1 ) \end{align} \]
Inverse trigonometric functions \[ \begin{align} &\int \sin ^{-1} x dx = x \sin ^{-1} x + \sqrt{1-x^2} + C \ \ ( -1 \lt x \lt 1 ) \\\\ &\int \cos ^{-1} x dx = x \cos ^{-1} x - \sqrt{1-x^2} + C \ \ ( -1 \lt x \lt 1 ) \\\\ &\int \tan ^{-1} x dx = x \tan ^{-1} x - \frac{1}{2} \ln \left( 1 + x^2 \right) + C \ \ ( -\infty \lt x \lt \infty ) \end{align}\]
Trigonometric functions \[ \begin{align} &\int \sin x dx = - \cos x + C \quad (x \text{ is a real number})\\\\ &\int \cos x dx = \sin x + C \quad (x \text{ is a real number})\\\\ &\int \frac{1}{\cos ^2 x} dx = \tan x + C \\\\ & \quad (x \text{ is a real number except } \frac{(2n-1) \pi}{2}, \ n \text{ is an integer}) \end{align} \]
Exponential functions \[ \begin{align} &\int e^x dx = e^x + C \quad ( x \text{ is a real number} ) \\\\ &\int a^x dx = \frac{a^x}{\ln a} + C \\\\ & \quad ( x \text{ is a real number, } a \text{ is a positive real number except } 1 ) \end{align} \]
Inverse trigonometric functions \[ \begin{align} &\int \sin ^{-1} x dx = x \sin ^{-1} x + \sqrt{1-x^2} + C \ \ ( -1 \lt x \lt 1 ) \\\\ &\int \cos ^{-1} x dx = x \cos ^{-1} x - \sqrt{1-x^2} + C \ \ ( -1 \lt x \lt 1 ) \\\\ &\int \tan ^{-1} x dx = x \tan ^{-1} x - \frac{1}{2} \ln \left( 1 + x^2 \right) + C \ \ ( -\infty \lt x \lt \infty ) \end{align}\]
\[ \left\{ \frac{1}{n+1} x^{n+1} + C \right\} ' = \frac{1}{n+1} (n+1)x^{(n+1)-1} = x^n \]
References:
[1] James R. Newman, THE UNIVERSAL ENCYCLOPEDIA OF MATHEMATICS, George Allen & Unwin Ltd, 1964
[2] 石村園子, やさしく学べる微分積分, 共立出版, December 25, 1999