Artificial Intelligence 🤖
Polar coordinates

Polar coordinates

We have considered various ways of describing curves in the xyx-y plane: the graph of a function y=f(x)y=f(x), implicitly via an equation involving xx and yy, or through parametrisation. We can also use polar coordinates where curves can be described using equations involving rr and θ\theta. Sometimes, it is far easier to consider the polar coordinate over the Cartesian coordinate system. To convert from Cartesian to polar coordinates, we use the following

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

and from polar to Cartesian,

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

Examples of common graphs in the polar coordinate system are given below

Lines

  1. rcosθ=cr \cos \theta=c gives the vertical line, x=cx=c;
  2. rsinθ=cr \sin \theta=c gives the horizontal line y=cy=c;
  3. θ=β\theta=\beta is the line that goes through the origin with slope tanβ\tan \beta.

Circles

  1. r=cr=c is a circle, centred at the origin with radius cc;
  2. r=2acosθ+2bsinθr=2 a \cos \theta+2 b \sin \theta is a circle of radius a2+b2\sqrt{a^{2}+b^{2}} centred at (a,b)(a, b).

Conic

Consider also the polar form of the equation of a conic describing the hyperbolas, the parabola, and the ellipse given as follows

r=l1+ecosθr=\frac{l}{1+e \cos \theta}

where ll is the semi-latus rectum and ee is the eccentricity. The latter tells us how much the conic section described by the equation deviates from being circular. It follows that for e=0e=0, the equation reduces to r=lr=l giving the equation of a circle with radius ll, centred at the origin, as seen above. For 0<e<10<e<1, the curve gives an ellipse, for e=1e=1 we obtain a parabola and for e>1e>1 a hyperbola. Note that for e>1,(1+ecosθ)1e>1,(1+e \cos \theta)^{-1} is negative for some values of θ\theta. However, in polar coordinates rr is non-negative and therefore values of θ\theta giving a negative rr should be excluded from a plot of the curve.

💡

In the case of an ellipse, the latus rectum is the chord that is perpendicular to the major axis and passes through the focus point; the length of the semi-latus rectum is half that of the latus rectum. The circle, which is a special case of the ellipse, has only one focus point (at the center) and the latus rectum is the diameter.