Skip to main content

Section 6.2 Parametric curves

Introduction goes here.
  • Parametric curves are traced out by the motion of a particle, where \(x\) and \(y\) are given in terms of \(t\)
  • Eliminating the parameter
  • Slope of a parametric curve:
    \begin{equation*} \dv{y}{x}=\frac{\dd{y}/\dd{t}}{\dd{x}/\dd{t}} \end{equation*}
  • Parametrization of ellipse:
    \begin{equation*} \frac{(x-h)^{2}}{a^{2}}+\frac{(y-k)^{2}}{b^{2}}=1 \end{equation*}
    \begin{align*} x \amp = h + a\cos t \\ y \amp = k + b\sin t \end{align*}
  • Parametrization of hyperbola:
    \begin{equation*} \frac{(x-h)^{2}}{a^{2}}-\frac{(y-k)^{2}}{b^{2}}=1 \end{equation*}
    \begin{align*} x \amp = h + a\sec t \\ y \amp = k + b\tan t \end{align*}
    (Or switch \(\tan\) or \(\sec\) for the other one)