Skip to main content
NSWMaths Extension 1Syllabus dot point

How does a pair of equations x=f(t)x = f(t) and y=g(t)y = g(t) describe a curve, how do we eliminate the parameter tt to recover the Cartesian equation, and how do we read off the direction of travel and any excluded points?

Define a curve parametrically by x=f(t)x = f(t) and y=g(t)y = g(t), eliminate the parameter tt by algebra or by a Pythagorean identity to obtain the Cartesian equation, parametrise standard curves (lines, parabolas, circles, ellipses and the rectangular hyperbola), and determine the direction of travel (orientation) and any excluded points

The Year 11 Extension 1 dot point on parametric equations. Write a curve as x = f(t) and y = g(t), eliminate the parameter t by algebra or the Pythagorean identity to get the Cartesian equation, and read off the direction of travel and any excluded points, with worked projectile, circle, parabola and hyperbola examples.

Generated by Claude Opus 4.821 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

Up to now every curve you have met has been written as a single equation linking xx and yy, such as y=x2y = x^2 or x2+y2=9x^2 + y^2 = 9. NESA now wants you to describe a curve a second way: give xx and yy each as a separate function of a third variable, called the parameter and usually written tt (or θ\theta for an angle). The pair

x=f(t),y=g(t)x = f(t), \qquad y = g(t)

are the parametric equations of the curve. As tt runs through its values, the point (f(t),g(t))(f(t), g(t)) moves and traces out the curve.

There are three skills bundled here:

  • Read a parametric definition and understand that one value of tt gives one point, so the parameter acts like a clock that drives the point along the curve.
  • Eliminate the parameter to recover the ordinary Cartesian equation in xx and yy, either by algebra (solve one equation for tt and substitute) or, for trigonometric pairs, by a Pythagorean identity.
  • Describe the motion: the direction of travel (orientation) as tt increases, and any excluded points the curve never reaches because some value of tt is forbidden.

The letter tt is used because it often stands for time, which is the clearest way to picture the idea: a projectile's horizontal and vertical positions are each a function of time, and eliminating time leaves the shape of its path. This Year 11 page is the first-contact treatment; the Year 12 page parametric equations builds on it for the parabola x2=4ayx^2 = 4ay and its chords, tangents and loci. The "act on the picture, feature by feature" habit you used for inverse relations and adding ordinates carries over, with tt now driving the point.

The answer

What parametric equations are

A parametric curve is given by two equations, one for each coordinate, in terms of a parameter:

x=f(t),y=g(t).x = f(t), \qquad y = g(t).

Substituting a value of tt produces the coordinates of one point (f(t),g(t))(f(t), g(t)) on the curve. Letting tt vary sweeps the point along the curve, so the parameter behaves like time on a clock: at each instant tt the moving point is somewhere definite, and the trail it leaves is the curve.

The standard worked illustration is a projectile. Suppose a ball is launched so that after tt seconds its horizontal distance is x=16tx = 16t and its height is y=5t2+25ty = -5t^2 + 25t (in metres, with tt from 00 to 55). Each value of tt gives the ball's position at that instant. The table of positions and the path are below.

A projectile path given parametricallyThe path x equals sixteen t, y equals minus five t squared plus twenty five t is a parabolic arc from the origin at t equals zero up to the peak at t equals two and a half, landing at t equals five. An arrow shows the left to right direction of travel.xy1632486480102030t = 0t = 1t = 2t = 2.5t = 3t = 4t = 5peak (40, 31.25)y = 5x(80 - x)/256Direction of travel: t increases left to right; the arc starts and ends on the x-axis.

The same two facts that make parametric form useful are visible here: xx and yy are each a clean function of tt even though the path itself is a curve, and the parameter records when as well as where, so the arrow of increasing tt gives the direction of travel.

Eliminating the parameter by algebra

To get the ordinary Cartesian equation of the curve, eliminate the parameter: remove tt so that only xx and yy remain. The reliable method when one equation is easy to invert is:

  1. Solve the simpler equation for tt (usually the one that is linear in tt).
  2. Substitute that expression for tt into the other equation.
  3. Simplify to a single equation in xx and yy.

For the projectile, the first equation x=16tx = 16t is linear, so t=x16t = \dfrac{x}{16}. Substituting into y=5t2+25ty = -5t^2 + 25t:

