Char. Limit
Gold Member
- 1,222
- 23
Homework Statement
So, for absolutely no good reason I decided to practice trigonometric substitution. I started with \int \left(1-x^2\right)^{-1/2} dx, and that was easy, everything canceled out nicely. Then I tried \int \left(1+x^2\right)^{-1/2} dx, and although the integral was fine, everything did not cancel out nicely afterward. So I need help on one minor issue.
Homework Equations
sec(u) = \frac{sec^2(u) + sec(u) tan(u)}{sec(u) + tan(u)}
The Attempt at a Solution
\int \frac{dx}{\sqrt{1+x^2}}
\int \frac{sec^2(u) du}{\sqrt{1+tan^2(u)}}
\int sec(u) du
\int \frac{sec^2(u) + sec(u) tan(u)}{sec(u) + tan(u)} du
\int \frac{dv}{v}
ln(v)
ln(tan(u) + sec(u))
ln(x + sec(tan^{-1}(x)))
Now, is there any way to simplify sec(arctan(x))?