Polar & Cartesian Co-ordinates

 

Description:

Mathematical description of the two systems of geometrical elements


Mathematics and science were invented by humans to describe and understand the world around us. We live in a world that is defined by three spatial dimensions and one time dimension. Objects move within this domain in two ways. An object translates, or changes location, from one point to another. And an object rotates, or changes its orientation. In general, the motion of an object involves both translations in all three directions and rotation about [three principle axes]. On this page we are going to simplify the discussion and neglect changes in time and one of the spatial dimensions. So we will only consider motion in a two-dimensional plane. At the bottom of the page we include some comments about extending these ideas to three dimensions.

To describe the motion of an object, we need to locate the object relative to some reference location. We will call the reference location the origin. We need two pieces of information to describe the location because the plane is two dimensional. There are many ways to specify the location of a point pp relative to the origin. We will discuss two ways of making the determination.

One way to specify the location of point pp is to define two perpendicular coordinate axes through the origin. Each axis is a number line, with a length increment selected along the line. On the figure, we have labelled these axes X and Y and the resulting coordinate system is called a rectangular or Cartesian coordinate system. To determine the location of point pp we measure out from the YY axis, parallel to the XX axis, to obtain a distance XpX_p. And then we measure up from the XX axis, parallel to the YY axis to obtain YpY_p. The pair of coordinates (Xp,Yp)(X_p, Y_p) describe the location of point pp relative to the origin. The system is called rectangular because the angle formed by the axes at the origin is 90 degrees and the angle formed by the measurements at point pp is also 90 degrees. So the measurement forms a rectangle with sides XpX_p and YpY_p. The system is called Cartesian because it was extensively used by the French mathematican Rene Descartes.

Another way to specify the location of point pp would be to directly measure the distance rr between the origin and point pp. But we need another piece of information. There are an infinite number of points that are a distance rr away from the origin. They form a circle around the origin with radius rr. To specify the location of point pp, we can pick a reference line that goes through the origin and measure the angle thetatheta formed by the reference line and a line going through point pp. On the figure, we have made the reference line lie right along the Cartesian XX axis. The coordinate pair (r,θ)(r, \theta) uniquely describe the location of point pp. This set of coordinates is called a polar coordinate system. You will notice on the figure that the angular measurement θ\theta crosses the radial measurement rr by forming a 90 degree angle at point pp. So a polar coordinate system is said to be an orthogonal coordinate system, just like the rectangular system.

The location of point pp relative to the origin is the same in any coordinate system. We just describe that location differently depending on the coordinate system we use. For the two orthogonal coordinate systems that we are considering, we can define functions that let us switch between the two descriptions. If we have determined the location of point p by the polar coordinate system (r,θ)(r, \theta), we can find the rectangular coordinates (Xp,Yp)(X_p, Y_p) by these equations:

Xp=rcos(θ)X_p = r cos(\theta)
Yp=rsin(θ)Y_p = r sin(\theta)

Likewise, if we know the rectangular coordinates, we can determine the polar coordinates by these equations:

r=(Xp2+Yp2)r = \sqrt (X_p^2 + Y_p^2)

θ=tan1(Yp/Xp)\theta = tan^-1 (Y_p / X_p)
where function tan1tan^-1 is the inverse tangent or arc tangent function.

On this slide, for simplicity, we have developed the coordinate equations in only two dimensions which requires two coordinate axes. For aircraft and rocket motion, there are three spatial dimensions and therefore three coordinates required. For rectangular coordinates, we can simply add a third axis ZZ that is perpendicular to both XX and YY. This addition produces a rectangular Cartesian coordinate system consisting of XX, YY, and ZZ. For polar coordinates, there are several different possibilities for describing the third dimension. We could add another axis ZZ that is perpendicular to the plane formed by rr and θ\theta. This addition produces a cylindrical coordinate system consisting of rr, ZZ and θ\theta. Or we could specify another angle ϕ\phi that is perpendicular to the radius rr and the angle θ\theta. This addition produces a spherical coordinate system consisting of rr, θ\theta and ϕ\phi. There are conversion equations that let you switch between any of these coordinate systems.

There is a whole branch of mathematics called tensor analysis that deals with the subject of coordinate systems and how to convert between various coordinate systems. This subject becomes very important when we get into the details of calculus and how the values of variables change within a given coordinate system. The choice of coordinate system is often dictated by the geometry of a particular problem. For example, the surface of a tube is more easily described by a cylindrical coordinate system than by a spherical or rectangular coordinate system. It can be done with any three dimensional coordinate system, but the geometry favors the cylindrical in this case.

References

  1. Polar Coordinate System
  2. Rectangular Coordinate System