This is a new method of substitution, and at first, it can be difficult to get used to. The biggest difference from the substitution methods we've used so far (u-substitution and integration by parts) is that rather than defining a new variable explicitly in terms of x, like u= "some expression of x," we'll define the new variable (θ in this case) implicitly by writing x= "some expression of θ."
Just like before, we'll do this so that the integral becomes something we can handle (usually by means of trig integration, as outlined in the previous section), and we'll have to back-substitute in order to have an answer in terms of x.
Let's illustrate this process with an example.
Evaluate ∫1−x21dx.
Solution
Look carefully at what we have: 1−x2. If we let x=sinθ, this part will become 1−sin2θ, which can be replaced with cos2θ, since
sin2θ+cos2θ=1.
Then we have
∫cos2θ1dx
As always, when we do a substitution, we need to account for dx: since x=sinθ, dx=cosθdθ.
That leaves us with
∫cos2θ1cosθdθ=∫cosθ1cosθdθ=∫dθ
This is something we can integrate:
∫dθ=θ+C
All that remains is to substitute back to get the answer in terms of x: to do this, go back to where we defined θ: if x=sinθ, θ=sin−1x.
Thus,
∫1−x21dx=sin−1x+C
Process
This method is very limited: it applies to exactly three forms. All of these are related to the Pythagorean identity and its variations.
Recall that
sin2θ+cos2θ=1
and if we divide each term by cos2θ, we get
tan2θ+1=sec2θ.
We've already seen the first form: the problem involved 1−x2, so we let x=sinθ so that the first identity helped us simplify the integral. We could also use x=cosθ in this case, but for simplicity we'll stick with the sine function.
Case 1: x=asinθ
When the integral involves a2−x2, let x=asinθ (in the example above, a=1).
Then dx=acosθdθ
and
a2−x2=a2−a2sin2θ=a1−sin2θ=acos2θ=acosθ
Evaluate ∫4−x2dx.
Solution
In this case, a=2 (a2=4), so we'll let x=2sinθ.
Then dx=2cosθdθ and
4−x2=2cosθ
Making the substitution:
∫4−x2dx=∫2cosθ⋅2cosθdθ
To integrate this, recall what we did in the previous section: to integrate cos2θ, we'll need to use the half-angle identity:
∫4cos2θdθ=∫4(21+21cos(2θ))dθ=∫2+2cos(2θ)dθ=2θ+sin(2θ)+C
Get the answer in terms of x
This part is a bit tricky. First, we need another identity that we haven't used before:
sin(2θ)=2sinθcosθ
This makes our answer look like
2θ+2sinθcosθ+C
Now finally, we need to figure out what θ, sinθ, and cosθ are in terms of x.
The first we've already seen: if x=2sinθ, we can solve for θ:
θ=sin−12x
Also, from this we can see that
sinθ=2x.
The last part is to find cosθ. There are two ways to do this:
Algebraic Method
Look back at what we have at the beginning of the problem:
4−x2=2cosθ⟶cosθ=24−x2
Geometric Method
Since sinθ=2x, we can draw the following right triangle and use it to find cosθ:
We get the same answer from this method:
cosθ=24−x2
Final Answer
Putting it all together:
∫4−x2dx=∫4cos2θdθ=2θ+sin(2θ)+C=2θ+2sinθcosθ+C=2sin−12x+2(2x)(24−x2)+C=2sin−12x+21x4−x2+C
Case 2: x=atanθ
When the integral involves a2+x2, let x=atanθ. Then
dx=asec2θdθ
and
a2+x2=a2+a2tan2θ=a1+tan2θ=asec2θ=asecθ
Evaluate ∫x2+9x3dx.
Solution
Here a=3, so let x=3tanθ. Then
dx=3sec2θdθ
and x2+9=3secθ.
Substitute and simplify:
∫x2+9x3dx=∫3secθ(3tanθ)3⋅3sec2θdθ=∫27tan3θsecθdθ
Then look back again at what we did in the previous section: since the power of tangent is odd, we'll let u=secθ, so that du=secθtanθdθ. Then we'll use the identity
tan2θ=sec2θ−1
to rewrite the remainder in terms of secθ:
∫27tan3θsecθdθ=∫27tan2θsecθtanθdθ=∫27(sec2θ−1)secθtanθdθ=∫27u2−27du=9u3−27u+C=9sec3θ−27secθ+C
Finally, to get the answer in terms of x, notice that we found that
x2+9=3secθ
so secθ=3x2+9.
The answer, then, is
∫x2+9x3dx=9(3x2+9)3−27(3x2+9)+C
After a bit of simplification, we get
31(x2+9)3−9x2+9+C
Case 3: x=asecθ
When the integral involves x2−a2, let x=asecθ. Then
dx=asecθtanθdθ
and
x2−a2=a2sec2θ−a2=asec2θ−1=atan2θ=atanθ
Evaluate ∫xx2−1dx.
Solution
Since this fits the third case with a=1, let x=secθ. Thus
dx=secθtanθdθ
and
x2−1=tanθ.
To integrate this, replace tan2θ with sec2θ−1 and remember that
∫sec2θdθ=tanθ+C
Thus
∫xx2−1dx=∫tan2θdθ=∫sec2θ−1dθ=tanθ−θ+C
Finally, look back at the beginning of the problem, and you'll find that
tanθ=x2−1 and θ=sec−1x
so the final answer is
∫xx2−1dx=x2−1−sec−1x+C
∫x39−x2dx
Let x=3sinθ. Then dx=3cosθdθ and 9−x2=3cosθ.
∫x39−x2dx=∫27sin3θ⋅3cosθ⋅3cosθdθ=∫243sin3θcos2θdθ=∫243sin2θcos2θsinθdθ=∫243(1−cos2θ)cos2θsinθdθ
Then let u=cosθ, so that −du=sinθdθ.
∫243(1−cos2θ)cos2θsinθdθ=∫−243(1−u2)u2du=∫−243u2+243u4du=−81u3+5243u5+C=−81cos3θ+5243cos5θ+C=−3(9−x2)3+51(9−x2)5+C
∫x2+100x3dx
Let x=10tanθ. Then dx=10sec2θdθ and x2+100=10secθ.
∫x2+100x3dx=∫10secθ1000tan3θ⋅10sec2θdθ=∫1000tan3θsecθdθ=∫1000tan2θsecθtanθdθ=∫1000(sec2θ−1)secθtanθdθ
Then let u=secθ, so that du=secθtanθdθ.
∫1000(sec2θ−1)secθtanθdθ=∫1000(u2−1)du=31000u3−1000u+C=31000sec3θ−1000secθ+C=31(x2+100)3−100x2+100+C
∫16−x2x3dx
Let x=4sinθ. Then dx=4cosθdθ and 16−x2=4cosθ.
∫16−x2x3dx=∫4cosθ64sin3θ⋅4cosθdθ=∫64sin3θdθ=∫64sin2θsinθdθ=∫64(1−cos2θ)sinθdθ
Then let u=cosθ, so that −du=sinθdθ.
∫64(1−cos2θ)sinθdθ=∫−64(1−u2)du=∫−64+64u2du=−64u+364u3+C=−64cosθ+364cos3θ+C=−1616−x2+31(16−x2)3+C
∫xx2+4dx
Let x=2tanθ. Then dx=2sec2θdθ and x2+4=2secθ.
∫xx2+4dx=∫2tanθ⋅2secθ⋅2sec2θdθ=∫8tanθsec3θdθ=∫8sec2θsecθtanθdθ
Then let u=secθ, so that du=secθtanθdθ.
∫8sec2θsecθtanθdθ=∫8u2du=38u3+C=38sec3θ+C=31(x2+4)3+C