I have some problems "connecting dots". All feedback is welcomed and really, really helpful! :)
Task 1: calculate $\quad \tan{(\arcsin{(-\frac{3}{4}}))}$
Solution:
$\tan{(\arcsin{-\frac{3}{4}})} = \tan{(\arctan{(- \beta)})}$
$\arctan{(- \beta)} = \quad ?$
Drawing the right triangle:
$3^2 + x^2 = 4^2$
$x = \sqrt{7} \quad$ (neglecting the negative one because side of a triangle has to be positive, right?)
$\Rightarrow \beta = \frac{3}{\sqrt{7}}$
$\Longrightarrow \tan{(\arcsin{-\frac{3}{4}})} = \tan{(\arctan{(- \beta)})} = \tan{(\arctan{(- \frac{3}{\sqrt{7}})})} = - \frac{3}{\sqrt{7}}$
And this is a good answer. But here's another example, same method, wrong answer.
Task 2: calculate $\quad \cos{(\arctan{(-2)})}$
$\cos{(\arctan{(-2)})} = \cos{(\arccos{(- \beta)})}$
$\arccos{(- \beta)} = \quad$ ?
Drawing the right triangle:
$2^2 + 1^2 = x^2$
$x = \sqrt{5}$
$\Rightarrow \beta = \frac{1}{\sqrt{5}}$
$\Longrightarrow \cos{(\arctan{(-2)})} = \cos{(\arccos{(-\beta)})} = \cos{(\arccos{(-\frac{1}{\sqrt{5}})})} = -\frac{1}{\sqrt{5}} $
And this is a bad answer... Good one should be $\frac{1}{\sqrt{5}}$ (without the minus sign). Where did I make a mistake? What is bad with my method? Can you introduce me to another method?
I am still super new to mathematics, thus the stupid mistakes. Thanks.


Here, it is necessary to know the domain of trig functions and their inverses. You’ve ignored them, which is exactly why you made that error. The domain of $\tan (x)$ is $x \in \left(-\frac{\pi}{2}, \frac{\pi}{2}\right)$, so the range of $\arctan(x)$ is $y \in \left(-\frac{\pi}{2}, \frac{\pi}{2}\right)$. Generally, when the tangent of an angle is negative, it can either be in quadrants $2$ or $4$, but by how the domain has been chosen for $\tan(x)$, we consider only the quadrant $4$ angle. So $\arctan(-2)$ returns some angle in quadrant $4$, and cosine is positive there. You chose the quadrant $2$ angle, where cosine is negative.
Addition: Here are the domain and range of the six main trig functions:
$$\begin{array}{|c|} \hline \text{Function}&\text{Domain}&\text{Range}\\\hline \sin(x)&-\dfrac{\pi}{2} \leq x \leq \dfrac{\pi}{2}&\vert y\vert \leq 1\\\hline \cos(x)&0 \leq x \leq \pi&\vert y\vert \leq 1&\\ \hline \tan(x)&-\dfrac{\pi}{2} < x < \dfrac{\pi}{2}&y \in \mathbb{R}\\\hline \csc(x)&-\dfrac{\pi}{2} \leq x \leq \dfrac{\pi}{2}&\vert y\vert \geq 1\\\hline \sec(x)&0 \leq x \leq \pi&\vert y\vert \geq 1 \\ \hline \cot(x)&0 < x < \pi&y \in \mathbb{R}\\\hline \end{array}$$
For the inverse of each, simply switch the domain and range.