📚 EduGen Library
Zambia Library / Teaching Notes

teaching-notes — Mathematics (Coordinate Geometry)

MathematicsGrade 11Teaching Notes
TOPIC: COORDINATE GEOMETRY SUBTOPICS: Length of a straight line between two points, The mid-point of two points SPECIFIC OUTCOMES: 1. Calculate the length of a straight line 2. Calculate the mid-point of two points INTRODUCTION Coordinate geometry is a branch of mathematics that uses a coordinate system to study geometry. It allows us to represent geometric shapes and figures using algebraic equations, making it easier to analyse their properties. In this topic, we will learn how to determine the distance between any two points and find the exact middle point of a line segment in a two-dimensional plane. CORE CONCEPTS LENGTH OF A STRAIGHT LINE BETWEEN TWO POINTS The length of a straight line segment connecting two points on a coordinate plane is also known as the distance between those two points. To calculate this distance, we use the distance formula, which is derived from the Pythagorean theorem. A Cartesian coordinate system (or rectangular coordinate system) is a system that specifies each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances to the point from two fixed perpendicular directed lines, measured in the same unit of length. These reference lines are called the x-axis and y-axis. Consider two points, P1 with coordinates (x1, y1) and P2 with coordinates (x2, y2). The horizontal distance between these points is |x2x1|, and the vertical distance is |y2y1|. These form the two shorter sides of a right-angled triangle, with the line segment P1P2 as the hypotenuse.
ILLUSTRATION OF THE DISTANCE FORMULA

ILLUSTRATION OF THE DISTANCE FORMULA

The distance formula is given by:
Distance Formula
d = √((x2x1)2 + (y2y1)2)
Where:
d = distance between the two points
• (x1, y1) = coordinates of the first point
• (x2, y2) = coordinates of the second point

Figure: The distance formula for two points in a Cartesian plane

WORKED EXAMPLES Example 1: Calculate the distance between the points A(2, 3) and B(5, 7).
Solution
Given: P1(x1, y1) = (2, 3)   |   P2(x2, y2) = (5, 7)
Find: d = ?
Formula: d = √((x2x1)2 + (y2y1)2)
Substitute: d = √((5 − 2)2 + (7 − 3)2)
Calculate: d = √((3)2 + (4)2)
d = √(9 + 16)
d = √25
Answer: d = 5 units

Worked Example: Calculating the distance between two points

Example 2: Find the distance between the points C(−4, 1) and D(2, −7).
Solution
Given: P1(x1, y1) = (−4, 1)   |   P2(x2, y2) = (2, −7)
Find: d = ?
Formula: d = √((x2x1)2 + (y2y1)2)
Substitute: d = √((2 − (−4))2 + (−7 − 1)2)
Calculate: d = √((2 + 4)2 + (−8)2)
d = √((6)2 + 64)
d = √(36 + 64)
d = √100
Answer: d = 10 units

Worked Example: Calculating distance with negative coordinates

✅ Check Your Understanding

Pause here. Let learners attempt these before moving on.

1. State the formula used to calculate the length of a straight line segment between two points (x1, y1) and (x2, y2).
2. Calculate the distance between the points P(1, 4) and Q(7, −4).
3. True or False: When calculating the distance between two points, the order in which you subtract the coordinates (e.g., x2x1 vs. x1x2) affects the final distance. Justify your answer.
Answers
1. d = √((x2x1)2 + (y2y1)2)
2. Given: P1(1, 4), P2(7, −4)
Formula: d = √((x2x1)2 + (y2y1)2)
Substitute: d = √((7 − 1)2 + (−4 − 4)2)
Calculate: d = √((6)2 + (−8)2) = √(36 + 64) = √100
Answer: d = 10 units
3. False. The order of subtraction does not affect the final distance because the differences are squared. For example, (x2x1)2 is the same as (x1x2)2, as squaring a negative number results in a positive number. Common error: learners might think the sign of the difference matters after squaring.
THE MID-POINT OF TWO POINTS The mid-point of a line segment is the point that divides the segment into two equal parts. It is essentially the average of the coordinates of the two endpoints. Consider two points, P1 with coordinates (x1, y1) and P2 with coordinates (x2, y2). The coordinates of the mid-point M(x, y) are found by averaging the x-coordinates and averaging the y-coordinates.
ILLUSTRATION OF THE MIDPOINT FORMULA

ILLUSTRATION OF THE MIDPOINT FORMULA

The midpoint formula is given by:
Midpoint Formula
M = (x1 + x22, y1 + y22)
Where:
M = coordinates of the midpoint
• (x1, y1) = coordinates of the first point
• (x2, y2) = coordinates of the second point

Figure: The midpoint formula for a line segment

