Parametric Equations Solver
Parametric form, conversion to Cartesian, and derivatives of parametric curves
What Parametric Form Is
In Cartesian form a curve is a relation between and . In parametric form both coordinates are written as functions of a third variable, the parameter, usually :
Each value of produces one point , and as runs through its interval the point traces the curve. Think of as time and the curve as the path of a moving object.
This buys you three things Cartesian form cannot give:
- Curves that fail the vertical line test. A full circle is not a function of , but , describes it in one piece.
- Direction and speed. The parametrisation says which way the point moves and how fast — information the picture alone does not carry.
- A natural extension to 3D, where , and are each functions of .
Because the same set of points can be traced by many different parametrisations, a parametric description carries strictly more information than the picture alone: it records where the motion starts and how fast it passes each point.
Standard Parametrisations and Converting Back
Line through the point with direction vector :
Circle of radius centred at :
Ellipse with semi-axes and : , .
To convert to Cartesian, eliminate . For polynomial equations, solve the simpler equation for and substitute into the other. For trigonometric ones, isolate and and use .
To differentiate, divide the two rates rather than trying to find :
Common Mistakes to Avoid
- Losing the domain. , traces only the half of the parabola with — eliminating silently adds points the original curve never visits. State the restriction.
- Treating the parametrisation as unique. and draw the same line at different speeds. Both are correct answers.
- Computing as . It is a quotient, not a product.
- Mixing into a Cartesian answer. Once eliminated, the parameter must not appear anywhere in the final equation.
- Ignoring where . Those are the points with a vertical tangent, and the quotient formula fails there — handle them separately.
- Forgetting the second derivative rule: , not .
Examples
Frequently Asked Questions
It is a pair of functions x(t) and y(t) that together describe a curve, with t as an independent parameter rather than one of the coordinates. Every value of t gives one point, so the curve is traced out in a definite order and direction as t increases.
Because many curves are not functions of x. A circle, an ellipse and any looping path fail the vertical line test, yet each has a simple parametric description. Parametric form also records the direction and speed of motion along the curve, which is essential in physics and in calculus problems about velocity.
Eliminate the parameter. For polynomial equations, solve the easier one for t and substitute into the other. For sine and cosine, isolate cos t and sin t and use the identity cos squared plus sin squared equals one. Always state any restriction on x or y that the original parametrisation imposed.
No. The same curve has infinitely many parametrisations, differing in starting point, direction and speed. Replacing t with 2t or with -t traces the identical set of points, so any correct parametrisation is an acceptable answer unless the question specifies the motion.
Related Solvers
Related Guides
Try AI-Math for Free
Get step-by-step solutions to any math problem. Upload a photo or type your question.
Start Solving