Parametric Curves Flashcards
What is a vector function (example)
Like the path of an object through time
Gamma (vector): R-> R2 or R3
γ(t) = (x(t), y(t))
What are vector functions sometimes called
Parametric curves
How does the information in parametric curves compare with normal functions
They contain way more info because they have time
Like a circle has direction
How are parametric curves useful
They provide a vocabulary to describe curves that are next to impossible to describe in cartesian coordinates
How do we extend ideas of limits, continuity, differentiation, etc to vector functions?
We apply single variable definition to each element
Ex. Derivative is tangent vector
Ex. Magnitude of tangent vector is speed (like sqrt(x^2+y^2))
Arclength
Arclength = S(b,a)speed•time
=S(b,a)||dγ/dt||dt
Chain rule for parametric curves
dy/dx = (dy/dt)/(dx/dt) if dx/dt isn’t 0
dy/dx is magnitude of slope of tangent line
(Regular one is tangent vector)