Calculus/Integration techniques/Trigonometric Substitution

From testwiki
Jump to navigation Jump to search

Template:Calculus/Top Nav

The idea behind the trigonometric substitution is quite simple: to replace expressions involving square roots with expressions that involve standard trigonometric functions, but no square roots. Integrals involving trigonometric functions are often easier to solve than integrals involving square roots.

Let us demonstrate this idea in practice. Consider the expression 1x2 . Probably the most basic trigonometric identity is sin2(θ)+cos2(θ)=1 for an arbitrary angle θ . If we replace x in this expression by sin(θ) , with the help of this trigonometric identity we see

1x2=1sin2(θ)=cos2(θ)=cos(θ)

Note that we could write θ=arcsin(x) since we replaced x2 with sin2(θ) .

We would like to mention that technically one should write the absolute value of cos(θ) , in other words |cos(θ)| as our final answer since a2=|a| for all possible a . But as long as we are careful about the domain of all possible x and how cos(θ) is used in the final computation, omitting the absolute value signs does not constitute a problem. However, we cannot directly interchange the simple expression cos(θ) with the complicated 1x2 wherever it may appear, we must remember when integrating by substitution we need to take the derivative into account. That is we need to remember that dx=cos(θ)dθ , and to get a integral that only involves θ we need to also replace dx by something in terms of dθ . Thus, if we see an integral of the form

1x2dx

we can rewrite it as

cos(θ)cos(θ)dθ=cos2(θ)dθ

Notice in the expression on the left that the first cos(θ) comes from replacing the 1x2 and the cos(θ)dθ comes from substituting for the dx .

Since cos2(θ)=1+cos(2θ)2 our original integral reduces to:

12dθ+12cos(2θ)dθ .

These last two integrals are easily handled. For the first integral we get

12dθ=12θ

For the second integral we do a substitution, namely u=2θ,du=2dθ to get:

12cos(2θ)dθ=12cos(u)12du=14sin(u)=sin(2θ)4

Finally we see that:

cos2(θ)dθ=θ2+sin(2θ)4=θ+sin(θ)cos(θ)2

However, this is in terms of θ and not in terms of x , so we must substitute back in order to rewrite the answer in terms of x .

That is we worked out that:

sin(θ)=xcos(θ)=1x2θ=arcsin(x)

So we arrive at our final answer

1x2dx=arcsin(x)+x1x22

As you can see, even for a fairly harmless looking integral this technique can involve quite a lot of calculation. Often it is helpful to see if a simpler method will suffice before turning to trigonometric substitution. On the other hand, frequently in the case of integrands involving square roots, this is the most tractable way to solve the problem. We begin with giving some rules of thumb to help you decide which trigonometric substitutions might be helpful.

If the integrand contains a single factor of one of the forms a2x2 or a2+x2 or x2a2 we can try a trigonometric substitution.

  • If the integrand contains a2x2 let x=asin(θ) and use the identity 1sin2(θ)=cos2(θ) .
  • If the integrand contains a2+x2 let x=atan(θ) and use the identity 1+tan2(θ)=sec2(θ) .
  • If the integrand contains x2a2 let x=asec(θ) and use the identity sec2(θ)1=tan2(θ) .
Trigonometric Substitutions
Trigonometric Substitutions

Sine substitution

This substitution is easily derived from a triangle, using the Pythagorean Theorem.

If the integrand contains a piece of the form a2x2 we use the substitution

x=asin(θ)dx=acos(θ)dθ

This will transform the integrand to a trigonometric function. If the new integrand can't be integrated on sight then the tan-half-angle substitution described below will generally transform it into a more tractable algebraic integrand.

E.g., if the integrand is 1x2 ,

011x2dx=0π21sin2(θ)cos(θ)dθ=0π2cos2(θ)dθ=120π2(1+cos(2θ))dθ=π4

If the integrand is 1+x1x , we can rewrite it as

1+x1x=1+x1+x1+x1x=1+x1x2

Then we can make the substitution

0a1+x1x2dx=0α1+sin(θ)cos(θ)cos(θ)dθ0<a<1=0α(1+sin(θ))dθα=arcsin(a)=α+[cos(θ)]0α=α+1cos(α)=1+arcsin(a)1a2

Tangent substitution

This substitution is easily derived from a triangle, using the Pythagorean Theorem.

When the integrand contains a piece of the form a2+x2 we use the substitution

x=atan(θ)x2+a2=asec(θ)dx=asec2(θ)dθ

E.g., if the integrand is (x2+a2)32 then on making this substitution we find

0z(x2+a2)32dx=a20αcos(θ)dθz>0=a2[sin(θ)]0αα=arctan(za)=a2sin(α)=a2za1+z2a2=za2a2+z2

If the integral is

I=0zx2+a2z>0

then on making this substitution we find

I=a20αsec3θdθα=tan1(z/a)=a20αsecθdtanθ=a2[secθtanθ]0αa20αsecθtan2θdθ=a2secαtanαa20αsec3θdθ+a20αsecθdθ=a2secαtanαI+a20αsecθdθ

After integrating by parts, and using trigonometric identities, we've ended up with an expression involving the original integral. In cases like this we must now rearrange the equation so that the original integral is on one side only

I =a22(sec(α)tan(α)+0αsec(θ)dθ)
=a22(sec(α)tan(α)+[ln(sec(θ)+tan(θ))]0α)
=a22(sec(α)tan(α)+a2ln(sec(α)+tan(α)))
=a22(za2a2+z2+ln(z+a2+z2a))
=12(zz2+a2+a2ln(z+a2+z2a))

As we would expect from the integrand, this is approximately z22 for large z .

In some cases it is possible to do trigonometric substitution in cases when there is no    appearing in the integral.

Example

dxx2+1

The denominator of this function is equal to (1+x2)2 . This suggests that we try to substitute x=tan(u) and use the identity 1+tan2(u)=sec2(u) . With this substitution, we obtain that dx=sec2(u)du and thus

dxx2+1=sec2(u)tan2(u)+1du
=sec2(u)sec2(u)du
=du
=u+c

Using the initial substitution u=arctan(x) gives

dxx2+1=arctan(x)+C

Secant substitution

This substitution is easily derived from a triangle, using the Pythagorean Theorem.

If the integrand contains a factor of the form x2a2 we use the substitution

x=asec(θ)dx=asec(θ)tan(θ)dθx2a2=atan(θ)

Example 1

Find 0zx21xdx .

0zx21xdx =0αtan(θ)sec(θ)sec(θ)tan(θ)dθz>1
=0αtan2(θ)dθα=arcsec(z)
=[tan(θ)θ]0αtan(α)=sec2(α)1
=tan(α)αtan(α)=z21
=z21arcsec(z)

Example 2

Find 1zx21x2dx .

1zx21x2dx =1αtan(θ)sec2(θ)sec(θ)tan(θ)dθz>1
=0αsin2(θ)cos(θ)dθα=arcsec(z)

We can now integrate by parts

1zx21x2dx =[tan(θ)cos(θ)]0α+0αsec(θ)dθ
=sin(α)+[ln(sec(θ)+tan(θ))]0α
=ln(sec(α)+tan(α))sin(α)
=ln(z+z21)z21z

Exercise

Evaluate the following using an appropriate trigonometric substitution. Template:Question-answer Template:Noprint

Template:Calculus/Top Nav Template:Calculus/TOC