Skip to main content
Back

Writing Parametric Equations definitions

Control buttons has been changed to "navigation" mode.
1/15
  • Parameter

    An independent variable introduced to express x and y as functions, enabling flexible representation of curves.
  • Parametric Equation

    A pair of expressions for x and y in terms of a parameter, describing a curve's points in a coordinated way.
  • Rectangular Equation

    An equation relating x and y directly, without an extra variable, often used as the starting point for parameterization.
  • Domain Restriction

    A limitation on possible values for variables, often avoided by careful parameter selection to prevent imaginary results.
  • Pythagorean Identity

    A trigonometric relationship, cos²(t) + sin²(t) = 1, used to parameterize circles and ellipses.
  • Cosine Function

    A trigonometric function commonly used in parametric equations to represent the x-component of circular or elliptical curves.
  • Sine Function

    A trigonometric function often used in parametric equations to represent the y-component of circular or elliptical curves.
  • Ellipse

    A curve described by an equation involving squared terms of x and y, parameterized using trigonometric functions.
  • Circle

    A special case of an ellipse, defined by x² + y² = r², parameterized with cosine and sine functions.
  • Odd Power

    An exponent like 1 or 3, preferred in parameter selection to avoid domain issues and imaginary values.
  • Even Power

    An exponent like 2 or 4, often avoided in parameter selection due to potential domain restrictions.
  • Elimination

    The process of removing the parameter from parametric equations to return to a rectangular equation.
  • Substitution

    A method for finding y(t) by replacing x with its parametric expression in the original equation.
  • Function Notation

    A way to express variables as dependent on a parameter, such as x(t) or y(t), clarifying their relationship.
  • Parenthesis

    A grouping symbol used in expressions, especially when substituting or simplifying parametric equations.