72 total
By the end of this topic, you should be able to:
Before we begin, let's make sure we understand coordinates. A coordinate is a pair of numbers that tells us the exact position of a point on a grid (called a coordinate plane). We write coordinates in brackets like this: (x, y).
For example, the point A(3, 4) means:
When we have two points, like A(3, 4) and B(5, 8), we can join them with a straight line. This straight line is called a line segment.
The length of a line segment is simply how long the line is between two points. We also call this the distance between the two points.
To find this distance, we use a special formula called the Distance Formula.
If we have two points:
The distance between them is:
Distance = √[(x₂ - x₁)² + (y₂ - y₁)²]
This formula comes from something you might have learned called Pythagoras' theorem (the rule about right-angled triangles).
Let's break this down into simple steps:
Step 1: Write down the coordinates of both points clearly
Step 2: Find the difference in x-coordinates
Step 3: Find the difference in y-coordinates
Step 4: Square both differences
Step 5: Add the two squared values together
Step 6: Find the square root of your answer
Question: Find the distance between point A(3, 4) and point B(5, 8).
Solution:
Step 1: Identify the coordinates
Step 2: Find the difference in x-coordinates
Step 3: Find the difference in y-coordinates
Step 4: Square both differences
Step 5: Add them together
Step 6: Find the square root
Answer: The distance between A and B is √20 or approximately 4.472 units.
Question: Find the distance between point C(-2, 1) and point D(3, -4).
Solution:
Step 1: Identify the coordinates
Step 2: Find the difference in x-coordinates
Step 3: Find the difference in y-coordinates
Step 4: Square both differences
Step 5: Add them together
Step 6: Find the square root
Answer: The distance between C and D is √50 or approximately 7.071 units.
Sign in to view full notes