Parametric derivative: Difference between revisions

From Calculus
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 is locally a 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 dy/dx for a parametric curve x=f(t),y=g(t) at a point t=t0 is given as:

dydx|t=t0=g(t0)f(t0)

As a general function of t, the parametric derivative dy/dx is defined as g(t)/f(t).

MORE ON THE WAY THIS DEFINITION OR FACT IS PRESENTED: We first present the version that deals with a specific point (typically with a

{}0

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 dy/dx should be used only in the context that y is a function of x, i.e., a single value of x gives rise to a single value of y. Generally speaking, this is not guaranteed with parametric curves.

For instance, for a parametric curve x=f(t),y=g(t), y is expressible as a function of x only if g(t) is completely determined by f(t). This is the case, for instance, when f is a one-one function. But it's not always the case. Consider a circle:

x=cost,y=sint

In this case, a single value of x, in most cases, corresponds to two values of y that are negatives of each other. That's because if x0=cost0, we have also x=cos(t0), so both sint0 and sint0 work. The only case where y is unique in terms of x is when x=1 and x=1. Geometrically, vertical secant lines intersect the upper semicircle and lower semicircle, and these are the two y-values for a given x-value.

"Nice" parametric expressions define functions locally at most points

As described above, for a parametric curve, y need not globally be a function of x. However, even in the presented example of a circle, for most t0, if we restrict t to a small enough open interval around t0, y is a function of x for the part of the curve where t 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 y is locally not a function of x are the ones at the far left and far right: x=1 and x=1 (ironically, these are the only points with unique global y-values).

If f(t0)0, the parametric expression defines a function locally around t0