Coordinate Geometry in the (x, y) Plane

Coach Name: Sir Muhammad Abdullah Shah

Edexcel IAL October 2020 P4 (WMA14/01) Q4 Parametric Equations & Differentiation
Figure 2: Parametric curve with points A, B, O
Figure 2 shows a sketch of part of the curve with parametric equations

\( x = 2t^2 – 6t \qquad y = t^3 – 4t \qquad t \in \mathbb{R} \)
The curve cuts the x-axis at the origin and at the points A and B, as shown in Figure 2.
(a) Find the coordinates of A and B, where B has coordinates (20, 0).(3)
(b) Show that the equation of the tangent to the curve at B is
\( 7y + 4x – 80 = 0 \)(5)

The tangent to the curve at B cuts the curve again at the point P.
(c) Find, using algebra, the x coordinate of P.(4)
Solution to Part (a): Forming Coordinates of Points A and B for Parametric Curve \( x = 2t^2 – 6t,\, y = t^3 – 4t \)
Key Concepts Used:
  • Parametric equations: Solve for t when y = 0 (i.e. x-intercepts).
  • Substitution: Find corresponding x values for each t

  1. Step-by-Step Solution:
    Find A and B:

    Set \( y = 0 \):
    Point A and B are points where the curve cuts the x-axis, meaning thereby \( y = 0 \).

    \( y = t^3 – 4t \)
    \( 0 = t^3 – 4t \)
    \( 0 = t(t^2 – 4) \)

    Use identity \( a^2 – b^2 = (a-b)(a+b) \).

    \( t(t+2)(t-2) = 0 \)
    \( t = 0 \quad t = -2 \quad t = 2 \)
  2. Find x-coordinates:
    Substitute the values of t in parametric equation of x one by one.
    For t = 0,

    \( x = 2t^2 – 6t = 2(0)^2 – 6(0) = 0 \)

    For t = -2,

    \( x = 2t^2 – 6t = 2(-2)^2 – 6(-2) = 8 + 12 = 20 \)

    For t = 2,

    \( x = 2t^2 – 6t = 2(2)^2 – 6(2) = 8 – 12 = -4 \)
    A (–4, 0)
    B (20, 0)
(How did I know that which coordinate is A and B? The points A (–4,0) and B (20,0) are assigned because the curve intersects the x-axis at these points, with A being the leftmost point (–4 < 20) and B the rightmost, following numerical order convention. The origin is already considered separately.)
Final Answer:
  • A: (–4, 0)
  • B: (20, 0) (as required).

Common Pitfalls in:
Most of the time students fall in trap in this question by doing the following two mistakes:

  1. Ignoring t = –2:
    Students usually misses the negative parameter value; consequently, omitting point B.
  2. Mislabeling order:
    Moreover, at times I have I have observed that the students swap A and B. This happens when not considering the conventional left-to-right ordering.
Solution to Part (b): Tangent Equation at Point B (20,0)
Key Concepts Used:
  • Parametric differentiation: \( \frac{dy}{dx} = \frac{dy/dt}{dx/dt} \)
  • Point-slope form: \( y = m(x – x_1) + y_1 \)
Step-by-Step Solution:

We know that to form the equation of a tangent or any straight line, we need gradient and point that lies on the line.

  1. Compute \( \frac{dy}{dx} \):
    First, find the derivative of x and y w.r.t t.

    \( x = 2t^2 – 6t \)
    \( \frac{dx}{dt} = 4t – 6 \)

    Where,

    \( y = t^3 – 4t \)
    \( \frac{dy}{dt} = 3t^2 – 4 \)

    Use chain rule to find dx/dx or the gradient of tangent.

    \( \frac{dy}{dx} = \frac{dy}{dt} \times \frac{dt}{dx} \)
    \( \frac{dy}{dx} = (3t^2 – 4) \times \frac{1}{4t – 6} \)
    \( \frac{dy}{dx} = \frac{3t^2 – 4}{4t – 6} \)

So, the gradient at point B is found by substituting the value of t = –2.

(If you are wondering why we have taken the value of t as –2, check the working in previous part of finding the x coordinate of point B, we got x=20 when t is taken as –2.)

\( \frac{dy}{dx} = \frac{3(-2)^2 – 4}{4(-2) – 6} = \frac{8}{-14} \)

Now that we have gradient of tangent and coordinate of point B, use point-slope formula.

\( y – y_1 = m(x – x_1) \)
\( y – 0 = -\frac{4}{7}(x – 20) \)
\( 7y = -4x + 80 \)
\( 7y + 4x – 80 = 0 \)

Final Answer:
\( 7y + 4x – 80 = 0 \)
Solution to Part (c): x-coordinate of Point P Where Tangent at B Re-intersects Curve
Key Concepts Used:
  • Substitution: Replace y from tangent equation into parametric y.
  • Polynomial solving: Factorize \( 7t^3 + 8t^2 – 52t – 80 = 0 \).

What to do?

We already found the tangent line at B (20,0) in part (b):

\( 7y + 4x – 80 = 0 \)

This tangent line intersects the curve again at another point P (besides B). We need to
find the x-coordinate of P algebraically (no graphic/calculator).

Step-by-Step Working:

To find the point of intersection of curve and tangent (other than point B), solve both equations
simultaneously.

Equation of tangent:

\( 7y + 4x – 80 = 0 \)

  1. Substitute \( y = -\frac{4}{7}x + \frac{80}{7} \) into \( y = t^3 – 4t \)
    Substituting the parametric equations of curve in place of x and y (given in question).

    \( 7(t^3 – 4t) + 4(2t^2 – 6t) – 80 = 0 \)
    \( 7t^3 – 28t + 8t^2 – 24t – 80 = 0 \)
    \( 7t^3 + 8t^2 – 52t – 80 = 0 \)
  2. Factorize using \( t = -2 \) (known root) by applying long division method:
    We know that \( t = -2 \) is a solution of the equation found above, so \( t+2 \) is a factor.

    \( 7t^3 + 8t^2 – 52t – 80 = (t+2)(7t^2 – 6t – 40) \)
    Long division for cubic factorization
  3. Solving the quadratic equation to find the value of t where the curve and tangent intersect.

    \( 7t^2 – 6t – 40 = (t+2)(7t-20) = 0 \)
    \( t = -2, \quad t = \frac{20}{7} \)

    Using \( t = 20/7 \) because \( t = -2 \) gives point B coordinate.
    Hence, \( t = 20/7 \) gives

    \( x = 2t^2 – 6t = 2\left(\frac{20}{7}\right)^2 – 6\left(\frac{20}{7}\right) \)
    \( x = 2 \times \frac{400}{49} – \frac{120}{7} \)
    \( x = \frac{800}{49} – \frac{840}{49} \)
    \( x = -\frac{40}{49} \)
Final Answer:
\( x = -\frac{40}{49} \)