Last time: Section 11.7 | Next time: Section 12.1/12.2 |
Today:
The coefficients akare "designed" so that after k differentiations of the series, when we evaluate the series we pick off only the kth derivative evaluated at x=c:
If we can bound all derivatives of a function on an interval about x=c, then the Taylor series represents the function there:
The expansion for the binomial series is a classic: it's another of the great achievements of Sir Isaac Newton, one of the founders of calculus:
The Taylor series for ln(1 + x) is x - x2/2 + x3/3 - x4/4 + .... For x = 1, we have ln 2 = 1 - 1/2 + 1/3 - 1/4 + ... .
Let's rearrange the summation in the series for ln 2 and see what happens. Suppose we pull some negative terms forward to get 1 - 1/2 - 1/4 + 1/3 - 1/6 - 1/8 + 1/5 - 1/10 - 1/12 + 1/7 - ... . Each reciprocal of an odd integer is followed by two negative terms of reciprocals of even integers. In the nth group of three terms, they are 1/(2n - 1) - 1/(4n - 2) - 1/4n or (1/2)[1/(2n - 1) - 1/2n]. Therefore, we have just half of each term in the series for ln 2. This series will converge to (1/2)ln 2 = 0.34657.
From this source. Now that's bizarre! By just rearranging the terms, we can get it to converge to something else! That's because the convergence is only conditional. If it were absolute, then the order won't matter.
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.