Photo AI

Last Updated Sep 27, 2025

Polar Coordinates Simplified Revision Notes

Revision notes with simplified explanations to understand Polar Coordinates quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

492+ students studying

7.1.1 Polar Coordinates

Introduction to Polar Coordinates

Polar coordinates represent points in a plane using the distance from a fixed point (called the pole) and an angle measured from a fixed direction. This system is an alternative to Cartesian coordinates (x,y)(x, y).

Converting Between Polar and Cartesian Coordinates

From Polar to Cartesian:

Given polar coordinates (r,θr, \theta):

x=rcosθ,y=rsinθx = r \cos \theta, \quad y = r \sin \theta

From Cartesian to Polar:

Given Cartesian coordinates (x,y)(x, y):

r=x2+y2,θ=tan1(yx)r = \sqrt{x^2 + y^2}, \quad \theta = \tan^{-1}\left(\frac{y}{x}\right)

Sketching Polar Curves

To sketch polar curves r=f(θ)r = f(\theta)

  1. Generate a table of values for θ\theta and calculate rr
  2. Plot the points (r,θ)(r, \theta) in polar coordinates.
  3. Connect the points smoothly, considering symmetry and periodicity.

Common Polar Curves

Circle: r=ar = a

image
  • A circle of radius aa centered at the pole.
  • Symmetric about all axes.

Line: r=psec(αθ)r = p \sec(\alpha - \theta)

image
  • Represents a straight line.
  • α\alpha is the angle of inclination of the line.

Cardioid: r=a(1±cosθ)r = a(1 \pm \cos \theta)

image
  • A heart-shaped curve.
  • Symmetric about the polar axis (θ=0\theta = 0)

Rose Curve: r=acosnθr = a \cos n\theta or r=asinnθr = a \sin n\theta

image
  • Petal-shaped curve.
  • nn determines the number of petals (nn petals if nn is odd, 2n2n petals if nn is even).

Lemniscate: r2=a2cos2θr^2 = a^2 \cos 2\theta

image
  • Figure-eight curve.
  • Symmetric about the polar axis.

Spiral of Archimedes: r=kθr = k\theta

image
  • A spiral curve.
  • Expands outward as θ\theta increases.

Worked Examples

infoNote

Example 1: Convert Between Polar and Cartesian Coordinates


Step 1: Convert Polar to Cartesian:

Given (r,θ)=(4,π3)(r, \theta) = (4, \frac{\pi}{3})

x=rcosθ=4cosπ3=4×12=:highlight[2]x = r \cos \theta = 4 \cos \frac{\pi}{3} = 4 \times \frac{1}{2} = :highlight[2]y=rsinθ=4sinπ3=4×32=:highlight[23]y = r \sin \theta = 4 \sin \frac{\pi}{3} = 4 \times \frac{\sqrt{3}}{2} = :highlight[2\sqrt{3}]

Cartesian coordinates: (x,y)=:success[(2,23)](x, y) = :success[(2, 2\sqrt{3})]


Step 2: Convert Cartesian to Polar:

Given (x,y)=(3,3)(x, y) = (3, 3)

r=x2+y2=32+32=18=:highlight[32]r = \sqrt{x^2 + y^2} = \sqrt{3^2 + 3^2} = \sqrt{18} = :highlight[3\sqrt{2}]θ=tan1(yx)=tan1(1)=:highlight[π4]\theta = \tan^{-1}\left(\frac{y}{x}\right) = \tan^{-1}(1) = :highlight[\frac{\pi}{4}]

Polar coordinates: (r,θ)=:success[(32,π4)](r, \theta) = :success[(3\sqrt{2}, \frac{\pi}{4})]

infoNote

Example 2: Sketch r=2+2cosθr = 2 + 2\cos\theta


Step 1: Understand the curve:

This is a cardioid, symmetric about the polar axis.


