[spec] arc[sin|cos|tan]
authorAndrew Lorimer <andrew@lorimer.id.au>
Tue, 19 Mar 2019 00:38:17 +0000 (11:38 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Tue, 19 Mar 2019 00:38:17 +0000 (11:38 +1100)
spec/circ.md
index da26542e6d4e3f4053b6f7c61105c76d3784bb9d..a32ec666f388b1908890c8bd4972ee43dafef5da 100644 (file)
@@ -91,3 +91,21 @@ $$\sin 2x = 2 \sin x \cos x$$
 
 $$\tan 2x = {{2 \tan x} \over {1 - \tan^2 x}}$$
 
+## Inverse circular functions
+
+Inverse functions: $f(f^{-1}(x)) = x, \quad f(f^{-1}(x)) = x$  
+Must be 1:1 to find inverse (reflection in $y=x$
+
+Domain is restricted to make functions 1:1.
+
+### $\arcsin$
+
+$$\sin^{-1}: [-1, 1] \rightarrow \mathbb{R}, \quad \sin^{-1} x = y, \quad \text{where } \sin y = x \text{ and } y \in [{-\pi \over 2}, {\pi \over 2}]$$
+
+### $\arcos$
+
+$$\cos^{-1} \rightarrow \mathbb{R}, \quad \cos^{-1} x = y, \quad \text{where } \cos y = x \text{ and } y \in [0, \pi]$$
+
+### $\arctan$
+
+$$\tan^{-1}: \mathbb{R} \rightarrow \mathbb{R}, \quad \tan^{-1} x = y, \quad \text{where } \tan y = x \text{ and } y \in \left(-{\pi \over 2}, {\pi \over 2}\right)$$