Home page for accesible maths 2 Curves

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

2.3 Parametrized curves

Each of the examples we’ve seen so far have been curves, which – informally – means that they look a bit like a bit of string. However, “like a bit of string” isn’t a proper definition. We will make this precise in this section. Also, so far we treated each curve as a shape. However, sometimes there is more information included in the situation, namely when the curve is actually a record of a movement (the path traced by a bug, for example). The shape itself is then not enough, since two bugs can crawl along the same path in many different ways (speed and even direction can vary). This additional information is described very naturally by a parametrized curve. Let’s look at some examples before introducing the proper definition.

Example 2.13 a) The circle C={(x,y)2:x2+y2=1} can be described as {(cost,sint):t[0,2π)}.

b) Similarly, an ellipse E={(x,y)2:x2a2+y2b2=1} can be described as {(acost,bsint):t[0,2π)}.

c) The curve {(x,y)2:y2=x3} can be described as {(t2,t3):t}.

In each case we have expressed the point (x,y) as a (vector-valued) function of a single coordinate t.

Definition 2.14

A parametrized curve in Rn is a continuous map γ:IRn, where I is an interval in R. If n=2, then γ is a plane curve.

You don’t need to worry too much about what “continuous” means in this context: it merely says that the curve progresses smoothly as t changes, rather than jumping rapidly from one position to another.

Example 2.15 For an example of a map which isn’t continuous, let γ:2,

γ(t)={(t,-1)if t<0,(t,1)if t0.

We can sketch this as follows:

Physical interpretation when t is time

Let (x(t),y(t)) be the position of a particle in space at time t. Assuming the functions x(t) and y(t) are (doubly) differentiable, we can determine the velocity, which is a vector: (x(t),y(t)), and acceleration: (x′′(t),y′′(t)).

For example, suppose the particle has position (t2,t3) at time t, where t0: then the particle moves on the curve y=x3/2. In fact, we get all possible x3/2, so the particle traces out the whole curve {(x,x3/2):x0}. If we allow t to be negative too, then we get {(x,y)2:y2=x3}. In this case, the velocity of the particle is (2t,3t2); the acceleration is (2,6t).

Hence we can think of the curve {(x,y)2:x0,y=x3/2} as the image of the parametrized curve γ:[0,)2, t(t2,t3). Similarly, {(x,y)2:x3=y2} can be described as the image of the curve γ:2, t(t2,t3).

Example 2.16. Suppose a ball is thrown from a height h above the ground (i.e. with position vector (0,h)), with a velocity of (u,v). We want to describe the position (x(t),y(t)) of the ball at time t. We know that the acceleration (x′′(t),y′′(t))=(0,-g), where g9.8 m s-2. (We assume all distances are small compared to the size of the earth, so we can think of the surface of the earth as a plane, and we can assume gravity to be constant. We also ignore air resistance.)

Integrating, we obtain (x(t),y(t))=                           for some constants A,B. But (x(0),y(0))=(u,v) so A=u, B=v. Thus (x(t),y(t))=                 . By integrating again, we obtain (x(t),y(t))=                                            for some constants C,D. Since x(0)=0 and y(0)=h, we have:

(x(t),y(t))=                        

Problem 1. Find the horizontal distance travelled at the time the ball hits the ground. We need to find the value of x(t) when y(t)=0. So first of all, we solve for h+vt-12gt2=0, or equivalently, for 12gt2-vt-h=0. This is a quadratic equation, with roots

t=                        

But we want the positive value of t for which y(t)=0, and v2+2gh>|v|, so the time at which the ball hits the ground is

Now we have to calculate x(t) at this time:

x(v+v2+2ghg)=                        

Problem 2. Suppose h=0. Assuming u2+v2=1, which values of u,v would you choose to throw the ball the furthest? How far can you throw it?

We have to choose u,v with u2+v2=1 such that (uv+v2+2ghg) is maximal; but here h=0, so the distance is                  .

Now u2+v2=1 so the arithmetic mean A of u2,v2 is (u2+v2)/2=                 . But the geometric mean (u2v2)12 is less than the arithmetic mean since

So (u2v2)12       =12, with equality if and only if u2=v2. Thus |2uv/g|1/g, with equality if u=±v. So we find that the optimal direction to throw the ball is with the direction vector (1/2,1/2); the maximum possible distance is 1/g metres.

Example 2.17 A swimmer is in a river, at position (0,0) at time t=0. One bank of the river is at the line x=1; the stream flows with a constant current (0,-1). The swimmer swims in the direction (cosθ,sinθ) for a fixed θ[0,π/2]. As he tires he slows down: his speed at time t is 2e-t m s-1. What is his position at time t?

In order to calculate the velocity of the swimmer, we have to take into account both his swimming, and the movement of the water. So his velocity at time t is:

(x(t),y(t))=                        

To determine his position at time t, we integrate:

(x(t),y(t))=                        

for some constants A,B. But we have x(0)=y(0)=0, so:

x(0)=                             =0
y(0)=                             =0

Thus A=                 , B=                 , that is

(x(t),y(t))=(2(1-e-t)cosθ,2(1-e-t)sinθ-t).

Problem. Show that if he is to reach the bank of the river, he must choose θ<π/3.

For him to reach the bank, there must be a positive time t such that x(t)=1. Thus he reaches the bank if and only if there is a positive solution to                                    . If t>0 then 0<e-t<1, so 1-e-t(0,1). So in order for there to be a positive solution to 2cosθ(1-e-t)=1, we must have (0,1). Since θ[0,π/2), we necessarily have cosθ>0. So 12cosθ(0,1) if and only if 2cosθ>1. But this is true if and only if cosθ>         . Since cosπ/3=12 and cosθ is strictly decreasing for θ[0,π/2], we see that there is a solution to x(t)=1 if and only if θ[0,π/3).