CG Coordinate Geometry (2 dimensions only) — coverage pack

9 specification leaves · notes, questions, answers and worked methods

CG1 · Know and use the definition of a gradient

  • The gradient measures vertical change per unit horizontal change: m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}.
  • Choose the same order for both subtractions; reversing both orders gives the same gradient.
  • A positive gradient rises from left to right, a negative gradient falls, and a horizontal line has gradient 00.
  • A common error is to divide the change in xx by the change in yy.

Tier 1 · Easy

  1. 1. Points A(1,2)A(1,2) and B(5,10)B(5,10) lie on a straight line. Calculate its gradient.[2 marks]

    Answer

    • m=2m=2

    Method: m=10251=84=2m=\frac{10-2}{5-1}=\frac{8}{4}=2.

Tier 2 · Standard

  1. 1. Work out the gradient of the line 3x2y=123x-2y=12.[2 marks]

    Answer

    • m=32m=\frac{3}{2}

    Method: Rearrange to make yy the subject: 2y=123x-2y=12-3x, so y=32x6y=\frac{3}{2}x-6. The coefficient of xx is the gradient.

Tier 3 · Hard

  1. 1. The gradient of the line through A(3,4)A(-3,4) and B(p,2p+1)B(p,2p+1) is 32\frac{3}{2}. Determine pp.[3 marks]

    Answer

    • p=15p=15

    Method: Using the two points, 2p+14p(3)=2p3p+3\frac{2p+1-4}{p-(-3)}=\frac{2p-3}{p+3}. Set this equal to 32\frac{3}{2}: 2(2p3)=3(p+3)2(2p-3)=3(p+3), so 4p6=3p+94p-6=3p+9 and p=15p=15.

CG2 · Know the relationship between the gradients of parallel and perpendicular lines

  • Distinct non-vertical parallel lines have equal gradients; distinct vertical lines are parallel and have undefined gradient.
  • For two non-vertical perpendicular lines, m1m2=1m_1m_2=-1, so one gradient is the negative reciprocal of the other.
  • To prove a relationship, calculate both gradients and explicitly compare them.
  • A common error is to use only the reciprocal and forget the change of sign for perpendicular lines.

Tier 1 · Easy

  1. 1. A line has gradient 3-3. State the gradient of a line perpendicular to it.[1 mark]

    Answer

    • 13\frac{1}{3}

    Method: The perpendicular gradient is the negative reciprocal. The negative reciprocal of 3-3 is 13\frac{1}{3}, and 3×13=1-3\times\frac{1}{3}=-1.

Tier 2 · Standard

  1. 1. Points A(2,1)A(-2,1), B(4,3)B(4,3), C(1,5)C(1,5) and D(3,1)D(3,-1) are given. Show that ABAB is perpendicular to CDCD.[3 marks]

    Answer

    • ABCDAB\perp CD

    Method: mAB=314(2)=26=13m_{AB}=\frac{3-1}{4-(-2)}=\frac{2}{6}=\frac{1}{3} and mCD=1531=62=3m_{CD}=\frac{-1-5}{3-1}=\frac{-6}{2}=-3. Their product is 13×(3)=1\frac{1}{3}\times(-3)=-1, so the lines are perpendicular.

Tier 3 · Hard

  1. 1. The line LL has equation 2y=3x+72y=3x+7. A line perpendicular to LL passes through the point where LL meets the yy-axis. Express the new line as ax+by=cax+by=c using integer coefficients.[4 marks]

    Answer

    • 4x+6y=214x+6y=21

    Method: LL is y=32x+72y=\frac{3}{2}x+\frac{7}{2}, so its gradient is 32\frac{3}{2} and its yy-intercept is (0,72)(0,\frac{7}{2}). The perpendicular gradient is 23-\frac{2}{3}. Hence y72=23xy-\frac{7}{2}=-\frac{2}{3}x. Multiplying by 66 and rearranging gives 4x+6y=214x+6y=21.

CG3 · Use Pythagoras' theorem to calculate the distance between two points

  • For points (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2), the distance is (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}.
  • The coordinate differences are the horizontal and vertical side lengths of a right-angled triangle.
  • Keep exact surd answers unless a question asks for a decimal or a stated degree of accuracy.
  • A common error is to forget to square a negative coordinate difference.

Tier 1 · Easy

  1. 1. Work out the distance between P(1,2)P(1,2) and Q(4,6)Q(4,6).[2 marks]

    Answer

    • PQ=5PQ=5

    Method: The coordinate differences are 41=34-1=3 and 62=46-2=4. Therefore PQ=32+42=25=5PQ=\sqrt{3^2+4^2}=\sqrt{25}=5.

