Can this integral be done using elementary techniques?

Bipolarity
Messages
773
Reaction score
2

Homework Statement



## \displaystyle \int \frac{dx}{(x^{2}+a^{2})^{3/2}} ##

Homework Equations





The Attempt at a Solution


A substitution does not seem to work. I know that a closed form solution exists however, just curious if it can be done by the standard techniques usually taught in calculus. Thanks!

BiP
 
Physics news on Phys.org
The substitution x=asinh\theta seems to work.

Edit: x=atan\theta also works if you don't mind integrating the secant function.
 
Last edited:
HS-Scientist said:
...
Edit: x=atan\theta also works if you don't mind integrating the secant function.

Actually, you need to integrate cosine after that substitution. It may be the easiest way.
 
Goa'uld said:
Actually, the integrand simplifies to (cosθ)/a^2 after that substitution. It may be the easiest way.

You are right of course. Somehow I turned \frac{1}{sec\theta} into \frac{1}{cos\theta}
 
The presence of x2 + a2 in the denominator makes this integral a candidate for trig substitution. Same goes for the difference of squares, either x2 - a2 or a2 - x2.

What I do in these situations is draw a right triangle, and label the sides and hypotenuse according to whether I'm dealing with a sum of squares or a difference. If it's a sum of squares, as in this problem, I label the vertical side as x and the horizontal side as a. This means that the hypotenuse is √(x2 + a2). If θ is the angle across from x, then tanθ = x/a, so sec2θdθ = dx/a, or dx = asec2θdθ. After this, replace x and dx in the integral with θ and dθ and integrate.

A similar analysis can be done for either of the two differences of squares.
 
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