How do you find the polar coordinate for (-12, -12)?

1 Answer
Feb 10, 2016

The point (-12,-12) forms a triangle with (0,0) and (-12,0). Now you can use Pythagoras' theorem to find the magnitude and trigonometry to find the angle. You'll find the polar coordinates are: #(12sqrt(2),-3/4 pi)#

Explanation:

The point (-12,-12) forms a triangle with (0,0) and (-12,0). Now you can use Pythagoras' theorem to find the magnitude (length) and trigonometry to find the angle. You'll find the polar coordinates are: #(12sqrt(2),-3/4 pi)#

Pythagoras' theorem to find the magnitude:
#a^2 + b^2 = c^2#
#(-12)^2 + (-12)^2 = magnitude^2#
#magnitude = sqrt(288) = 12sqrt(2)#

To use trigonometry to find the angle, it's best to use the arctan() function. This is because you can do this using the original values given in the question. For arcsin() or arccos(), you'd have to use the magnitude, which you calculated yourself and could have made a mistake with.

#tan(theta) = text{opposite}/text{adjacent} = (-12)/-12 = 1#
#theta = arctan(1) = pi/4 text{OR} (-3pi)/4#

Looking at the geometry of the problem, we can see that the latter of these two possible angles is the correct one. Therefore the polar coordinates are:

#(12sqrt(2),(-3pi)/4)#

Best regards,

Rory.