Parametric equations involve continuous functions of some parameters (let’s use ), , . We describe a curve in the plane with these functions: .

For example, the unit circle can be described by:

x=\cos (t)\\ y=\sin (t) \end{cases}

We can also extend this to . Parameterisation is an important tool in multivariable calculus, especially with line integrals and surface integrals.

Common parameterisations

Important to remember common ones. We’re looking for computationally minimal mappings. Occasionally we find that the easiest mappings are not computationally efficient, but are reliable.

For a line in or , we parameterise with:

In 2D

For a circle, we use:

For an ellipse, we slightly modify this procedure, where we take:

then we substitute into our equation. We let the and coefficients equal each other (such that we can factor out the trigonometric functions), find in terms of (or the other way) then substitute until we find the other variable.

In 3D

For cylinders, we parameterise with cylindrical coordinates, where and . The cross product of the tangent vectors is .

For a hemisphere, we use spherical coordinates, where and . .

For paraboloids, we use cylindrical coordinates, where and .

For a cone with maximum radius ,1 we use cylindrical coordinates, where and .

For an ellipsoid, we parameterise with spherical coordinates.

Footnotes

  1. If this is difficult to remember, derive it on the spot by taking traces.