y=5(x16)2+25x16=5x2256+25x16=5x(80x)256.y = -5\left(\frac{x}{16}\right)^2 + 25 \cdot \frac{x}{16} = -\frac{5x^2}{256} + \frac{25x}{16} = \frac{5x(80 - x)}{256}.

The path is a concave-down parabola through x=0x = 0 and x=80x = 80, peaking at (40,31.25)(40, 31.25). Eliminating tt has thrown away the timing information (we no longer know when the ball is at a given point) but kept the shape.

A second, even simpler example is the parabola x=2tx = 2t, y=t2y = t^2. From x=2tx = 2t we get t=x2t = \dfrac{x}{2}, so y=(x2)2=x24y = \left(\dfrac{x}{2}\right)^2 = \dfrac{x^2}{4}, that is x2=4yx^2 = 4y. The variable point (2t,t2)(2t, t^2) runs along this parabola as tt sweeps the whole number line, like a bent and stretched copy of it.

The parabola x equals two t, y equals t squaredThe variable point two t comma t squared traces the parabola x squared equals four y. Seven points are labelled by their t value from t equals minus two to t equals two, and an arrow shows the point moving up the right arm as t increases.xy-4-224124t = -2t = -1t = 0t = 1t = 2x² = 4yThe point (2t, t²) runs along the parabola as t sweeps the number line.

Eliminating the parameter with a Pythagorean identity

When xx and yy involve cosθ\cos\theta and sinθ\sin\theta you usually cannot solve neatly for θ\theta. Instead, isolate the trigonometric functions and use the identity

cos2θ+sin2θ=1.\cos^2\theta + \sin^2\theta = 1.

The circle x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta is the model case. Take r=3r = 3, so x=3cosθx = 3\cos\theta and y=3sinθy = 3\sin\theta. Then cosθ=x3\cos\theta = \dfrac{x}{3} and sinθ=y3\sin\theta = \dfrac{y}{3}, and squaring and adding:

(x3)2+(y3)2=cos2θ+sin2θ=1,\left(\frac{x}{3}\right)^2 + \left(\frac{y}{3}\right)^2 = \cos^2\theta + \sin^2\theta = 1,

so x2+y2=9x^2 + y^2 = 9, the circle of radius 33 centred at the origin. The parameter θ\theta is the angle the radius makes with the positive xx-axis, and as θ\theta increases the point moves anticlockwise around the circle. Notice that here the map from parameter to point is many-to-one: every θ\theta gives one point, but each point comes from infinitely many θ\theta differing by multiples of 2π2\pi.

The circle x equals three cos theta, y equals three sin thetaA circle of radius three centred at the origin, parametrised by the angle theta. The four points at theta equals zero, ninety, one hundred eighty and two hundred seventy degrees are marked, with an anticlockwise arrow showing the direction of increasing theta and the radius drawn to the forty five degree point.xy-33-33θθ = 0°θ = 90°θ = 180°θ = 270°(2.12, 2.12)x² + y² = 9 from cos²θ + sin²θ = 1; θ increases anticlockwise.

If the two amplitudes differ, the same identity gives an ellipse. For x=4cosθx = 4\cos\theta, y=2sinθy = 2\sin\theta, we have cosθ=x4\cos\theta = \dfrac{x}{4} and sinθ=y2\sin\theta = \dfrac{y}{2}, so

(x4)2+(y2)2=1,that isx216+y24=1.\left(\frac{x}{4}\right)^2 + \left(\frac{y}{2}\right)^2 = 1, \qquad \text{that is} \qquad \frac{x^2}{16} + \frac{y^2}{4} = 1.

This is the great advantage of the trig parametrisation: a circle or ellipse is a relation (it fails the vertical line test), but parametrically it is described by a pair of functions, which are far easier to handle.

The ellipse x equals four cos theta, y equals two sin thetaAn ellipse with semi axes four and two, parametrised by theta. The four points at theta equals zero, ninety, one hundred eighty and two hundred seventy degrees are marked, with an anticlockwise direction arrow.xy-4-224-22θ = 0°θ = 90°θ = 180°θ = 270°(x/4)² + (y/2)² = 1Same identity gives an ellipse when the two amplitudes differ.

There is a companion identity for the other pair. Dividing cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1 by cos2θ\cos^2\theta gives

sec2θtan2θ=1,\sec^2\theta - \tan^2\theta = 1,

