Find ∫1/((x^2+5)^(3/2)) dx

I figured this would be a trig substitution problem, so I set x = sqrt(5)tanθ and dx = sqrt(5)sec^2(θ) dθ

This would lead to:

∫(sqrt(5)sec^2(θ)) / (5tan^2(θ) + 5)^(3/2) dθ

But I'm kinda lost on what to do next. I'm used to breaking up the bottom part if it's a square root, but what would happen if it's to the (3/2) power? I tried typing into calculators and they simplified it like crazy where I don't even understand how they got to the point. Any help is greatly appreciated!

x/(5 sqrt(5)) - x^3/(50 sqrt(5)) + (3 x^5)/(1000 sqrt(5)) - x^7/(2000 sqrt(5)) + O(x^9)

atsqrt(5):

(1/2 - i/2)/(5^(3/4) sqrt(x + i sqrt(5))) + ((3/40 + (3 i)/40) sqrt(x + i sqrt(5)))/5^(1/4) + ((1/64 - i/64) (x + i sqrt(5))^(3/2))/5^(3/4) - ((7/6400 + (7 i)/6400) (x + i sqrt(5))^(5/2))/5^(1/4) + O((x + i sqrt(5))^(7/2))
(Puiseux series)

Woah, I don't think there's a need for i in this problem.

This is how I end up doing the problem:

∫(sqrt(5)sec^2(θ)) / (5tan^2(θ) + 5)^(3/2) dθ

∫(sqrt(5)sec^2(θ)) / (5sqrt(5)sec^3(θ)) dθ

Simplifying..

∫(sec^2(θ)/ (5sec^3(θ)) dθ

(1/5) ∫ (sec^2(θ) / (sec^3(θ)) dθ

(1/5) ∫ 1 / (sec^2(θ)) dθ

Using the property : 1/sec(θ) = cos(θ)

(1/5) ∫ cos(θ) dθ

(1/5)sinθ + C

Integrating back to find x using right triangle trig would lead to the final answer being:

x / (5sqrt(x^2 + 5)) + C

I love math.

To simplify the expression further, let's work on expanding the denominator and simplify it before continuing with the integration.

Start with the denominator (5tan^2(θ) + 5)^(3/2):

Expand the denominator by factoring out 5:
= 5(tan^2(θ) + 1)^(3/2)

Now, notice that tan^2(θ) + 1 = sec^2(θ) (using the Pythagorean identity). So we can substitute this back into the expression:

= 5(sec^2(θ))^(3/2)

Recall that sec^2(θ) = 1/cos^2(θ). So we can rewrite the expression once again:

= 5(1/cos^2(θ))^(3/2)

To simplify this, rewrite it as:
= 5/cos^3(θ)

Now, we have the integral in terms of θ:

∫ (sqrt(5)sec^2(θ)) / (5tan^2(θ) + 5)^(3/2) dθ
= ∫ (sqrt(5)sec^2(θ)) / (5/cos^3(θ)) dθ
= ∫ sqrt(5) * cos^3(θ) / 5 dθ

Now, we can proceed with the integration.