Last time: Section 12.1 | Next time: Section 12.3 |
Today:
A good introduction to parametric curves is given by ballistics. If we shoot a bullet into the air with speed v horizontally, and we neglect all forces but gravity, then the bullet will trace out a parabola:
Now how might we characterize the path of the bullet? The answer is a parametric curve, of the form C(t)=(x(t), y(t)).
or | ||
If we wish, we can solve for t in the equation for x and use that to eliminate the parameter t from the equation for y, hence getting an equation for the parabola traced out: | ||
Orbits of planets in the heavens, movements of ants on a hill, a robotic arm in an assembly plant: all these are described by parametric curves.
There are lots of important instances where we need to be able to design custom curves, and this is one of the most common ways of creating them. For example, you can use them to create your own "sigmac", using control points. (I had all my students create their own in numerical analysis.)
How can we use this formula, however? Suppose a particle has followed the parametric curve C(t)=(x(t),y(t)): then we can compute how far the particle has travelled during the interval easily using the dirt formula, d=rt (in its modified form ).
In this case, the rate is just the speed. So we compute the integral
This is actually just a re-expression of the arc length formula:
But arc length may be different from the distance the particle travelled: a particle can revisit many sections of the curve y(x) -- so once again we need to be careful to distinguish between the independent variable of interest (whether x or t).