Why does Arccos(Sin(x)) look like this??

9.9k Views Asked by At

I can kind of understand the main direction (slope) of $y$ over the different $x$ intervals, but I can't figure out why the values of $y$ take on the shape of straight lines and not curves looking more like those of sin, cos...

enter image description here

EDIT: I understand that the derivative of Arccos(Sin(x)) gives 1 or -1 depending on the x interval, but it doesn't give me intuition into why that's the case.

3

There are 3 best solutions below

1
On BEST ANSWER

Well, to think about the equation $$y=\arccos(\sin(x))$$ let's first look at an easier one, obtained by taking the cosine of both sides (noting that $\cos(\arccos(x))=x$ - that is $\arccos$ is a right-inverse of $\cos$): $$\cos(y)=\sin(x).$$ If we plot this, we get the following graph:

$\hskip1.5in$enter image description here

which is just a series of diagonal lines going in two directions. This mystery unfolds when we rewrite $$\cos(y)=\cos\left(x+\frac{\pi}2\right)$$ and note that, from symmetries and periodicity, we have that $\cos(u)=\cos(v)$ whenever $u=2\pi k \pm v$ for some integer $k$. This gives us that there is a line $y=x+\frac{\pi}2$ included as well as the line $y=x-\frac{\pi}2$ and any shift of these horizontally (or vertically) by $2\pi$, giving rise to the lattice pattern.

However, the definition of $\arccos$ that you are using seems to mandate that its output falls in the interval $[0,\pi]$, hence $y$ must be in there. If we highlight the suitable range of $y$ in gray and trace the lines it covers in red, we recover the pattern you observed:

$\hskip1.5in$enter image description here

So we see that the alternation is merely a small part of a larger pattern that can't be fully represented due to the fact that $\arccos$ is limited in its range.

0
On

Note that $$cos(x-\pi)=sin(x)$$ $$x-\pi=arccos(sin(x))$$ $$and$$ $$cos(x)=cos(x\pm 2n\pi), n=0,1,2,3,...$$

You get solutions between $\pi$ and $0$ because of the $arccos$. This explains why your solution is linear with a slope of one.

ALSO: $$cos(x)=cos(-x)$$

This means that your solution is positive and negative. Combining all of this results in $$arccos(sin(x))=\pm(x-\pi\pm2n\pi)$$ $$=x\pm(2n-1)\pi,-x\pm(2n-1)\pi$$

0
On

The inverse of the cosine is defined on $[-1, 1]$ and maps to $[0, \pi]$.
The sine function on $[-\pi/2, \pi/2]$ maps to $[-1,1]$. $$ \arccos(\sin(x)) = \arccos(\cos(\pi/2 - x)) = -x + \pi/2 $$ The sine funcion on $[\pi/2, \pi/2 + \pi]$ is $$ \sin(x) = -\sin(x-\pi) = \sin(\pi - x) $$ and maps to $[-1,1]$. We get $$ \arccos(\sin(x)) = \arccos(\cos(\pi/2 - (\pi -x)) = x - \pi/2 $$ In both cases we can add integer multiples of $2\pi$ to the argument to the cosine function. This gives

$$ \arccos(\sin(x)) = \begin{cases} -x + \pi/2 + 2\pi k & \text{for } x \in [-\pi+2\pi k, \pi/2 + 2\pi k] \\ x - \pi/2 + 2\pi k & \text{for } x \in [\pi/2+2\pi k, \pi/2 + \pi + 2\pi k] \\ \end{cases} $$ where $k \in \mathbb{Z}$.

arccos(sin(x))