Derivatives of Parametric and Polar Curves

In many engineering scenarios, such as the analysis of projectile trajectories or the mapping of structural shapes, curves are not easily expressed as a simple function y=f(x)y = f(x). Instead, they are expressed using parametric equations or polar coordinates. This section covers how to apply calculus to these alternative coordinate systems.

Derivatives of Parametric Equations

When a curve is defined by parametric equations x=f(t)x = f(t) and y=g(t)y = g(t), we can find the derivative dydx\frac{dy}{dx} without needing to eliminate the parameter tt. This is done using the Chain Rule.

First Derivative of Parametric Equations

  • If x=f(t)x = f(t) and y=g(t)y = g(t) are differentiable functions of tt, and dxdt0\frac{dx}{dt} \neq 0, then the derivative dydx\frac{dy}{dx} is given by:

First Derivative of Parametric Equations

Finding dy/dx without eliminating the parameter t.

dydx=dydtdxdt=y(t)x(t)\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{y'(t)}{x'(t)}

Variables

SymbolDescriptionUnit
dydx\frac{dy}{dx}Derivative of y with respect to x-
dxdt,dydt\frac{dx}{dt}, \frac{dy}{dt}Derivatives of x and y with respect to parameter t-

Second Derivative of Parametric Equations

Finding the second derivative d2ydx2\frac{d^2y}{dx^2} requires careful application of the chain rule. It is not simply the ratio of the second derivatives.

Second Derivative Formula

  • To find the second derivative d2ydx2\frac{d^2y}{dx^2}, differentiate the first derivative dydx\frac{dy}{dx} with respect to tt, and then divide by dxdt\frac{dx}{dt}:

Second Derivative of Parametric Equations

Finding the second derivative.

d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

Variables

SymbolDescriptionUnit
d2ydx2\frac{d^2y}{dx^2}Second derivative of y with respect to x-
dydx\frac{dy}{dx}First derivative-
dxdt\frac{dx}{dt}Derivative of x with respect to parameter t-
Interact with the simulation below to explore a physical application of parametric derivatives in projectile ballistics, analyzing horizontal and vertical rates of change and trajectory concavity.

Parametric Trajectory: Projectile Motion

Explore how parametric derivatives govern vertical and horizontal velocity rates, constructing the instantaneous tangent slope vector dy/dxdy/dx.

0.00sPeak: 2.16sImpact: 4.32s
Parametric Derivatives
x(t) position:45.82 m
y(t) position:22.94 m
dx/dt (Horizontal rate):21.21 m/s
dy/dt (Vertical rate):0.02 m/s
Tangent Slope dy/dx:0.0011
Concavity d²y/dx²:-0.02180 m⁻¹
Dynamic Motion Path & Tangent Vector
Peak h=22.9mRange=91.7mvxvyVTangent dy/dx = 0.001
Observation: Horizontal velocity vx=dx/dtv_x = dx/dt is constant throughout flight (ignoring air drag). Vertical velocity vy=dy/dtv_y = dy/dt decreases linearly from positive to negative due to gravity. The combined velocity vector is always exactly tangent to the curve, represented by the parametric derivative dy/dxdy/dx!

Derivatives of Polar Curves

In polar coordinates, a curve is defined by an equation r=f(θ)r = f(\theta), where rr is the distance from the origin and θ\theta is the angle from the positive x-axis. To find the slope dydx\frac{dy}{dx} of a polar curve, we first convert it into parametric equations using θ\theta as the parameter.

Parametric Form of Polar Equations

  • Using the standard conversion formulas between polar and Cartesian coordinates: x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta.
  • Substituting r=f(θ)r = f(\theta), we get the parametric equations:
  • x(θ)=f(θ)cosθx(\theta) = f(\theta) \cos \theta
  • y(θ)=f(θ)sinθy(\theta) = f(\theta) \sin \theta

Slope of a Polar Curve

By applying the product rule to the parametric forms, the slope dydx\frac{dy}{dx} of the polar curve r=f(θ)r = f(\theta) is:

Slope of a Polar Curve

Finding dy/dx for polar curves.

dydx=dydθdxdθ=drdθsinθ+rcosθdrdθcosθrsinθ\frac{dy}{dx} = \frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}} = \frac{\frac{dr}{d\theta} \sin \theta + r \cos \theta}{\frac{dr}{d\theta} \cos \theta - r \sin \theta}

Variables

SymbolDescriptionUnit
dydx\frac{dy}{dx}Slope of the tangent line-
rrPolar radius-
θ\thetaPolar angle-
Interact with the simulation below to explore parametric and polar coordinates and their derivatives interactively.

Parametric & Polar Tangent Explorer

The tangent line slope is given by:

dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}

For polar, substitute x=r cos(θ) and y=r sin(θ) first.

Angle Between the Radius Vector and the Tangent Line

In analyzing polar curves, it is often useful to find the angle ψ\psi (psi) between the radial line (the position vector extending from the origin to the point on the curve) and the tangent line to the curve at that point. This angle characterizes the spiral nature of the curve.

Angle of Tangency in Polar Coordinates

Let r=f(θ)r = f(\theta) be a polar curve. The angle ψ\psi between the extended radius vector and the tangent line at a point (r,θ)(r, \theta) is given by the formula:

Angle of Tangency in Polar Coordinates

Angle between the radius vector and the tangent line.

tanψ=rdrdθ\tan \psi = \frac{r}{\frac{dr}{d\theta}}

Variables

SymbolDescriptionUnit
ψ\psiAngle between radius vector and tangent line-
rrRadius vector-
drdθ\frac{dr}{d\theta}Derivative of r with respect to \theta-
This formula provides an elegant way to find the direction of a tangent line purely in polar terms without converting to Cartesian slope dydx\frac{dy}{dx}. For example, in a logarithmic spiral r=aebθr = ae^{b\theta}, the angle ψ\psi is remarkably constant, since tanψ=aebθabebθ=1b\tan \psi = \frac{ae^{b\theta}}{abe^{b\theta}} = \frac{1}{b}.
Key Takeaways
  • The first derivative of a parametric curve is dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}.
  • The second derivative is found by dividing the tt-derivative of dydx\frac{dy}{dx} by dxdt\frac{dx}{dt}. It is not the ratio of second partials.
  • To find the Cartesian slope of a polar curve, treat θ\theta as a parameter and convert to Cartesian coordinates using x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta.
  • Use the product rule to find dxdθ\frac{dx}{d\theta} and dydθ\frac{dy}{d\theta}, then apply the parametric derivative formula dydx=dy/dθdx/dθ\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}.
  • The angle ψ\psi between the radius vector and the tangent line is given by tanψ=r/drdθ\tan \psi = r / \frac{dr}{d\theta}.