Calculus BC Trigonometric Substitition

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
hwmaltby
Messages
13
Reaction score
0

Homework Statement



[tex]\int \frac {\sqrt {1+x^2}}{x} \, dx[/tex]

Homework Equations



[tex]\sin^2{\theta}+\cos^2{\theta}=1[/tex]

The Attempt at a Solution



[tex]x=\tan{\theta}[/tex]

I simplified it down to:

[tex]\int \frac {1}{\sin{\theta} \cdot \cos^2{\theta}} \, d\theta[/tex]

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:

[tex]\int \csc{\theta}\cdot\sec^2{\theta} \, d\theta[/tex]

And used u-substition:

[tex]u=\sec{\theta}[/tex]

[tex]\int \frac{\csc{\theta} \cdot \sec^2{\theta}}{\tan{\theta} \cdot \sec{\theta}} \, du[/tex]

[tex]\int \csc^2{\theta} \, du[/tex]

[tex]\int \frac{u^2}{u^2-1} \, du[/tex]

[tex]\frac{1}{2} \cdot \ln |\frac{u-1}{u+1}| +u+C[/tex]

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

[tex]\ln |\frac{\sqrt{1+x^2}-1}{x}|+\sqrt{1+x^2}+C[/tex]
 
And you can check by differentiating your answer. If you end up with sqrt(1 + x^2)/x, you're golden.