Parametric Equations — Converting to Cartesian Form, and Domain/Range

~60 min · WMA14 · 3.1

WMA14 · 3.1 · 60 min

Eliminating a parameter is one habit, done forward: solve one equation for t, then substitute. Guessing at the answer's shape and adjusting it until it seems to fit — without ever deriving the unknowns by a genuine algebraic identity — is the failure mode to watch for here, not the act of assuming a general form itself: assuming a form and deriving its coefficients by matching, done properly, is a real, valid, full-marks route on this exact spec point. The real record is blunt about how this goes wrong when it is done ungoverned, before any algebra is even attempted: "a small minority assumed the general form of the answer, substituted for x in terms of t and compared this to the expression for y" instead of deriving it, and — on a different question entirely — "a few candidates thought it appropriate to use calculus and scored no marks" on what is a pure substitution question. The domain/range half of this topic is worse still: candidates "confused range with domain and gave answers in terms of x rather than y," and even a script that gets the algebra right often checks only the two ends of the parameter's own domain — missing a minimum or maximum sitting, unannounced, at a point in between, or reaching for a turning point that does not exist at all when the parameter's own domain has no two closed endpoints to check in the first place.

Key terms in this lesson

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

What a parametric curve is, and the one reliable way to eliminate t

Spec 3.1 names the whole of this topic in one line: "Parametric equations of curves and conversion between cartesian and parametric forms." A parametric curve is a pair of equations, x=f(t)x=f(t) and y=g(t)y=g(t), where a single third variable tt (the parameter) drives both xx and yy at once — every value of tt produces one point (f(t),g(t))(f(t), g(t)) on the curve, and letting tt range over its own traces the whole curve out. "Eliminating the parameter" means finding a single equation relating xx and yy directly, with no tt anywhere in it, that every one of those points satisfies.

There is exactly one reliable method, and it is pure algebra: rearrange whichever of the two given equations is simpler to solve for tt (or, for a trig pair, for cost\cos t or sint\sin t), then substitute that expression into the OTHER equation everywhere tt appears. This works because both xx and yy are tied to the same shared tt at every point on the curve — solving one equation for tt expresses that shared value in terms of xx, and substituting removes the need to know tt at all, leaving a relationship that holds between xx and yy directly.

Two specific instincts are worth naming and setting aside before this gets any practice, because both are real, documented, and score nothing. First: guessing the shape the final answer ought to take, then working to make it fit, rather than deriving it — a real examiner report records exactly this on a genuine conversion question: "a small minority assumed the general form of the answer, substituted for x in terms of t and compared this to the expression for y but this strategy was often unsuccessful" (Jan 2021, Q4). Second: reaching for differentiation, on the assumption that a question involving two variables and a parameter must want calculus — a different real report is direct about this: "A few candidates thought it appropriate to use calculus and scored no marks" (Oct 2022, Q1). dydx\frac{dy}{dx} describes a gradient, a completely different object from the direct relationship between xx and yy this topic asks for.

What "eliminating the parameter" is actually doing

In plain terms

Imagine a fitness tracker that, once every second, logs two numbers at once: how far you've walked, and your current heart rate. Every second produces one paired reading — distance and heart rate, read off the same clock tick. If you write down every pair of numbers for a walk and then throw away the actual clock times (never write down which second each pair came from), you're left with something new: a direct trace of heart rate against distance, with the shared clock gone completely. That's what eliminating a parameter is — xx and yy were each secretly driven by the same hidden tt, and eliminating tt finds the direct relationship between xx and yy that survives once the shared driver is thrown away.

In this lesson's own vocabulary: tt is the parameter, the hidden shared driver; x=f(t)x=f(t) and y=g(t)y=g(t) are the parametric equations; and the single equation left once tt is removed — found by solving one equation for tt and substituting into the other — is the cartesian equation of the same curve. The two forms describe exactly the same set of points; only the description changes.

Formally

Given x=f(t)x=f(t), y=g(t)y=g(t) for tt in some domain DD, eliminating the parameter means finding a single relation F(x,y)=0F(x,y)=0 (or, where solvable, y=h(x)y=h(x)) satisfied by every point (f(t),g(t))(f(t),g(t)) for tDt\in D. The relation itself is found algebraically — by solving x=f(t)x=f(t) for tt (or for cost\cos t/sint\sin t, in a trig pair) and substituting into y=g(t)y=g(t) — but F(x,y)=0F(x,y)=0 alone, considered as bare algebra, may hold for a wider set of points than the curve DD actually produces; which xx-values (and which yy-values) genuinely belong to the curve is a separate question, addressed later in this lesson, that depends on exactly how tt was restricted.

Worked, in full

