Question 937178
     <font size = 6><b>Sorry! She's wrong!</b></font>
<pre>
She's right about the x and y coordinates being respectively 
the cosine and sine of the angle.  But she gave you the wrong 
signed y-coordinate, because she didn't draw the graph.  Mathematics
is all about graphs.  One should always draw graphs, especially
in trigonometry problems.

Below is the graph of what you should draw first.  Since -300° is a 
negative angle, it is formed by a CLOCKWISE rotation of 300 
degrees from the right side of the x-axis.  That rotation is 
indicated by the red arc drawn CLOCKWISE from the right side
of the x-axis to the terminal side. 

So it ends up in the first quadrant, not the fourth, like the other
tutor thought. The coordinates of the point of 
intersection is 

{{{(matrix( 1,3,"cos(-300°)"^"",",","sin(-300°)" ))}}}

but you have to simplify it.  Here's how:

{{{drawing(400,250,-1.5,3.3,-1.5,1.5,graph(400,250,-1.5,3.3,-1.5,1.5),
circle(0.5,1.73205081/2,0.07),circle(0.5,1.73205081/2,0.05),
circle(0.5,1.73205081/2,0.03),circle(0.5,1.73205081/2,0.01),
locate(cos(-300*pi/180)+.2,sin(-300*pi/180)+.2,(matrix( 1,3,"cos(-300°)"^"",",","sin(-300°)" ))),circle(0,0,1),line(5cos(-300*pi/180),5sin(-300*pi/180),0,0),red(arc(0,0,.8,-.8,60,360)) )}}}

To simplify the coordinates, draw a radius to the point, and
a vertical line up to the point forming a reference right triangle.
Since the red arc is 300°, and a complete revolution is 360°, the
angle inside the reference right triangle is 360°-300°=60°. The
radius is its hypotenuse. That makes the reference triangle a 
30-60-90 right triangle.   

{{{drawing(400,250,-1.5,3.3,-1.5,1.5,
green(locate(.14,.2,"60°")),

graph(400,250,-1.5,3.3,-1.5,1.5),

red(arc(0,0,.8,-.8,60,360),
locate(-.6,.5,"-300°")),
circle(0.5,1.73205081/2,0.07),circle(0.5,1.73205081/2,0.05),
circle(0.5,1.73205081/2,0.03),circle(0.5,1.73205081/2,0.01),
locate(cos(-300*pi/180)+.2,sin(-300*pi/180)+.2,(matrix( 1,3,"cos(60°)"^"",",","sin(60°)" ))),circle(0,0,1),
green(line(0,0,.5,sqrt(3)/2),line(.5,sqrt(3)/2,.5,0))),
circle(0,0,1),line(5cos(-300*pi/180),5sin(-300*pi/180),0,0),red(arc(0,0,.8,-.8,60,360)) )}}}{{{drawing(400,250,-1.5,3.3,-1.5,1.5,
green(locate(.14,.2,"60°")),

graph(400,250,-1.5,3.3,-1.5,1.5),

red(arc(0,0,.8,-.8,60,360),
locate(-.6,.5,"-300°")),
circle(0.5,1.73205081/2,0.07),circle(0.5,1.73205081/2,0.05),
circle(0.5,1.73205081/2,0.03),circle(0.5,1.73205081/2,0.01),
locate(cos(-300*pi/180)+.2,sin(-300*pi/180)+.4,(matrix( 1,3,expr(1/2)^"",",",sqrt(3)/2 ))),circle(0,0,1),
green(line(0,0,.5,sqrt(3)/2),line(.5,sqrt(3)/2,.5,0))),
circle(0,0,1),line(5cos(-300*pi/180),5sin(-300*pi/180),0,0),red(arc(0,0,.8,-.8,60,360)) )}}}

So the correct coordinate for the point is {{{(matrix( 1,3,expr(1/2)^"",",",sqrt(3)/2 ))}}}.

Edwin</pre>