Week 11 L1
Week 11 L1
Week 11 L1
t 2 > t1
(f (t2 ), g(t2 ))
(f (t1 ), g(t1 ))
Before we look at some examples, it should be clear from our mental picture of a
moving particle that a parametrisation of a curve is not unique. For example,
(
x = F (t)
y = G(t),
where, say F (t) = f (3 t) and G(t) = g(3 t), is another parametrisation of the
same curve; we simply have changed the velocity and initial (i.e., t = 0) position of
the imaginary particle.
5.1. PARAMETRISATION OF CURVES 211
Sometimes one has reasons to restrict t to a finite interval. In general, the curve
with parametric equations
(
x = f (t)
atb
y = g(t)
starts at the point (f (a), g(a)) and finishes at the point (f (b), g(b)). One has to be
careful though, since even a finite time-interval can still give rise to an infinitely-long
curve.
(
x = t2 2t
Example: Sketch the curve 0 t 4.
y =t+1
5.1. PARAMETRISATION OF CURVES 213
(
x = t cos t ⇡
Example: Sketch the Archimedean spiral given by 0t
y = t sin t 2
and verify that it may also be described by x + y = arctan2 (y/x).
2 2