1

My textbooks tells me:

$$f(x) = \arctan(x)$$

$D_f = \mathbb{R}$ and $B_f = \left\langle -\dfrac{1}{2} \pi, \dfrac{1}{2} \pi \right\rangle$

$$g(x) = \arcsin(x)$$

$D_g = [-1, 1]$ and $ B_g = [ -\dfrac{1}{2} \pi, \dfrac{1}{2} \pi]$

For $y=\tan(x)$ the domain is $ < -\dfrac{1}{2} \pi, \dfrac{1}{2} \pi >$, for $y=\sin(x) = [ -\dfrac{1}{2} \pi, \dfrac{1}{2} \pi ]$ and for $\cos(x)$ it's $[0, \pi]$.

I have the following problem. You can for example easily calculate $\sin(8\pi)$, eventhough it is outside of its domain technically. My idea is just that with domain in the case of the trig functions they just mean the 1 period that gets repeated to infinity.

However, if you try to do that for a cyclometric function, for example $\arcsin(8 \pi)$ it'll give you an error. Why is this? Why does this not work for cyclometric functions?

  • Why do you denote closed intervals sometimes as $\langle a,b\rangle$ and sometimes as $[a,b]$? – Martin Sleziak Jun 27 '13 at 13:24
  • @MartinSleziak I think $\langle \cdot \rangle$ always means open. – Git Gud Jun 27 '13 at 13:51
  • @GitGud I do not recall seeing $\langle a,b\rangle$ as an open interval; when I encountered this notation, it always meant closed interval. I have asked a question about origin of these two notations; maybe we will learn something interesting there. – Martin Sleziak Jun 27 '13 at 14:40

1 Answers1

4

In principle $\text{dom}(\sin)=\Bbb R$. But since $\sin$ is not injective in $\Bbb R$, it doesn't make sense to talk about its inverse.

However there are sets (and intervals) in which the restriction of $\sin$ to those sets is injective, in particular some intervals of length $\pi$, namely any interval equal to $[a,a+\pi]$, for all $a\in \Bbb R$ such that there exists $k\in \Bbb Z$ such that $\displaystyle a=k\pi+\frac{\pi}{2}$.

Now considering the restriction of $\sin$ to given interval, $\sin \lvert_{[a,a+\pi]}$, it is injective and therefore it has an inverse, (if you consider its codomain to be $\text{im}(\sin \lvert_{[a,a+\pi]})\color{grey}{=[-1,1\textbf{]}}$). The domain of its inverse will be $[-1,1\textbf{]}$ and the codomain of the inverse will be $[a,a+\pi\textbf{]}$. Under these restrictions we choose to name the inverse $(\sin \lvert_{[a,a+\pi]}) ^{-1}$ as $\arcsin _a$. Usually people will refrain from indicating the restriction and just write $\sin$ when they actually mean its restriction somewhere and also the subscript $a$ in $\arcsin _a$ is dropped.

In practice it's common to consider $a=-\pi/2$ or $a=0$. And of course here it doesn't make sense to talk about $\sin \lvert_{[-\pi-/2,\pi /2]}(8\pi)$. But $\sin (8\pi)$ does make sense.

Git Gud
  • 31,356
  • $\sin$ is not injective on all intervals $[a,, a + \pi]$, only on those where $a$ is of the form $(k + 1/2)\cdot\pi$ for some $k \in \mathbb{Z}$. – Daniel Fischer Jun 27 '13 at 09:09
  • @DanielFischer Thanks. – Git Gud Jun 27 '13 at 09:09
  • Off topic, but I wonder, and maybe you know. Where does the notation $f\restriction_{[a,b]}$ come from? In my day it was written $f\lvert_{[a,b]}$ with a plain bar/pipe/whaddayacallit. – Daniel Fischer Jun 27 '13 at 09:19
  • @DanielFischer I just used the $\LaTeX$ command. I prefer your notation too. Edit: and thanks for $\lvert$. – Git Gud Jun 27 '13 at 09:21