Rectangular coordinates (x,y) describe a point using horizontal and vertical distances from the origin. Polar coordinates (r,ฮธ) describe the same point using a distance r from the origin and an angle ฮธ measured from the positive x-axis. Both systems locate the same points; they just use different measurements to get there.
Polar to rectangular is the more straightforward direction:
x=rcosฮธy=rsinฮธ
Example: Convert (3,6ฯโ) from polar to rectangular.
x=3cos6ฯโ=3โ 23โโ=233โโy=3sin6ฯโ=3โ 21โ=23โ
So the rectangular form is (233โโ,23โ).
Rectangular to polar requires more care:
r=x2+y2โฮธ=tanโ1(xyโ)
The catch with ฮธ: your calculator's tanโ1 only returns values in (โ2ฯโ,2ฯโ), which covers Quadrants I and IV. If the point is in Quadrant II or III (meaning x<0), you need to add ฯ to the calculator result to get the correct angle.
One more detail: the origin (0,0) in rectangular corresponds to r=0 in polar, but the angle ฮธ is undefined there since there's no unique direction from the origin to itself.
Comparing Coordinate Systems
Rectangular coordinates work well for grid-like settings (maps, standard graphs, linear equations).
Polar coordinates shine when a problem involves distance and direction from a central point (radar, circular motion, navigation).
Some equations simplify dramatically in polar form. A circle centered at the origin is x2+y2=a2 in rectangular but just r=a in polar.
Graphing Polar Equations
Plotting Points and Curves
Polar equations have the form r=f(ฮธ). To graph one:
Build a table of ฮธ values, usually from 0 to 2ฯ (choose increments like 6ฯโ or 30ยฐ).
Calculate the corresponding r for each ฮธ.
Plot each point (r,ฮธ) on polar graph paper (or by converting to rectangular).
Connect the points with a smooth curve.
For example, to graph r=2sin(3ฮธ), you'd evaluate r at ฮธ=0ยฐ,30ยฐ,60ยฐ,โฆ,330ยฐ. This particular equation produces a rose curve with 3 petals.
Common polar curves you should recognize:
Circles:r=a (centered at origin) or r=acosฮธ / r=asinฮธ (passing through origin)
Cardioids:r=a(1+cosฮธ) โ heart-shaped, with a cusp at the origin
Limaรงons:r=a+bcosฮธ โ may have an inner loop if b>a
Rose curves:r=acos(nฮธ) โ n petals if n is odd, 2n petals if n is even
Identifying Symmetry
Testing for symmetry saves you work when graphing because you only need to plot part of the curve and reflect the rest.
Symmetry about the polar axis (horizontal axis): Replace ฮธ with โฮธ. If the equation is unchanged, the curve is symmetric about the polar axis.
Symmetry about the origin: Replace r with โr (or equivalently, replace ฮธ with ฮธ+ฯ). If the equation is unchanged, the curve is symmetric about the origin.
Symmetry about the lineฮธ=2ฯโ (vertical axis): Replace ฮธ with ฯโฮธ. If the equation is unchanged, the curve has vertical symmetry.
Note: an equation like r=cosฮธ1โ is actually the vertical line x=1 in rectangular form. It's undefined at ฮธ=2ฯโ and ฮธ=23ฯโ because cosฮธ=0 there, producing vertical asymptotes in the polar graph.
Complex Numbers in Trigonometric Form
Representing Complex Numbers
Any complex number z=a+bi can be rewritten in trigonometric (polar) form:
z=r(cosฮธ+isinฮธ)
Here r is the modulus (the distance from the origin to the point (a,b) on the complex plane) and ฮธ is the argument (the angle from the positive real axis).
The conversion formulas are the same as rectangular-to-polar:
Example: Convert 3+4i to trigonometric form.
r=9+16โ=5ฮธ=tanโ1(34โ)โ53.13ยฐ
Since a>0 and b>0 (Quadrant I), no adjustment is needed.
Trigonometric form: 5(cos53.13ยฐ+isin53.13ยฐ)
You may also see the shorthand cis notation: rcisฮธ=r(cosฮธ+isinฮธ).
Euler's formula provides yet another equivalent form: eiฮธ=cosฮธ+isinฮธ, so z=reiฮธ. This is useful for understanding why multiplication and division rules work the way they do.
Geometric Interpretation
On the complex plane, the modulus r tells you how far the number is from the origin, and the argument ฮธ tells you the direction. For instance, 2(cos3ฯโ+isin3ฯโ) sits 2 units from the origin at a 60ยฐ angle. This geometric view makes operations like multiplication and finding roots much more intuitive.
Operations on Complex Numbers
Multiplication and Division
Trigonometric form turns multiplication and division into simple arithmetic on the moduli and arguments.
Multiplication: Multiply the moduli, add the arguments.