aronclark1017
- 7
- 3
Note that any point on the unit circle has coordinates ##(\cos \theta, \sin \theta)##. This is perhaps the simplest way to define sine and cosine in the first place.aronclark1017 said:
the following documentation is saying that sinx=cos(3pi/2-x). In all the former cases reflecting the triangle to come off of the Y axis as you see in 90-x derives the intended value but in this cases is not showing in the this documentation example. See..PeroK said:Note that any point on the unit circle has coordinates ##(\cos \theta, \sin \theta)##. This is perhaps the simplest way to define sine and cosine in the first place.
The negative y-axis is at an angle of ##3\pi/2##. And the angle ##3\pi/2 - x## is an angle ##x## clockwise from the negative y-axis. From the geometry, the coordinates of that point are ##(-\sin x, -cos x)##. So that:
$$\cos(3\pi/2 - x) = -\sin x, \ \ \sin(3\pi/2 - x) = - \cos x$$
Try with ##x = 30^\circ## and you'll see this is wrong.aronclark1017 said:the following documentation is saying that sinx=cos(3pi/2-x).