How to integrate the following:
$$\int \sqrt{1-\dfrac{1}{25x^2}}\ dx$$
What I did is:
$$\int \sqrt{1-\dfrac{1}{25x^2}}\ dx=\int \dfrac{\sqrt{25x^2-1}}{5x}\ dx$$
I substituted $5x=\sec\theta$, $dx=\dfrac{1}{5}\sec\theta\tan\theta\ d\theta $
$$=\int \dfrac{\sqrt{\sec^2\theta-1}}{\sec\theta}\ \dfrac{1}{5}\sec\theta\tan\theta\ d\theta$$
$$=\frac15\int \tan^2\theta\ d\theta$$ used $\tan^2\theta=\sec^2\theta-1$ $$=\frac15\int( \sec^2\theta-1)\ d\theta$$ $$=\dfrac15\tan\theta-\frac15\theta+c$$ back to $x$ $$=\dfrac15\sqrt{25x^2-1}-\frac15\sec^{-1}(5x)+c$$
I am not sure whether my answer is correct.
My question: Can I integrate this with other substitutions? If yes, please help me. Thank you
Your answer is correct.
You can use another substitution $\dfrac{1}{5x}=\sin\theta\implies dx=\dfrac{-\cos\theta\ d\theta}{5\sin^2\theta}$
$$\int \sqrt{1-\dfrac{1}{25x^2}}\ dx=\int \cos\theta \left( \dfrac{-\cos\theta\ d\theta}{5\sin^2\theta}\right)$$ $$=\frac15\int (-\cot^2\theta) \ d\theta$$ $$=\frac15\int (1-\csc^2\theta) \ d\theta$$ $$=\frac15(\theta+\cot\theta)+C$$ $$=\frac15\sin^{-1}\left(\frac{1}{5x}\right)+\frac15\sqrt{25x^2-1}+C$$