Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The Cartesian Plane: A 2D coordinate system defined by a horizontal x-axis and a vertical y-axis that intersect at the origin . Any point is described by an ordered pair , representing its horizontal and vertical displacement from the origin.
Distance between Two Points: This represents the length of the straight line segment connecting points and . Visually, this creates a right-angled triangle where the distance is the hypotenuse, and the legs are the horizontal change and vertical change .
Midpoint of a Segment: The midpoint is the exact center point of a line segment. Conceptually, it is the 'average' of the coordinates; visually, it lies halfway along the line connecting the two endpoints, dividing the segment into two equal lengths.
Gradient (Slope): The gradient measures the steepness and direction of a line. It is defined as the 'rise over run'. Visually, a positive gradient slopes upwards from left to right, a negative gradient slopes downwards, a horizontal line has a gradient of , and a vertical line has an undefined gradient.
Parallel Lines: Two lines are parallel if they have the same gradient (). Visually, these lines move in the same direction and will never intersect, maintaining a constant distance between each other regardless of how far they are extended.
Perpendicular Lines: Two lines are perpendicular if they intersect at a right angle (). Their gradients are negative reciprocals of each other, meaning . Visually, one line is rotated relative to the other.
Collinear Points: Three or more points are said to be collinear if they all lie on the same straight line. This can be verified by checking if the gradient between any two pairs of these points is identical.
📐Formulae
Distance Formula:
Midpoint Formula:
Gradient Formula:
Gradient-Intercept form of a line:
Point-Gradient form of a line:
Parallel Lines Condition:
Perpendicular Lines Condition: or
💡Examples
Problem 1:
Given two points and , calculate the distance between them and the coordinates of the midpoint of segment .
Solution:
- To find the distance: .
- To find the midpoint: .
Explanation:
We use the distance formula derived from Pythagoras' theorem and the midpoint formula to find the average of the and coordinates.
Problem 2:
Find the equation of the line that passes through the point and is perpendicular to a line with gradient .
Solution:
- Identify the gradient of the perpendicular line: .
- Use the point-gradient formula with point and : .
Explanation:
First, we find the perpendicular gradient by taking the negative reciprocal. Then, we substitute the gradient and the given coordinates into the point-gradient equation to solve for the final linear equation.