Skip to main content

CLP-4 Vector Calculus

Chapter 1 Curves

We are now going to study vector-valued functions of one real variable. That is, we are going to study functions that assign to each real number t (typically in some interval) a vector
 1 
We are going to use boldface letters, like r, to designate vectors. When writing by hand, it is clearer to use arrows, like r, instead.
r(t). For example
r(t)=(x(t),y(t),z(t))
might be the position of a particle at time t. As t varies, r(t) sweeps out a curve.
While in some applications t will indeed be “time”, it does not have to be. It can be simply a parameter that is used to label the different points on the curve that r(t) sweeps out. We then say that r(t) provides a parameterization of the curve.

Example 1.0.1. Parametrization of x2+y2=a2.

While we will often use t as the parameter in a parametrized curve r(t), there is no need to call it t. Sometimes it is natural to use a different name for the parameter. For example, consider the circle x2+y2=a2. It is natural to use the angle θ in the sketch below to label the point (acosθ,asinθ) on the circle.
That is,
r(θ)=(acosθ,asinθ)0θ<2π
is a parametrization of the circle x2+y2=a2. Just looking at the figure above, it is clear that, as θ runs from 0 to 2π, r(θ) traces out the full circle.
However beware that just knowing that r(t) lies on a specified curve does not guarantee that, as t varies, r(t) covers the entire curve. For example, as t runs over the whole real line, 2πarctan(t) runs over the interval (1,1). For all t,
r(t)=(x(t),y(t))=a(2πarctan(t),14π2arctan2(t))
is well-defined and obeys x(t)2+y(t)2=a2. But this r(t) does not cover the entire circle because y(t) is always positive.

Example 1.0.2. Parametrization of (xh)2+(yk)2=a2.

We can tweak the parametrization of Example 1.0.1 to get a parametrization of the circle of radius a that is centred on (h,k). One way to do so is to redraw the sketch of Example 1.0.1 with the circle translated so that its centre is at (h,k).
We see from the sketch that
r(θ)=(h+acosθ,k+asinθ)0θ<2π
is a parametrization of the circle (xh)2+(yk)2=a2.
A second way to come up with this parametrization is to observe that we can turn the trig identity cos2t+sin2t=1 into the equation (xh)2+(yk)2=a2 of the circle by
  • multiplying the trig identity by a2 to get (acost)2+(asint)2=a2 and then
  • setting  acost=xh  and  asint=yk , which turns (acost)2+(asint)2=a2 into (xh)2+(yk)2=a2.

Example 1.0.3. Parametrization of x2a2+y2b2=1 and of x2/3+y2/3=a2/3.

We can build parametrizations of the curves x2a2+y2b2=1 and x2/3+y2/3=a2/3 from the trig identity cos2t+sin2t=1, like we did in the second part of the last example.
  • Setting  cost=xa  and  sint=yb  turns cos2t+sin2t=1 into x2a2+y2b2=1.
  • Setting  cost=(xa)13  and  sint=(ya)13  turns cos2t+sin2t=1 into x2/3a2/3+y2/3a2/3=1.
So
r(t)=(acost,bsint)0t<2πr(t)=(acos3t,asin3t)0t<2π
give parametrizations of x2a2+y2b2=1 and x2/3+y2/3=a2/3, respectively. To see that running t from 0 to 2π runs r(t) once around the curve, look at the figures below.
The curve x2/3+y2/3=a2/3 is called an astroid. From its equation, we would expect its sketch to look like a deformed circle. But it is probably not so obvious that it would have the pointy bits of the right hand figure. We will not explain here why they arise. The astroid is studied in some detail in Example 1.1.9. In particular, the above sketch is carefully developed there.

Example 1.0.4. Parametrization of ey=1+x2.

A very easy method that can often create parametrizations for a curve is to use x or y as a parameter. Because we can solve ey=1+x2 for y as a function of x, namely y=ln(1+x2), we can use x as the parameter simply by setting t=x. This gives the parametrization
r(t)=(t,ln(1+t2))<t<

Example 1.0.5. Parametrization of x2+y2=a2, again.

It is also quite common that one can use either x or y to parametrize part of, but not all of, a curve. A simple example is the circle x2+y2=a2. For each a<x<a, there are two points on the circle with that value of x. So one cannot use x to parametrize the whole circle. Similarly, for each a<y<a, there are two points on the circle with that value of y. So one cannot use y to parametrize the whole circle. On the other hand
r(t)=(t,a2t2)a<t<ar(t)=(t,a2t2)a<t<a
provide parametrizations of the top half and bottom half, respectively, of the circle using x as the parameter, and
r(t)=(a2t2,t)a<t<ar(t)=(a2t2,t)a<t<a
provide parametrizations of the right half and left half, respectively, of the circle using y as the parameter.

Example 1.0.6. Unparametrization of r(t)=(cost,7t).

In this example, we will undo the parametrization r(t)=(cost,7t) and find the Cartesian equation of the curve in question. We may rewrite the parametrization as
x=costy=7t
Note that we can eliminate the parameter t simply by using the second equation to solve for t as a function of y. Namely t=7y. Substituting this into the first equation gives us the Cartesian equation
x=cos(7y)
Curves often arise as the intersection of two surfaces. For example, the intersection of the ellipsoid x2+y22+z23=1 with the paraboloid z=x2+2y2 is the blue curve in the figure below.
One way to parametrize such curves is to choose one of the three coordinates x, y, z as the parameter, and solve the two given equations for the remaining two coordinates, as functions of the parameter. Here are two examples.

Example 1.0.7.

The set of all (x,y,z) obeying
x3e3y=0x2ey+z=0
is a curve. We can choose to use y as the parameter and think of
x3=e3yx2+z=ey
as a system of two equations for the two unknowns x and z, with y being treated as a given constant, rather than as an unknown. We can now solve the first equation for x, substitute the result into the second equation, and finally solve for z.
x3=e3yx=eyx2+z=eye2y+z=eyz=eye2y
So
r(y)=(ey,y,eye2y)
is a parametrization for the given curve.

Example 1.0.8.

The previous example was rigged so that it was easy to solve for x and z as functions of y. In practice it is not always easy, or even possible, to do so. A more realistic example is the set of all (x,y,z) obeying
x2+y22+z23=1x2+2y2=z
which is the blue curve in the figure above. Substituting x2=z2y2 (from the second equation) into the first equation gives
32y2+z+z23=1
or, completing the square,
32y2+13(z+32)2=74
If, for example, we are interested in points (x,y,z) on the curve with y0, this can be solved to give y as a function of z.
y=29(z+32)21412
Then x2=z2y2 also gives x as a function of z. If x0,
x=z49(z+32)2+146=4349z213z
The other signs of x and y can be gotten by using the appropriate square roots. In this example, (x,y,z) is on the curve, i.e. satisfies the two original equations, if and only if all of (±x,±y,z) are also on the curve.