Parametric Equations Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
Eliminate the parameter from x=t2โˆ’1x = t^2 - 1 and y=t3โˆ’ty = t^3 - t and describe the curve.

Solution

  1. 1
    Note y=t3โˆ’t=t(t2โˆ’1)=tโ‹…xy = t^3 - t = t(t^2 - 1) = t \cdot x, so t=yxt = \frac{y}{x} when xโ‰ 0x \neq 0. Also x=t2โˆ’1x = t^2 - 1, so x+1=t2=y2x2x + 1 = t^2 = \frac{y^2}{x^2}.
  2. 2
    Therefore y2=x2(x+1)y^2 = x^2(x + 1), or equivalently y2=x3+x2y^2 = x^3 + x^2. This is a cubic curve with a node at the origin (the curve crosses itself when t=ยฑ1t = \pm 1 both give x=0,y=0x = 0, y = 0).

Answer

y2=x3+x2y^2 = x^3 + x^2
This is a nodal cubic curve โ€” it has a self-intersection (node) at the origin where t=1t = 1 and t=โˆ’1t = -1 both map to (0,0)(0, 0). Parametric representations can describe curves that fail the vertical line test, showing one advantage of parametric form over rectangular equations.

About Parametric Equations

A way of defining a curve by expressing both xx and yy as separate functions of a third variable (parameter), typically tt: x=f(t)x = f(t), y=g(t)y = g(t).

Learn more about Parametric Equations โ†’

More Parametric Equations Examples