3.4.12 · D5Conic Sections

Question bank — Parametric forms of all conics

2,108 words10 min readBack to topic

Two words we lean on constantly, so let's pin them down in plain language before any question:

Figure — Parametric forms of all conics

Also note the letter : throughout, is the radius of the circle — a fixed positive number, the distance from the centre to every point of the circle.

The picture that unlocks the whole page is the auxiliary circle: the circle of radius drawn around the ellipse. The eccentric angle is measured there, then the point is pushed straight down by the factor to land on the ellipse — which is exactly why the two angles disagree.

Figure — Parametric forms of all conics

True or false — justify

True or false: For the circle (where is the radius), the parameter is the actual geometric angle to the point.
True. The point sits at distance in the direction , so its quadrant-aware direction — dial and protractor agree exactly, in every quadrant.
True or false: For the ellipse , equals the geometric angle to the point.
False. The geometric direction is . Because the ellipse's -coordinate is the circle's scaled by the factor (a vertical affine scaling, not a rotation), the ratio changes from to — so the measured angle shifts even though is untouched. Thus is the eccentric angle, not the protractor angle. See Eccentric angle and auxiliary circle and the figure above.
True or false: can parametrize a hyperbola if we just pick cleverly.
False. No choice of makes a sum of squares into a difference; you'd need which is not an identity. The minus sign forces instead.
True or false: As runs over all reals, traces the entire parabola .
True. takes every real value once, and each fixes uniquely — every point of the parabola is hit exactly once, no gaps.
True or false: In , letting range over covers both branches of the hyperbola.
True. on (right branch) and on (left branch), so both are reached — provided where blows up. The figure below shows how the point jumps to the left branch as crosses .
Figure — Parametric forms of all conics
True or false: covers the whole hyperbola.
False. Since always, , so only the right branch is traced. The left branch needs . See Hyperbolic functions.
True or false: A parametric form is valid only if substituting it back gives the Cartesian equation for some value of the parameter.
False. It must hold identically — for every value in the range. "For some value" would be satisfied by a single point, not the whole curve.
True or false: The circle is just the special case of the ellipse parametrization.
True. Set : , and the auxiliary circle coincides with the ellipse, so the eccentric angle becomes the geometric angle again.
True or false: On a parabola , two points and with are reflections across the axis.
True. They share but have , so they sit symmetrically above and below the -axis — the axis of the parabola.
True or false: The parabola's tangent slope works at every point, including the vertex .
False. At , is undefined — because the tangent at the vertex is vertical (infinite slope). there, so the slope divides by zero; the curve is momentarily going straight up. Every other gives a finite, valid slope.

Spot the error

Find the error: "Ellipse , so ."
You need and , not and . The parametrization uses (semi-axis lengths), and the denominators are — so .
Find the error: "Parabola: point is for every parabola."
The constant is missing. Correct is ; check: . Dropping only works for the specific case .
Find the error: "For hyperbola take ."
The roles are swapped. That gives , not , so it satisfies the conjugate hyperbola . You want .
Find the error: "Tangent to at : differentiate to get ."
The ratio is upside down: slope , not . Numerator is , denominator — and this is undefined at (vertical tangent at the vertex). See Parametric differentiation.
Find the error: "Eliminate parameter from : since and , we get ."
The identity is , so it must be a minus: . Copying the ellipse's plus sign silently converts a hyperbola into an ellipse.
Find the error: " is fine for ; it just gives ."
is undefined, not . That's why is excluded — it corresponds to the direction toward the asymptote where the point runs off to infinity.
Find the error: "For an ellipse, the point at lies on the line from the centre."
Only if . For the point is , whose geometric direction is . Equal eccentric angle does not mean equal geometric angle.

Why questions

Why do we use a trig identity rather than solving the Cartesian equation for ?
Solving for gives — a two-valued, square-root mess with sign cases. A trig identity gives a single clean point for each and automatically stays on the curve for all .
Why does the ellipse use but the hyperbola use ?
The ellipse equation is a sum of squares , matched by ; the hyperbola is a difference of squares , matched by . The identity's sign structure must mirror the conic's.
Why is (not ) the standard choice for the parabola?
Concretely compare the tangent lines. With you get the point , slope , and the tangent collapses to the clean . With you'd get the point , slope , and the tangent — carrying stray 's and halves. Both describe the same curve, but the scaling is chosen precisely so the in cancels and the tangent formula has no leftover constants.
Why does parametric differentiation beat implicit differentiation for finding a tangent slope?
With one parameter, is a plain quotient of ordinary derivatives — no need to solve an implicit relation between and or track branch signs.
Why does the hyperbolic form only give one branch while gives both?
never dips below , so stays (right branch only). But swings through both and as crosses , so reaches both and sides.
Why does eliminating the parameter prove a parametric form is correct?
If you recover the Cartesian equation as an identity (true for all parameter values), you've shown every parametric point satisfies the curve's defining equation — which is exactly the definition of "lies on the curve."
Why is the eccentric angle defined via the auxiliary circle rather than the ellipse itself?
The auxiliary circle (radius ) gives an honest geometric angle; the ellipse point is that circle point pushed vertically by . Borrowing the circle's angle keeps a clean geometric meaning even though it's no longer the direction to the ellipse point. See Eccentric angle and auxiliary circle.

Edge cases

What is the parametric point on at ?
— the vertex of the parabola. The parameter passes smoothly through the tip, but note its tangent there is vertical (slope undefined), so it is a special point for slopes.
How does change sign as crosses , and why does that matter for the hyperbola point?
Just below , ; just above, (it flips sign because flips from to ). Meanwhile flips from to , so the point leaps from the far top-right of the right branch to the far bottom-left of the left branch. That sign flip is exactly how one continuous dial reaches both branches — see the s03 figure.
What happens to as ?
Both and , and their ratio , so the point races off to infinity along the asymptote of slope . This is the limiting behaviour, not an actual point.
Does give a valid ellipse point, and where?
Yes: — the right vertex on the major axis. No degeneracy; it's a perfectly ordinary boundary point.
Do and give the same point on the ellipse ?
Yes and are -periodic, so . The ellipse is traced once per full turn, so its natural range is the half-open , exactly like the circle.
What conic does become when ?
It collapses to the segment traced back and forth — a degenerate ellipse (a line segment). The "curve" has zero height, so it's no longer a genuine 2D conic.
For the circle, do and give the same point?
Yes are -periodic, so the parameter wraps: the circle is traced once per full turn, which is why the range is written (half-open, to avoid repeating the start point).
Can two different parameter values on the same hyperbola give the same point in the form?
Within one period , no — each valid gives a distinct point. But and repeat, exactly as with the circle, so the range must be restricted to one period.
Is ever equal to for real ?
No. so always — confirming the left vertex is unreachable by this form and belongs to the missing branch.

Recall One-line summary of every trap

Sum of squares → sin/cos → geometric angle only for the circle; difference of squares → sec/tan (both branches, via the sign flip of at ) or cosh/sinh (right branch only); parabola is direct with the riding along (vertical tangent at the vertex ); and a parametric form is right ⟺ eliminating the parameter reproduces the Cartesian equation identically.