which eliminates θ\theta from a secθ\sec\theta, tanθ\tan\theta pair. For x=2secθx = 2\sec\theta, y=2tanθy = 2\tan\theta we get secθ=x2\sec\theta = \dfrac{x}{2} and tanθ=y2\tan\theta = \dfrac{y}{2}, so (x2)2(y2)2=1\left(\dfrac{x}{2}\right)^2 - \left(\dfrac{y}{2}\right)^2 = 1, that is x2y2=4x^2 - y^2 = 4, a hyperbola. Because secθ1|\sec\theta| \ge 1 always, this forces x2|x| \ge 2, so the whole strip 2<x<2-2 < x < 2 is empty: a worked reminder that the parametrisation can quietly exclude part of the plane.

Reading the orientation and the excluded points

Two features of a parametric curve are invisible in the bare Cartesian equation, so you must read them from the parametric form.

The orientation (direction of travel) is the way the point moves as tt increases. Find it by computing the point at two or three increasing values of tt and seeing which way it goes. For the projectile, t=0t = 0 gives (0,0)(0, 0), t=2.5t = 2.5 gives the peak (40,31.25)(40, 31.25) and t=5t = 5 gives (80,0)(80, 0), so the motion is left to right. For the circle, θ=0\theta = 0 gives (3,0)(3, 0) and θ=π2\theta = \tfrac{\pi}{2} gives (0,3)(0, 3), so the motion is anticlockwise.