Eliminating t from a polynomial pair — x = 2t + 1, y = t² − 3t (VERIDIAN-original)

  1. 01

    Pick the simpler equation to solve for tt — here, x=2t+1x=2t+1 is linear in tt, so rearrange it directly: t=x12t = \dfrac{x-1}{2}.

    Earns: M1 — rearranges the linear equation for t. This is the necessary first move, and the one step every version of the wrong methods this lesson has already named — guessing the answer's shape, or reaching for calculus — skips entirely.

  2. 02

    Substitute this expression for tt into the OTHER equation, y=t23ty=t^2-3t, at EVERY occurrence of tt: y=(x12)23(x12)y = \left(\dfrac{x-1}{2}\right)^2 - 3\left(\dfrac{x-1}{2}\right).

    Earns: M1 — substitutes into both occurrences of t, dependent on stage 1. A partial substitution — replacing t in one term and leaving it in the other — is a real, documented error on this exact question type: "A disappointing number of responses ended up with y in terms of both x and t as they only partially rearranged" (Oct 2022, Q1).

  3. 03

    Expand each part separately, before combining anything: (x12)2=x22x+14\left(\dfrac{x-1}{2}\right)^2 = \dfrac{x^2-2x+1}{4}, and 3(x12)=3x32=6x643\left(\dfrac{x-1}{2}\right) = \dfrac{3x-3}{2} = \dfrac{6x-6}{4}.

    Earns: A1 — correct expansion of the squared term and correct common-denominator form of the linear term, kept separate before combining. This is the step where a dropped sign most often hides.

  4. 04

    Combine over the common denominator, with both minus signs surviving: y=x22x+146x64=x22x+16x+64=x28x+74y = \dfrac{x^2-2x+1}{4} - \dfrac{6x-6}{4} = \dfrac{x^2-2x+1-6x+6}{4} = \dfrac{x^2-8x+7}{4}.

    Earns: A1 — correctly combines the two fractions, keeping the 6x-6x and the +6+6 (from (6)-(-6)) both intact.

  5. 05

    State the cartesian equation, with tt genuinely absent from it: y=x28x+74y = \dfrac{x^2-8x+7}{4}, equivalently 4y=x28x+74y = x^2-8x+7.

    Earns: B1 — states the final equation with t completely eliminated. This is the one thing every wrong path this lesson has named — the guessed-form strategy, the calculus detour, a partial substitution — never actually manages to do cleanly.

Complete it yourself

Complete the chain — eliminate t from x = t + 3, y = t² + 2t − 1 (VERIDIAN-original)

  1. 01

    Solve the simpler equation, x=t+3x=t+3, for tt: t=x3t = x-3.

  2. 02

    Substitute into y=t2+2t1y=t^2+2t-1, at every occurrence of tt: y=(x3)2+2(x3)1y = (x-3)^2 + 2(x-3) - 1.

Trig-parameter pairs: isolate cos t and sin t first, then square and add

When xx and yy are each written in terms of cost\cos t and sint\sin t — the second common shape this spec point tests — solving for tt itself is not the clean move it was above; tt sits inside a trig function, not standing alone. The sin2θ+cos2θ1\sin^2\theta + \cos^2\theta \equiv 1 (met on this course in the wma12-trigonometric-equations prerequisite, spec 6.1) is the tool that replaces direct substitution here: it lets cost\cos t and sint\sin t be eliminated together, in one combined step, rather than tt itself being isolated first.

The method, in order: isolate cost\cos t and sint\sin t SEPARATELY, each equal to exactly 1 times itself — subtract any constant, then divide by any coefficient, for BOTH equations, before doing anything else. Only once both are fully isolated, square each one and add the two results together. The left side becomes cos2t+sin2t\cos^2 t + \sin^2 t, which the identity replaces with 11 in a single line; the right side is left as a relationship purely in xx and yy, with tt gone.

The order matters, and skipping it is the trig-pair version of the same partial-rearrangement trap already named above: squaring before fully isolating — for instance squaring x=5+3costx=5+3\cos t directly, with the 55 and the 33 still attached — produces an expanded mess that never simplifies down to the identity's clean 11. The identity only fires once cost\cos t and sint\sin t each stand alone, with coefficient exactly 11, on their own side of their own equation.

Worked, in full

Eliminating θ from a trig pair — x = 5 + 3cos θ, y = −2 + 4sin θ (VERIDIAN-original)

  1. 01

    Isolate cosθ\cos\theta and sinθ\sin\theta separately, fully — subtract the constant, then divide by the coefficient, for EACH equation, before doing anything else: from x=5+3cosθx=5+3\cos\theta, cosθ=x53\cos\theta = \dfrac{x-5}{3}; from y=2+4sinθy=-2+4\sin\theta, sinθ=y+24\sin\theta = \dfrac{y+2}{4}.

    Earns: M1 — fully isolates cos θ and sin θ, each with coefficient exactly 1. This is the necessary state before the identity can be used at all; a cosθ\cos\theta left multiplied by 3 cannot be squared and added directly to get the identity's clean 1.

  2. 02

    Square both fully-isolated expressions: cos2θ=(x53)2\cos^2\theta = \left(\dfrac{x-5}{3}\right)^2 and sin2θ=(y+24)2\sin^2\theta = \left(\dfrac{y+2}{4}\right)^2.

    Earns: M1 — squares both, dependent on stage 1. Squaring before isolating (e.g. (3cosθ)2(3\cos\theta)^2 instead of cos2θ\cos^2\theta) does not lead anywhere the identity can reach.

  3. 03

    Add the two squared expressions and invoke sin2θ+cos2θ1\sin^2\theta + \cos^2\theta \equiv 1: (x53)2+(y+24)2=cos2θ+sin2θ=1\left(\dfrac{x-5}{3}\right)^2 + \left(\dfrac{y+2}{4}\right)^2 = \cos^2\theta + \sin^2\theta = 1.

    Earns: A1 — correctly invokes the identity to replace the left side with 1, eliminating θ entirely. This line is the one place the whole trig method actually earns its keep — everything before it was setup.

  4. 04

    State the cartesian equation: (x5)29+(y+2)216=1\dfrac{(x-5)^2}{9} + \dfrac{(y+2)^2}{16} = 1 — an ellipse, centre (5,2)(5,-2).

    Earns: A1 — correct final equation, with the denominators written as 32=93^2=9 and 42=164^2=16.

Mechanism

Why the parameter's domain becomes the cartesian function's domain — and why its range needs more than two numbers