Tier 2 · Standard

  1. 1. Work out the exact distance between R(2,5)R(-2,5) and S(6,1)S(6,-1).[3 marks]

    Answer

    • RS=10RS=10

    Method: RS=(6(2))2+(15)2=82+(6)2=100=10RS=\sqrt{(6-(-2))^2+(-1-5)^2}=\sqrt{8^2+(-6)^2}=\sqrt{100}=10.

Tier 3 · Hard

  1. 1. The vertices of a triangle are A(4,1)A(-4,1), B(2,9)B(2,9) and C(8,1)C(8,1). Calculate its perimeter and state whether it is isosceles.[4 marks]

    Answer

    • Perimeter =32=32
    • The triangle is isosceles.

    Method: AB=62+82=10AB=\sqrt{6^2+8^2}=10, BC=62+(8)2=10BC=\sqrt{6^2+(-8)^2}=10, and AC=122+02=12AC=\sqrt{12^2+0^2}=12. The perimeter is 10+10+12=3210+10+12=32. Since AB=BCAB=BC, the triangle is isosceles.

CG4 · Use ratio to find the coordinates of a point on a line given the coordinates of two other points, including the midpoint

  • A midpoint is found by averaging corresponding coordinates: M=(x1+x22,y1+y22)M=(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}).
  • If AP:PB=m:nAP:PB=m:n, move the fraction mm+n\frac{m}{m+n} of the way from AA to BB.
  • Apply the same ratio separately to the xx-coordinates and the yy-coordinates.
  • A common error is to weight a point by the segment next to it instead of the opposite segment.

Tier 1 · Easy

  1. 1. Work out the midpoint of the line segment joining A(2,5)A(-2,5) to B(6,1)B(6,1).[2 marks]

    Answer

    • (2,3)(2,3)

    Method: Average the coordinates: x=2+62=2x=\frac{-2+6}{2}=2 and y=5+12=3y=\frac{5+1}{2}=3. The midpoint is (2,3)(2,3).

Tier 2 · Standard

  1. 1. Point PP divides the segment from A(4,1)A(-4,1) to B(11,16)B(11,16) in the ratio AP:PB=2:3AP:PB=2:3. Find the coordinates of PP.[3 marks]

    Answer

    • P=(2,7)P=(2,7)

    Method: The vector from AA to BB is (15,15)(15,15). Since APAP is 25\frac{2}{5} of ABAB, add 25(15,15)=(6,6)\frac{2}{5}(15,15)=(6,6) to AA. This gives P=(4,1)+(6,6)=(2,7)P=(-4,1)+(6,6)=(2,7).

Tier 3 · Hard

  1. 1. Point P(3,4)P(3,-4) divides A(6,5)A(-6,5) to B(k,7)B(k,-7) in the ratio AP:PB=3:1AP:PB=3:1. Find kk and then find the midpoint of ABAB.[4 marks]

    Answer

    • k=6k=6
    • Midpoint of ABAB is (0,1)(0,-1)

    Method: For AP:PB=3:1AP:PB=3:1, P=A+3B4P=\frac{A+3B}{4}. Using the xx-coordinate, 3=6+3k43=\frac{-6+3k}{4}, so 12=6+3k12=-6+3k and k=6k=6. Thus B=(6,7)B=(6,-7). The midpoint is (6+62,5+(7)2)=(0,1)(\frac{-6+6}{2},\frac{5+(-7)}{2})=(0,-1).

CG5 · The equation of a straight line: y = mx + c and y - y1 = m(x - x1) and other forms, including interpretation of the gradient and y-intercept

  • In y=mx+cy=mx+c, mm is the gradient and (0,c)(0,c) is the yy-intercept.
  • A line of gradient mm through (x1,y1)(x_1,y_1) can be written as yy1=m(xx1)y-y_1=m(x-x_1).
  • When two points are given, first calculate the gradient and then substitute one point into a line equation.
  • Check a final equation by substituting a known point; a common error is a sign mistake when expanding brackets.

Tier 1 · Easy

  1. 1. State the gradient and the yy-intercept of the line y=3x4y=3x-4.[2 marks]

    Answer

    • Gradient =3=3
    • yy-intercept =(0,4)=(0,-4)

    Method: Compare y=3x4y=3x-4 with y=mx+cy=mx+c. Therefore m=3m=3 and c=4c=-4, so the line crosses the yy-axis at (0,4)(0,-4).

Tier 2 · Standard

  1. 1. Work out the equation of the line with gradient 44 that passes through (2,1)(2,-1). Give your answer as y=mx+cy=mx+c.[3 marks]

    Answer

    • y=4x9y=4x-9

    Method: Use point-gradient form: y(1)=4(x2)y-(-1)=4(x-2). Hence y+1=4x8y+1=4x-8, so y=4x9y=4x-9.

