Integration using Trig. Substitution

3.141592654
Messages
85
Reaction score
0

Homework Statement



\int\sqrt{X^2+1}dX

Homework Equations





The Attempt at a Solution



I used the substitution X=tan \theta

So, dX=(sec^2 \theta) d\theta

Substituting in for X, I get:

\int\sqrt{(tan^2 \theta)+1}(sec^2 \theta) d\theta

= \int\sqrt{(sec^2 \theta)}(sec^2 \theta) d\theta

= \int(sec \theta)(sec^2 \theta) d\theta

I then converted secants into cosines:

= \int\frac{1}{(cos \theta)(cos^2 \theta)} d\theta

= \int\frac{1}{(cos \theta)(1-sin^2 \theta)} d\theta

I then used U-sub:

u=sin \theta

du=cos \theta

\frac{du}{cos \theta}=d\theta

= \int\frac{du}{(cos^2 \theta)(1-u^2)}

= \int\frac{du}{(1-u^2)(1-u^2)}

= \int\frac{du}{(1-2u^2+u^4)}

= \int\frac{du}{(u^4-2u^2+1)}

= \int\frac{du}{u^2(u^2-2)+1}

I see this:

= \int\frac{du}{[u\sqrt{u^2-2}]^2+1}

I was hoping I could then use substitution and have the integral of arctan, but it looks much more complicated than I thought. Am I anywhere near the right track?
 
Physics news on Phys.org
3.141592654 said:
<br /> \int\frac{du}{(1-u^2)(1-u^2)}<br />

At that point, you could attempt partial fractions. However, an easier way is here:

<br /> \int(sec \theta)(sec^2 \theta) d\theta = \int sec^3 \theta d\theta<br />

This is a famous (sorta, anyways) integral. Use parts twice.

Alternatively, since this integral is so famous, it even has its own wikipedia page.

http://en.wikipedia.org/wiki/Integral_of_secant_cubed

I'd suggest you trying the derivation yourself before looking at the "answer" but it's there if you need it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top