Distance, Midpoint, and Gradient in Geometry
In coordinate geometry, we often work with two points, say A(x₁, y₁) and B(x₂, y₂). To calculate the distance between these points, we use the formula:
Distance (d) = √[(x₂ - x₁)² + (y₂ - y₁)²].
Next, to find the midpoint M of the line segment joining A and B, we use:
Midpoint (M) = ((x₁ + x₂)/2, (y₁ + y₂)/2).
Lastly, the gradient (m) of the line through these points is calculated as:
Gradient (m) = (y₂ - y₁) / (x₂ - x₁).
These formulas are essential for solving various geometry problems effectively.
Key points to remember
- Distance formula is derived from the Pythagorean theorem.
- Midpoint averages the x and y coordinates of two points.
- Gradient measures the slope of the line between two points.
- Distance is always a positive value.
- Gradient can be positive, negative, or zero.
Worked example
Calculate the distance, midpoint, and gradient between points A(2, 3) and B(5, 7).
Distance = √[(5 - 2)² + (7 - 3)²] = √[9 + 16] = √25 = 5.
Midpoint = ((2 + 5)/2, (3 + 7)/2) = (3.5, 5).
Gradient = (7 - 3) / (5 - 2) = 4 / 3.