I was studying trigonometry when I stumbled upon a problem-- finding out when will a given sinusoidal function reach its first maximum point.
The function is
$$ f(\mathbf t) = 5-2 \sin({2π (\mathbf t+1)\over 7})$$
where t is in seconds, and $\mathbf t \geq 0$
Since the coefficient of the function is negative, the first maximum point should correspond to the first minimum point of $\sin x$, which is when $x$ is ${3π \over 2} rad$ or $-{π \over 2} rad.$
Equating: $${2π (\mathbf t+1)\over 7} = {3π \over 2}$$
gives you t = 4.25 seconds, which is correct. Meanwhile, equating: $${2π (\mathbf t+1)\over 7} = {-π \over 2}$$ gives you a negative value, t = -2.75 seconds.
While both corresponds to a highest point, I wonder why they have different values despite ${-π \over 2} rad$ and ${3π \over 2} rad$ essentially being the same angle.
Am I wrong assuming the angles ${-π \over 2} rad$ and ${3π \over 2} rad$ are equivalent?