Euler substitution

From HandWiki
Short description: Method of integration for rational functions

Euler substitution is a method for evaluating integrals of the form

[math]\displaystyle{ \int R(x, \sqrt{ax^2 + bx + c}) \, dx, }[/math]

where [math]\displaystyle{ R }[/math] is a rational function of [math]\displaystyle{ x }[/math] and [math]\displaystyle{ \sqrt{ax^2 + bx + c} }[/math]. In such cases, the integrand can be changed to a rational function by using the substitutions of Euler.[1]

Euler's first substitution

The first substitution of Euler is used when [math]\displaystyle{ a \gt 0 }[/math]. We substitute [math]\displaystyle{ \sqrt{ax^2 + bx + c} = \pm x\sqrt{a} + t }[/math] and solve the resulting expression for [math]\displaystyle{ x }[/math]. We have that [math]\displaystyle{ x = \frac{c - t^2}{\pm 2t\sqrt{a} - b} }[/math] and that the [math]\displaystyle{ dx }[/math] term is expressible rationally in [math]\displaystyle{ t }[/math].

In this substitution, either the positive sign or the negative sign can be chosen.

Euler's second substitution

If [math]\displaystyle{ c \gt 0 }[/math], we take [math]\displaystyle{ \sqrt{ax^2 + bx + c} = xt \pm \sqrt{c}. }[/math] We solve for [math]\displaystyle{ x }[/math] similarly as above and find [math]\displaystyle{ x = \frac{\pm 2t\sqrt{c} - b}{a - t^2}. }[/math]

Again, either the positive or the negative sign can be chosen.

Euler's third substitution

If the polynomial [math]\displaystyle{ ax^2 + bx + c }[/math] has real roots [math]\displaystyle{ \alpha }[/math] and [math]\displaystyle{ \beta }[/math], we may choose [math]\displaystyle{ \sqrt{ax^2 + bx + c} = \sqrt{a(x - \alpha)(x - \beta)} = (x - \alpha)t }[/math]. This yields [math]\displaystyle{ x = \frac{a\beta - \alpha t^2}{a - t^2}, }[/math] and as in the preceding cases, we can express the entire integrand rationally in [math]\displaystyle{ t }[/math].

Worked examples

Examples for Euler's first substitution

One

In the integral [math]\displaystyle{ \int\! \frac{\ dx}{\sqrt{x^2+c}} }[/math] we can use the first substitution and set [math]\displaystyle{ \sqrt{x^2+c} = -x+t }[/math], thus [math]\displaystyle{ x = \frac{t^2-c}{2t} \quad\quad \ dx = \frac{t^2+c}{2t^2}\,\ dt }[/math] [math]\displaystyle{ \sqrt{x^2+c} = -\frac{t^2-c}{2t}+t = \frac{t^2+c}{2t} }[/math] Accordingly, we obtain: [math]\displaystyle{ \int \frac{dx}{\sqrt{x^2+c}} = \int \frac{\frac{t^2+c}{2t^2}}{\frac{t^2+c}{2t}}\, \ dt = \int \frac{dt}{t} = \ln|t|+C = \ln\left|x+\sqrt{x^2+c}\right|+C }[/math]

The cases [math]\displaystyle{ c = \pm 1 }[/math] give the formulas [math]\displaystyle{ \begin{align} \int \frac{\ dx}{\sqrt{x^2+1}} &= \operatorname{arsinh}(x) + C \\[6pt] \int \frac{\ dx}{\sqrt{x^2-1}} &= \operatorname{arcosh}(x) + C \qquad (x \gt 1) \end{align} }[/math]

Two

For finding the value of [math]\displaystyle{ \int\frac{1}{x\sqrt{x^{2}+4x-4}}dx, }[/math] we find [math]\displaystyle{ t }[/math] using the first substitution of Euler, [math]\displaystyle{ \sqrt{x^{2}+4x-4} = \sqrt{1}x+t = x+t }[/math]. Squaring both sides of the equation gives us [math]\displaystyle{ x^{2}+4x-4 = x^{2} + 2xt +t^{2} }[/math], from which the [math]\displaystyle{ x^2 }[/math] terms will cancel out. Solving for [math]\displaystyle{ x }[/math] yields [math]\displaystyle{ x=\frac{t^{2}+4}{4-2t}. }[/math]

From there, we find that the differentials [math]\displaystyle{ dx }[/math] and [math]\displaystyle{ dt }[/math] are related by [math]\displaystyle{ dx=\frac{-2t^{2}+8t+8}{(4-2t)^{2}}dt. }[/math]

Hence, [math]\displaystyle{ \begin{align} \int \frac{dx}{x\sqrt{x^{2}+4x-4}} &= \int \frac{\frac{-2t^{2}+8t+8}{(4-2t)^{2}}}{\left(\frac{t^{2}+4}{4-2t}\right)\left(\frac{-t^{2}+4t+4}{4-2t}\right)}dt && t=\sqrt{x^{2}+4x-4}-x \\[6pt] &= 2\int \frac{dt}{t^{2}+4}= \tan^{-1}\left(\frac t2\right) +C\\[6pt] &= \tan^{-1}\left(\frac{\sqrt{x^{2}+4x-4}-x}{2}\right)+C \end{align} }[/math]

