Parametric derivative

From HandWiki

In calculus, a parametric derivative is a derivative of a dependent variable with respect to another dependent variable that is taken when both variables depend on an independent third variable, usually thought of as "time" (that is, when the dependent variables are x and y and are given by parametric equations in t).

First derivative

Let [math]\displaystyle{ x(t) }[/math] and [math]\displaystyle{ y(t) }[/math] be the coordinates of the points of the curve expressed as functions of a variable t:

[math]\displaystyle{ y=y(t), \quad x=x(t). }[/math]

The first derivative implied by these parametric equations is

[math]\displaystyle{ \frac{dy}{dx}=\frac{dy/dt}{dx/dt} = \frac{\dot{y}(t)}{\dot{x}(t)}, }[/math]

where the notation [math]\displaystyle{ \dot{x}(t) }[/math] denotes the derivative of x with respect to t. This can be derived using the chain rule for derivatives:

[math]\displaystyle{ \frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt} }[/math]

and dividing both sides by [math]\displaystyle{ \frac{dx}{dt} }[/math] to give the equation above.

In general all of these derivatives — dy / dt, dx / dt, and dy / dx — are themselves functions of t and so can be written more explicitly as, for example, [math]\displaystyle{ \tfrac{dy}{dx}(t). }[/math]

Second derivative

The second derivative implied by a parametric equation is given by [math]\displaystyle{ \begin{align} \frac{d^2y}{dx^2} &= \frac{d}{dx}\left(\frac{dy}{dx}\right) \\ &= \frac{d}{dt}\left(\frac{dy}{dx}\right)\cdot\frac{dt}{dx} \\ &= \frac{d}{dt}\left(\frac{\dot{y}}{\dot{x}}\right)\frac{1}{\dot{x}} \\ &= \frac{\dot{x}\ddot{y} - \dot{y}\ddot{x}}{\dot{x}^3} \end{align} }[/math]

by making use of the quotient rule for derivatives. The latter result is useful in the computation of curvature.

Example

For example, consider the set of functions where:

[math]\displaystyle{ x(t) = 4t^2 \, }[/math]

and

[math]\displaystyle{ y(t) = 3t. \, }[/math]

Differentiating both functions with respect to t leads to

[math]\displaystyle{ \frac{dx}{dt} = 8t }[/math]

and

[math]\displaystyle{ \frac{dy}{dt} = 3, }[/math]

respectively. Substituting these into the formula for the parametric derivative, we obtain

[math]\displaystyle{ \frac{dy}{dx} = \frac{\dot{y}}{\dot{x}} = \frac{3}{8t}, }[/math]

where [math]\displaystyle{ \dot{x} }[/math] and [math]\displaystyle{ \dot{y} }[/math] are understood to be functions of t.

See also

External links