Parametric Curves
Position by time — path and slope · BC Calculus · greeting
Interview mode
00:00End interview
x = x(t), y = y(t)Plot points by tTrace the pathdy/dx = y′/x′(when x′ ≠ 0)speed = √(x′²+y′²)Eliminating t is optional — not mandatory
Owl: We'll plot a few points by t, compute dy/dx carefully, and respect zeros of dx/dt.
You: