13.3 Parametric Equations, Elimination of Parameters & Projectile Motion
Key Takeaways
- A parametric system represents coordinates as separate functions of an independent parameter t (x = f(t), y = g(t)), tracing not only a static geometric path but also establishing an orientation and rate of travel.
- Parameter elimination translates parametric systems into Cartesian relations via algebraic substitution for polynomial forms or Pythagorean identities (such as cos^2(t) + sin^2(t) = 1) for circular and elliptical systems.
- Eliminating a parameter can mask domain and range constraints; the valid Cartesian locus is strictly restricted to the image set of the original parameter domain [t_min, t_max].
- Ideal projectile motion decomposes into two uncoupled orthogonal components: constant horizontal velocity x(t) = (v0*cos(theta))*t + x0 and uniformly accelerated vertical motion y(t) = -0.5*g*t^2 + (v0*sin(theta))*t + y0, where g is 9.8 m/s^2 or 32 ft/s^2.
- Key projectile kinematic metrics include time to peak height t_apex = (v0*sin(theta))/g, maximum vertical altitude H_max = y0 + (v0*sin(theta))^2 / (2g), and horizontal range on level terrain R = (v0^2*sin(2*theta))/g.
13.3 Parametric Equations, Elimination of Parameters & Projectile Motion
Parametric Equations and Curve Orientation
In standard Cartesian representations, a planar curve is expressed as an explicit relation $y = f(x)$ or an implicit relation $F(x, y) = 0$. While effective for geometric analysis, Cartesian forms fail to capture dynamic motion: they reveal where a particle travels, but convey nothing about when it reaches a location, how fast it travels, or its direction of transit.
A parametric system resolves this by expressing both coordinate variables $x$ and $y$ as independent functions of a third variable $t$, termed the parameter: Here, $I \subseteq \mathbb{R}$ is the parameter interval. In physical applications, $t$ typically represents elapsed time, while in geometric constructions, $t$ may represent an angle of rotation or arc length.
As $t$ increases continuously from its lower bound to its upper bound across $I$, the point $(x(t), y(t))$ traces out a continuous collection of points termed a plane curve. Crucially, parametric curves possess an intrinsic orientation (or direction of motion), typically marked on graphs with directional arrows showing the path traced as $t$ increases.
Instantaneous Rate of Change
By the chain rule of differential calculus, the Cartesian tangent slope $\frac{dy}{dx}$ along a smooth parametric curve is given by the ratio of the parametric derivatives: If $f'(t) = 0$ and $g'(t) \neq 0$, the curve has a vertical tangent line. If both $f'(t) = 0$ and $g'(t) = 0$, the parameter value represents a singular point or cusp where orientation may abruptly reverse.
Techniques for Eliminating the Parameter
Eliminating the parameter converts a parametric system into an equivalent rectangular equation in $x$ and $y$. The chosen algebraic strategy depends on the structural form of the parametric functions.
1. Direct Algebraic Substitution
When one or both parametric equations are polynomial, radical, or rational, isolate $t$ in the simpler equation and substitute that expression into the remaining equation:
- Linear System: If $x = 3t + 2$ and $y = -2t + 5$, isolate $t = \frac{x - 2}{3}$. Substituting into $y$ yields the linear equation $y = -2\left(\frac{x - 2}{3}\right) + 5 = -\frac{2}{3}x + \frac{19}{3}$.
- Quadratic / Radical System: If $x = \sqrt{t}$ and $y = 2t - 1$ for $t \ge 0$, then $t = x^2$. Substituting yields $y = 2x^2 - 1$ with the domain restriction $x \ge 0$.
2. Trigonometric Identity Elimination
When parametric equations involve circular or hyperbolic trigonometric functions, direct algebraic isolation of $t$ using inverse functions is cumbersome and introduces extraneous branch restrictions. Instead, isolate the trigonometric components and eliminate $t$ using fundamental Pythagorean identities:
- Circles and Ellipses: Given $x = h + a\cos t$ and $y = k + b\sin t$: Applying $\cos^2 t + \sin^2 t = 1$ yields: If $a = b$, this represents a circle of radius $a$; if $a \neq b$, it represents an ellipse centered at $(h, k)$.
- Hyperbolas: Given $x = h + a\sec t$ and $y = k + b\tan t$: Applying $\sec^2 t - \tan^2 t = 1$ yields:
Domain and Range Restrictions
A critical competency on the FTCE Mathematics 6-12 exam is recognizing that eliminating the parameter can artificially expand the curve. The rectangular equation represents the entire geometric locus, but the parametric curve may cover only a subset or segment of that locus:
- Consider $x = \cos t$ and $y = \cos(2t)$ for $t \in \mathbb{R}$.
- Using the double-angle identity: $y = 2\cos^2 t - 1 = 2x^2 - 1$.
- While $y = 2x^2 - 1$ is an unbounded parabola opening upward across all $x \in \mathbb{R}$, the original parametric definition is constrained by the range of cosine: $-1 \le x \le 1$.
- Furthermore, since $\cos(2t) \in [-1, 1]$, the range is strictly $y \in [-1, 1]$.
- Therefore, the parametric curve is merely a bounded parabolic arc, retraced indefinitely as $t$ varies.
Parameter Elimination Techniques Reference
| Parametric System | Elimination Strategy | Resulting Cartesian Form | Critical Domain/Range Caveat |
|---|---|---|---|
| $x = at + x_0$, $y = bt + y_0$ | Isolate $t = \frac{x - x_0}{a}$ | $y - y_0 = \frac{b}{a}(x - x_0)$ | Linear segment if $t \in [t_1, t_2]$; full line if $t \in \mathbb{R}$ |
| $x = h + r\cos t$, $y = k + r\sin t$ | $\cos^2 t + \sin^2 t = 1$ | $(x - h)^2 + (y - k)^2 = r^2$ | Full circle if $t$ spans $[0, 2\pi]$; circular arc if $t$ is restricted |
| $x = h + a\cos t$, $y = k + b\sin t$ | $\cos^2 t + \sin^2 t = 1$ | $\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1$ | Ellipse centered at $(h, k)$ with domain $[h - |
| $x = h + a\sec t$, $y = k + b\tan t$ | $\sec^2 t - \tan^2 t = 1$ | $\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1$ | Hyperbola; specific branches depend on $t$ intervals |
| $x = e^t$, $y = ae^{2t} + b$ | Substitute $e^{2t} = (e^t)^2 = x^2$ | $y = ax^2 + b$ | Restricted to the right half-plane $x > 0$ because $e^t > 0$ |
Modeling Projectile Motion in the Plane
In classical Newtonian mechanics, an ideal projectile launched into the air undergoes uniform acceleration due to gravity acting purely in the downward vertical direction, while experiencing zero acceleration horizontally (neglecting air resistance).
Let a projectile be launched from an initial coordinate $(x_0, y_0)$ with an initial launch speed $v_0$ at an angle of elevation $\theta$ above the horizontal. The initial velocity decomposes into orthogonal components:
Integrating the acceleration vector $\vec{a}(t) = \langle 0, -g \rangle$ twice with respect to time yields the standard kinematic parametric equations: where $g$ represents the acceleration due to gravity:
- In SI metric units: $g = 9.8\text{ m/s}^2$ (so $\frac{1}{2}g = 4.9$).
- In US customary units: $g = 32\text{ ft/s}^2$ (so $\frac{1}{2}g = 16$).
Derivation of Key Projectile Metrics (for $y_0 = 0$ on Level Ground)
- Time to Maximum Height ($t_{\text{apex}}$): Vertical velocity vanishes at the peak: $v_y(t) = y'(t) = v_0\sin\theta - gt = 0$, giving:
- Maximum Vertical Height ($H_{\max}$): Substitute $t_{\text{apex}}$ into $y(t)$:
- Total Flight Duration ($t_{\text{flight}}$): Setting $y(t) = 0$ yields $t(-0.5gt + v_0\sin\theta) = 0$. The non-zero landing time is:
- Horizontal Range ($R$): Substitute $t_{\text{flight}}$ into $x(t)$: Because $\sin(2\theta)$ achieves its maximum value of $1$ when $2\theta = 90^\circ$, the maximum horizontal range on flat ground occurs at a launch angle of $\theta = 45^\circ$.
Worked Exemplar: Elevated Projectile Trajectory and Barrier Clearance
Problem: A soccer ball is kicked from ground level ($x_0 = 0, y_0 = 0$) with an initial velocity of $v_0 = 20\text{ m/s}$ at an angle of elevation of $\theta = 30^\circ$. A defensive wall of height $2.4\text{ meters}$ stands $25\text{ meters}$ downfield from the launch point. Use $g = 9.8\text{ m/s}^2$ and neglect air resistance.
- Formulate the parametric equations modeling the trajectory.
- Determine the time $t$ when the ball reaches the defensive wall.
- Determine whether the ball clears the defensive wall, and calculate its vertical clearance margin.
- Calculate the total flight time and the horizontal landing distance on level ground.
Step 1: Formulate Parametric Equations
Calculate the horizontal and vertical components of the initial velocity:
Substitute into the parametric kinematic model with $g = 9.8\text{ m/s}^2$:
Step 2: Time to Reach the Defensive Wall
The wall is located at horizontal distance $x = 25\text{ meters}$: Numerically:
Step 3: Vertical Height and Barrier Clearance
Evaluate the vertical position function $y(t)$ at $t = \frac{5\sqrt{3}}{6}$: Substituting $\sqrt{3} \approx 1.73205$:
Comparing with the wall height of $2.4\text{ meters}$: The ball easily clears the defensive wall by approximately $1.83\text{ meters}$.
Step 4: Total Flight Duration and Horizontal Range
The ball strikes the ground when $y(t) = 0$: The non-zero impact time is:
Now calculate the horizontal landing range $R$:
Alternatively, verify using the range formula: The results match identically.
A particle moves in the coordinate plane according to the parametric equations x(t) = 3 + 4cos(t) and y(t) = -2 + 5sin(t) for 0 <= t <= 2*pi. What is the Cartesian equation of the particle's path, and what geometric shape does it describe?
A projectile is launched from ground level across flat terrain with an initial velocity of 96 ft/s at an angle of elevation of 60 degrees. Using g = 32 ft/s^2 and neglecting air resistance, what is the maximum vertical height attained by the projectile?
A particle moves along a trajectory parameterized by x(t) = e^t and y(t) = e^(2t) - 3 for all real values of t (t in (-infinity, infinity)). What is the Cartesian equation of the particle's path, including any necessary domain restrictions?
A planar curve is defined parametrically by x(t) = t^3 - 3t and y(t) = t^2 + 2t for all real t. What is the slope of the tangent line to the curve at the point corresponding to parameter value t = 2?