Coordinate Geometry
Level: 2 (Recall — definitions, standard problems, short derivations) Time Limit: 30 minutes Total Marks: 40
Q1. State the quadrant in which each of the following points lies: , , . (3 marks)
Q2. Find the distance between the points and . (3 marks)
Q3. Find the coordinates of the midpoint of the segment joining and . (3 marks)
Q4. A point divides the join of and internally in the ratio . Find the coordinates of using the section formula. (4 marks)
Q5. Find the slope of the line passing through the points and , and state whether the line is increasing or decreasing. (4 marks)
Q6. Write the equation of the line with slope passing through the point . Then find its -intercept and -intercept. (5 marks)
Q7. Determine whether the lines and are parallel, perpendicular, or neither. Justify. (4 marks)
Q8. Find the perpendicular distance from the point to the line . (4 marks)
Q9. Find the area of the triangle whose vertices are , , and . Hence state whether the points are collinear. (5 marks)
Q10. Find the centre and radius of the circle . (5 marks)
End of paper.
Answer keyMark scheme & solutions
Q1. (3 marks)
- : → Quadrant II (1)
- : → Quadrant IV (1)
- : → Quadrant III (1)
Why: Sign combination of coordinates fixes the quadrant.
Q2. (3 marks) (setup, 1) (1) units (1)
Why: Distance formula from Pythagoras.
Q3. (3 marks) (setup, 1) (1) (1)
Why: Midpoint = average of coordinates.
Q4. (4 marks) Internal division, ratio , , . (formula, 1) (1) (1) (1)
Q5. (4 marks) (formula, 1) (1) (1) Since , the line is decreasing. (1)
Q6. (5 marks) Point-slope: (1) (1) y-intercept: set : → (1) x-intercept: set : → (1) Equation correct and both intercepts (1)
Q7. (4 marks) Slope of line 1: (1) Slope of line 2: (1) Slopes equal lines are parallel (1) (They are not the same line since intercepts differ.) (justification, 1)
Q8. (4 marks) (formula, 1) (1) (1) units (1)
Q9. (5 marks) Area (formula, 1) (1) (1) sq. units (1) Area → points are not collinear. (1)
Q10. (5 marks) General form: with (1) → Centre (2) Radius (1) units (1)
[
{"claim":"Q2 distance AB = 5","code":"result = sqrt((4-1)**2+(6-2)**2)==5"},
{"claim":"Q4 section point = (6,5)","code":"x=(2*8+1*2)/3; y=(2*7+1*1)/3; result = (x==6) and (y==5)"},
{"claim":"Q8 distance from point to line = 2","code":"result = Rational(abs(3*2+4*(-1)-12), sqrt(9+16))==2"},
{"claim":"Q9 triangle area = 11/2","code":"result = Rational(1,2)*abs(1*(2-5)+4*(5-1)+2*(1-2))==Rational(11,2)"},
{"claim":"Q10 centre (3,-2) radius 5","code":"g=-3; f=2; c=-12; result = (-g==3) and (-f==-2) and (sqrt(g**2+f**2-c)==5)"}
]