Polar Coordinates, Multiple Representations & Polar–Rectangular Conversions

Polar Coordinates: Concept & Plane

  • Polar coordinates: (r,θ)(r,\theta) where
    • rr = directed distance from origin (can be negative ⇒ reflection across origin).
    • θ\theta = angle measured from positive xx–axis; positive = counter-clockwise, negative = clockwise.
  • Motivation
    • Useful for describing points on circular/spherical surfaces (e.g.", “ball”/sphere surface).
  • Polar plane visualization
    • Concentric circles represent equal radii.
    • Standard angles (unit-circle): 0,  π/6,  π/4,  π/3,  π/2,  2π/3,  3π/4,  5π/6,  π,  ,2π0,\;\pi/6,\;\pi/4,\;\pi/3,\;\pi/2,\;2\pi/3,\;3\pi/4,\;5\pi/6,\;\pi,\; \ldots ,2\pi.
    • Quadrant identification identical to rectangular system.

Plotting Individual Polar Points (Examples)

  • Conventions reiterated repeatedly: first number radius, second number angle.
  1. (3,  7π/6)(3,\;7\pi/6)

    • 7π/67\pi/6 in Quadrant III.
    • Move out 3 units ⇒ final point.
  2. (4,  4π/3)(4,\;-4\pi/3)

    • Clockwise four increments of π/3\pi/3 → Quadrant IV.
    • Radius 4 ⇒ plot.
  3. (5,  7π/4)(-5,\;-7\pi/4)

    • Equivalent positive angle =π/4=\pi/4.
    • Negative radius ⇒ reflect point at $(5,\pi/4)$ through origin → Quadrant III.
  4. (4,  19π/3)(-4,\;19\pi/3)

    • Reduce angle: 19π/36π=π/319\pi/3-6\pi=\pi/3 (subtract one full turn =6π/3=6\pi/3).
    • Angle now π/3\pi/3 (Quadrant I); negative radius ⇒ reflect to Quadrant III.
  5. (1,  39π/4)(-1,\;-39\pi/4)

    • One full turn =8π/4=8\pi/4. 39π/4+40π/4=π/4-39\pi/4+40\pi/4 = \pi/4.
    • Equivalent angle π/4\pi/4; radius –1 ⇒ reflect to Quadrant III.

Student Practice Points

  • (3,  5π/3)(-3,\;-5\pi/3)
    • Equivalent angle =π/3=\pi/3; negative radius ⇒ Quadrant II.
  • (4,  82π/3)(-4,\;82\pi/3)
    • 82π/378π/3=4π/382\pi/3-78\pi/3=4\pi/3 (subtract 6π6\pi).
    • Negative radius ⇒ reflect (4,4π/3)(4,4\pi/3) to Quadrant IV.

Multiple Representations of One Polar Point

Example A: Point originally (4,  π/3)(4,\;\pi/3) (Quadrant I)

Some other valid names (many possible):

  1. (4,  7π/3)(4,\;7\pi/3) (add 2π2\pi)
  2. (4,  5π/3)(4,\;-5\pi/3) (clockwise version)
  3. (4,  2π/3)(-4,\;-2\pi/3) (use opposite radius & add π\pi)
  4. (4,  4π/3)(-4,\;4\pi/3) (positive angle variant of #3)
  5. (4,  8π/3)(-4,\;-8\pi/3) (clockwise full turn then reflect)
Example B: Point originally (2,  13π/4)(-2,\;13\pi/4)
  • Reduced positive angle =π/4=\pi/4; reflect ⇒ Quadrant III.
    Some alternative names discovered:
  • (2,  π/4)(2,\;\pi/4)
  • (2,  9π/4)(-2,\;9\pi/4)
  • (2,  7π/4)(2,\;-7\pi/4)
  • (2,  3π/4)(-2,\;-3\pi/4), etc.
Practice Example C: (3,  5π/6)(3,\;-5\pi/6)
  • Point lives in Quadrant II.
  • Sample equivalents students built:
    • (3,  7π/6)(3,\;7\pi/6) (add 2π2\pi)
    • (3,  π/6)(-3,\;\pi/6) (flip radius)
    • (3,  19π/6)(3,\;19\pi/6) (add 2π2\pi again)
    • (3,  11π/6)(-3,\;-11\pi/6) (flip & clockwise)

Key takeaway:
Add/Subtract integer multiples of 2π2\pi to θ\theta OR flip the sign of rr with a π\pi shift to create unlimited names.

Converting Polar → Rectangular

Formulas (memorize):
x=rcosθy=rsinθx = r\cos\theta \qquad y = r\sin\theta

Example 1: (6,  π/6)(6,\;\pi/6)

  • x=6cos(π/6)=6(3/2)=33x = 6\cos(\pi/6)=6\cdot(\sqrt3/2)=3\sqrt3
  • y=6sin(π/6)=6(1/2)=3y = 6\sin(\pi/6)=6\cdot(1/2)=3
  • Rectangular: (33,  3)(3\sqrt3,\;3)

Example 2: (3,  7π/4)(-3,\;-7\pi/4)

  • cos(7π/4)=2/2\cos(-7\pi/4)=\sqrt2/2, sin(7π/4)=2/2\sin(-7\pi/4)=\sqrt2/2
  • x=y=3(2/2)=322x=y=-3(\sqrt2/2)=-\dfrac{3\sqrt2}{2}
  • Rectangular: (322,  322)(-\tfrac{3\sqrt2}{2},\;-\tfrac{3\sqrt2}{2})

Example 3: (8,  11π/3)(-8,\;11\pi/3)

  • Reduce angle: 11π/32π=5π/311\pi/3-2\pi=5\pi/3.
  • cos(5π/3)=1/2,  sin(5π/3)=3/2\cos(5\pi/3)=1/2\,,\; \sin(5\pi/3)=-\sqrt3/2
  • x=812=4x=-8\cdot\tfrac12=-4
  • y=8(32)=43y=-8\cdot(-\tfrac{\sqrt3}{2})=4\sqrt3
  • Rectangular: (4,  43)(-4,\;4\sqrt3)

Converting Rectangular → Polar (not detailed in lecture but implied)

  • r=x2+y2r = \sqrt{x^2+y^2}
  • θ=atan2(y,x)\theta = \operatorname{atan2}(y,x) plus quadrant adjustment.

Techniques for Angle Reduction & Reflection

  • Add/Subtract 2π2\pi (or 360360^\circ) until angle is in desired interval.
  • To handle negative radius:
    • Replace (r,θ)(r,\theta) with (r,θ+π)(-r,\theta+\pi) to keep location.

Homework / Assessment Timeline (course-specific)

  • Sections 4.1 → 5.1 homework due May 4\text{May }4 (no extension).
  • Quiz #4: May 4\text{May }4.
  • Test #3: May 6\text{May }6 (review emailed by evening of recording day).
  • Final Exam: May 11\text{May }11.
  • Bonus Opportunities for Final (submit evidence the day you finish final):
    1. Course Evaluation (website) – write ≥3 full sentences → +3%+3\%.
    2. RateMyProfessor (2-3 sentences, choose correct color bar!) → +2%+2\%.
      • Combined bonus up to 5%5\% on final; final score also replaces lowest test score.
  • Administrative/ethical note: send screenshots May 11 only so emails aren’t lost.

Key Takeaways & Study Tips

  • Always identify quadrant first; negative rr ⇒ reflect across origin.
  • Keep θ\theta within [0,2π)[0,2\pi) for sanity but remember infinitely many representations exist.
  • Convert efficiently by memorizing special-angle trig values.
  • When simplifying rcosθr\cos\theta or rsinθr\sin\theta, cancel factors only outside radicals.
  • On exams professor will specify “find n different polar names”; any correct set accepted.