When tt is restricted to a domain DD — a CLOSED, bounded interval, say atba \leq t \leq b, is the simplest case, covered first below, but DD can equally be OPEN and/or UNBOUNDED (such as t>0t>0, which both excludes its own lower end and has no upper one), a genuinely different case covered later in this same block — the SET of xx-values genuinely reached — {f(t):tD}\{f(t) : t \in D\} — is exactly what defines the valid domain of the cartesian equation. The bare equation, as pure algebra with no reference to tt, might make sense for a wider range of xx; only the xx-values a real point of the curve actually reaches belong to it. When ff is strictly monotonic over DD (a linear x=f(t)x=f(t) with nonzero coefficient always is), the two endpoints of DD map straight onto the two endpoints of the xx-domain, with every value in between covered too — so for a monotonic ff, checking the two endpoints of tt genuinely is enough to state the whole xx-domain, correctly. The of yy is a structurally different question, and this is exactly where it stops being safe to apply the same shortcut. y=g(t)y=g(t) is very often NOT monotonic over DD — a quadratic in tt has exactly one — and if that turning point sits at some tt^\ast INTERIOR to DD, the values gg takes near tt^\ast are not bounded between g(a)g(a) and g(b)g(b) at all: they can dip below both, or rise above both, at that one interior point alone. So the very shortcut that correctly finds the xx-domain (because xx happens to be monotonic here) fails outright for the yy-range whenever yy is not — precisely the failure a real examiner report records directly: "Common incorrect solutions followed attempts to substitute either end of the domain in the parametric equation for y. This usually resulted in only one of the two marks being scored, with the minimum value missing" (Oct 2021, Q5(c)). The fix reuses exactly the completing-the-square reading this lesson's own prerequisite lesson already establishes for a directly-given quadratic: rewrite yy as a function of xx, find any interior turning point (by , or by setting dydx=0\frac{dy}{dx}=0, equivalently dydt=0\frac{dy}{dt}=0), CHECK that the tt-value at that turning point genuinely lies inside the stated domain — a turning point outside DD belongs to a part of the curve that was never drawn — and only then combine that interior value with the two endpoint values to state the complete range. This is also the precise reason domain and range are never interchangeable answers to each other: domain is a statement about which INPUTS are used, fixed entirely by where tt is allowed to range; range is a statement about which OUTPUTS actually occur, which depends on the full behaviour of gg across that domain, turning points included — a structurally different question, and "gave answers in terms of x rather than y" (Jan 2021, Q4) is exactly what happens when a range question is answered with a domain-shaped answer instead. Two further cases complete the picture, both turning on whether DD is closed and bounded or not. FIRST, domain-finding when DD is open and/or unbounded: there is no literal endpoint value of tt to substitute at all — t>0t>0 excludes its own lower end and has no upper one — so the closed-bounded shortcut above does not apply directly; each excluded or infinite end has to be reasoned about as a LIMIT instead, asking what xx approaches as tt tends to the excluded value, and what xx approaches (or does) as tt\to\infty, then combining the two limiting values into an open and/or unbounded xx-domain (e.g. x>kx>k, never xkx\geq k, whenever the limiting value kk itself is never actually reached by any real value of tt). SECOND, range-finding when gg, rewritten as a function of xx, is monotonic and has NO interior turning point at all: the completing-the-square method above assumes a turning point exists to find, and searching for one that does not leaves no method whatsoever for the boundary values a monotonic function's range still genuinely needs. The fix here checks two different kinds of boundary directly instead: evaluate the cartesian function AT its own excluded endpoint — valid whenever the function is continuous there, even though that exact xx-value is itself excluded from the stated domain, because the value is still the genuine limit the range approaches — and separately find the value the function approaches as xx\to\infty (for a rational function ax+bcx+d\frac{ax+b}{cx+d}, this second boundary is the ratio of leading coefficients, ac\frac{a}{c}, since the constants bb and dd become negligible once xx is large enough). Both boundaries can equally be reached by working with tt directly instead of xx — taking the very same two limits of tt that gave the open/unbounded xx-domain above, and substituting them into y(t)y(t) rather than into g(x)g(x).

Worked, in full

Eliminating t from a reciprocal pair, with an open/unbounded domain — real WMA14 anchor: x = 1/t + 2, y = (1−2t)/(3+t), t > 0 (WMA14/01, January 2021, Q4(a))

  1. 01

    Rearrange x=1t+2x=\dfrac1t+2 for tt — this is a RECIPROCAL relationship, not a linear one: subtract 2 from both sides, then take the reciprocal of both sides: x2=1tx-2=\dfrac1t, so t=1x2t=\dfrac{1}{x-2}.

    Earns: M1 — "Attempts to find t in terms of x and substitutes into y..." (WMA14/01, January 2021, Q4(a) mark scheme). Genuinely different from every earlier worked example in this lesson: every x=f(t)x=f(t) elimination so far has been linear in tt, with nothing to invert — here tt sits inside a reciprocal, and has to be found by inverting the whole relationship, not by simple rearrangement.

  2. 02

    Substitute t=1x2t=\dfrac{1}{x-2} into the DENOMINATOR of y=12t3+ty=\dfrac{1-2t}{3+t} first, and clear the compound (fraction-within-a-fraction) result by multiplying every term by (x2)(x-2): 3+1x2=3(x2)+1x2=3x5x23+\dfrac{1}{x-2} = \dfrac{3(x-2)+1}{x-2} = \dfrac{3x-5}{x-2}.

    Earns: A1 — "Correct numerator or denominator with fraction removed (allow unsimplified)" (same mark scheme), credited here for the denominator. Clearing a compound fraction — a fraction nested inside another fraction — by multiplying every term through by the same factor is the one algebraic mechanic no earlier example in this lesson has needed: every previous pair combined polynomial terms over a single shared denominator, never one fraction sitting inside another.

  3. 03

    Do the same for the NUMERATOR: 12t=12x2=(x2)2x2=x4x21-2t = 1-\dfrac{2}{x-2} = \dfrac{(x-2)-2}{x-2} = \dfrac{x-4}{x-2}.

    Earns: A1 — the same real criterion covers whichever of numerator or denominator is reached; both are needed before they can be combined, and this is the second of the two, cleared the same way as the first.

  4. 04

    Combine: y=(x4)/(x2)(3x5)/(x2)y=\dfrac{(x-4)/(x-2)}{(3x-5)/(x-2)} — the shared (x2)(x-2) cancels top and bottom, leaving y=x43x5y=\dfrac{x-4}{3x-5}, matching the target form g(x)=ax+bcx+dg(x)=\dfrac{ax+b}{cx+d} with a=1,b=4,c=3,d=5a=1,\,b=-4,\,c=3,\,d=-5, all integers.

    Earns: A1 — final accuracy mark for the fully cleared and simplified rational function, matching the printed target form exactly.

  5. 05

    State the domain of xx — but t>0t>0 is OPEN (excludes t=0t=0) and UNBOUNDED (no upper limit), so neither end of tt can simply be substituted the way a closed interval's two endpoints can. Reason about each end as a LIMIT instead: x=1t+2x=\dfrac1t+2 is strictly DECREASING as tt increases (dxdt=1t2<0\dfrac{dx}{dt}=-\dfrac{1}{t^2}<0 for every t>0t>0), so as tt\to\infty, x0+2=2x\to0+2=2 (approached, never reached — no value of tt is actually infinite), and as t0+t\to0^+, 1t+\dfrac1t\to+\infty, so xx\to\infty (also never reached, since t=0t=0 itself is excluded). Combine the two limits: x>2x>2.

    Earns: B1 — "k = 2 or x > 2" (same mark scheme). Genuinely different reasoning from every earlier domain statement in this lesson, which mapped a CLOSED, bounded tt-domain onto xx by substituting its two literal endpoint values directly — here neither end of tt can be substituted at all, because t=0t=0 is excluded and "t=t=\infty" is not a number; only reasoning about what xx approaches at each end supplies the domain.

