Pythagorean Basis for Distance: The distance between two points is derived from Pythagoras' Theorem (). By treating the horizontal change () and vertical change () as the legs of a right-angled triangle, the line segment itself becomes the hypotenuse.
Arithmetic Mean for Midpoints: The midpoint of a segment represents the average position of its endpoints. Mathematically, this is achieved by calculating the arithmetic mean of the -coordinates and the -coordinates separately.
Ratio of Change (Gradient): The gradient measures the steepness of a line as a constant ratio. It represents how many units the -value changes for every one unit of change in the -value, maintaining a linear relationship throughout the segment.
| Feature | Distance | Gradient | Midpoint |
|---|---|---|---|
| Result Type | Scalar (Magnitude) | Scalar (Ratio/Slope) | Coordinate (Point) |
| Formula Basis | Pythagoras' Theorem | Arithmetic Average | |
| Units | Linear units (e.g., cm) | Dimensionless ratio | pair |
Line vs. Line Segment: A line is an infinite set of points defined by an equation like , whereas a line segment is a finite portion of that line defined by two specific endpoints.
Horizontal vs. Vertical Lines: Horizontal lines have a gradient of because . Vertical lines have an undefined gradient because , leading to division by zero.
Maintain Exact Values: When calculating distances, keep the value in surd form (e.g., ) for as long as possible. Rounding to decimals early in a multi-step problem leads to significant cumulative errors.
The Sketch Check: Always draw a quick sketch of the points. If your calculated midpoint doesn't look like it's in the middle, or your gradient is positive when the sketch slopes down, you have likely made a sign error.
Coordinate Consistency: When using the gradient or distance formulas, ensure you subtract in the same order for both and . If you start with for the subtraction, you must also start with for the subtraction.
Sanity Check for Midpoints: The midpoint coordinates must always lie between the values of the endpoints. If your midpoint -value is larger than both endpoint -values, check your addition and division.
Subtraction Sign Errors: A common mistake is failing to handle negative coordinates correctly (e.g., becomes ). Always use parentheses when substituting negative values into formulas.
Swapping X and Y: Students often accidentally put the change in over the change in when calculating gradient. Remember the phrase "Rise over Run" to keep on top.
Squaring Negatives: In the distance formula, is always non-negative. A common error is writing on a calculator instead of .