WORKED EXAMPLES Example 3: Find the midpoint of the line segment joining points A(2, 6) and B(8, 4).
Solution
Given: P1(x1, y1) = (2, 6)   |   P2(x2, y2) = (8, 4)
Find: Midpoint M = ?
Formula: M = (x1 + x22, y1 + y22)
Substitute: M = (2 + 82, 6 + 42)
Calculate: M = (102, 102)
Answer: M = (5, 5)

Worked Example: Calculating the midpoint of a line segment

Example 4: The midpoint of a line segment PQ is M(3, −2). If the coordinates of P are (1, 5), find the coordinates of Q.
Solution
Given: P(x1, y1) = (1, 5)   |   Midpoint M(x, y) = (3, −2)
Find: Coordinates of Q(x2, y2) = ?
Formula: x = x1 + x22    |    y = y1 + y22
Substitute (x): 3 = 1 + x22
6 = 1 + x2
x2 = 6 − 1
Substitute (y): −2 = 5 + y22
−4 = 5 + y2
y2 = −4 − 5
Answer: x2 = 5, y2 = −9   →   Q = (5, −9)

Worked Example: Finding an endpoint given the midpoint and other endpoint

✅ Check Your Understanding

Pause here. Let learners attempt these before moving on.

1. Define the term 'midpoint' in the context of coordinate geometry.
2. A line segment connects points X(−5, 8) and Y(3, −2). Calculate the coordinates of its midpoint.
3. A student calculates the midpoint of (2, 4) and (6, 8) as (4, 12). Identify the error in their calculation.
Answers
1. The midpoint of a line segment is the point that divides the segment into two equal parts.
2. Given: X(x1, y1) = (−5, 8), Y(x2, y2) = (3, −2)
Formula: M = (x1 + x22, y1 + y22)
Substitute: M = (−5 + 32, 8 + (−2)2)
Calculate: M = (−22, 62)
Answer: M = (−1, 3)
3. The error is in calculating the y-coordinate. The student added y1 and y2 correctly (4 + 8 = 12) but forgot to divide by 2. The correct y-coordinate should be 122 = 6. The correct midpoint is (4, 6).
SUMMARY • The distance formula is used to find the length of a straight line segment between two points (x1, y1) and (x2, y2) on a coordinate plane: d = √((x2x1)2 + (y2y1)2). • The midpoint formula is used to find the coordinates of the point that lies exactly halfway between two points (x1, y1) and (x2, y2): M = (x1 + x22, y1 + y22). • Both formulas are fundamental tools in coordinate geometry for analysing geometric properties of lines and shapes. ASSESSMENT QUESTIONS 1. Calculate the distance between the points A(−3, 5) and B(9, 10). (3 marks) 2. Find the midpoint of the line segment joining C(0, −6) and D(4, 2). (2 marks) 3. The distance between two points P(k, 2) and Q(4, 6) is 5 units. Find the possible values of k. (4 marks) 4. If M(5, 1) is the midpoint of the line segment RS, and the coordinates of R are (2, −3), find the coordinates of S. (3 marks) 5. A triangle has vertices at X(1, 1), Y(4, 1), and Z(1, 5). (a) Calculate the length of each side of the triangle (XY, YZ, and ZX). (6 marks) (b) Find the midpoint of the side YZ. (2 marks) COMMON DIFFICULTIES & MISCONCEPTIONS • Sign Errors: Students often make mistakes with negative signs, especially when subtracting negative coordinates (e.g., 2 − (−4) should be 2 + 4). • Order of Operations: For the distance formula, it's crucial to perform subtraction first, then square, then add, and finally take the square root. Squaring before subtracting is a common error. • Forgetting to Divide by 2 (Midpoint): A frequent mistake is to add the coordinates for the midpoint but forget to divide by 2, especially for the y-coordinate. • Confusing Formulas: Sometimes students mix up the distance and midpoint formulas. It's important to remember that distance involves squaring differences and taking a square root, while midpoint involves averaging. • Incorrect Squaring of Negative Numbers: Students may incorrectly write (−3)2 as −9 instead of 9. Remind them that squaring any real number (positive or negative) results in a non-negative number. • Algebraic Errors when Rearranging: When finding an endpoint given the midpoint and the other endpoint, students can make algebraic errors when rearranging the midpoint formula. QUICK REFERENCE SUMMARY
Key Formulas: Coordinate Geometry
Distance Formula d = √((x2x1)2 + (y2y1)2)
Midpoint Formula M = (x1 + x22, y1 + y22)
(x1, y1) = coordinates of the first point  |  (x2, y2) = coordinates of the second point

Figure: Summary of key formulas in coordinate geometry

Want to create your own resources?

Sign up to generate lesson plans, study notes, tests and other CBC and OBC curriculum resources.

Sign Up Free