Mathwords logoReference LibraryMathwords

Parametric Derivative Formulas

Parametric Derivative Formulas

The formulas for the first derivative dy/dx and second derivative Second derivative notation: d²y/dx² of a parametrically defined curve are given below.

 

Parametric derivative formulas: dy/dx = (dy/dt)/(dx/dt); d²y/dx² = (d/dt(dy/dx))/(dx/dt)

 

 

See also

Parametrize, slope of a curve, tangent line, polar derivative formulas

Key Formula

dydx=dydtdxdt,d2ydx2=ddt ⁣(dydx)dxdt\frac{dy}{dx} = \frac{\dfrac{dy}{dt}}{\dfrac{dx}{dt}}, \qquad \frac{d^2y}{dx^2} = \frac{\dfrac{d}{dt}\!\left(\dfrac{dy}{dx}\right)}{\dfrac{dx}{dt}}
Where:
  • tt = The parameter that both x and y depend on
  • xx = A function of t, i.e. x = f(t)
  • yy = A function of t, i.e. y = g(t)
  • dydx\frac{dy}{dx} = The first derivative (slope) of the curve
  • d2ydx2\frac{d^2y}{dx^2} = The second derivative (concavity) of the curve
  • dxdt\frac{dx}{dt} = The rate of change of x with respect to t (must not equal zero)
  • dydt\frac{dy}{dt} = The rate of change of y with respect to t

Worked Example

Problem: A curve is defined by x = t² and y = t³. Find dy/dx and d²y/dx² at t = 2.
Step 1: Differentiate x and y with respect to t.
dxdt=2t,dydt=3t2\frac{dx}{dt} = 2t, \qquad \frac{dy}{dt} = 3t^2
Step 2: Apply the first derivative formula by dividing dy/dt by dx/dt.
dydx=3t22t=3t2\frac{dy}{dx} = \frac{3t^2}{2t} = \frac{3t}{2}
Step 3: Evaluate the first derivative at t = 2.
dydxt=2=3(2)2=3\frac{dy}{dx}\bigg|_{t=2} = \frac{3(2)}{2} = 3
Step 4: For the second derivative, differentiate dy/dx = 3t/2 with respect to t, then divide by dx/dt.
ddt ⁣(3t2)=32,d2ydx2=322t=34t\frac{d}{dt}\!\left(\frac{3t}{2}\right) = \frac{3}{2}, \qquad \frac{d^2y}{dx^2} = \frac{\frac{3}{2}}{2t} = \frac{3}{4t}
Step 5: Evaluate the second derivative at t = 2.
d2ydx2t=2=34(2)=38\frac{d^2y}{dx^2}\bigg|_{t=2} = \frac{3}{4(2)} = \frac{3}{8}
Answer: At t = 2, the slope of the curve is dy/dx = 3 and the second derivative is d²y/dx² = 3/8, indicating the curve is concave up.

Another Example

This example uses trigonometric parametric equations (a unit circle) and extends the derivative to finding a tangent line equation, unlike the polynomial example above.

Problem: A particle moves along a path defined by x = cos(t) and y = sin(t). Find the slope dy/dx at t = π/6 and the equation of the tangent line at that point.
Step 1: Differentiate x and y with respect to t.
dxdt=sint,dydt=cost\frac{dx}{dt} = -\sin t, \qquad \frac{dy}{dt} = \cos t
Step 2: Form the first derivative.
dydx=costsint=cott\frac{dy}{dx} = \frac{\cos t}{-\sin t} = -\cot t
Step 3: Evaluate at t = π/6.
dydxt=π/6=cot ⁣(π6)=3\frac{dy}{dx}\bigg|_{t=\pi/6} = -\cot\!\left(\frac{\pi}{6}\right) = -\sqrt{3}
Step 4: Find the point on the curve at t = π/6.
x=cos ⁣(π6)=32,y=sin ⁣(π6)=12x = \cos\!\left(\frac{\pi}{6}\right) = \frac{\sqrt{3}}{2}, \quad y = \sin\!\left(\frac{\pi}{6}\right) = \frac{1}{2}
Step 5: Write the tangent line using point-slope form.
y12=3 ⁣(x32)y - \frac{1}{2} = -\sqrt{3}\!\left(x - \frac{\sqrt{3}}{2}\right)
Answer: The tangent line at t = π/6 is y − 1/2 = −√3 (x − √3/2), which simplifies to y = −√3 x + 2.

Frequently Asked Questions

Why can't you just find d²y/dx² by taking (d²y/dt²)/(d²x/dt²)?
This is one of the most common errors in parametric calculus. The second derivative d²y/dx² is defined as the derivative of dy/dx with respect to x, not as a simple ratio of second-order derivatives. You must first compute dy/dx as a function of t, then differentiate that result with respect to t, and finally divide by dx/dt. The shortcut (d²y/dt²)/(d²x/dt²) gives an incorrect result in almost every case.
When do you use parametric derivative formulas instead of regular differentiation?
You use these formulas whenever x and y are both given as functions of a third variable (the parameter t) rather than y being given directly as a function of x. This happens frequently with curves that loop or cross themselves, motion problems where position depends on time, and curves like cycloids or circles that are naturally described parametrically.
What happens if dx/dt = 0 at a particular value of t?
If dx/dt = 0 but dy/dt ≠ 0, the curve has a vertical tangent at that point, and dy/dx is undefined there. If both dx/dt and dy/dt equal zero simultaneously, the point may be a cusp or a special singular point, and further analysis (such as L'Hôpital's rule on the ratio) is needed to determine the behavior of the curve.

Parametric Derivative Formulas vs. Polar Derivative Formulas

Parametric Derivative FormulasPolar Derivative Formulas
Curve representationx = f(t), y = g(t) with parameter tr = f(θ) with angle θ
First derivative formulady/dx = (dy/dt) / (dx/dt)dy/dx = (r′ sin θ + r cos θ) / (r′ cos θ − r sin θ)
Key ideaDivide the two rates of change with respect to tConvert polar to parametric (x = r cos θ, y = r sin θ) and then apply the chain rule
When to useCurve given in parametric formCurve given in polar form

Why It Matters

Parametric derivative formulas appear throughout AP Calculus BC and college-level calculus courses, especially in problems involving motion along a curve, tangent lines to parametric paths, and concavity analysis. They are also essential in physics and engineering, where trajectories are naturally described in terms of a time parameter. Mastering these formulas is a prerequisite for working with arc length, curvature, and vector-valued functions in multivariable calculus.

Common Mistakes

Mistake: Computing the second derivative as (d²y/dt²) / (d²x/dt²) instead of using the correct formula.
Correction: The correct second derivative is d²y/dx² = [d/dt(dy/dx)] / (dx/dt). You must differentiate the first derivative dy/dx with respect to t first, then divide by dx/dt.
Mistake: Forgetting to simplify dy/dx as a function of t before differentiating to find d²y/dx².
Correction: After computing dy/dx = (dy/dt) / (dx/dt), simplify it fully in terms of t. Then take its derivative with respect to t. Skipping simplification often leads to messy algebra and sign errors.

Related Terms