Calculus BC Trigonometric Substitition

hwmaltby
Messages
13
Reaction score
0

Homework Statement



\int \frac {\sqrt {1+x^2}}{x} \, dx

Homework Equations



\sin^2{\theta}+\cos^2{\theta}=1

The Attempt at a Solution



x=\tan{\theta}

I simplified it down to:

\int \frac {1}{\sin{\theta} \cdot \cos^2{\theta}} \, d\theta

Which I do not know how to integrate.

Any help would be wonderful!
 
Last edited:
Physics news on Phys.org
Never mind... I rewrote it as:

\int \csc{\theta}\cdot\sec^2{\theta} \, d\theta

And used u-substition:

u=\sec{\theta}

\int \frac{\csc{\theta} \cdot \sec^2{\theta}}{\tan{\theta} \cdot \sec{\theta}} \, du

\int \csc^2{\theta} \, du

\int \frac{u^2}{u^2-1} \, du

\frac{1}{2} \cdot \ln |\frac{u-1}{u+1}| +u+C

I then simplified using my previous substitutions and logarithm rules to get my final answer:

\ln |\frac{\sqrt{1+x^2}-1}{x}|+\sqrt{1+x^2}+C
 
And you can check by differentiating your answer. If you end up with sqrt(1 + x^2)/x, you're golden.
 
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