The Polar Coordinate System
Key Questions
-
Answer:
See below.
Explanation:
Consider a typical plot that you will have came across before:
#y=x^2# The plot looks like this:
graph{x^2 [-2.47, 2.53, -0.36, 2.14]}
In this plot, every value along the
#x# axis is linked to a point on the#y# axis. At#x=2# ,#y=4# . We write the coordinates as:#(2,4)# . When we write coordinates in the form#(x,y)# we call them Cartesian coordinates.In polar coordinates we write the coordinates of a point in the form
#(r,theta)# where#r# is the distance directly between the point and the origin and#theta# is the angle made between the positive#x# -axis and that line.The diagram below provides a simple illustration of how a point can be expressed in either Cartesian or polar coordinates.

Let's look at graphing
#(r,theta)# without converting it. This is what the "axes" system looks like for polar coordinates with a polar coordinate graphed:So, where
#theta=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#r# (or radius). Here, it looks like#r=4# . Note: You have to start with#r# , and then from there rotate by#theta# . Now that you have your#r# , 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# .