1
$\begingroup$

I know how to solve the integral (set $x = a\sec(\theta)$ then $dx = a\sec(\theta)\tan(\theta)\,d\theta$ where $0 < \theta < \pi/2$ in order to have a one-to-one function), anyway, the problem specifies that $a > 0$ but I don't see how this changes anything or affects the substitution because $x = a\sec(\theta)$ still remains a one-to-one function, correct? I may be wrong but by seeing the graph of asec(theta) it appears that the sign of a does not change the fact that sec(theta) is one to one. Does it affect something else?

Then we could also use the substitution of $x = a\cosh(t)$ then $dx = a\sinh(t)\,dt$ but the problem then specifies that $x > 0$. Why these restrictions?

  • 0
    If the problem specifies that 0<\theta<\pi/2 and $x = a \sec\theta$, then $x$ and $a$ have to be both positive or both negative (because \sec\theta>0). As shown in lab bhattacharjee's answer, it is not necessary that $x$ and $a$ have to be positive. The author may have specified them positive so that the reader could avoid dealing with $|a|$, to make the problem easier. Hard to say more without the exact statement of the problem. The same could be said about the second question, since \cosh t > 0.2013-01-01

1 Answers 1

1

If $x=a\sec \theta, dx=a\sec \theta\tan\theta \,d\theta $

$\sqrt{x^2-a^2}=\sqrt{a^2(\sec^2\theta-1)}=|a\tan \theta|=|a||\tan \theta|$

As $0< \theta< \frac\pi 2, |\tan \theta|=\tan \theta$

So, $\sqrt{x^2-a^2}=|a|\tan \theta$ if $0< \theta< \frac\pi 2$

$\int \frac{dx}{\sqrt{x^2-a^2}}=\frac{a\sec\theta\tan\theta d\theta}{|a|\tan \theta}$ =sign$(a)\int\sec\theta d\theta=$sign$(a)\ln|\sec\theta+\tan\theta|+C$

$=\ln|\frac xa+\frac{\sqrt{x^2-a^2}}{|a|}|+C$

If $\operatorname{sign}(a)>0, \int \frac{dx}{\sqrt{x^2-a^2}}=\ln|\frac xa+\frac{\sqrt{x^2-a^2}}a|+C=\ln|x+\sqrt{x^2-a^2}|+C-\ln a$

If $\operatorname{sign}(a)<0, \int \frac{dx}{\sqrt{x^2-a^2}}=-\ln|\frac xa-\frac{\sqrt{x^2-a^2}}a|+C=-\ln|x-\sqrt{x^2-a^2}|+C+\ln a$

But, $\ln|x+\sqrt{x^2-a^2}|+\ln|x-\sqrt{x^2-a^2}|=\ln|x^2-(x^2-a^2)|=\ln |a^2|$ which is constant.

So, $\operatorname{sign}(a)<0, \int \frac{dx}{\sqrt{x^2-a^2}}=\ln|x+\sqrt{x^2-a^2}|-\ln |a^2|+C=\ln|x+\sqrt{x^2-a^2}|+C'$ where $C'=C-\ln |a^2|$ is also a constant.

So, the value of the integration in the above two cases differ only by constant,hence the sign of $a$ does not matter.

  • 0
    @LanceFerd, if $x=a\sec\theta, \sec\theta=\frac xa$ irrespective of the sign of $a$. Also, find the edited answer for your last question.2013-01-01