Same question, every valid method

Hence, or otherwise, state the range of gg — real WMA14 anchor, continuing directly from the worked chain above: g(x)=x43x5g(x)=\dfrac{x-4}{3x-5}, x>2x>2 (WMA14/01, January 2021, Q4(b), 2 marks).

2 valid methods · every one reaches 2<g(x)<13-2 < g(x) < \dfrac13. g(x)=7(3x5)2>0g'(x)=\dfrac{7}{(3x-5)^2}>0 throughout x>2x>2 (independently checked), so gg is strictly increasing with no interior turning point at all — the completing-the-square method taught elsewhere in this lesson has nothing to find here, because there genuinely is nothing to find. · 2 marks available

  1. 01

    The domain is x>2x>2, so x=2x=2 itself is excluded — but gg is continuous there, so evaluate g(2)g(2) anyway: g(2)=243(2)5=21=2g(2)=\dfrac{2-4}{3(2)-5}=\dfrac{-2}{1}=-2.

    Method mark for obtaining one of the two boundaries — the real mark scheme explicitly credits "attempting g(2) for their g" for this mark, even though x=2x=2 lies outside the stated domain: because gg is continuous at x=2x=2, the value g(2)g(2) is still the genuine limit the range approaches as x2+x\to2^+.

    M1
  2. 02

    Find the other boundary as xx\to\infty: for a rational function ax+bcx+d\dfrac{ax+b}{cx+d}, the constants bb and dd become negligible next to axax and cxcx once xx is large, so g(x)ac=13g(x)\to\dfrac{a}{c}=\dfrac13 (confirmed: g(100)0.325g(100)\approx0.325, g(1000)0.333g(1000)\approx0.333, closing in on 13\frac13 from below). Combine both, keeping the inequalities strict since neither boundary is actually reached: 2<g(x)<13-2<g(x)<\dfrac13.

    Accuracy mark for the complete range, both boundaries correct and strict. The real mark scheme credits this route's second boundary directly: "or for attempting their a/their c."

    A1

Whenever the excluded endpoint of the x-domain is one specific finite number and g is continuous there — evaluating g directly is usually the fastest route to that one boundary, and reading off a/c is faster still than re-deriving a limit from scratch.

Diagram — The endpoints trap, drawn: two equal endpoints hiding a lower dip
xyy = x² − 4x, 0 ≤ x ≤ 4Left endpoint (0, 0)Right endpoint (4, 0)Interior minimum (2, −4)

x-axis: x · y-axis: y

