The Polar Coordinate System
Key Questions
-
Answer:
See below.
Explanation:
Consider a typical plot that you will have came across before:
y=x^2y=x2 The plot looks like this:
graph{x^2 [-2.47, 2.53, -0.36, 2.14]}
In this plot, every value along the
xx axis is linked to a point on theyy axis. Atx=2x=2 ,y=4y=4 . We write the coordinates as:(2,4)(2,4) . When we write coordinates in the form(x,y)(x,y) we call them Cartesian coordinates.In polar coordinates we write the coordinates of a point in the form
(r,theta)(r,θ) whererr is the distance directly between the point and the origin andthetaθ is the angle made between the positivexx -axis and that line.The diagram below provides a simple illustration of how a point can be expressed in either Cartesian or polar coordinates.
![
)
From this we can also see how to convert between polar and Cartesian coordinates using simple trigonometry:
By Pythagoras theorem:
r^2=x^2+y^2r2=x2+y2 and also:
theta=tan^(-1)(y/x)θ=tan−1(yx) To convert back into Cartesian:
x=rcosthetax=rcosθ
y=rsinthetay=rsinθ So a polar plot is quite simply plot where the function has been written in polar form, (i.e. a function that links
rr tothetaθ as appose to a function that linksyy toxx ).Whether or not you wish to use polar coordinates really depends on the situation. If the graph has some form of circular symmetry then perhaps polar may be advantageous over Cartesian.
Some examples of polar plots:
This is an ellipse with equation:
r(theta) = 0.75/(1-0.5cos(theta)r(θ)=0.751−0.5cos(θ) At an angle of
60^o60o from the x-axis this would have a value:r(60^o) = 0.75/(1-0.5cos(60^o))=1r(60o)=0.751−0.5cos(60o)=1 So a line drawn from the origin at 60 degrees from the
xx -axis will meet the ellipse when the length of that line is 1.Polar plots can also be used to produce some interesting spirals as well,
This graph has equation:
r(theta)=e^sqrt(theta)r(θ)=e√θ As you can imagine this would be considerably difficult to work with in Cartesian.
But anyway, that is general idea of a polar plot.
-
Polar coordinates are used to analyse circular motion. In plane polar coordinates, equations of motion and results for circular motion become exceptionally simple and easy to work with.
-
Polar coordinates are in the form
(r,theta)(r,θ) . This basically means (radius,angle). To graph them, you have to find yourrr on your polar axis and then rotate that point in a circular path bythetaθ . The convention is that a positiverr will take you r units to the right of the origin (just like finding a positivexx value), and thatthetaθ 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:
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: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 yourrr (or radius). Here, it looks liker=4r=4 . Note: You have to start withrr , and then from there rotate bythetaθ . Now that you have yourrr , you need to rotate that point in a circular path until you reach the angle given. Here, it seems thatthetaθ is a little overpi/4π4 .