๐ CBSE Class 9 Mathematics ยท 2026โ27 New Syllabus
Coordinate Geometry
A complete visual guide โ Cartesian plane, Distance Formula, Midpoint Formula & Collinearity. Fully illustrated with step-by-step solutions & 50 practice questions.
๐ Chapter 1 ยท 8 Marks
Cartesian Plane
โ Distance Formula โ New
โ Midpoint Formula โ New
Collinearity
6 Worked Examples
50 Practice Qs
Section 1.1
The Cartesian Plane
Named after Renรฉ Descartes (1596โ1650), the Cartesian system gives every point on a flat surface a unique address using two numbers. It is the foundation of coordinate geometry.
๐บ๏ธ How the plane is built
Two number lines called axes are drawn at right angles to each other. The horizontal one is the x-axis and the vertical one is the y-axis. They meet at a special point called the origin O(0, 0). Every point on the plane gets a unique address called its coordinates (x, y).
X-axis
โ
Horizontal number line. Positive direction โ right, negative โ left.
Y-axis
โ
Vertical number line. Positive direction โ up, negative โ down.
Origin
(0, 0)
Where x-axis and y-axis intersect. Distance from itself is 0.
Abscissa (x)
x
Horizontal distance from the y-axis. The first coordinate.
Ordinate (y)
y
Vertical distance from the x-axis. The second coordinate.
Coordinates
(x, y)
Ordered pair โ x always first, y second. Order matters!
Fully labelled Cartesian plane โ 4 sample points (one in each quadrant), plus points E on x-axis and F on y-axis
โ ๏ธ
Common Error: (3, 2) and (2, 3) are different points! The x-coordinate always comes first. Never swap them.
Section 1.2
The Four Quadrants
The two axes divide the plane into four regions. Learning their sign pattern is essential โ many exam questions test just this.
Quadrant
Location
Sign of x
Sign of y
Example
Memory Aid
I
Top-Right
+
+
(4, 3)
Both positive โโ
II
Top-Left
โ
+
(โ3, 2)
Left side, above x-axis
III
Bottom-Left
โ
โ
(โ2, โ2)
Both negative โโ
IV
Bottom-Right
+
โ
(3, โ3)
Right side, below x-axis
๐ Special Positions โ Points on Axes
โข A point on the x-axis has ordinate = 0 โ form is (x, 0). Example: (3, 0), (โ5, 0)
โข A point on the y-axis has abscissa = 0 โ form is (0, y). Example: (0, 4), (0, โ2)
โข The origin (0, 0) lies on both axes. It does NOT belong to any quadrant.
Sign of coordinates in each quadrant โ the most frequently tested basic concept
Section 1.3
Plotting Points โ Step by Step
Every plotting problem follows the same four-step routine. Master this once and it works for every point.
Illustrated Method
Plot P(โ3, 4) โ which quadrant does it lie in?
1
Read the coordinates. x = โ3 (negative โ move LEFT), y = 4 (positive โ move UP).
2
Start at origin O(0, 0).
3
Move along x-axis. x = โ3 โ move 3 units LEFT to reach (โ3, 0).
4
Move parallel to y-axis. y = 4 โ move 4 units UP from (โ3, 0).
5
Mark and label the point. Write P(โ3, 4) next to the dot.
P(โ3, 4) lies in Quadrant II โ because x is negative and y is positive.
๐
CBSE Exam Tip: Always draw dashed lines from the point to both axes and label each point clearly. This earns full method marks even if you miscount slightly.
Section 1.4 NEW 2026-27
Distance Formula
This formula was previously in Class 10 and is now part of Class 9 (2026-27). It finds the straight-line distance between any two points using the Pythagorean Theorem.
๐ Where does the formula come from?
Consider two points Pโ(xโ, yโ) and Pโ(xโ, yโ). Draw a right-angled triangle by adding a third point R(xโ, yโ).
Square both differences:
(โ4)ยฒ = 16 and (โ3)ยฒ = 9 ๐ก Squaring removes the negative sign โ both become positive.
4
Add the squares:
16 + 9 = 25
5
Take the square root:
d = โ25 = 5 units
AB = 5 units
Example 2
Show that A(0, 0), B(4, 0), C(0, 3) form a right triangle. Find the hypotenuse. [3 Marks]
1
Calculate AB:
AB = โ[(4โ0)ยฒ+(0โ0)ยฒ] = โ[16+0] = 4 units
2
Calculate AC:
AC = โ[(0โ0)ยฒ+(3โ0)ยฒ] = โ[0+9] = 3 units
3
Calculate BC (suspected hypotenuse):
BC = โ[(0โ4)ยฒ+(3โ0)ยฒ] = โ[16+9] = โ25 = 5 units
4
Verify Pythagoras:
ABยฒ + ACยฒ = 4ยฒ + 3ยฒ = 16 + 9 = 25 = BCยฒ โ Right angle is at A(0,0)
Triangle ABC is right-angled at A. Hypotenuse BC = 5 units.
๐ก
Surd Tip: Always simplify your answer. โ8 = 2โ2, โ12 = 2โ3, โ18 = 3โ2, โ20 = 2โ5. CBSE deducts marks for leaving surds unsimplified.
Section 1.5 NEW 2026-27
Midpoint Formula
The midpoint M of a segment is the point exactly halfway between the two endpoints. Its coordinates are the averages of the endpoints' coordinates.
๐ Midpoint Formula
M = ( (xโ + xโ) / 2 , (yโ + yโ) / 2 )
M is equidistant from both endpoints: MPโ = MPโ = ยฝ ร PโPโ Reverse โ finding an endpoint: if M and Pโ are known โ xโ = 2ยทMx โ xโ and yโ = 2ยทMy โ yโ
Example 3
Find the midpoint of the segment joining P(โ4, 6) and Q(8, โ2). [2 Marks]
The midpoint of segment AB is M(3, โ1). If A = (1, 5), find B. [2 Marks]
1
Let B = (x, y). Apply the midpoint formula with M = (3, โ1) and A = (1, 5).
2
For x-coordinate:
(1 + x) / 2 = 3
1 + x = 6 โ x = 5
3
For y-coordinate:
(5 + y) / 2 = โ1
5 + y = โ2 โ y = โ7
B = (5, โ7)
โ ๏ธ
Common Mistake: Forgetting to divide by 2. The midpoint is the average, not the sum. Always write the รท 2 explicitly in your working.
Section 1.6
Collinearity of Three Points
Three points are collinear if they all lie on a single straight line. Use distances to check.
๐ Condition for Collinearity
Three points A, B, C are collinear if and only if: AB + BC = AC
where AC is the largest of the three distances. If this equation holds, B lies between A and C on a line. If it does NOT hold, the three points form a triangle.
Example 5
Show that A(1, 1), B(2, 2), C(3, 3) are collinear. [3 Marks]
1
Find AB:
AB = โ[(2โ1)ยฒ+(2โ1)ยฒ] = โ[1+1] = โ2
2
Find BC:
BC = โ[(3โ2)ยฒ+(3โ2)ยฒ] = โ[1+1] = โ2
3
Find AC (longest):
AC = โ[(3โ1)ยฒ+(3โ1)ยฒ] = โ[4+4] = โ8 = 2โ2
4
Check collinearity:
AB + BC = โ2 + โ2 = 2โ2 = AC โ ๐ก All three points lie on the line y = x.
A, B, C are collinear. They all lie on the line y = x.
NCERT Style ยท CBSE Pattern
Advanced Worked Examples
These examples combine multiple concepts and mirror the kind of 3โ5 mark CBSE exam questions.
Example 6
Identify the type of triangle with vertices A(0,0), B(4,0), C(2, 2โ3). [3 Marks]
1
Find AB:
AB = โ[(4โ0)ยฒ+(0โ0)ยฒ] = โ16 = 4
Conclusion: AB = CD and BC = DA (opposite sides equal). Diagonals AC โ BD (not equal). This is a Rhombus (parallelogram with equal opposite sides, unequal diagonals)
Quick Reference
Formula & Fact Sheet
Everything you need to revise in 5 minutes before the exam.
Concept
Formula / Rule
Notes
Distance between two points
d = โ[(xโโxโ)ยฒ+(yโโyโ)ยฒ]
Derived from Pythagoras
Distance from origin
OP = โ(xยฒ+yยฒ)
Set xโ=0, yโ=0
Midpoint
M = ((xโ+xโ)/2 , (yโ+yโ)/2)
Average of coordinates
Finding unknown endpoint
xโ = 2Mx โ xโ, yโ = 2My โ yโ
Reverse midpoint
Collinearity check
AB + BC = AC
AC must be the longest
Point on x-axis
(x, 0)
y is always 0
Point on y-axis
(0, y)
x is always 0
Quadrant I
(+, +)
Top-right
Quadrant II
(โ, +)
Top-left
Quadrant III
(โ, โ)
Bottom-left
Quadrant IV
(+, โ)
Bottom-right
Smart Study
10 Study Tips
Based on common CBSE exam patterns and the mistakes most students make.
1
x always comes first
(3,2) and (2,3) are different points. The first number is always horizontal (x). Never swap them.
2
Memorise quadrant signs
Q1:(+,+) Q2:(โ,+) Q3:(โ,โ) Q4:(+,โ). Think of a compass: North-East, North-West, South-West, South-East.
3
Negativeยฒ is always positive
In distance formula, (xโโxโ) can be negative. But squaring it always gives positive. Never worry about sign inside the square.