Pure · Coordinate geometry
1 / 9
Intersections of parametric curves
Finding where a parametric curve meets the coordinate axes, a given line, or another curve — by solving for the parameter — and using a repeated root to detect a tangent.
Pure · Coordinate geometry
Intersections of parametric curves
Finding where a parametric curve meets the coordinate axes, a given line, or another curve — by solving for the parameter — and using a repeated root to detect a tangent.
Why it works
Every intersection question reduces to the same idea: find the value(s) of the parameter at the crossing point, then read off the coordinates. Work in for as long as you can.Meeting the axes. A point is on the -axis when , and on the -axis when . So set the relevant coordinate's formula to zero and solve for :
- -axis: solve (i.e. ), then substitute each root into .
- -axis: solve (i.e. ), then substitute each root into .
Meeting a line . Substitute the parametric and straight into the line and solve the resulting equation in . Each solution is one crossing point. For meeting : so or , giving the points and .
A repeated root means a tangent. If the equation in is a quadratic with a single (repeated) root, the line touches the curve at exactly one point — it is a tangent. Seeing rather than two distinct roots is the signal.
Why stay in ? You could convert to Cartesian first and solve in , but that often loses or doubles solutions when the relationship is many-to-one (think of a curve that passes through a point twice for two different ). Solving for the parameter keeps every crossing, each labelled by its own .