HOME

TheInfoList



OR:

In
calculus Calculus is the mathematics, mathematical study of continuous change, in the same way that geometry is the study of shape, and algebra is the study of generalizations of arithmetic operations. Originally called infinitesimal calculus or "the ...
, integration by substitution, also known as ''u''-substitution, reverse chain rule or change of variables, is a method for evaluating
integral In mathematics, an integral is the continuous analog of a Summation, sum, which is used to calculate area, areas, volume, volumes, and their generalizations. Integration, the process of computing an integral, is one of the two fundamental oper ...
s and antiderivatives. It is the counterpart to the chain rule for differentiation, and can loosely be thought of as using the chain rule "backwards." This involves differential forms.


Substitution for a single variable


Introduction (indefinite integrals)

Before stating the result rigorously, consider a simple case using indefinite integrals. Compute \int(2x^3+1)^7(x^2)\,dx. Set u=2x^3+1. This means \frac=6x^2, or as a differential form, du=6x^2\,dx. Now: \begin \int(2x^3 +1)^7(x^2)\,dx &= \frac\int\underbrace_\underbrace_ \\ &= \frac\int u^\,du \\ &= \frac\left(\fracu^\right)+C \\ &= \frac(2x^3+1)^+C, \end where C is an arbitrary constant of integration. This procedure is frequently used, but not all integrals are of a form that permits its use. In any event, the result should be verified by differentiating and comparing to the original integrand. \frac\left frac(2x^3+1)^+C\right= \frac(2x^3+1)^(6x^2) = (2x^3+1)^7(x^2). For definite integrals, the limits of integration must also be adjusted, but the procedure is mostly the same.


Statement for definite integrals

Let g: ,bto I be a differentiable function with a continuous derivative, where I \subset \mathbb is an interval. Suppose that f:I\to\mathbb is a continuous function. Then: \int_a^b f(g(x))\cdot g'(x)\, dx = \int_^ f(u)\ du. In Leibniz notation, the substitution u=g(x) yields: \frac = g'(x). Working heuristically with infinitesimals yields the equation du = g'(x)\,dx, which suggests the substitution formula above. (This equation may be put on a rigorous foundation by interpreting it as a statement about differential forms.) One may view the method of integration by substitution as a partial justification of Leibniz's notation for integrals and derivatives. The formula is used to transform one integral into another integral that is easier to compute. Thus, the formula can be read from left to right or from right to left in order to simplify a given integral. When used in the former manner, it is sometimes known as ''u''-substitution or ''w''-substitution in which a new variable is defined to be a function of the original variable found inside the composite function multiplied by the derivative of the inner function. The latter manner is commonly used in trigonometric substitution, replacing the original variable with a trigonometric function of a new variable and the original differential with the differential of the trigonometric function.


Proof

Integration by substitution can be derived from the fundamental theorem of calculus as follows. Let f and g be two functions satisfying the above hypothesis that f is continuous on I and g' is integrable on the closed interval ,b/math>. Then the function f(g(x))\cdot g'(x) is also integrable on ,b/math>. Hence the integrals \int_a^b f(g(x))\cdot g'(x)\ dx and \int_^ f(u)\ du in fact exist, and it remains to show that they are equal. Since f is continuous, it has an antiderivative F. The composite function F \circ g is then defined. Since g is differentiable, combining the chain rule and the definition of an antiderivative gives: (F \circ g)'(x) = F'(g(x)) \cdot g'(x) = f(g(x)) \cdot g'(x). Applying the fundamental theorem of calculus twice gives: \begin \int_a^b f(g(x)) \cdot g'(x)\ dx &= \int_a^b (F \circ g)'(x)\ dx \\ &= (F \circ g)(b) - (F \circ g)(a) \\ &= F(g(b)) - F(g(a)) \\ &= \int_^ f(u)\, du, \end which is the substitution rule.


Examples: Antiderivatives (indefinite integrals)

Substitution can be used to determine antiderivatives. One chooses a relation between x and u, determines the corresponding relation between dx and du by differentiating, and performs the substitutions. An antiderivative for the substituted function can hopefully be determined; the original substitution between x and u is then undone.


Example 1

Consider the integral: \int x \cos(x^2+1)\ dx. Make the substitution u = x^ + 1 to obtain du = 2x\ dx, meaning x\ dx = \frac\ du. Therefore: \begin \int x \cos(x^2+1) \,dx &= \frac \int 2x \cos(x^2+1) \,dx \\ pt&= \frac \int\cos u\,du \\ pt&= \frac\sin u + C \\ pt&= \frac\sin(x^2+1) + C, \end where C is an arbitrary constant of integration.


Example 2: Antiderivatives of tangent and cotangent

The tangent function can be integrated using substitution by expressing it in terms of the sine and cosine: \tan x = \tfrac. Using the substitution u = \cos x gives du = -\sin x\,dx and \begin \int \tan x \,dx &= \int \frac \,dx \\ &= \int -\frac \\ &= -\ln \left, u\ + C \\ &= -\ln \left, \cos x\ + C \\ &= \ln \left, \sec x\ + C. \end The cotangent function can be integrated similarly by expressing it as \cot x = \tfrac and using the substitution u = \sin, du = \cos\,dx: \begin \int \cot x \,dx &= \int \frac \,dx \\ &= \int \frac \\ &= \ln \left, u\ + C \\ &= \ln \left, \sin x\ + C. \end


Examples: Definite integrals