Tier 3 · Hard

  1. 1. A straight line passes through A(2,5)A(-2,5) and B(4,7)B(4,-7). Find its equation in the form ax+by=cax+by=c and find its xx-intercept.[4 marks]

    Answer

    • 2x+y=12x+y=1
    • xx-intercept =(12,0)=(\frac{1}{2},0)

    Method: The gradient is 754(2)=126=2\frac{-7-5}{4-(-2)}=\frac{-12}{6}=-2. Through AA, y5=2(x+2)y-5=-2(x+2), so y=2x+1y=-2x+1 and hence 2x+y=12x+y=1. At the xx-intercept y=0y=0, giving 2x=12x=1 and x=12x=\frac{1}{2}.

CG6 · Draw a straight line from given information

  • Two distinct points determine a straight line, although a third point is useful as a check.
  • For y=mx+cy=mx+c, plot (0,c)(0,c) and use the gradient to find another point.
  • For an equation such as ax+by=cax+by=c, rearrange it or calculate convenient coordinate pairs.
  • Use a ruler and extend the line across the full stated interval; do not join plotted points with separate short segments.

Tier 1 · Easy

  1. 1. On coordinate axes, draw y=2x+1y=2x+1 for 1x2-1\leq x\leq2.[2 marks]

    Answer

    • The straight line segment through (1,1)(-1,-1), (0,1)(0,1), (1,3)(1,3) and (2,5)(2,5)

    Method: Substitute x=1,0,1,2x=-1,0,1,2 to obtain y=1,1,3,5y=-1,1,3,5. Plot the points and join them with one straight line segment over the stated interval.

Tier 2 · Standard

  1. 1. On coordinate axes, draw 2x+3y=62x+3y=6 for 3x3-3\leq x\leq3.[3 marks]

    Answer

    • The straight line segment through (3,4)(-3,4), (0,2)(0,2) and (3,0)(3,0)

    Method: Rearrange to y=223xy=2-\frac{2}{3}x. Substitution gives the convenient points (3,4)(-3,4), (0,2)(0,2) and (3,0)(3,0). Plot them and draw one straight line through them across the interval.

Tier 3 · Hard

  1. 1. A line passes through (2,5)(-2,5) and is perpendicular to y=12x1y=\frac{1}{2}x-1. Draw this line for 1x3-1\leq x\leq3.[4 marks]

    Answer

    • The line segment y=2x+1y=-2x+1 from (1,3)(-1,3) to (3,5)(3,-5)

    Method: The given gradient is 12\frac{1}{2}, so the perpendicular gradient is 2-2. Through (2,5)(-2,5), y5=2(x+2)y-5=-2(x+2), giving y=2x+1y=-2x+1. Plot points such as (1,3)(-1,3), (0,1)(0,1) and (3,5)(3,-5), then draw the straight segment.

CG7 · Understand that x^2 + y^2 = r^2 is the equation of a circle with centre (0, 0) and radius r; application of circle geometry facts

  • The circle x2+y2=r2x^2+y^2=r^2 has centre (0,0)(0,0) and radius rr.
  • A point lies on the circle when its coordinates satisfy the equation exactly.
  • Every radius has length rr, and a radius is perpendicular to the tangent at its endpoint.
  • A common error is to quote r2r^2 as the radius instead of taking its positive square root.

Tier 1 · Easy

  1. 1. State the centre and radius of the circle x2+y2=49x^2+y^2=49.[2 marks]

    Answer

    • Centre =(0,0)=(0,0)
    • Radius =7=7

    Method: Compare with x2+y2=r2x^2+y^2=r^2. Here r2=49r^2=49, so the centre is (0,0)(0,0) and the positive radius is r=7r=7.

Tier 2 · Standard

  1. 1. Point P(6,y)P(6,y) lies on x2+y2=100x^2+y^2=100 and y>0y>0. Find yy.[2 marks]

    Answer

    • y=8y=8

    Method: Substitute x=6x=6: 62+y2=1006^2+y^2=100, so y2=64y^2=64 and y=±8y=\pm8. Since y>0y>0, y=8y=8.

Tier 3 · Hard

  1. 1. On x2+y2=100x^2+y^2=100, take A(6,8)A(6,8) and B(8,6)B(-8,6), with centre OO. Show that angle AOBAOB is 9090^\circ, and calculate the area of triangle AOBAOB.[4 marks]

    Answer

    • AOB=90\angle AOB=90^\circ
    • Area of triangle AOB=50AOB=50

    Method: The gradient of OAOA is 86=43\frac{8}{6}=\frac{4}{3} and the gradient of OBOB is 68=34\frac{6}{-8}=-\frac{3}{4}. Their product is 1-1, so OAOBOA\perp OB and AOB=90\angle AOB=90^\circ. Both are radii of length 1010, so the area is 12×10×10=50\frac{1}{2}\times10\times10=50.