Examples for Euler's second substitution

In the integral [math]\displaystyle{ \int\! \frac{dx}{x\sqrt{-x^2+x+2}}, }[/math] we can use the second substitution and set [math]\displaystyle{ \sqrt{-x^2+x+2} = xt + \sqrt{2} }[/math]. Thus [math]\displaystyle{ x = \frac{1-2\sqrt{2}t}{t^2+1} \qquad dx = \frac{2\sqrt{2}t^2-2t-2\sqrt{2}}{(t^2+1)^2} dt, }[/math] and [math]\displaystyle{ \sqrt{-x^2+x+2} = \frac{1-2\sqrt{2}t}{t^2+1}t + \sqrt{2} = \frac{-\sqrt{2}t^2+t+\sqrt{2}}{t^2+1} }[/math]

Accordingly, we obtain: [math]\displaystyle{ \begin{align} \int \frac{ dx}{x\sqrt{-x^2+x+2}} &= \int \frac{\frac{2\sqrt{2}t^2-2t-2\sqrt{2}}{(t^2+1)^2}}{\frac{1-2\sqrt{2}t}{t^2+1}\frac{-\sqrt{2}t^2+t+\sqrt{2}}{t^2+1}} dt \\[6pt] &= \int\!\frac{-2}{-2\sqrt{2}t+1} dt = \frac{1}{\sqrt{2}}\int\frac{-2\sqrt{2}}{-2\sqrt{2}t+1} dt \\[6pt] &= \frac{1}{\sqrt{2}}\ln \left|2\sqrt{2}t-1 \right|+C \\[4pt] &= \frac{\sqrt{2}}{2}\ln \left|2\sqrt{2}\frac{\sqrt{-x^2+x+2}-\sqrt{2}}{x}-1 \right|+C \end{align} }[/math]

Examples for Euler's third substitution

To evaluate [math]\displaystyle{ \int\! \frac{x^2}{\sqrt{-x^2+3x-2}}\ dx, }[/math] we can use the third substitution and set [math]\displaystyle{ \sqrt{-(x-2)(x-1)} = (x-2)t }[/math]. Thus [math]\displaystyle{ x = \frac{-2t^2-1}{-t^2-1} \qquad \ dx = \frac{2t}{(-t^2-1)^2}\,\ dt, }[/math] and [math]\displaystyle{ \sqrt{-x^2+3x-2} = (x-2)t = \frac{t}{-t^2-1.} }[/math]

Next, [math]\displaystyle{ \int \frac{x^2}{\sqrt{-x^2+3x-2}}\ dx = \int\frac{\left(\frac{-2t^2-1}{-t^2-1}\right)^2\frac{2t}{(-t^2-1)^2}}{\frac{t}{-t^2-1}}\ dt = \int\frac{2(-2t^2-1)^2}{(-t^2-1)^3}\ dt. }[/math] As we can see this is a rational function which can be solved using partial fractions.

Generalizations

The substitutions of Euler can be generalized by allowing the use of imaginary numbers. For example, in the integral [math]\displaystyle{ \int \frac{dx}{\sqrt{-x^2 + c}} }[/math], the substitution [math]\displaystyle{ \sqrt{-x^2 + c} = \pm ix + t }[/math] can be used. Extensions to the complex numbers allows us to use every type of Euler substitution regardless of the coefficients on the quadratic.

The substitutions of Euler can be generalized to a larger class of functions. Consider integrals of the form [math]\displaystyle{ \int R_1 \left(x, \sqrt{ax^2 + bx + c} \right) \, \log\left(R_2\left(x, \sqrt{ax^2 + bx + c}\right)\right) \, dx, }[/math] where [math]\displaystyle{ R_1 }[/math] and [math]\displaystyle{ R_2 }[/math] are rational functions of [math]\displaystyle{ x }[/math] and [math]\displaystyle{ \sqrt{ax^2 + bx + c} }[/math]. This integral can be transformed by the substitution [math]\displaystyle{ \sqrt{ax^2 + bx + c} = \sqrt{a} + xt }[/math] into another integral [math]\displaystyle{ \int \tilde R_1(t) \log\big(\tilde R_2(t)\big) \, dt, }[/math] where [math]\displaystyle{ \tilde R_1(t) }[/math] and [math]\displaystyle{ \tilde R_2(t) }[/math] are now simply rational functions of [math]\displaystyle{ t }[/math]. In principle, factorization and partial fraction decomposition can be employed to break the integral down into simple terms, which can be integrated analytically through use of the dilogarithm function.[2]

See also

References

  1. N. Piskunov, Diferentsiaal- ja integraalarvutus körgematele tehnilistele öppeasutustele. Viies, taiendatud trukk. Kirjastus Valgus, Tallinn (1965). Note: Euler substitutions can be found in most Russian calculus textbooks.
  2. Zwillinger, Daniel. The Handbook of Integration. Jones and Bartlett. pp. 145–146. ISBN 978-0867202939.