How do I graph polar coordinates?

1 Answer
Mar 14, 2015

Polar coordinates are in the form (r,theta)(r,θ). This basically means (radius,angle). To graph them, you have to find your rr on your polar axis and then rotate that point in a circular path by thetaθ. The convention is that a positive rr will take you r units to the right of the origin (just like finding a positive xx value), and that thetaθ is measured counterclockwise from the polar axis.

thetaθ is typically measured in radians, so you have to be familiar with radian angles to graph polar coordinates. However, it can be given in degrees. You can even convert between the two if you want to.

Alternatively, you could convert polar coordinates to rectangular coordinates (x,y)(x,y) to graph the same point. To do this you can use the equations:

x=rcos(theta)x=rcos(θ)
y=rsin(theta)y=rsin(θ)

This is the relationship to show their equivalency:

keisan.casio.com

Let's look at graphing (r,theta)(r,θ) without converting it. This is what the "axes" system looks like for polar coordinates with a polar coordinate graphed:

upload.wikimedia.org

So, where theta=0θ=0, you have the "pole" or "polar axis." You begin at the origin (the middle of the circles), and mark down the point that is your rr (or radius). Here, it looks like r=4r=4. Note: You have to start with rr, and then from there rotate by thetaθ. Now that you have your rr, you need to rotate that point in a circular path until you reach the angle given. Here, it seems that thetaθ is a little over pi/4π4.