CG8 · Understand that (x - a)^2 + (y - b)^2 = r^2 is the equation of a circle with centre (a, b) and radius r

  • The circle (xa)2+(yb)2=r2(x-a)^2+(y-b)^2=r^2 has centre (a,b)(a,b) and radius rr.
  • The signs inside the brackets are opposite to the signs of the centre coordinates.
  • Find r2r^2 by substituting a known point or by using the squared distance from the centre.
  • If the endpoints of a diameter are known, their midpoint is the centre and half their distance is the radius.

Tier 1 · Easy

  1. 1. State the centre and radius of (x3)2+(y+2)2=25(x-3)^2+(y+2)^2=25.[2 marks]

    Answer

    • Centre =(3,2)=(3,-2)
    • Radius =5=5

    Method: Write y+2y+2 as y(2)y-(-2). Comparing with (xa)2+(yb)2=r2(x-a)^2+(y-b)^2=r^2 gives centre (3,2)(3,-2) and radius 25=5\sqrt{25}=5.

Tier 2 · Standard

  1. 1. A circle has centre (4,1)(-4,1) and passes through (2,9)(2,9). Find its equation.[3 marks]

    Answer

    • (x+4)2+(y1)2=100(x+4)^2+(y-1)^2=100

    Method: The squared radius is the squared distance from (4,1)(-4,1) to (2,9)(2,9): r2=(2+4)2+(91)2=62+82=100r^2=(2+4)^2+(9-1)^2=6^2+8^2=100. Insert the centre and r2r^2 into the circle equation.

Tier 3 · Hard

  1. 1. The endpoints of a diameter of a circle are A(3,5)A(-3,5) and B(7,1)B(7,-1). Find the equation of the circle.[4 marks]

    Answer

    • (x2)2+(y2)2=34(x-2)^2+(y-2)^2=34

    Method: The centre is the midpoint: (3+72,5+(1)2)=(2,2)(\frac{-3+7}{2},\frac{5+(-1)}{2})=(2,2). The diameter has squared length 102+(6)2=13610^2+(-6)^2=136, so r2=1364=34r^2=\frac{136}{4}=34. Hence the equation is (x2)2+(y2)2=34(x-2)^2+(y-2)^2=34.

CG9 · The equation of a tangent at a point on a circle

  • The tangent to a circle is perpendicular to the radius at the point of contact.
  • For a non-axis-aligned radius, find its gradient and take the negative reciprocal to obtain the tangent gradient.
  • A vertical radius has a horizontal tangent, while a horizontal radius has a vertical tangent.
  • Use the point of contact in yy1=m(xx1)y-y_1=m(x-x_1) to form the tangent equation.
  • A common error is to use the radius gradient unchanged, producing the radius line rather than the tangent.

Tier 1 · Easy

  1. 1. The point (3,4)(3,4) lies on x2+y2=25x^2+y^2=25. Find the gradient of the tangent there.[2 marks]

    Answer

    • Tangent gradient =34=-\frac{3}{4}

    Method: The radius from (0,0)(0,0) to (3,4)(3,4) has gradient 43\frac{4}{3}. The tangent is perpendicular, so its gradient is the negative reciprocal, 34-\frac{3}{4}.

Tier 2 · Standard

  1. 1. Work out the equation of the tangent to x2+y2=65x^2+y^2=65 at (1,8)(1,8).[3 marks]

    Answer

    • x+8y=65x+8y=65

    Method: The radius gradient is 81=8\frac{8}{1}=8, so the tangent gradient is 18-\frac{1}{8}. Thus y8=18(x1)y-8=-\frac{1}{8}(x-1). Multiplying by 88 and rearranging gives x+8y=65x+8y=65.

Tier 3 · Hard

  1. 1. The tangent to (x2)2+(y+3)2=100(x-2)^2+(y+3)^2=100 at P(8,5)P(8,5) meets the yy-axis at QQ. Find the coordinates of QQ.[4 marks]

    Answer

    • Q=(0,11)Q=(0,11)

    Method: The centre is (2,3)(2,-3). The radius to PP has gradient 5(3)82=86=43\frac{5-(-3)}{8-2}=\frac{8}{6}=\frac{4}{3}, so the tangent gradient is 34-\frac{3}{4}. Its equation is y5=34(x8)y-5=-\frac{3}{4}(x-8), or y=34x+11y=-\frac{3}{4}x+11. At the yy-axis x=0x=0, so Q=(0,11)Q=(0,11).