Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Coordinates represent positions on a 2D plane as (x, y).
The Gradient (m) measures the steepness of a line, defined as the 'rise over run'.
The Midpoint is the central point of a line segment, found by averaging the x and y coordinates of the endpoints.
The Length (Distance) of a line segment is calculated using Pythagoras' Theorem.
Parallel lines have the same gradient ().
Perpendicular lines have gradients that are negative reciprocals ().
📐Formulae
Gradient:
Midpoint:
Length:
Equation of a straight line:
💡Examples
Problem 1:
Find the gradient, midpoint, and length of the line segment joining points and .
Solution:
Gradient: . Midpoint: . Length: units.
Explanation:
To find the gradient, subtract the y-coordinates and divide by the difference in x-coordinates. For the midpoint, find the average of the x and y values. For the length, apply the distance formula derived from Pythagoras' theorem.
Problem 2:
The line joining and has a gradient of . Find the value of .
Solution:
.
Explanation:
Substitute the known coordinates and the given gradient into the gradient formula. Solve the resulting linear equation for the unknown variable .
Problem 3:
Given point and midpoint , find the coordinates of point .
Solution:
; . Point is .
Explanation:
Since the midpoint is the average of the endpoints, set up two separate equations (one for x and one for y) and solve for the missing endpoint coordinates.