2

We have been taught $\cos(0) = 1$ and $\sin(90) = 1$.

But, how do I visualize these angles on the unit circle?

enter image description here

enter image description here

ilovetolearn
  • 1,341
  • 1
    Some fo the geometric visuaisations here are quite stunning and may help you along https://math.stackexchange.com/questions/733754/visually-stunning-math-concepts-which-are-easy-to-explain/738048#738048 –  Jul 24 '17 at 13:45

4 Answers4

6

Suppose you have an angle $\theta$ in the unit circle. Then, the functions $\cos\theta$ and $\sin\theta$ represent the $x$ and $y$ components respectively. See the image below.

enter image description here

Plugging the values $0$ and $90$ you will get it.

Edu
  • 1,888
  • If the brown point is (a,b), cos(0) = adjacent/hypotenuse = a/1 and sin(90) will be opposite/hypotenuse = b/1, so how do cos(0) becomes 0 and sin(90) = 1? – ilovetolearn Jul 24 '17 at 14:48
  • what should the values for a & b be? – ilovetolearn Jul 24 '17 at 14:49
  • 1
    @youcanlearnanything You want to see why when $\theta=0$ then $\cos(\theta)=0$ and when $\theta=\pi/2$ ($90^\circ$) then $\sin(\theta)=1$. In those cases, the brown point in the image would be in the $x$-axis (because, again, $\theta=0$) and in the $y$-axis (for $\theta=\pi/2$). Then, in the first case the cosine (the $x$ value) must be $0$, and the sine (the $y$ value) must be $1$. – Edu Jul 24 '17 at 15:00
  • I have updated the 2nd picture. In the illustration, when cos(0) = 0, x and y should be (0,0) since the angle is 0, and for sin(90) = 1, the x is 0 and y = 1, but where is the hypotenuse? – ilovetolearn Jul 26 '17 at 14:10
  • the green line represents the opposite, and blue line represents the adjacent. – ilovetolearn Jul 26 '17 at 14:17
  • @youcanlearnanything When you assign $\theta=0$ you are in the blue line case, that is, $x=1$ and $y=0$. When $\theta=\pi/2$, we have the green line case, and then $y=1$ and $x=0$. But I think is clearer in the image in this answer, just move the brown dot and think what happens with the turquoise (cosine component) and the red (sine component) lines. – Edu Jul 26 '17 at 14:22
  • @youcanlearnanything The hypotenuse, since we are in the unit circle, is $1$. (We actually use the unit circle for this reason, to simplify things). – Edu Jul 26 '17 at 14:24
4

Here is one way to do it:

enter image description here

Here is another one regarding the sine function:

enter image description here

  • I like this one the best because it is the least cluttered, and because it contains a huge fraction of the trig you need for the rest of your life packed in it. – kimchi lover Jul 24 '17 at 14:33
2

$\theta$ is the angle measured from the $x$-axis in a counter clockwise direction.

We know that

$$\sin\theta=\frac{OPPOSITE}{HYPOTENUSE}$$

$$\cos\theta=\frac{ADJACENT}{HYPOTENUSE}$$

enter image description here

For a unit circle $r=1$

$$x=\cos \theta$$

$$y=\sin \theta$$

When $\theta=0$

The length is of $ADJACENT=HYPOTENUSE$

Adjacent means horizontal distance measure from the origin to the point.

Meaning if we ratio them

$$\cos 0=1$$

Opposite is the vertical distance. We don't have any vertical distance when $\theta=0$

$$\sin 0=0$$

Let's us see for the opposite length

As $\theta=\frac{\pi}{2}$

We see that the horizontal distance is disappearing for $\theta=\frac{\pi}{2}$ and the vertical distance is increasing.At $\theta=\frac{\pi}{2}$ the vertical distance equals to the hypotenuse.

Taking

$$\sin\frac{\pi}{2}=1$$

$$\cos\frac{\pi}{2}=0$$

Crazy
  • 2,125
1

The standard way is with the right angle leg along the positive $x$-axis, so that e.g. acute angles are exactly the ones with the other angle leg within the first quadrant.

Then look at the point where the second angle leg intersects the unit circle. It will have coordinates $(\cos x, \sin x)$.

For instance, $\cos 0^\circ = 1$ because the angle $0$ has its second leg along the positive $x$-axis, and it intersects the unit circle in $(\cos0^\circ, \sin 0^\circ)$. But that point is also $(1,0)$, since it's along the positive $x$-axis. Thus the two sets of coordinates are equal, and we get $\cos 0^\circ = 1$ and $\sin 0^\circ = 0$. The case for $\cos90^\circ = 0$ and $\sin 90^\circ$ is sone similarily, but this time the second angle leg goes straight up along the positive $y$-axis.

Arthur
  • 199,419