Question 405667
Suppose a robot has a straight arm 18 inches long, that can rotate about the origin in a coordinate plane. If the robot’s hand is at first located at the point (18, 0) and then rotates through an angle of 60 degrees, what’s the new location (i.e. coordinates) of the hand?
-------------------
Radius = 18
---
After rotation DATA:
x = r*cos(60) = 18*(1/2) = 9
---
y = r*sin(60) = 18*Sqrt(3)/2 = 9sqrt(3)
-----
New Location: (9,9sqrt(3))
===============================
Cheers,
Stan H.
=========