5

How do i find the When $x$ is ranging from $-1$ to $1$?

I want know why $\sin^{-1}(x)+\cos^{-1}(x) = π/2$

I have already tried inverse-function.

thanks.

장원봉
  • 161

4 Answers4

6

There are a couple of ways of doing this; here's a short, simple geometric way. First, we draw a right triangle and label the vertices $A,B,C$ and the side lengths $a,b,c$.

right triangle

We have$$\begin{align*} & \sin\theta=\frac bc\implies\theta=\arcsin\frac bc\\ & \cos\varphi=\frac bc\implies\varphi=\arccos\frac bc\end{align*}$$Obviously, the sum of $\theta$ and $\varphi$ is $90^{\circ}$. Therefore, it follows that$$\arcsin\frac bc+\arccos\frac bc=\frac {\pi}2$$

Crescendo
  • 4,089
5

$$\frac{d}{dx}(\arccos x+\arcsin x)$$

$$=-\frac{1}{\sqrt{1-x^2}}+\frac{1}{\sqrt{1-x^2}}=0$$

So $\arccos x+\arcsin x$ is constant and letting $x=0$ reveals what that constant is.


As a more elementary method if $\sin a=x$ with $a \in [-\frac{\pi}{2},\frac{\pi}{2}]$ and $\cos b=x$ with $b \in [0,\pi]$ then $\sin (\frac{\pi}{2}-b)=x$ and so $a=\frac{\pi}{2}-b$ follows by one-to-oneness on the intervals.

$$a+b=\arcsin x+\arccos x=\frac{\pi}{2}$$

  • 1
    Sometimes it is of interest to prove trigonometric identities by this method, but I wouldn't want to neglect the more basic facts involved, since those are essential to understanding trigonometry. – Michael Hardy Sep 03 '17 at 17:29
  • Absolutely, I knew this was going to be one of many answers. – Ahmed S. Attaalla Sep 03 '17 at 17:31
5

The "co" in "cosine" stands for "complement". It means, the sine of the complementary angle. Two angles are complementary if they add to a right angle, $\pi/2$ radians. Thus: $$ \arcsin x + \arccos x = \frac{\pi}{2} $$

GEdgar
  • 111,679
4

Draw a right triangle whose hypotenuse has length $1$ and say the side of it opposite one of the angles, $\theta$ has length $x.$ Then the side of it adjacent to the other acute angle is that same side of length $x$. The other acute angle is $\pi/2-\theta.$

So $\theta = \sin^{-1} x$ and $\pi/2-\theta = \cos^{-1} x.$ Add those together.