Study Guide

Coordinate geometry in the (x, y) plane (P4)

Edexcel International A-Level MathematicsΒ· P4 Β§3.1 (2018 Issue 3 specification)Β· 25 min read

1. What are Parametric Equations?β˜…β˜…β˜†β˜†β˜†β± 7 min

βœ“ Calculator OK

πŸ“˜ Definition

Parametric Equations

For a curve in the (x,y) plane, parametric equations express x and y as separate functions of a single independent parameter (usually t or ΞΈ): . Every value of the parameter corresponds to a unique point (x,y) on the curve.

Example:

A curve has parametric equations , . When t=2, the corresponding point is .

Unlike Cartesian equations which link x and y directly, parametric equations make it easy to track the position of a point on a curve as the parameter changes, which is useful for modelling motion, projectile paths, and other dynamic systems. For P4 exams, you will not be asked to sketch curves from parametric equations, only convert between forms.

πŸ“ Worked Example

A curve is defined by the parametric equations , . State the coordinates of the point on the curve when , and state the parameter value corresponding to the point .

  1. 1

    Step 1: Calculate coordinates for t = -1

    x=3(βˆ’1)βˆ’2=βˆ’5,y=5βˆ’2(βˆ’1)=7x = 3(-1) - 2 = -5, \quad y = 5 - 2(-1) = 7
  2. 2

    Step 2: The point when t=-1 is

  3. 3

    Step 3: Find t for point . Use the x-equation first:

    3t=9β€…β€ŠβŸΉβ€…β€Št=33t = 9 \implies t = 3
  4. 4

    Step 4: Verify with y-equation: , which matches. So .

Exam tip:

Always verify your parameter value with both equations if you use only one to solve for t, to avoid arithmetic errors.

2. Converting Parametric to Cartesian Equationsβ˜…β˜…β˜…β˜†β˜†β± 10 min

βœ“ Calculator OK

To convert parametric equations to Cartesian form, you eliminate the parameter to get a single equation relating x and y. The method you use depends on the type of functions defining x and y: algebraic (polynomial, rational) or trigonometric.

πŸ“˜ Definition

Elimination of Parameter

The process of removing the third independent parameter from a pair of parametric equations to produce a single Cartesian equation in x and y only.

πŸ“ Worked Example

Convert the parametric equations , , to Cartesian form, giving your answer in the form .

  1. 1

    Step 1: Rearrange the x equation to make t the subject.

    x=2t+5β€…β€ŠβŸΉβ€…β€Š2t=xβˆ’5β€…β€ŠβŸΉβ€…β€Št=xβˆ’52x = 2t +5 \implies 2t = x -5 \implies t = \frac{x-5}{2}
  2. 2

    Step 2: Substitute this expression for t into the y equation.

    y=3(xβˆ’52)βˆ’1=3xβˆ’5βˆ’22=6xβˆ’7y = \frac{3}{\left(\frac{x-5}{2}\right) -1} = \frac{3}{\frac{x-5 - 2}{2}} = \frac{6}{x -7}
  3. 3

    Step 3: State the restriction: (since t cannot equal 1, gives which is undefined for y).

πŸ“ Worked Example

Convert the parametric equations , to Cartesian form.

  1. 1

    Step 1: Rearrange both equations to isolate the trigonometric functions.

    cos⁑θ=xβˆ’14,sin⁑θ=y+23\cos \theta = \frac{x -1}{4}, \quad \sin \theta = \frac{y + 2}{3}
  2. 2

    Step 2: Use the Pythagorean identity to eliminate ΞΈ.

    (y+23)2+(xβˆ’14)2=1\left(\frac{y + 2}{3}\right)^2 + \left(\frac{x -1}{4}\right)^2 = 1
  3. 3

    Step 3: This is the Cartesian equation of an ellipse, no further simplification is required for exam answers unless specified.

Exam tip:

Always include domain restrictions for x or y in your final Cartesian equation if the parameter has a limited range, as these are often worth 1 mark in exams.