y = x² − 4x, 0 ≤ x ≤ 4
The cartesian curve recovered from x = t − 1, y = t² − 6t + 5 for 1 ≤ t ≤ 5 (this lesson's own marked-solution question). An upward-opening parabola arc, restricted to the domain the parameter actually produces.
Left endpoint (0, 0)
t = 1 — one edge of the valid t-domain, mapped through x = t − 1.
Right endpoint (4, 0)
t = 5 — the other edge. Both endpoints happen to give the identical y-value, 0 — exactly what makes the trap below so easy to fall into.
Interior minimum (2, −4)
t = 3, found by completing the square. Not visible from the two endpoints alone, and strictly lower than either of them — this is the value a real script most often loses.

Common error: Substituting only t = 1 and t = 5 into y(t), seeing both give y = 0, and concluding the range is just the single value y = 0 — or, more generally, stopping at the two endpoint values without checking whether anything different happens between them.

Correct: The curve dips to y = −4 at the interior point x = 2 (t = 3) before rising back to 0 at the right endpoint. The true range is −4 ≤ y ≤ 0, and only the interior minimum — found by completing the square, or by differentiating — reveals the lower bound; the two endpoints alone supply only the upper one.

examiner-report · Oct 2021 · Q5(c)

Marked, line by line

A curve has parametric equations x=t1x = t - 1, y=t26t+5y = t^2 - 6t + 5, for 1t51 \leq t \leq 5. (a) Show that the cartesian equation of the curve can be written as y=x24xy = x^2 - 4x, stating the domain of xx for which this equation represents the curve. (4) (b) Hence find the range of the function found in part (a). (2) — VERIDIAN-original question, built specifically to demonstrate the real, documented domain/range trap (Oct 2021, Q5(c)): substituting only the two ends of the parameter's domain into y(t) finds the endpoints' own y-values but misses an interior turning point that can sit lower (or higher) than either. Not a reproduction of any past-paper question; the per-line mark allocations are modelled on WMA14's own verified mark-scheme conventions (§4) rather than transcribed from a real scheme, which for an original question does not exist.

6 marks available

(a)4 marks

“Show that” — the answer is already printed above

Matching the printed result isn’t the same as deriving it — real examiner reports describe scripts that adjust flawed working just to still land on it. Write your own full working below before checking it against the mark scheme.

(b)2 marks

  1. 101

    Complete the square: y=x24x=(x2)24y = x^2-4x = (x-2)^2 - 4, so the minimum value of yy is 4-4, at x=2x=2. Check this lies in the valid domain: x=2x=2 corresponds to t=x+1=3t=x+1=3, and 1351 \leq 3 \leq 5, so this interior turning point genuinely belongs to the curve.

    Method mark for finding the interior turning point (by completing the square, or equivalently setting dy/dx = 0) AND checking it lies within the stated t-domain — both parts required, since a turning point outside the valid domain would be irrelevant to this particular curve.

    M1
  2. 102

    Evaluate the two endpoints: x=0x=0 gives y=0y=0; x=4x=4 gives y=1616=0y=16-16=0 — both ends of the domain give the same value, which is therefore the maximum on this interval (the parabola opens upward, so nothing beyond the two ends and the one interior minimum needs checking). State the range: 4y0-4 \leq y \leq 0.

    Accuracy mark for combining the interior minimum with the endpoint values to state the complete range — both halves are required, and finding only one of them is exactly the real documented shortfall on this question type: candidates who substitute only the endpoints typically score only one of the two available marks, "with the minimum value missing" (Oct 2021, Q5(c)).

    A1

In your own words

In one sentence: why can checking only the two endpoint values of a restricted parameter be enough to find a cartesian function's domain, but not enough, on its own, to find its range?

Named traps

guessed-target-form-instead-of-deriving-itfudged-reverse-fit
Confirmed directly: "A small minority assumed the general form of the answer, substituted for x in terms of t and compared this to the expression for y but this strategy was often unsuccessful" (Jan 2021, Q4). The trap is specifically INFORMAL, ungoverned guessing and pattern-matching — trying values, or eyeballing a match, without ever setting up a genuine algebraic identity and solving it for the unknowns. It is NOT the same as assuming a general form outright: this very question's own real mark scheme credits a fully valid, full-marks "Alternative 1" built on exactly that starting move — assume g(x)=ax+bcx+dg(x)=\frac{ax+b}{cx+d} (the form the question itself gives), substitute x=1t+2x=\frac1t+2 into it, and derive a,b,c,da,b,c,d by equating the result to y=12t3+ty=\frac{1-2t}{3+t} as an identity in tt (matching coefficients of the powers of tt on each side), verbatim: "M1: Assume g(x)=(ax+b)/(cx+d) and substitute in x=1/t+2 … A1: g(x)=(a+(b+2a)t)/(c+(d+2c)t) … A1(M1 on EPEN): Correct numerator or denominator … A1: y=(x-4)/(3x-5)" (WMA14/01, January 2021, Q4(a) mark scheme — see this lesson's own real worked chain above, which reaches the same g(x)=(x4)/(3x5)g(x)=(x-4)/(3x-5) by the other valid route). The distinction that actually matters: deriving the unknowns by a genuine coefficient-matching identity is a legitimate forward derivation; guessing them and checking whether they happen to fit a couple of points is not.
endpoint-substitution-attempted-on-an-open-or-unbounded-domain
The lesson's closed-bounded domain method (substitute the parameter's two literal endpoint values directly) has no endpoint to substitute at all when the parameter's domain is open and/or unbounded — e.g. t>0t>0, which excludes t=0t=0 and has no upper bound. Confirmed on the real anchor this lesson's worked chain above is built on: the real mark scheme states the domain result plainly — "k = 2 or x > 2" (WMA14/01, January 2021, Q4(a) mark scheme) — reached only by reasoning about limits at each excluded/unbounded end of t, never by substituting a literal value of t that does not exist. Confusing the two domain shapes — reaching for direct substitution on an open or unbounded interval, the way the closed-bounded case correctly allows — leaves no method for the domain at all.
domain-confused-with-range
Confirmed on the same question: "Candidates find the concept of domain and range difficult and it was clear that some confused range with domain and gave answers in terms of x rather than y" (Jan 2021, Q4). Domain is a statement about which x-values are used, fixed entirely by the parameter's own restriction; range is a statement about which y-values actually occur, and depends on the full behaviour of y over that domain. Asked for one, giving the other is not a smaller version of a correct answer — it answers a different question.
partial-rearrangement-leaves-t-in-the-equation
Confirmed directly: "A disappointing number of responses ended up with y in terms of both x and t as they only partially rearranged" (Oct 2022, Q1). Eliminating the parameter is only finished once t no longer appears ANYWHERE in the final equation — substituting into one occurrence of t while leaving another untouched produces an expression that looks like progress but is not yet a cartesian equation at all.
calculus-reached-for-on-an-elimination-question
Confirmed on the same question: "A few candidates thought it appropriate to use calculus and scored no marks" (Oct 2022, Q1). Converting between parametric and cartesian form is pure algebraic substitution; differentiating produces a gradient function that still depends on t, or that is simply not the relationship between x and y the question asked for — a plausible-looking wrong tool for this specific question type, not a shortcut to the right one.
endpoints-substituted-for-the-whole-range
Confirmed directly: "Common incorrect solutions followed attempts to substitute either end of the domain in the parametric equation for y. This usually resulted in only one of the two marks being scored, with the minimum value missing" (Oct 2021, Q5(c)). Two endpoint values only describe the two ends of the parameter's domain — they say nothing about an interior turning point, which is exactly where the true minimum (or maximum) of a non-monotonic y(t) can sit, unannounced, between them.

