Parametric Graphs Formula

The Formula

Tangent slope: \frac{dy}{dx} = \frac{dy/dt}{dx/dt}
Second derivative: \frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

When to use: To sketch a parametric curve, make a table of t, x, and y values, then plot the (x, y) points and connect them in order of increasing t. Arrows on the curve show the direction of travel. Alternatively, you can sometimes eliminate t to get a familiar Cartesian equation—but you may lose information about direction and speed.

Quick Example

Given x = t^2, y = t^3:
- Eliminate t: t = x^{1/2}, so y = x^{3/2} (but this misses the portion where t < 0).
- At t = 1: slope = \frac{dy/dt}{dx/dt} = \frac{3t^2}{2t}\Big|_{t=1} = \frac{3}{2}.

Notation

Arrows on the curve indicate direction of increasing t. Cusps occur where dx/dt = 0 and dy/dt = 0 simultaneously.

What This Formula Means

Plotting and analyzing curves defined by parametric equations x = f(t), y = g(t), including eliminating the parameter, determining direction of motion, and finding tangent lines.

To sketch a parametric curve, make a table of t, x, and y values, then plot the (x, y) points and connect them in order of increasing t. Arrows on the curve show the direction of travel. Alternatively, you can sometimes eliminate t to get a familiar Cartesian equation—but you may lose information about direction and speed.

Formal View

\frac{dy}{dx} = \frac{dy/dt}{dx/dt}; \frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\!\left(\frac{dy}{dx}\right)}{dx/dt}; arc length = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^{\!2} + \left(\frac{dy}{dt}\right)^{\!2}}\,dt

Worked Examples

Example 1

easy
Sketch the direction of motion for the parametric curve x = t, y = t^2 as t increases from -2 to 2.

Solution

  1. 1
    Create a table of values: t = -2: (−2, 4); t = -1: (−1, 1); t = 0: (0, 0); t = 1: (1, 1); t = 2: (2, 4).
  2. 2
    The rectangular equation is y = x^2 (a parabola opening upward).
  3. 3
    As t increases from -2 to 2, the point moves from left to right along the parabola: starting at (-2, 4), descending to the vertex (0, 0), then ascending to (2, 4).

Answer

\text{Parabola } y = x^2 \text{, traced left to right as } t \text{ increases}
Parametric graphs include direction of motion (orientation), which rectangular equations do not provide. Arrows on the curve indicate the direction of increasing t. The same rectangular curve can be traced in different directions with different parameterizations.

Example 2

medium
Describe the graph of x = 2\cos(t), y = 5\sin(t) for 0 \le t \le 2\pi, including shape, direction, and starting point.

Common Mistakes

  • Eliminating the parameter without tracking domain restrictions: x = e^t means x > 0 always, so the resulting Cartesian curve only exists for positive x.
  • Computing the tangent slope as \frac{dy}{dt} instead of \frac{dy/dt}{dx/dt}—the slope of the curve requires dividing the two rates.
  • Forgetting to indicate direction: a parametric curve has an inherent direction (increasing t), which matters for motion problems and line integrals.

Why This Formula Matters

Essential for analyzing motion in physics (velocity and acceleration from position functions), creating smooth curves in computer graphics (Bézier curves are parametric), and understanding curves that aren't functions.

Frequently Asked Questions

What is the Parametric Graphs formula?

Plotting and analyzing curves defined by parametric equations x = f(t), y = g(t), including eliminating the parameter, determining direction of motion, and finding tangent lines.

How do you use the Parametric Graphs formula?

To sketch a parametric curve, make a table of t, x, and y values, then plot the (x, y) points and connect them in order of increasing t. Arrows on the curve show the direction of travel. Alternatively, you can sometimes eliminate t to get a familiar Cartesian equation—but you may lose information about direction and speed.

What do the symbols mean in the Parametric Graphs formula?

Arrows on the curve indicate direction of increasing t. Cusps occur where dx/dt = 0 and dy/dt = 0 simultaneously.

Why is the Parametric Graphs formula important in Math?

Essential for analyzing motion in physics (velocity and acceleration from position functions), creating smooth curves in computer graphics (Bézier curves are parametric), and understanding curves that aren't functions.

What do students get wrong about Parametric Graphs?

When eliminating the parameter, check whether the domain of t restricts the Cartesian equation. For example, x = t^2 means x \geq 0, so the Cartesian equation only applies for non-negative x.

What should I learn before the Parametric Graphs formula?

Before studying the Parametric Graphs formula, you should understand: parametric equations, trigonometric functions.