Integral using hyperbolic substitution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 5K views
Malby
Messages
15
Reaction score
0

Homework Statement


[tex]\int\left(1+x^{2}\right)^{\frac{3}{2}}dx[/tex]

Homework Equations


The hyperbolic functions.

The Attempt at a Solution


We've been going over hyperbolic substitutions in class so I assume I'm meant to use one of those, but I'm just not sure how to choose which one. Any help greatly appreciated.
 
Physics news on Phys.org
[tex]\begin{eqnarray*}<br /> \int\left(1+x^{2}\right)^{\frac{3}{2}}dx & = & \int\left(1+\sinh^{2}\left(u\right)\right)^{\frac{3}{2}}\cosh\left(u\right)\, du\\<br /> & = & \int\sqrt{\left(\cosh^{2}\left(u\right)\right)^{3}}\cosh\left(u\right)\, du\\<br /> & = & \int\sqrt{\cosh^{6}\left(u\right)}\cosh\left(u\right)\, du\\<br /> & = & \int\cosh^{4}\left(u\right)\, du<br /> \end{eqnarray*}[\tex][/tex]
 
Last edited:
Malby said:
[tex]\begin{eqnarray*}<br /> \int\left(1+x^{2}\right)^{\frac{3}{2}}dx & = & \int\left(1+\sinh^{2}\left(u\right)\right)^{\frac{3}{2}}\cosh\left(u\right)\, du\\<br /> & = & \int\sqrt{\left(\cosh^{2}\left(u\right)\right)^{3}}\cosh\left(u\right)\, du\\<br /> & = & \int\sqrt{\cosh^{6}\left(u\right)}\cosh\left(u\right)\, du\\<br /> & = & \int\cosh^{4}\left(u\right)\, du<br /> \end{eqnarray*}[\tex][/tex]
[tex] <br /> Oops, that was meant to be nice neat LaTeX...<br /> <br /> Well, I tried doing that but ended up with int(cosh^4(u))du... not sure if there is a nice little trick for solving that or if I've ended up with a harder problem than I started with. Also, why didn't that tex code just work?[/tex]
 
Use the identity

[tex]cosh^2 (t) = \frac{1 + cosh(2t)}{2}[/tex]Your tex didn't work because you used \ instead of /

Omg i helped someone!
 
Malby said:
[tex]\int\left(1+x^{2}\right)^{\frac{3}{2}}dx = \int\left(1+\sinh^{2}\left(u\right)\right)^{\frac{3}{2}}\cosh\left(u\right)\, du[/tex]
[tex]=\int\sqrt{\left(\cosh^{2}\left(u\right)\right)^{3}}\cosh\left(u\right)\, du[/tex]
[tex]=\int\sqrt{\cosh^{6}\left(u\right)} \cosh\left(u\right)\, du[/tex]
[tex]=\int\cosh^{4}\left(u\right)\, du[/tex]
Changed '\' to '/' in the /tex tag so we can read your LaTeX.
 
You could evaluate this integral without using the hyperbolic trig functions and just using the regular ones.
 
SammyS said:
By The Way: [itex]u = \sinh^{-1}(x) = \ln \left( x+\sqrt{x^{2}+1} \right)[/itex]

Aha! I was wondering how it got to that step.

Thanks very much for your help!