document.write( "Question 113033: This is going to be difficult to explain but I will do my best. This is a CNC problem (computer numerical control). It states: Determine X-Y locations for drilling 6 holes. The origin or 0,0 point is in the center. The first hole is located on the top of y axis.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Assuming that the radius is 5.50 inches, then the first hole location would be XO, Y 5.50. The second hole location would be 60 degrees from the first. Calculate the X ( ), Y ( ) for each hole.\r
\n" );
document.write( "\n" );
document.write( "Please help me I am so lost and confused. \n" );
document.write( "
Algebra.Com's Answer #82348 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! I'm going to assume that the 6 holes are to be arranged in a circular pattern with the centers of the holes on a circle with center (0,0) and a radius of 5.5, and that the 6 holes are to be equally spaced around the circle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The stipulation that the first hole is 'on top of' the y-axis means, to me, that the center point of the first hole lies on the y-axis. Given that, your presumption that the first hole is located at (0,5.5) is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since we know that there are \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, in polar coordinates (r, a) where r is the radius and a is the angle the radius makes with the x-axis, the six holes are positioned at:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hole 1: (5.5, \n" ); document.write( "Hole 2: (5.5, \n" ); document.write( "Hole 3: (5.5, \n" ); document.write( "Hole 4: (5.5, \n" ); document.write( "Hole 5: (5.5, \n" ); document.write( "Hole 6: (5.5, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To convert from polar to rectangular coordinates, which is what you are looking for, use \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Fortunately for ease of calculation, all of these angles are multiples of 30 degrees, and we can use our knowledge of the relationships between the sides of 30-60-90 triangle to give us the appropriate sin and cos values.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hole 1: \n" ); document.write( "Hole 2: \n" ); document.write( "Hole 3: \n" ); document.write( "Hole 4: \n" ); document.write( "Hole 5: \n" ); document.write( "Hole 6: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll let you do the arithmetic because you didn't specify an accuracy tolerance. But be VERY careful with the signs.\r \n" ); document.write( "\n" ); document.write( "Hole 1 is on the axis between quadrant I and II, so x = 0 and y is + \n" ); document.write( "Hole 2 is in the II quadrant, so x is - and y is + \n" ); document.write( "Hole 3 is in the III quadrant, so x is - and y is - \n" ); document.write( "Hole 4 is on the axis between quadrant III and IV, so x = 0 and y is - \n" ); document.write( "Hole 5 is in the IV quadrant, so x is + and y is - \n" ); document.write( "Hole 6 is in the I quadrant, so x is + and y is +\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps, \n" ); document.write( "John \n" ); document.write( " |