Last time: Section 11.7/12.1 | Next time: Section 12.2 |
Today:
Whew! One reason #49 was hard was because the function was given incorrectly -- but most of you magically healed it!;)
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.
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.