Tricky Integral ( with substitution)

PFStudent
Messages
169
Reaction score
0

Homework Statement



<br /> {\int_{}^{}}{ \frac{ds}{{({s}^{2}+{d}^{2})}^{\frac{3}{2}}}}<br />

s \equiv variable

d \equiv constant

Homework Equations



u-substitution techniques for integration.

The Attempt at a Solution



This integral is particularly tricky as I have already made several attempts using conventional u-substitution, however this integral is not coming out right.

Below is my best attempt,

If I split the denominator and multiply the top and bottom by s,

<br /> {\frac{sds}{{s{({s}^{2}+{d}^{2})}^{\frac{1}{2}}}{{({s}^{2}+{d}^{2})}^{1}}}}<br />

And let,

<br /> u = {s}^{2}+{d}^{2}<br />

<br /> du = 2sds <br />

With the substitution yields,

<br /> {\frac{1}{2}}{\int_{}^{}}{\frac{du}{{{u}^{\frac{3}{2}}}{\sqrt{{u}-{d}^{2}}}}}<br />

However, this seems to get me no where.

Any help is appreciated.

Thanks,

-PFStudent

P.S.: I do realize I can look this up in the integraion tables, however I would like to know how to do this on my own without using a table.
 
Last edited:
Physics news on Phys.org
Let s= d tan x, so ds = d sec^2 x dx. Then the integral becomes \int \frac{d \sec^2 x}{ ( d^2 \tan^2 x + d^2)^{3/2}} dx. Shouldn&#039;t be too hard from there.
 
PFStudent said:
<br /> {\int_{}^{}}{ \frac{ds}{{({s}^{2}+{d}^{2})}^{\frac{3}{2}}}}<br />

As a bit of advice, when you see a term in your integrand that looks like

{{({s}^{2}+{d}^{2})}^{\frac{1}{2}}} ,

{{({s}^{2}-{d}^{2})}^{\frac{1}{2}}} , or

{{({d}^{2}-{s}^{2})}^{\frac{1}{2}}} ,

it is an immediate candidate for the "trigonometic substitution" method when there is no (s ds) term outside the radical.
 
try letting s = d*tan(s)
 
Make the substitution s=d\sinh t and you'll get 1/d^2 times

\int \frac{dt}{\cosh^2 t}=\tanh t +C
 
Hey,

Thanks for the help guys.

Yea, I forgot that I could use the technique of Trigonometric substitution for Integrals.

Yea, so what I did was the following,

<br /> {\int_{}^{}}{ \frac{ds}{{({s}^{2}+{d}^{2})}^{\frac{3}{2}}}}<br />

<br /> {\int_{}^{}}{\frac{ds}{\left[{\left({\frac{{d}^{2}}{1}}{\frac {1}{{d}^{2}}}\right)}{\left({s}^{2}+{d}^{2}\right)\right]^{\frac{3}{2}}}}}<br />

<br /> {\int_{}^{}}{\frac{ds}{{d^3}{\left({\left(\frac{s}{d}\right)}^{2}+{1}^{}\right)}^{\frac{3}{2}}}}<br />

Letting,

<br /> {tan}{\theta} = {\frac{s}{d}}<br />

and considering the trigonometric identity,

<br /> {{tan}^{2}}{\theta} + 1 = {sec}^{2}{\theta}<br />

<br /> {\int_{}^{}}{\frac{ds}{{d^3}{\left({sec}^{2}{\theta}\right)}^{\frac{3}{2}}}}<br />

Rewriting,

<br /> {s} = {d}{tan}{\theta}<br />

<br /> {ds} = {d}{sec}^{2}{\theta}{d{\theta}}<br />

<br /> {\int_{}^{}}{\frac{\left({d}{sec}^{2}{\theta}{d{\theta}}\right)}{{d^3}{\left({sec}^{2}{\theta}\right)}^{\frac{3}{2}}}}<br />

Simplifying and factoring out all constants,

<br /> {\frac{1}{{d}^{2}}}{\int_{}^{}}{{cos}{\theta}{d\theta}}<br />

Integrating and noting that,

<br /> {sin}{\theta} = {\frac{s}{\sqrt{{s}^{2}+{d}^{2}}}}<br />

Yields,

<br /> {\frac{1}{{d}^{2}}}\left[{\frac{s}{\sqrt{{s}^{2}+{d}^{2}}}}+{C_{1}}\right]<br />

Reducing to,

<br /> {\frac{s}{{{d}^{2}}{\sqrt{{s}^{2}+{d}^{2}}}}+{C}<br />

Thanks for the help Gib Z, dynamicsolo, JonF. Also, I did not know I could do the subsititution with hyperbolic trigonometric functions, thanks dextercioby.

-PFStudent
 
Last edited:
You may have noticed that dextercioby always prefers hyperbolic trig substitutions!
 
HallsofIvy said:
You may have noticed that dextercioby always prefers hyperbolic trig substitutions!

Yes, I was going to say that, while the hyperbolic trig substitutions are certainly elegant, a lot of people in first-year calculus are not even shown those functions. Indeed, outside of physics and some branches of engineering, hardly anyone even uses them, so they are usually discussed or even introduced only in courses for students majoring in those fields...
 
Back
Top