I'm finding points of intersection between two functions, $y = \tan(x)$ and $y = 2\sin(x)$, which are bound between $-\pi/3$ and $\pi/3$.
Solving for the intersections points, I end up performing $x = \arccos\left(\frac12\right)$
I know this produces: $x = \pi/3$, but should it rather produce $x = \pm\pi/3$ ?
This seems to make sense as visually the two functions intersect at both $-\pi/3$ and $\pi/3$, but I want to verify if this is correct.
I'm usually on Stack Overflow. Let me know if any notation here is wrong. Additional apologies if this question is very low level, I haven't worked with trig in a while.