An excluded point is a point the curve never reaches because the value of tt that would produce it is not allowed (or the curve only uses part of the parameter's range). The model case is the rectangular hyperbola x=tx = t, y=1ty = \dfrac{1}{t}. Eliminating tt gives xy=1xy = 1, but 1t\dfrac{1}{t} is undefined at t=0t = 0, so t=0t = 0 is excluded. There is no parameter value giving x=0x = 0 and none giving y=0y = 0, so the curve approaches but never reaches the origin: both axes are asymptotes.

The rectangular hyperbola x equals t, y equals one over tTwo branches of the hyperbola x y equals one, one in the first quadrant and one in the third. Points are labelled by their t value, an arrow shows the direction as t increases, and the origin is drawn as an open circle because t equals zero is excluded.xy-3-2-1123-3-2-1123t = 0.5t = 1t = 2t = -0.5t = -1t = -2t = 0 excludedxy = 1; the origin is open because t = 0 gives no point (1/t undefined).

A restricted range of the parameter excludes points too. If the projectile is only defined for 0t50 \le t \le 5, the Cartesian parabola y=5x(80x)256y = \dfrac{5x(80 - x)}{256} is drawn only for 0x800 \le x \le 80; the parts of the full parabola beyond the launch and landing points are not part of the curve. Always carry the parameter's restriction across to the Cartesian curve.

Eliminating the parameter, stage by stage

The full routine, plot then eliminate, is best seen as a short sequence. Take the parabola x=2tx = 2t, y=t2y = t^2 and build it step by step.

Stage 1, plot the table points
Make a table for a few values of tt: t=2t = -2 gives (4,4)(-4, 4), t=1t = -1 gives (2,1)(-2, 1), t=0t = 0 gives (0,0)(0, 0), t=1t = 1 gives (2,1)(2, 1) and t=2t = 2 gives (4,4)(4, 4). Plot these points.
Stage 2, join into a curve
Joining the points in order of increasing tt gives a smooth parabola opening upward with its vertex at the origin.
Stage 3, mark the orientation
As tt increases the point moves down the left arm to the vertex (reached at t=0t = 0) and then up the right arm. Draw an arrow showing this left-to-right sweep.
Stage 4, eliminate tt
From x=2tx = 2t, t=x2t = \dfrac{x}{2}, so y=(x2)2=x24y = \left(\dfrac{x}{2}\right)^2 = \dfrac{x^2}{4}, that is x2=4yx^2 = 4y, the Cartesian equation of the finished curve.

Eliminating the parameter stage by stageFour panels. First the points from the table of values are plotted. Then they are joined into a smooth parabola. Then a direction arrow marks increasing t. Finally the Cartesian equation x squared equals four y is written beside the finished curve.1. Plot the table pointsxy-4-224242. Join into a curvexy-4-224243. Mark the orientationxy-4-22424t = 2t = -24. Eliminate txy-4-22424x² = 4yPlot, join, orient, then eliminate t to get x² = 4y.

How exam questions ask about parametric curves

The wording tells you which skill to use.

  • "Eliminate the parameter / find the Cartesian equation." Solve the linear equation for tt and substitute, or isolate cosθ\cos\theta and sinθ\sin\theta and use cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1 (or sec2θtan2θ=1\sec^2\theta - \tan^2\theta = 1).
  • "Describe the curve." Name it (line, parabola, circle, ellipse, rectangular hyperbola) and give its centre, radius, intercepts or vertex.
  • "State the direction of travel / orientation." Evaluate the point at two or three increasing values of tt and say which way it moves.
  • "State any restriction / excluded value." Identify a forbidden tt (a zero denominator, or cosθ=0\cos\theta = 0 for secθ\sec\theta) and name the missing point or strip; if tt is restricted, restrict xx to match.
  • "Parametrise this curve." Reverse the standard pairs: line x=at+bx = at + b, y=ct+dy = ct + d; parabola x2=4ayx^2 = 4ay as x=2atx = 2at, y=at2y = at^2; circle x2+y2=r2x^2 + y^2 = r^2 as x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta.
  • "This models a projectile / motion." Treat tt as time, eliminate it for the path, and use the factored form to read the peak and the range.

Exam-style practice questions

Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

HSC-style3 marksA curve is defined parametrically by x=16tx = 16t and y=5t2+25ty = -5t^2 + 25t, for 0t50 \le t \le 5. (i) Eliminate the parameter to find the Cartesian equation. (ii) State the coordinates of the highest point of the curve.
Show worked answer →

This is the classic projectile setup: xx is horizontal distance, yy is height, and tt is time.

Part (i): eliminate tt. The simplest equation to invert is the first one, because it is linear in tt. From x=16tx = 16t, t=x16t = \dfrac{x}{16}. Substitute into y=5t2+25ty = -5t^2 + 25t:

y=5(x16)2+25x16=5x2256+25x16.y = -5\left(\frac{x}{16}\right)^2 + 25 \cdot \frac{x}{16} = -\frac{5x^2}{256} + \frac{25x}{16}.

Put over a common denominator of 256256: y=5x2+400x256y = \dfrac{-5x^2 + 400x}{256}, and factoring the numerator gives the tidy form y=5x(80x)256y = \dfrac{5x(80 - x)}{256}.

Part (ii): the highest point. The factored form shows zeroes at x=0x = 0 and x=80x = 80, so by symmetry the peak is at x=40x = 40. Then y=540(8040)256=8000256=31.25y = \dfrac{5 \cdot 40 \cdot (80 - 40)}{256} = \dfrac{8000}{256} = 31.25. (Check with the parameter: the height y=5t2+25ty = -5t^2 + 25t is greatest at t=2.5t = 2.5, giving x=162.5=40x = 16 \cdot 2.5 = 40 and y=31.25y = 31.25.)

Markers reward solving the linear equation for tt, substituting cleanly, and giving the peak as (40,31.25)(40, 31.25).

HSC-style3 marksA curve has parametric equations x=4cosθx = 4\cos\theta and y=2sinθy = 2\sin\theta for 0θ<2π0 \le \theta < 2\pi. Find the Cartesian equation and describe the curve, including the direction of travel as θ\theta increases from 00.
Show worked answer →

A cosθ\cos\theta and sinθ\sin\theta pair almost always points to the Pythagorean identity cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1.

Isolate the trig functions
From the two equations, cosθ=x4\cos\theta = \dfrac{x}{4} and sinθ=y2\sin\theta = \dfrac{y}{2}.
Apply the identity
Square and add:
(x4)2+(y2)2=cos2θ+sin2θ=1,\left(\frac{x}{4}\right)^2 + \left(\frac{y}{2}\right)^2 = \cos^2\theta + \sin^2\theta = 1,

so x216+y24=1\dfrac{x^2}{16} + \dfrac{y^2}{4} = 1.
Describe it
This is an ellipse centred at the origin with xx-intercepts x=±4x = \pm 4 and yy-intercepts y=±2y = \pm 2. At θ=0\theta = 0 the point is (4,0)(4, 0); at θ=π2\theta = \tfrac{\pi}{2} it is (0,2)(0, 2), so as θ\theta increases the point moves anticlockwise.

Markers reward isolating cosθ\cos\theta and sinθ\sin\theta, using the identity to remove θ\theta, and naming the anticlockwise orientation.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksA curve is defined parametrically by x=3t1x = 3t - 1 and y=t+2y = t + 2. Eliminate the parameter to find the Cartesian equation.
Show worked solution →
Choose the easier equation to invert
Both are linear, but y=t+2y = t + 2 gives tt most directly: t=y2t = y - 2.
Substitute to remove tt
Put t=y2t = y - 2 into x=3t1x = 3t - 1: x=3(y2)1=3y7x = 3(y - 2) - 1 = 3y - 7.
Make yy the subject
Rearranging, 3y=x+73y = x + 7, so y=x+73y = \dfrac{x + 7}{3}.
Check a point
At t=1t = 1 the parametric point is (311, 1+2)=(2,3)(3 \cdot 1 - 1,\ 1 + 2) = (2, 3), and 2+73=3\dfrac{2 + 7}{3} = 3, which matches.
Answer
y=x+73y = \dfrac{x + 7}{3} (a straight line).
foundation3 marksA parabola is defined parametrically by x=4tx = 4t and y=2t2y = 2t^2. (i) Complete the Cartesian equation in the form x2=kyx^2 = ky. (ii) State the direction in which the point moves along the curve as tt increases through 00.
Show worked solution →
Part (i): eliminate tt
From x=4tx = 4t, t=x4t = \dfrac{x}{4}. Substitute into y=2t2y = 2t^2:
y=2(x4)2=2x216=x28.y = 2\left(\frac{x}{4}\right)^2 = 2 \cdot \frac{x^2}{16} = \frac{x^2}{8}.

Multiply both sides by 88: x2=8yx^2 = 8y, so k=8k = 8.
Check a point
At t=2t = 2 the point is (42, 222)=(8,8)(4 \cdot 2,\ 2 \cdot 2^2) = (8, 8), and 82=64=888^2 = 64 = 8 \cdot 8, which matches.
Part (ii): orientation
For t<0t < 0 we have x=4t<0x = 4t < 0 (left of the axis) and for t>0t > 0 we have x>0x > 0 (right of the axis), with y=2t20y = 2t^2 \ge 0 throughout. So as tt increases through 00 the point sweeps down the left arm to the vertex (0,0)(0, 0) at t=0t = 0 and then up the right arm.
Answer
(i) x2=8yx^2 = 8y; (ii) the point moves left-to-right, down the left arm to the vertex and up the right arm.
core3 marksA curve is defined by x=tx = t and y=1ty = \dfrac{1}{t}. (i) Find the Cartesian equation. (ii) State the value of tt that is excluded and the point on the plane that the curve therefore never reaches.
Show worked solution →
Part (i): eliminate tt
Since x=tx = t, substitute directly into y=1ty = \dfrac{1}{t} to get y=1xy = \dfrac{1}{x}, that is xy=1xy = 1. This is a rectangular hyperbola.
Part (ii): the excluded value
The expression 1t\dfrac{1}{t} is undefined at t=0t = 0, so t=0t = 0 is excluded from the domain of the parameter. There is no parameter value giving x=0x = 0 (which would need t=0t = 0) and none giving y=0y = 0 (since 1t\dfrac{1}{t} is never zero), so the curve approaches but never reaches the origin; both axes are asymptotes.
Answer
(i) xy=1xy = 1 (equivalently y=1xy = \dfrac{1}{x}); (ii) t=0t = 0 is excluded, so the curve never reaches the origin (0,0)(0, 0).
core4 marksA ball is thrown so that its position after tt seconds is x=20tx = 20t and y=5t2+30ty = -5t^2 + 30t (metres). (i) Find the Cartesian equation of the path. (ii) Find the greatest height reached. (iii) Find the horizontal distance travelled before the ball returns to the ground (y=0y = 0).
Show worked solution →
Part (i): eliminate tt
From x=20tx = 20t, t=x20t = \dfrac{x}{20}. Substitute:
y=5(x20)2+30x20=5x2400+30x20=x280+3x2.y = -5\left(\frac{x}{20}\right)^2 + 30 \cdot \frac{x}{20} = -\frac{5x^2}{400} + \frac{30x}{20} = -\frac{x^2}{80} + \frac{3x}{2}.

Over a common denominator of 8080: y=x2+120x80=x(120x)80y = \dfrac{-x^2 + 120x}{80} = \dfrac{x(120 - x)}{80}.
Part (ii): greatest height
The factored form has zeroes at x=0x = 0 and x=120x = 120, so the peak is at the midpoint x=60x = 60. Then y=60(12060)80=360080=45y = \dfrac{60(120 - 60)}{80} = \dfrac{3600}{80} = 45. (Check: y=5t2+30ty = -5t^2 + 30t peaks at t=3t = 3, giving x=203=60x = 20 \cdot 3 = 60 and y=45y = 45.)
Part (iii): horizontal range
The ball is on the ground when y=0y = 0, that is x(120x)=0x(120 - x) = 0, so x=0x = 0 (launch) or x=120x = 120 (landing). The horizontal distance travelled is 120120 metres.
Answer
(i) y=x(120x)80y = \dfrac{x(120 - x)}{80}; (ii) greatest height 4545 m; (iii) horizontal distance 120120 m.
exam4 marksA curve is defined parametrically by x=3secθx = 3\sec\theta and y=3tanθy = 3\tan\theta, for π2<θ<π2-\dfrac{\pi}{2} < \theta < \dfrac{\pi}{2}. (i) Show that the Cartesian equation is x2y2=9x^2 - y^2 = 9. (ii) Explain why no point of the curve has 3<x<3-3 < x < 3.
Show worked solution →
Part (i): use the Pythagorean identity for sec and tan
Recall sec2θtan2θ=1\sec^2\theta - \tan^2\theta = 1 (divide cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1 by cos2θ\cos^2\theta). From the parametric equations, secθ=x3\sec\theta = \dfrac{x}{3} and tanθ=y3\tan\theta = \dfrac{y}{3}. Substitute:
(x3)2(y3)2=sec2θtan2θ=1,\left(\frac{x}{3}\right)^2 - \left(\frac{y}{3}\right)^2 = \sec^2\theta - \tan^2\theta = 1,

so x29y29=1\dfrac{x^2}{9} - \dfrac{y^2}{9} = 1, and multiplying by 99 gives x2y2=9x^2 - y^2 = 9.
Part (ii): the excluded strip
Here x=3secθ=3cosθx = 3\sec\theta = \dfrac{3}{\cos\theta}. Over π2<θ<π2-\dfrac{\pi}{2} < \theta < \dfrac{\pi}{2} we have 0<cosθ10 < \cos\theta \le 1, so secθ1\sec\theta \ge 1 and therefore x3x \ge 3. (More generally secθ1|\sec\theta| \ge 1 always, so x3|x| \ge 3.) No value of θ\theta can place xx strictly between 3-3 and 33, which is exactly the gap between the two branches of the hyperbola.
Answer
(i) x2y2=9x^2 - y^2 = 9 from sec2θtan2θ=1\sec^2\theta - \tan^2\theta = 1; (ii) secθ1|\sec\theta| \ge 1 forces x3|x| \ge 3, so the strip 3<x<3-3 < x < 3 is empty.
exam3 marksTwo curves are given parametrically by C1:x=2t, y=t2C_1: x = 2t,\ y = t^2 and C2:x=t, y=t2C_2: x = t,\ y = t^2. Show that both have the same Cartesian shape family of parabola x2=kyx^2 = ky, find kk for each, and state which parabola is wider.
Show worked solution →
Eliminate tt for C1C_1
From x=2tx = 2t, t=x2t = \dfrac{x}{2}, so y=t2=(x2)2=x24y = t^2 = \left(\dfrac{x}{2}\right)^2 = \dfrac{x^2}{4}, giving x2=4yx^2 = 4y. So k=4k = 4.
Eliminate tt for C2C_2
From x=tx = t, substitute directly: y=t2=x2y = t^2 = x^2, that is x2=yx^2 = y. So k=1k = 1.
Compare widths
Both are parabolas of the form x2=kyx^2 = ky with vertex at the origin opening upward. Writing each as y=x2ky = \dfrac{x^2}{k}, a larger kk gives a smaller coefficient of x2x^2 and hence a wider curve. Since C1C_1 has k=4>1k = 4 > 1, C1C_1 (x2=4yx^2 = 4y) is the wider parabola. (Check at x=2x = 2: C1C_1 gives y=1y = 1 while C2C_2 gives y=4y = 4, so C1C_1 rises more slowly and is wider.)
Answer
C1:x2=4yC_1: x^2 = 4y (k=4k = 4) and C2:x2=yC_2: x^2 = y (k=1k = 1); C1C_1 is wider because its kk is larger.

Related dot points