Let A be a constant and z a variable.
Compute the integral:
$\int \frac{dz}{(A^2+z^2)\sqrt{2A^2+z^2}}$
Note: I've tried the most common trigonometric substitutions (like z = Atan($\theta$)), but had no success.
Let A be a constant and z a variable.
Compute the integral:
$\int \frac{dz}{(A^2+z^2)\sqrt{2A^2+z^2}}$
Note: I've tried the most common trigonometric substitutions (like z = Atan($\theta$)), but had no success.
Let $z=\sqrt{2}A\tan \theta$
The integral becomes (I will just skip the trivial steps) $$\int \frac{\cos\theta d\theta}{A^2(1+\sin^2\theta)} = \frac{1}{A^2}\int \frac{ d\sin\theta}{1+\sin^2\theta} = \frac{\arctan(\sin\theta)}{A^2}$$
I think this is clear enough and you can figure out the rest.