Loading…

Speed and Curvature in Parametric Form

Math Calculus • Parametric Equations and Polar Coordinates

View all topics

Analyze a parametric curve \(\mathbf r(t)=\langle x(t),y(t),z(t)\rangle\). The calculator computes velocity, speed, acceleration, curvature, radius of curvature, unit tangent, unit normal, arc length, and an osculating circle visualization. The graphs show numeric tick labels with units.

Velocity and speed \(\displaystyle \mathbf v(t)=\mathbf r'(t),\qquad \left\lVert\mathbf v(t)\right\rVert=\sqrt{x'^2+y'^2+z'^2}\) Acceleration \(\displaystyle \mathbf a(t)=\mathbf r''(t)\) Curvature \(\displaystyle \kappa(t)=\frac{\left\lVert\mathbf r'(t)\times\mathbf r''(t)\right\rVert}{\left\lVert\mathbf r'(t)\right\rVert^3}\) Osculating circle \(\displaystyle \rho(t)=\frac{1}{\kappa(t)}\)

Parametric curve input

Examples: cos(t), t, t-sin(t)
Examples: sin(t), t^2, 1-cos(t)
Use 0 for a plane curve; use t for a helix.
Graph tick labels use this unit, for example: \(2\ \mathrm{m}\), \(4\ \mathrm{m}\).
Quantity graph tick labels use this unit, for example: \(1\ \mathrm{s}\).
Move this slider to trace the curve and the quantity graph.
Live setup

Quick examples

Ready
Enter a parametric curve, then click “Analyze curve”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is speed for a parametric curve?

Speed is the magnitude of the velocity vector. For r(t) = <x(t), y(t), z(t)>, speed is sqrt(x'(t)^2 + y'(t)^2 + z'(t)^2).

What is curvature?

Curvature measures how sharply a curve bends. In 3D, kappa = ||r'(t) x r''(t)|| / ||r'(t)||^3.

What is the radius of curvature?

The radius of curvature is rho = 1/kappa. Large radius means gentle bending; small radius means sharp bending.

What is the osculating circle?

The osculating circle is the circle that best matches the curve's local bending at a point. This calculator draws it in the x-y projection.

Can this calculator handle a helix?

Yes. Enter x(t) = cos(t), y(t) = sin(t), and z(t) = t. The curvature is computed using the full 3D formula.

Do the graphs include units?

Yes. The curve graph shows x and y axes with distance units. The quantity graph shows t units on the horizontal axis and the selected quantity units on the vertical axis.

What units does curvature have?

Curvature has inverse distance units, such as 1/m or 1/cm.

Why are numerical derivatives used?

The calculator supports many user-entered expressions, so it estimates derivatives numerically using a high-order finite-difference method.