Parametric derivative: Difference between revisions
No edit summary |
|||
| Line 29: | Line 29: | ||
In the circle example, the only points at which <math>y</math> is locally not a function of <math>x</math> are the ones at the far left and far right: <math>x = 1</math> and <math>x = -1</math> (ironically, these are the only points with unique ''global'' <math>y</math>-values). | In the circle example, the only points at which <math>y</math> is locally not a function of <math>x</math> are the ones at the far left and far right: <math>x = 1</math> and <math>x = -1</math> (ironically, these are the only points with unique ''global'' <math>y</math>-values). | ||
=== If <math>f'(t_0) \ne 0</math>, the parametric function | === If <math>f'(t_0) \ne 0</math>, the parametric expression defines a function locally around <math>t_0</math> === | ||
Revision as of 00:17, 25 September 2021
Definition
Algebraic definition
The parametric derivative for a parametric curve at a point is given as:
As a general function of , the parametric derivative is defined as .
MORE ON THE WAY THIS DEFINITION OR FACT IS PRESENTED: We first present the version that deals with a specific point (typically with a
subscript) in the domain of the relevant functions, and then discuss the version that deals with a point that is free to move in the domain, by dropping the subscript. Why do we do this?
The purpose of the specific point version is to emphasize that the point is fixed for the duration of the definition, i.e., it does not move around while we are defining the construct or applying the fact. However, the definition or fact applies not just for a single point but for all points satisfying certain criteria, and thus we can get further interesting perspectives on it by varying the point we are considering. This is the purpose of the second, generic point version.
Relation with ordinary derivative
Parametric expressions aren't necessarily functions
The notation should be used only in the context that is a function of , i.e., a single value of gives rise to a single value of . Generally speaking, this is not guaranteed with parametric curves.
For instance, for a parametric curve , is expressible as a function of only if is completely determined by . This is the case, for instance, when is a one-one function. But it's not always the case. Consider a circle:
In this case, a single value of , in most cases, corresponds to two values of that are negatives of each other. That's because if , we have also , so both and work. The only case where is unique in terms of is when and . Geometrically, vertical secant lines intersect the upper semicircle and lower semicircle, and these are the two -values for a given -value.
"Nice" parametric expressions define functions locally at most points
As described above, for a parametric curve, need not globally be a function of . However, even in the presented example of a circle, for most , if we restrict to a small enough open interval around , is a function of for the part of the curve where is restricted to that interval. So it's "locally" a function. Differentiation being a local operation, it still makes sense to take the derivative at the point. The parametric derivative should therefore be understood as the derivative for the function obtained by taking the local restriction.
In the circle example, the only points at which is locally not a function of are the ones at the far left and far right: and (ironically, these are the only points with unique global -values).