Proving equivalence of inverse trigonometric functions

191 Views Asked by At

From integrating $\int\frac{1}{\sqrt{(t-a)(b-t)}} dt$ in two different ways, I have found two different functions:

  1. $-\sin^{-1}\left (\frac{2t-a-b}{a-b} \right )$
  2. $2 \tan^{-1}\left (\sqrt{\frac{t-a}{b-t}} \right )$

The question asks me to prove using trigonometry that these are equal results. I've plotted both of these in Desmos and they are the same except that 1 is always $\frac{\pi}{2}$ less than 2 (which the additive constant from the integral could account for), but I'm having difficulty proving that they are equal by trigonometry. I know I could show that they have the same derivative, and so they must be the same up to an additive constant, but I'm wondering how to prove it purely through trigonometry.

I've tried using the inverse tangent addition formula on 2, but it's still not leading anywhere - I think the $\pm \frac{\pi}{2}$ difference is causing the problem, and I don't know how to include it.

Any ideas on how to show the equality of 1) and 2)?

2

There are 2 best solutions below

0
On BEST ANSWER

$-\sin^{-1}\left (\frac{2t-a-b}{a-b} \right ) = 2\tan^{-1}\left (\sqrt{\frac{t-a}{b-t}} \right )-\frac {\pi}{2}$

$\sin^{-1}\left (\frac{2t-a-b}{a-b} \right ) = \frac {\pi}{2} - 2\tan^{-1}\left (\sqrt{\frac{t-a}{b-t}} \right )$

take sin of both sides

$\left(\frac{2t-a-b}{a-b} \right ) = \sin \left(\frac {\pi}{2} - 2\tan^{-1}\left (\sqrt{\frac{t-a}{b-t}} \right )\right)$

$\sin (\frac \pi2 - x) = \cos x$

$\left(\frac{2t-a-b}{a-b} \right ) = \cos \left(2\tan^{-1}\left (\sqrt{\frac{t-a}{b-t}} \right )\right)$

$\cos 2x = 2\cos^2 x - 1$

$\left(\frac{2t-a-b}{a-b} \right ) = 2\cos^2 \left(\tan^{-1}\left (\sqrt{\frac{t-a}{b-t}} \right )\right)-1$

$\sec^2 x = \tan^2 x + 1\\ \cos^2 x = \frac 1{\tan^2 x + 1}$

$\left(\frac{2t-a-b}{a-b} \right ) = \frac 2{\tan^2 \left(\tan^{-1}\left (\sqrt{\frac{t-a}{b-t}} \right )\right)}-1$

$\tan (\tan^{-1} x) = x$

$\left(\frac{2t-a-b}{a-b} \right ) = $$\frac 2{\left (\frac{t-a}{b-t} \right )+1}-1\\ \frac {2(b-t)}{b-a}-1\\ \frac {2b-2t-b+a}{b-a}\\ \frac {2t + b - a}{a-b}$

0
On

Well, 1) and 2) are equal up to an additive constant, i.e. \begin{align} 2\arctan\left(\sqrt{\frac{t-a}{b-t}}\right)= C-\arcsin\left(\frac{b+a-2t}{b-a}\right). \ \ \ (*) \end{align}

Let us assume $a<t<b$ for convenience. Set \begin{align} \theta = \arctan\left(\sqrt{\frac{t-a}{b-a}}\right) \ \ \Rightarrow \ \ \tan^2\theta =\frac{t-a}{b-t}. \end{align} In particular, it follows \begin{align} \sec^2\theta = \tan^2\theta +1 = \frac{b-a}{b-t} \ \ \Rightarrow& \ \ \cos^2\theta = \frac{b-t}{b-a} \ \ \text{ and }\ \ \sin^2\theta = \frac{t-a}{b-a}\\ \Rightarrow&\ \ \ \cos(2\theta)= \cos^2\theta - \sin^2\theta = \frac{b+a-2t}{b-a}. \end{align}

Substitute $\theta$ back into $(\ast)$ yields the equation \begin{align} 2\theta = C - \arcsin\left( \cos(2\theta)\right) \ \ \Rightarrow \ \ \cos(2\theta) = \sin\left(C-2\theta\right) = \sin(C)\cos(2\theta) - \cos(C)\sin(2\theta). \end{align} Hence $\sin(C) = 1$ and $\cos(C) = 0$, which means $C = \frac{\pi}{2}$. Thus, we have the identity \begin{align} 2\arctan\left(\sqrt{\frac{t-a}{b-t}}\right)= \frac{\pi}{2}-\arcsin\left(\frac{b+a-2t}{b-a}\right). \end{align}