Retrieval — with feedback on every choice

Question 1
3 marks

A curve has parametric equations x=t2x=t-2, y=t2+4ty=t^2+4t. Find the cartesian equation.

Question 2
3 marks

Eliminate θ\theta from x=4cosθ1x=4\cos\theta - 1, y=2sinθ+3y = 2\sin\theta+3.

Question 3
2 marks

A curve has parametric equation x=3t2x=3t-2 for 1t4-1 \leq t \leq 4. What is the domain of xx for the resulting cartesian function?

Question 4
3 marks

A curve has parametric equations x=t3x=t-3, y=t22t3y=t^2-2t-3, for 0t40 \leq t \leq 4. Find the range of the resulting cartesian function.

Question 5
2 marks

A real examiner report on a parametric-conversion question states that some candidates "assumed the general form of the answer, substituted for x in terms of t and compared this to the expression for y" — and that this strategy was "often unsuccessful." What is this approach actually doing wrong?

Question 6
2 marks

A real examiner report on a different parametric-conversion question states: "A few candidates thought it appropriate to use calculus and scored no marks." Why does differentiating x=f(t) and y=g(t) and forming dy/dx not answer a "convert to cartesian form" question?

Reference — not a study method, a lookup
  • Eliminate t: solve ONE equation for t (or for cos t/sin t), substitute into the OTHER — or, if a target general form is given, substitute x(t) into it and derive every coefficient by matching it to y(t) as a genuine identity in t. Don't just guess coefficients to fit the target without deriving them.
  • Trig pair: isolate cos t and sin t FULLY (subtract, then divide) — THEN square both and add, using sin²t + cos²t ≡ 1.
  • A parametric elimination question is pure algebra — reaching for differentiation on it scores nothing (Oct 2022, Q1).
  • Domain (of x) comes from mapping the parameter's own bounds through x(t). Range (of y) is a separate, y-shaped question — never answer one with the other.
  • Closed, bounded t-domain (e.g. 1 ≤ t ≤ 5): map the domain by substituting the two literal endpoint values directly.
  • Open and/or unbounded t-domain (e.g. t > 0): there is no literal endpoint to substitute — reason about what x approaches as a LIMIT at each excluded or infinite end instead, then combine into an open/unbounded x-domain.
  • To find the range: check the two endpoint t-values AND look for an interior turning point (complete the square, or differentiate) — endpoints alone can miss an interior min/max.
  • Before using an interior turning point, check its t-value actually lies inside the stated domain — one outside it belongs to a part of the curve that was never drawn.
  • If g(x) is monotonic (no turning point exists at all — check g'(x) never changes sign), stop looking for one. Find the range's two boundaries instead: evaluate g at its own excluded endpoint directly (valid if g is continuous there), and find the limiting value as x → ∞ (for a rational g(x) = (ax+b)/(cx+d), this is a/c).

Not affiliated with or endorsed by Pearson Edexcel. Every quotation attributed to an examiner report in this lesson was independently checked against WMA14-verified-facts.md §5.3, itself checked against the actual Pearson PDFs (§6). UPDATED (mark-scheme-bullet coverage audit, see WMA14-verified-facts.md's own Lesson-audit log): §5.3 originally held examiner-report PROSE ONLY for this topic, with no real numeric scenario attached — that gap has since been closed for one question. The real, verbatim per-line mark scheme for WMA14/01 January 2021 Q4 — x = 1/t + 2, y = (1−2t)/(3+t), t > 0, both parts (a) and (b) — was re-extracted directly from the primary mark-scheme PDF and is now used, fully and accurately, in one worked chain and one method-comparison block above (real M1/A1/B1 codes, real quoted criteria, real numbers throughout, including the real credited "Alternative 1" assume-and-match route). Every OTHER equation, number, domain, range, worked chain, chain-drill and MCQ in this lesson remains VERIDIAN-original — computed and independently checked by hand (sympy) before being written in, including every deliberately wrong distractor, each produced by genuinely applying a documented wrong method (a sign slip solving for t, substituting x in place of t without eliminating it, swapping which coefficient's square belongs under which variable) rather than chosen to merely look plausible. Because the marked-solution question (the closed-bounded, interior-turning-point case) is original, its per-line M/A/B mark allocations are modelled on WMA14's own verified mark-scheme conventions (§4 of the facts bank) rather than transcribed from a real scheme; the two Q4-anchored blocks above are the one exception, transcribed from a real scheme that does exist. The evidence base for this specific topic remains genuinely thinner than this paper's other two lessons: five quotable examiner-report findings, from three different series/questions (Jan 2021 Q4, Oct 2021 Q5(c), Oct 2022 Q1) — Jan 2021 Q4 and Oct 2022 Q1 each yielding two distinct findings, Oct 2021 Q5(c) one — with every finding documenting a DIFFERENT specific trap, not one trap independently confirmed three times over, the shape the vectors lesson's own "three-series-confirmed" claim has; that count is unchanged by this audit, which added a real mark-scheme SKELETON for an anchor already-quoted in prose, not a new trap. No claim anywhere in this lesson escalates any single named trap beyond the one series and question that actually documents it.

Question 13 marks

A curve has parametric equations x=t2x=t-2, y=t2+4ty=t^2+4t. Find the cartesian equation.

  • Ay=2x+8y = 2x+8, from dydx=dy/dtdx/dt=2t+41=2t+4\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{2t+4}{1} = 2t+4, then substituting t=x+2t=x+2

    This computes a gradient function, not the cartesian equation — differentiating is the real documented wrong tool for this question type: "A few candidates thought it appropriate to use calculus and scored no marks" (Oct 2022, Q1).

  • By=x2+4xy = x^2+4x, using xx directly in place of tt throughout, without first solving x=t2x=t-2 for tt

    This never actually eliminates the parameter — it substitutes xx where tt should have been rearranged first, silently ignoring the 2-2 shift between them entirely. xx and tt are related but not equal; the relationship t=x+2t=x+2 has to be used, not skipped.

  • Cy=x28x+12y = x^2-8x+12, from a sign slip rearranging x=t2x=t-2 as t=2xt=2-x instead of t=x+2t=x+2

    x=t2x=t-2 rearranges to t=x+2t=x+2 (add 2 to both sides), not t=2xt=2-x (which would solve x=t2-x=t-2, a different equation). The sign slip changes every subsequent term.

  • y=x2+8x+12y = x^2+8x+12, from t=x+2t=x+2 substituted into y=t2+4ty=t^2+4t

    Correct. t=x+2t = x+2 rearranges x=t2x=t-2; substituting gives y=(x+2)2+4(x+2)=x2+4x+4+4x+8=x2+8x+12y=(x+2)^2+4(x+2) = x^2+4x+4+4x+8 = x^2+8x+12.

Traps tested: Calculus reached for on an elimination question · Parameter not actually eliminated · Sign error rearranging for t

Question 23 marks

Eliminate θ\theta from x=4cosθ1x=4\cos\theta - 1, y=2sinθ+3y = 2\sin\theta+3.

  • A(x1)216+(y3)24=1\dfrac{(x-1)^2}{16}+\dfrac{(y-3)^2}{4}=1

    A sign slip isolating cosθ\cos\theta: x=4cosθ1x=4\cos\theta-1 rearranges to cosθ=x+14\cos\theta=\frac{x+1}{4} (add 1, then divide), not x14\frac{x-1}{4}.

  • (x+1)216+(y3)24=1\dfrac{(x+1)^2}{16}+\dfrac{(y-3)^2}{4}=1

    Correct. Isolating gives cosθ=x+14\cos\theta=\frac{x+1}{4} and sinθ=y32\sin\theta=\frac{y-3}{2}; squaring both and adding invokes cos2θ+sin2θ=1\cos^2\theta+\sin^2\theta=1.

  • C(x+1)24+(y3)216=1\dfrac{(x+1)^2}{4}+\dfrac{(y-3)^2}{16}=1

    The two denominators are swapped: xx's own coefficient is 4 (so its squared denominator should be 42=164^2=16), and yy's coefficient is 2 (denominator 22=42^2=4) — this answer has attached each squared coefficient to the wrong variable.

  • Dx+14+y32=1\dfrac{x+1}{4}+\dfrac{y-3}{2}=1

    This adds the two isolated expressions without squaring either — cosθ+sinθ\cos\theta+\sin\theta has no fixed value, so this line uses no genuine identity at all. The identity needs the SQUARES, cos2θ+sin2θ\cos^2\theta+\sin^2\theta, not the bare terms.

Traps tested: Sign error isolating before squaring · Denominators swapped between x and y · Identity applied without squaring

Question 32 marks

A curve has parametric equation x=3t2x=3t-2 for 1t4-1 \leq t \leq 4. What is the domain of xx for the resulting cartesian function?

  • A1x4-1 \leq x \leq 4

    This copies the parameter's OWN bounds, 1t4-1 \leq t \leq 4, directly onto xx without ever applying x=3t2x=3t-2 to transform them. xx and tt are different variables related by that equation — the bounds have to be mapped through it, not copied across.

  • BThe domain cannot be determined without also knowing yy

    The domain of xx depends only on the equation x=3t2x=3t-2 and the given bounds on tt — it is found the same way regardless of what yy happens to be.

  • 5x10-5 \leq x \leq 10

    Correct. x=3t2x=3t-2 increases throughout as tt increases (coefficient +3+3), so the two endpoints of tt map directly to the two endpoints of xx: t=1t=-1 gives x=5x=-5; t=4t=4 gives x=10x=10.

  • D10x5-10 \leq x \leq 5

    This is what a sign slip produces — solving as though x=23tx=2-3t instead of x=3t2x=3t-2: t=1t=-1 would give 55, t=4t=4 would give 10-10. The original equation has 2-2, not +2+2, and 3t3t, not 3t-3t.

Traps tested: Parameter bounds copied without mapping through x · Domain assumed to require y · Sign error when mapping domain

Question 43 marks

A curve has parametric equations x=t3x=t-3, y=t22t3y=t^2-2t-3, for 0t40 \leq t \leq 4. Find the range of the resulting cartesian function.

  • 4y5-4 \leq y \leq 5 — found by completing the square on y=x2+4xy=x^2+4x to locate an interior minimum of 4-4 at x=2x=-2 (t=1t=1, within the domain), together with checking both endpoints (y=3y=-3 at x=3x=-3, y=5y=5 at x=1x=1)

    Correct. x=t3x=t-3, y=t22t3y=t^2-2t-3 eliminates to y=x2+4x=(x+2)24y=x^2+4x=(x+2)^2-4, minimum 4-4 at x=2x=-2 (t=1t=1, inside [0,4][0,4]). Domain of xx: t=0x=3t=0 \to x=-3; t=4x=1t=4 \to x=1. Endpoints: y(3)=3y(-3)=-3, y(1)=5y(1)=5. The range runs from the interior minimum up to the larger of the two endpoint values.

  • B3y5-3 \leq y \leq 5 — found by substituting t=0t=0 and t=4t=4 into y=t22t3y=t^2-2t-3

    This checks only the two endpoints and misses the interior minimum entirely: the true minimum is 4-4 at t=1t=1 (interior to [0,4][0,4]), lower than either endpoint value of 3-3 or 55.

  • C3y1-3 \leq y \leq 1 — the domain of xx

    This states the xx-domain (3x1-3 \leq x \leq 1) as if it answered a question about the range of yy — a direct instance of the documented confusion between the two.

  • Dy4y \geq -4 — the minimum value found by completing the square

    This finds the correct interior minimum but never checks the endpoints for an upper bound. On a bounded domain (here 0t40 \leq t \leq 4), the range has a genuine finite ceiling, found only by also checking the ends: y=5y=5 at x=1x=1.

Traps tested: Endpoints substituted for the whole range · Domain confused with range · Interior extremum treated as the whole range

Question 52 marks

A real examiner report on a parametric-conversion question states that some candidates "assumed the general form of the answer, substituted for x in terms of t and compared this to the expression for y" — and that this strategy was "often unsuccessful." What is this approach actually doing wrong?

  • ANothing — comparing two expressions for the same variable is a legitimate way to eliminate a parameter

    The real report is explicit that this strategy "was often unsuccessful" — comparing an assumed general form against the actual expression for y is a fundamentally weaker method than deriving one equation from the other by direct substitution.

  • BIt fails only because most candidates made an arithmetic mistake while comparing coefficients

    The report attributes the failure to the STRATEGY itself, not to arithmetic slips within it — guessing the target form and working to match it is unreliable even when every individual step of arithmetic is executed correctly.

  • CIt fails only for trigonometric parametric equations, not polynomial ones

    The real quote makes no mention of which form of parametric equations was involved, and the underlying problem — working backward from an assumed shape instead of deriving forward — applies equally to a polynomial pair or a trig pair.

  • It compares a guessed shape for the answer against the expression for y without ever completing a genuine coefficient-matching derivation — so unless every unknown is actually solved for by an identity, an apparent match is not yet a true consequence of the two given equations

    Correct. Deriving forward — solve one equation for t and substitute into the other, OR assume a general form and derive its coefficients by matching it against the other equation as a genuine identity — guarantees every line is a true consequence of what was actually given. Guessing an answer's shape and merely comparing to it, without completing that derivation, does not carry that guarantee — but completing it DOES: this very question's own real mark scheme credits exactly that assume-and-derive route as a full, valid "Alternative 1" (see this lesson's trap-taxonomy entry above). The failure named here is the guessing, not the general form.

Traps tested: Guessing treated as legitimate · Guessing failure blamed on arithmetic not method · Trap wrongly scoped to one form

Question 62 marks

A real examiner report on a different parametric-conversion question states: "A few candidates thought it appropriate to use calculus and scored no marks." Why does differentiating x=f(t) and y=g(t) and forming dy/dx not answer a "convert to cartesian form" question?

  • AIt fails because the chain rule cannot be applied to parametric equations

    This is false — the chain rule is exactly how parametric differentiation works (spec 5.1, a later WMA14 topic), and it is applied correctly here. The failure is not in the calculus itself; it is that differentiating answers a different question from the one asked.

  • dydx\frac{dy}{dx} is a gradient function — it describes how steeply the curve rises at each point, not the relationship between xx and yy itself, and forming it does nothing to eliminate tt from the system

    Correct. A cartesian equation states which pairs (x,y)(x,y) lie on the curve; a gradient function states how yy changes relative to xx at a point, a genuinely different object. Neither the process of forming dydx\frac{dy}{dx} nor its result removes tt from the description of the curve.

  • CIt does answer the question, but only when tt appears linearly in both equations

    The real report states plainly that this approach "scored no marks" — it is not a partially-valid shortcut that works in a special case; forming a gradient function is simply a different task from eliminating the parameter, regardless of how t appears.

  • DIt fails only because dydx\frac{dy}{dx} needs to be integrated afterward, which candidates forgot to do

    Integrating dydx\frac{dy}{dx} would not recover the cartesian equation either — it is not a missing final step on an otherwise correct method, but a different operation from the direct substitution this question type actually requires.

Traps tested: Chain rule inapplicability invented · Wrong tool partially excused · Wrong tool treated as nearly right

Practice this for real

This site teaches the mechanism; the exam is sat on Pearson's own real questions. Go find and attempt these yourself — nothing here substitutes for actually sitting a timed paper.

Examiner report
Oct 2021 · Q5(c) — cited directly in this lesson
Pearson's official past-papers portal

Select International Advanced Level → Mathematics → any series, then look for WMA14.

Pure Mathematics 4 · progress saved in this browser · sign in to sync across devices

Up next

Partial Fractions — Decomposition and Integration

Partial fractions is two skills wearing one name: taking a rational function apart, and then integrating the pieces — and this paper tests both, back to back, inside the same question. Spec 2.1 supplies the algebra: split (ax+b)(cx+d)(ex+f) and (ax+b)(cx+d)^2 denominators into simple pieces, even when the numerator's own degree is too large to ignore. Spec 6.3 supplies the reason any of that matters: every piece a decomposition produces is one of exactly two shapes calculus already knows how to integrate — \frac{1}{\text{linear}} becomes a logarithm, \frac{1}{\text{linear}^2} becomes a reciprocal — provided a single scaling factor, tucked inside the chain rule, survives being divided back out. Two separate series record the same number going missing at exactly that step.

85 min