3. Converting Cartesian to Parametric Equationsβ˜…β˜…β˜…β˜…β˜†β± 8 min

βœ“ Calculator OK

Converting a Cartesian equation to parametric form is less prescriptive: there are infinitely many valid parametric representations for any single curve. You will usually be given a substitution to use (e.g. "let " or "let ") in Edexcel P4 exam questions.

πŸ“ Worked Example

Find a parametric representation of the Cartesian curve using the parameter t where .

  1. 1

    Step 1: You are given the substitution for x directly: .

  2. 2

    Step 2: Substitute into the Cartesian equation for y.

    y=2(t+2)2βˆ’5(t+2)+1=2(t2+4t+4)βˆ’5tβˆ’10+1y = 2(t + 2)^2 -5(t + 2) + 1 = 2(t^2 +4t +4) -5t -10 +1
  3. 3

    Step 3: Simplify the expression for y.

    y=2t2+8t+8βˆ’5tβˆ’9=2t2+3tβˆ’1y = 2t^2 +8t +8 -5t -9 = 2t^2 + 3t -1
  4. 4

    Step 4: The parametric equations are , , valid for all real t.

βœ“ Quick check

Test your understanding of parametric conversion

  1. If a curve has Cartesian equation , which of the following is a valid parametric representation?

    • A: ,

    • B: ,

    • C: ,

    Reveal answer
    A β€”

    Option A uses the Pythagorean identity: , which matches the Cartesian equation.

Exam tip:

If no substitution is given, the simplest parametric form is almost always to let , then substitute into the Cartesian equation to get y as a function of t.

4. Common Pitfalls

Wrong move:

Forgetting to include domain restrictions when converting parametric to Cartesian form.

Why:

The parameter may have a limited range that restricts valid x or y values, so omitting this loses marks.

Correct move:

Always check if the parameter has a restricted domain, then translate that to a restriction on x or y in your final Cartesian equation.

Wrong move:

Using non-standard trig identities to eliminate ΞΈ when a simpler Pythagorean identity works.

Why:

This introduces unnecessary algebraic complexity and increases the risk of arithmetic errors.

Correct move:

Rearrange parametric equations to isolate , , or first, then apply the appropriate Pythagorean identity to eliminate the parameter.

Wrong move:

Assuming only one valid parametric form exists for a given Cartesian equation.

Why:

Examiners accept any valid parametric pair, so you do not need to match a specific form if no substitution is given.

Correct move:

Use the simplest possible substitution (e.g. ) if no guidance is provided, to minimize computation.

Wrong move:

Verifying parameter values with only one of the two parametric equations.

Why:

If you solve for t using only the x equation, you may get an invalid value that does not satisfy the y equation, leading to incorrect point coordinates.

Correct move:

Always cross-check any calculated parameter value against both x and y equations to confirm validity.

5. Quick Reference Cheatsheet

Task

Method

Example

Parametric β†’ Cartesian (algebraic parameter)

Rearrange one equation to make t the subject, substitute into the other equation

, β†’ β†’

Parametric β†’ Cartesian (trigonometric parameter)

Isolate //, use Pythagorean identity to eliminate ΞΈ

, β†’

Cartesian β†’ Parametric

Use given substitution for x (or set if none given), substitute into Cartesian equation for y

, β†’

6. Frequently Asked

Do I need to sketch parametric curves for P4 exams?

No, sketching parametric curves is explicitly excluded from the Edexcel IAL P4 specification per Issue 3 clarifications. You only need to convert between parametric and Cartesian forms.

Going deeper

What's Next

Now that you have mastered conversion between parametric and Cartesian forms, you are ready to apply this knowledge to more advanced P4 topics. Parametric differentiation is the next key skill, where you will learn to calculate the gradient of a parametric curve without converting to Cartesian form first. You will also use parametric equations to calculate areas under curves and volumes of revolution later in the P4 syllabus. These skills are frequently combined in 5-7 mark exam questions, so make sure you are confident with conversion before moving forward.