Definition of Polar Coordinates

Theory

Polar coordinates represent a point in the plane using a distance from the origin and an angle from the positive x-axis.

They consist of two components:

  • rr: the radial distance from the origin to the point.
  • θ\theta: the angle measured in radians from the positive x-axis to the line segment connecting the origin to the point.

The relationship between Cartesian coordinates (x,y)(x, y) and polar coordinates (r,θ)(r, \theta) is given by:

  • x=rcos(θ)x = r \cos(\theta)
  • y=rsin(θ)y = r \sin(\theta)

Exercises

Exercise 1
Question

Convert the Cartesian coordinates (3,4)(3, 4) to polar coordinates.

Show solution ↓
Solution

To convert the Cartesian coordinates (3,4)(3, 4) to polar coordinates, we calculate the radial distance rr and the angle θ\theta.

r=32+42=5,θ=tan1(43)0.9273 radiansr = \sqrt{3^2 + 4^2} = 5, \quad \theta = \tan^{-1}\left(\frac{4}{3}\right) \approx 0.9273 \text{ radians}