Coordinate Geometry Basics Explained
Coordinate geometry, also called analytic geometry, lets us study shapes and points using numbers on the Cartesian plane. It is a high-scoring topic in CBSE and ICSE exams and a foundation for JEE. This article explains the four core tools every beginner needs: the distance formula, the midpoint formula, slope, and the section formula.
The Cartesian plane
Every point is written as an ordered pair (x, y). The x-coordinate gives horizontal position and the y-coordinate gives vertical position. The two number lines meet at the origin (0, 0). With just coordinates, we can measure lengths, find centres and describe lines.
Distance formula
The distance between two points (x₁, y₁) and (x₂, y₂) is:
- d = √[(x₂ − x₁)² + (y₂ − y₁)²]
This formula comes directly from the Pythagoras theorem, treating the horizontal and vertical gaps as the two legs of a right triangle. For example, the distance between (1, 2) and (4, 6) is √[(4−1)² + (6−2)²] = √(9 + 16) = √25 = 5 units.
Midpoint formula
The midpoint of the segment joining (x₁, y₁) and (x₂, y₂) is found by averaging the coordinates:
- M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
For example, the midpoint of (2, 3) and (8, 7) is ((2+8)/2, (3+7)/2) = (5, 5).
Slope of a line
Slope measures how steep a line is. For two points on the line it is the change in y divided by the change in x:
- m = (y₂ − y₁) ÷ (x₂ − x₁)
For points (1, 2) and (4, 8), slope m = (8 − 2)/(4 − 1) = 6/3 = 2. A positive slope rises left to right, a negative slope falls, a horizontal line has slope 0, and a vertical line has undefined slope.
Section formula
The section formula finds a point that divides a segment in a given ratio m:n. The dividing point is:
- P = ((mx₂ + nx₁)/(m + n), (my₂ + ny₁)/(m + n))
Example: find the point dividing the join of (1, 2) and (4, 5) in the ratio 2:1. Here m = 2, n = 1, so the x-coordinate = (2×4 + 1×1)/(2+1) = 9/3 = 3, and the y-coordinate = (2×5 + 1×2)/3 = 12/3 = 4. The point is (3, 4). When the ratio is 1:1, this reduces to the midpoint formula.
Why it matters
These four formulas let you prove that figures are squares, parallelograms or collinear points, which are common board questions in Class 10 Maths. They also lead into straight lines and conics studied in Class 11 Maths and JEE Maths.
Frequently asked questions
Is the distance formula related to the Pythagoras theorem?
Yes. The horizontal and vertical differences form the two legs of a right triangle, and the distance is the hypotenuse. The distance formula is simply the Pythagoras theorem applied on the coordinate plane.
What does an undefined slope mean?
An undefined slope belongs to a vertical line. Here the change in x is zero, so dividing by zero is not defined. Such a line has an equation of the form x = constant.
When does the section formula give the midpoint?
When the ratio is 1:1, the point divides the segment into two equal halves, and the section formula reduces exactly to the midpoint formula.