When evaluating definite integrals by substitution, one may calculate the antiderivative fully first, then apply the boundary conditions. In that case, there is no need to transform the boundary terms. Alternatively, one may fully evaluate the indefinite integral ( see above) first then apply the boundary conditions. This becomes especially handy when multiple substitutions are used.


Example 1

Consider the integral: \int_0^2 \frac dx. Make the substitution u = x^ + 1 to obtain du = 2x\ dx, meaning x\ dx = \frac\ du. Therefore: \begin \int_^ \frac \ dx &= \frac \int_^ \frac \\ pt&= \frac \left(2\sqrt-2\sqrt\right) \\ pt&= \sqrt-1. \end Since the lower limit x = 0 was replaced with u = 1, and the upper limit x = 2 with 2^ + 1 = 5, a transformation back into terms of x was unnecessary.


Example 2: Trigonometric substitution

For the integral \int_0^1 \sqrt\,dx, a variation of the above procedure is needed. The substitution x = \sin u implying dx = \cos u \,du is useful because \sqrt = \cos u. We thus have: \begin \int_0^1 \sqrt\ dx &= \int_0^ \sqrt \cos u\ du \\ pt&= \int_0^ \cos^2 u\ du \\ pt&= \left frac + \frac\right0^ \\ pt&= \frac + 0 \\ pt&= \frac. \end The resulting integral can be computed using integration by parts or a double angle formula, 2\cos^ u = 1 + \cos (2u), followed by one more substitution. One can also note that the function being integrated is the upper right quarter of a circle with a radius of one, and hence integrating the upper right quarter from zero to one is the geometric equivalent to the area of one quarter of the unit circle, or \tfrac \pi 4.


Substitution for multiple variables

One may also use substitution when integrating functions of several variables. Here, the substitution function needs to be injective and continuously differentiable, and the differentials transform as: dv_1 \cdots dv_n = \left, \det(D\varphi)(u_1, \ldots, u_n)\ \, du_1 \cdots du_n, where denotes the
determinant In mathematics, the determinant is a Scalar (mathematics), scalar-valued function (mathematics), function of the entries of a square matrix. The determinant of a matrix is commonly denoted , , or . Its value characterizes some properties of the ...
of the Jacobian matrix of partial derivatives of at the point . This formula expresses the fact that the absolute value of the determinant of a matrix equals the volume of the parallelotope spanned by its columns or rows. More precisely, the '' change of variables'' formula is stated in the next theorem: The conditions on the theorem can be weakened in various ways. First, the requirement that be continuously differentiable can be replaced by the weaker assumption that be merely differentiable and have a continuous inverse. This is guaranteed to hold if is continuously differentiable by the inverse function theorem. Alternatively, the requirement that can be eliminated by applying Sard's theorem. For Lebesgue measurable functions, the theorem can be stated in the following form: Another very general version in
measure theory In mathematics, the concept of a measure is a generalization and formalization of geometrical measures (length, area, volume) and other common notions, such as magnitude (mathematics), magnitude, mass, and probability of events. These seemingl ...
is the following: In geometric measure theory, integration by substitution is used with Lipschitz functions. A bi-Lipschitz function is a Lipschitz function which is injective and whose inverse function is also Lipschitz. By Rademacher's theorem, a bi-Lipschitz mapping is differentiable almost everywhere. In particular, the Jacobian determinant of a bi-Lipschitz mapping is well-defined almost everywhere. The following result then holds: The above theorem was first proposed by Euler when he developed the notion of double integrals in 1769. Although generalized to triple integrals by Lagrange in 1773, and used by Legendre, Laplace, and Gauss, and first generalized to variables by Mikhail Ostrogradsky in 1836, it resisted a fully rigorous formal proof for a surprisingly long time, and was first satisfactorily resolved 125 years later, by Élie Cartan in a series of papers beginning in the mid-1890s.


Application in probability

Substitution can be used to answer the following important question in probability: given a random variable with probability density and another random variable such that for injective (one-to-one) what is the probability density for ? It is easiest to answer this question by first answering a slightly different question: what is the probability that takes a value in some particular subset ? Denote this probability Of course, if has probability density , then the answer is: P(Y \in S) = \int_S p_Y(y)\,dy, but this is not really useful because we do not know it is what we are trying to find. We can make progress by considering the problem in the variable . takes a value in whenever takes a value in \phi^(S), so: P(Y \in S) = P(X \in \phi^(S)) = \int_ p_X(x)\,dx. Changing from variable to gives: P(Y \in S) = \int_ p_X(x)\,dx = \int_S p_X(\phi^(y)) \left, \frac\\,dy. Combining this with our first equation gives: \int_S p_Y(y)\,dy = \int_S p_X(\phi^(y)) \left, \frac\\,dy, so: p_Y(y) = p_X(\phi^(y)) \left, \frac\. In the case where and depend on several uncorrelated variables (i.e., p_X=p_X(x_1, \ldots, x_n) and y=\phi(x)), p_Ycan be found by substitution in several variables discussed above. The result is: p_Y(y) = p_X(\phi^(y)) \left, \det D\phi ^(y) \.


See also

* Probability density function * Substitution of variables * Trigonometric substitution * Weierstrass substitution * Euler substitution * Glasser's master theorem * Pushforward measure


Notes


References

* * * . * . * * . * * .


External links


Integration by substitution
at Encyclopedia of Mathematics
Area formula
at Encyclopedia of Mathematics {{Integrals Articles containing proofs Integral calculus es:Métodos de integración#Método de integración por sustitución