Step 2: Generate values for θ\theta:

  • θ=0:r=2+2cos0=:highlight[4]\theta = 0: \, r = 2 + 2\cos 0 = :highlight[4]
  • θ=π2:r=2+2cosπ2=:highlight[2]\theta = \frac{\pi}{2}: \, r = 2 + 2\cos \frac{\pi}{2} = :highlight[2]
  • θ=π:r=2+2cosπ=:highlight[0]\theta = \pi: \, r = 2 + 2\cos \pi = :highlight[0]
  • θ=3π2:r=2+2cos3π2=:highlight[2]\theta = \frac{3\pi}{2}: \, r = 2 + 2\cos \frac{3\pi}{2} = :highlight[2]

Step 3: Sketch the curve:

Plot the points and connect smoothly, ensuring symmetry about θ=0\theta = 0

infoNote

Example 3**: Sketch** r2=9cos2θr^2 = 9\cos 2\theta


Step 1: Understand the curve:

This is a lemniscate, symmetric about the polar axis.


Step 2: Generate values for θ\theta:

  • θ=0:r2=9cos0=9    r=:highlight[±3]\theta = 0: \, r^2 = 9\cos 0 = 9 \implies r = :highlight[\pm 3]
  • θ=π4:r2=9cosπ2=0    r=:highlight[0]\theta = \frac{\pi}{4}: \, r^2 = 9\cos \frac{\pi}{2} = 0 \implies r = :highlight[0]
  • θ=π2:r2=9cosπ=9\theta = \frac{\pi}{2}: \, r^2 = 9\cos \pi = -9 (not valid for real rr)

Step 3: Sketch the curve:

Plot points for valid values of r and ensure figure-eight symmetry.

Note Summary

infoNote

Common Mistakes:

  1. Incorrect conversion between coordinates: Forgetting r0r \geq 0 or miscalculating trigonometric values can lead to errors.

  2. Plotting without checking symmetry: Many polar curves are symmetric; neglecting this wastes effort and may produce inaccuracies.

  3. Forgetting the square root in r2r^2: For equations like r2=f(θ)r^2 = f(\theta), always take both positive and negative roots.

  4. Mismanaging periodicity of θ\theta: For trigonometric functions, θ\theta often cycles every 2π2\pi, leading to repeated points.

  5. Overlooking the domain of θ\theta: Ensure θ\theta is within its given range (e.g., [0,2π][0, 2\pi]).

infoNote

Key Formulas:

  1. Polar to Cartesian:
x=rcosθ,y=rsinθx = r \cos \theta, \quad y = r \sin \theta
  1. Cartesian to Polar:
r=x2+y2,θ=tan1(yx)r = \sqrt{x^2 + y^2}, \quad \theta = \tan^{-1}\left(\frac{y}{x}\right)
  1. Cardioid:
r=a(1±cosθ),r=a(1±sinθ)r = a(1 \pm \cos \theta), \quad r = a(1 \pm \sin \theta)
  1. Lemniscate:
r2=a2cos2θ,r2=a2sin2θr^2 = a^2 \cos 2\theta, \quad r^2 = a^2 \sin 2\theta
  1. Spiral of Archimedes:
r=kθr = k\theta
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Polar Coordinates

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

20 flashcards

Flashcards on Polar Coordinates

Revise key concepts with interactive flashcards.

Try Further Maths Core Pure Flashcards

2 quizzes

Quizzes on Polar Coordinates

Test your knowledge with fun and engaging quizzes.

Try Further Maths Core Pure Quizzes

29 questions

Exam questions on Polar Coordinates

Boost your confidence with real exam questions.

Try Further Maths Core Pure Questions

27 exams created

Exam Builder on Polar Coordinates

Create custom exams across topics for better practice!

Try Further Maths Core Pure exam builder

50 papers

Past Papers on Polar Coordinates

Practice past papers to reinforce exam experience.

Try Further Maths Core Pure Past Papers

Other Revision Notes related to Polar Coordinates you should explore

Discover More Revision Notes Related to Polar Coordinates to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Polar Coordinates

Calculus with Polar Coordinates

user avatar
user avatar
user avatar
user avatar
user avatar

290+ studying

200KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered