Parametric Derivative Formulas
Parametric Derivative Formulas
The formulas for the first
derivative
and second
derivative
of a
parametrically defined curve are given below.

See also
Parametrize, slope of a curve, tangent line, polar derivative formulas
Key Formula
dxdy=dtdxdtdy,dx2d2y=dtdxdtd(dxdy)
Where:
- t = The parameter that both x and y depend on
- x = A function of t, i.e. x = f(t)
- y = A function of t, i.e. y = g(t)
- dxdy = The first derivative (slope) of the curve
- dx2d2y = The second derivative (concavity) of the curve
- dtdx = The rate of change of x with respect to t (must not equal zero)
- dtdy = 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.
dtdx=2t,dtdy=3t2
Step 2: Apply the first derivative formula by dividing dy/dt by dx/dt.
dxdy=2t3t2=23t
Step 3: Evaluate the first derivative at t = 2.
dxdyt=2=23(2)=3
Step 4: For the second derivative, differentiate dy/dx = 3t/2 with respect to t, then divide by dx/dt.
dtd(23t)=23,dx2d2y=2t23=4t3
Step 5: Evaluate the second derivative at t = 2.
dx2d2yt=2=4(2)3=83
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.
dtdx=−sint,dtdy=cost
Step 2: Form the first derivative.
dxdy=−sintcost=−cott
Step 3: Evaluate at t = π/6.
dxdyt=π/6=−cot(6π)=−3
Step 4: Find the point on the curve at t = π/6.
x=cos(6π)=23,y=sin(6π)=21
Step 5: Write the tangent line using point-slope form.
y−21=−3(x−23)
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 Formulas | Polar Derivative Formulas | |
|---|---|---|
| Curve representation | x = f(t), y = g(t) with parameter t | r = f(θ) with angle θ |
| First derivative formula | dy/dx = (dy/dt) / (dx/dt) | dy/dx = (r′ sin θ + r cos θ) / (r′ cos θ − r sin θ) |
| Key idea | Divide the two rates of change with respect to t | Convert polar to parametric (x = r cos θ, y = r sin θ) and then apply the chain rule |
| When to use | Curve given in parametric form | Curve 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
- Parametric Equations — The curve representation these formulas apply to
- First Derivative — The slope formula dy/dx computed parametrically
- Second Derivative — Concavity measure found using the extended formula
- Tangent Line — Constructed using the parametric first derivative
- Slope of a Curve — What dy/dx represents geometrically
- Polar Derivative Formulas — Analogous formulas for curves in polar coordinates
- Parametrize — The process of writing a curve in parametric form
- Curve — The geometric object being differentiated
