Parametric Curves
Position by time — path and slope · BC Calculus · greeting
Learn 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: A warehouse robot reports its coordinates every second: x(t) and y(t). The path on the floor is the curve traced as t runs. You might eliminate t to get y in terms of x — but you don't always have to. Slope along the path is dy/dx = (dy/dt)/(dx/dt) when dx/dt ≠ 0. Speed is how fast the tip moves: √((dx/dt)² + (dy/dt)²). A robot reports x(t) and y(t) — what's its path and slope? We'll plot a few points by t, compute dy/dx carefully, and respect zeros of dx/dt.
You: