Parametric Graphs Formula
The Formula
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
- 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
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
Worked Examples
Example 1
easySolution
- 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 The rectangular equation is y = x^2 (a parabola opening upward).
- 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
Example 2
mediumCommon 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.