Grade 9

Grade 9Coordinate Geometry


Distance Formula


In mathematics, coordinate geometry (also called analytic geometry) is the study of geometry using a coordinate system. The distance formula is an important aspect of this field. This formula calculates the distance between two points in a coordinate plane.

Introduction to the distance formula

The distance formula is derived from the Pythagorean theorem. In a two-dimensional plane, any two points can be represented as coordinates, say (x1, y1) and (x2, y2). The distance d between these points is given by:

d = √((x2 - x1)² + (y2 - y1)²)

Visual example

Let us illustrate this with a diagram. Suppose we have two points, A and B, with coordinates A(1, 2) and B(4, 6). We can see the distance between these points by plotting them on a grid.

A(1,2) b(4,6)

The distance d between A(1, 2) and B(4, 6) can be calculated using the distance formula:

d = √((4 - 1)² + (6 - 2)²) = √(3² + 4²) = √(9 + 16) = √25 = 5

Step-by-step explanation of the formula

Let's break down the distance formula to understand each part of it. The formula can be broken down into these parts:

  • (x2 - x1): This represents the difference in the x-coordinates of two points. It shows how far apart the points are horizontally.
  • (y2 - y1): This represents the difference in the y-coordinates, which gives the vertical separation of the points.
  • Squaring each of these differences ((x2 - x1)² and (y2 - y1)²) ensures that the differences become positive and, in essence, the separations become equal regardless of direction.
  • Adding the classes together allows these independently calculated distances to jointly contribute to the overall distance.
  • The square root satisfies the Pythagorean Theorem, and converts the squared input into a linear measure of distance.

Practical example

Example 1

Consider two points C(3, 3) and D(7, 8). We are given the task of finding the distance between these points.

d = √((7 - 3)² + (8 - 3)²) = √((4)² + (5)²) = √(16 + 25) = √41

Example 2

As another example, find the distance between the points E(-1, -1) and F(3, 3).

d = √((3 - (-1))² + (3 - (-1))²) = √((3 + 1)² + (3 + 1)²) = √(4² + 4²) = √(16 + 16) = √32 = 4√2

Explorable examples

Let's consider another situation. What if both points are on the x-axis or the y-axis?

Example 3

Evaluate the distance between the points G(0, 0) and H(0, 5).

d = √((0 - 0)² + (5 - 0)²) = √(0 + 25) = √25 = 5

Understanding through etymology

As explained earlier, the distance formula in coordinate geometry is conceptually connected to the Pythagorean Theorem: in a right triangle, the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides. Imagine a scenario in which the x-axis and y-axis form the legs of a right triangle. In this case, the horizontal segment associated with the difference in the x-coordinate and the vertical segment associated with the difference in the y-coordinate form the legs of the triangle. The line connecting our two points would then serve as the hypotenuse of the triangle.

Visual diagram

(x1, y1) (x2, y2)

Challenging yourself

Example 4

Determine the distance between the points I(6, 7) and J(-2, 3).

d = √((-2 - 6)² + (3 - 7)²) = √((-8)² + (-4)²) = √(64 + 16) = √80 = 4√5

Example 5

Now, what about the points K(-3, 5) and L(4, -1)?

d = √((4 - (-3))² + (-1 - 5)²) = √((4 + 3)² + (-6)²) = √(7² + 6²) = √(49 + 36) = √85

Applications in real life

The distance formula is not just an abstract mathematical equation, but it has practical applications in real life. For example, in navigation systems or mapping services, this formula often has to be used to find the shortest path from one place to another. Moreover, in fields such as computer graphics, physics simulations, and even analyzing data trends, understanding the distance between points can provide valuable insights.

Conclusion

By now, you should have a full understanding of the distance formula and how it serves as a powerful tool in coordinate geometry. By deriving its meaning from the Pythagorean Theorem, it gives us a systematic way to calculate the separation between points on a plane. Whether used in mathematics or applied in real-world scenarios, mastering this formula opens the way for exploration into countless geometric calculations in both theory and practice.


Grade 9 → 3.3


U
username
0%
completed in Grade 9


Comments