Courses

By rohit.pandey1
|
Updated on 22 Jul 2026, 14:44 IST
These Coordinate Geometry Class 10 Notes PDF cover the current CBSE and NCERT Chapter 7 syllabus. The main topics are the coordinate plane, distance formula, section formula for internal division and midpoint formula.
This guide also includes solved examples, common mistakes, Basic and Standard practice questions, a formula-selection guide and clear information about deleted or higher-class topics. Reviewed using the CBSE Class 10 Mathematics curriculum for 2026–27 and the current NCERT Coordinate Geometry chapter.
The official CBSE Class 10 syllabus includes a review of coordinate geometry, the distance formula and the section formula for internal division.
Students should be able to:
The Coordinate Geometry unit is assigned six marks in the CBSE Class 10 course structure for 2026–27. This does not guarantee one fixed six-mark question because the number and type of questions may vary.
The downloadable Coordinate Geometry notes should contain complete explanations, formulas, diagrams, solved examples, practice questions and answers without requiring registration.
Loading PDF...
NCERT’s rationalised-content list identifies the coordinate-based “Area of a Triangle” section as dropped content.
The current NCERT chapter teaches internal division and states that external division will be studied in higher classes.
Also Check: CBSE Class 10 Maths Syllabus | CBSE Class 8 Maths Notes
Coordinate geometry uses ordered pairs and algebra to locate points and study geometrical relationships on a plane.

A Cartesian plane is formed by two perpendicular number lines.
The axes divide the plane into four regions called quadrants.

JEE

NEET

Foundation JEE

Foundation NEET

CBSE
A point is written as an ordered pair: P(x, y).
The order matters. The points (2, 5) and (5, 2) are in different positions.
A useful order to remember is:
(+, +), (−, +), (−, −), (+, −)

Common mistake: A point on the x-axis does not have an x-coordinate of zero. Its y-coordinate is zero because its vertical distance from the x-axis is zero.
For a point P(x, y):
Absolute values are used because distance cannot be negative.
Example: For P(−6, 4):
Example: The reflection of (−3, 5) across the x-axis is (−3, −5).
The distance formula finds the straight-line distance between two points by using their horizontal and vertical coordinate differences.
For points P(x₁, y₁) and Q(x₂, y₂), the distance is:
PQ = √[(x₂ − x₁)² + (y₂ − y₁)²]
The horizontal and vertical differences between two points form the perpendicular sides of a right-angled triangle.
Horizontal change = x₂ − x₁
Vertical change = y₂ − y₁
Using Pythagoras’ theorem:
PQ² = (x₂ − x₁)² + (y₂ − y₁)²
Therefore:
PQ = √[(x₂ − x₁)² + (y₂ − y₁)²]
Find the distance between A(−2, 3) and B(4, −5).
AB = √[(4 − (−2))² + (−5 − 3)²]
AB = √[6² + (−8)²]
AB = √(36 + 64)
AB = 10 units
The horizontal difference is 6 and the vertical difference is 8, so a distance of 10 units is reasonable.
The subtraction order does not change the final distance because each difference is squared.
(x₂ − x₁)² = (x₁ − x₂)²
For example:
(4 − (−2))² = 6² = 36
(−2 − 4)² = (−6)² = 36
Use the same order for both coordinate pairs to reduce mistakes.
For A(2, 0) and B(9, 0):
AB = |9 − 2| = 7 units
For C(0, −4) and D(0, 3):
CD = |3 − (−4)| = 7 units
The absolute-difference method is faster when both points lie on the same axis.
For P(x, y), the origin is O(0, 0).
OP = √(x² + y²)
Example: Find the distance of P(−5, 12) from the origin.
OP = √[(-5)² + 12²]
OP = √(25 + 144)
OP = 13 units
Find the possible values of y if the distance between P(2, −3) and Q(10, y) is 10 units.
√[(10 − 2)² + (y − (−3))²] = 10
√[64 + (y + 3)²] = 10
64 + (y + 3)² = 100
(y + 3)² = 36
y + 3 = 6 or y + 3 = −6
y = 3 or y = −9
Two answers are possible because two different points can be the same distance from a fixed point.
Find the point on the y-axis that is equidistant from A(2, 3) and B(−4, 1).
A point on the y-axis has the form P(0, y).
Because PA = PB, equate the squared distances:
(0 − 2)² + (y − 3)² = (0 − (−4))² + (y − 1)²
4 + (y − 3)² = 16 + (y − 1)²
4 + y² − 6y + 9 = 16 + y² − 2y + 1
13 − 6y = 17 − 2y
−4 = 4y
y = −1
P = (0, −1)
A midpoint is equidistant from the two endpoints, but every equidistant point is not a midpoint.
All points on the perpendicular bisector of a segment are equidistant from its endpoints. The midpoint is only the point where the perpendicular bisector meets the segment.
Use the midpoint formula only when the question says that the point:
The distance formula can be used to:
Let A(0, 0), B(3, 4) and C(6, 0).
AB = √(3² + 4²) = 5
BC = √(3² + (−4)²) = 5
AC = 6
Since AB = BC, triangle ABC is an isosceles triangle.
The section formula gives the coordinates of a point that divides a line segment internally in a given ratio.
Suppose P lies between A and B and:
AP : PB = m : n
Then P divides the line segment AB internally in the ratio m:n.
For A(x₁, y₁), B(x₂, y₂) and AP:PB = m:n:
P = ((mx₂ + nx₁)/(m + n), (my₂ + ny₁)/(m + n))
The formula uses opposite weighting because a larger first segment places the dividing point closer to the second endpoint.
For example, if AP:PB = 4:1, point P is closer to B. The larger number 4 therefore multiplies the coordinates of B.
Find the point that divides the segment joining A(−2, 4) and B(8, −1) in the ratio 2:3.
m = 2 and n = 3
P = ((2 × 8 + 3 × (−2))/(2 + 3), (2 × (−1) + 3 × 4)/(2 + 3))
P = ((16 − 6)/5, (−2 + 12)/5)
P = (10/5, 10/5)
P = (2, 2)
Do not treat k:1 and 1:k as the same ratio.
If the endpoint order is reversed, the ratio order must also be reversed.
Original form:
AP:PB = 2:3
Reversed form:
BP:PA = 3:2
Reversing both the endpoints and ratio gives the same dividing point.
A midpoint divides a line segment internally in the ratio 1:1.
M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
Find the midpoint of A(−3, 5) and B(7, −1).
M = ((−3 + 7)/2, (5 + (−1))/2)
M = (4/2, 4/2)
M = (2, 2)
The point P(5, 4) divides the segment joining A(1, 2) and B(11, 7). Find AP:PB.
Let AP:PB = m:n.
Using the x-coordinate:
5 = (11m + n)/(m + n)
5m + 5n = 11m + n
4n = 6m
m:n = 2:3
Check using the y-coordinate:
(2 × 7 + 3 × 2)/(2 + 3) = 20/5 = 4
Therefore, AP:PB = 2:3.
The midpoint of A(−2, 4) and B(x, y) is M(3, −1). Find B.
For the x-coordinate:
(−2 + x)/2 = 3
−2 + x = 6
x = 8
For the y-coordinate:
(4 + y)/2 = −1
4 + y = −2
y = −6
B = (8, −6)
Find the point where the segment joining A(−3, 6) and B(6, −3) meets the x-axis.
Let the point divide AB in the ratio m:n.
Because the point lies on the x-axis, its y-coordinate is zero.
0 = (m × (−3) + n × 6)/(m + n)
−3m + 6n = 0
m = 2n
m:n = 2:1
Now calculate the x-coordinate:
x = (2 × 6 + 1 × (−3))/(2 + 1)
x = 9/3
P = (3, 0)
Points of trisection divide a line segment into three equal parts.
For A(0, 0) and B(9, 6):
First point:
P = ((1 × 9 + 2 × 0)/3, (1 × 6 + 2 × 0)/3)
P = (3, 2)
Second point:
Q = ((2 × 9 + 1 × 0)/3, (2 × 6 + 1 × 0)/3)
Q = (6, 4)
The midpoint formula can be used to:
A(1, 2), B(5, 3), C(7, 8) and D(x, y) are consecutive vertices of a parallelogram.
The diagonals AC and BD have the same midpoint.
Midpoint of AC:
((1 + 7)/2, (2 + 8)/2) = (4, 5)
Therefore:
(5 + x)/2 = 4
x = 3
(3 + y)/2 = 5
y = 7
D = (3, 7)
Coordinate Geometry solved examples should begin with direct formula questions and progress to unknown-coordinate, axis and geometrical applications.
Example 1: Find the distance between A(1, 2) and B(7, 10).
AB = √[(7 − 1)² + (10 − 2)²]
AB = √(36 + 64)
AB = 10 units
Example 2: Find the midpoint of (−4, 6) and (8, −2).
M = ((−4 + 8)/2, (6 + (−2))/2)
M = (2, 2)
Example 3: The distance between P(k, 2) and Q(3, 6) is 5 units. Find k.
√[(k − 3)² + (2 − 6)²] = 5
(k − 3)² + 16 = 25
(k − 3)² = 9
k − 3 = ±3
k = 6 or k = 0
Example 4: Find the point dividing A(2, −3) and B(12, 7) in the ratio 3:2.
P = ((3 × 12 + 2 × 2)/5, (3 × 7 + 2 × (−3))/5)
P = (40/5, 15/5)
P = (8, 3)
Example 5: Check whether A(0, 0), B(3, 0) and C(0, 4) form a right-angled triangle.
AB² = 9
AC² = 16
BC² = 25
Since AB² + AC² = BC²:
9 + 16 = 25
The triangle is right-angled at A.
Example 6: Check whether A(0, 0), B(2, 3) and C(4, 6) are collinear.
AB = √13
BC = √13
AC = √52 = 2√13
Since AB + BC = AC, the three points are collinear.
A school map represents the library by L(2, 6), the laboratory by S(8, 2) and the assembly ground by G(0, 0).
Important Coordinate Geometry questions should test direct formulas, reasoning, axis conditions, unknown coordinates and real-life applications.
The distance of the point (−7, 4) from the y-axis is:
Answer: 7 units
The distance from the y-axis is the absolute value of the x-coordinate:
|−7| = 7
Assertion: The midpoint of the segment joining (−2, 5) and (6, 1) is (2, 3).
Reason: A midpoint divides a segment internally in the ratio 1:1.
Answer: Both statements are true, and the reason correctly explains the assertion.
Most Coordinate Geometry errors come from incorrect signs, wrong ratio order and using a formula before understanding the question.
The fastest revision method is to memorise the four core formulas, practise one question using each formula and review the most common sign and ratio mistakes.
Distance formula:
PQ = √[(x₂ − x₁)² + (y₂ − y₁)²]
Distance from the origin:
OP = √(x² + y²)
Internal section formula:
P = ((mx₂ + nx₁)/(m + n), (my₂ + ny₁)/(m + n))
Midpoint formula:
M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
No courses found
Coordinate geometry uses ordered pairs and algebra to locate points and calculate relationships such as distance and internal division on a plane.
Students can download Coordinate Geometry Class 10 Notes from Infnity Learn website's this page for syllabus-aligned notes, formulas, solved examples and practice questions.
The core formulas are the distance formula, distance-from-origin formula, internal section formula and midpoint formula.
Subtract the x-coordinates, subtract the y-coordinates, square both differences, add them and take the positive square root.
For AP:PB = m:n, the internal dividing point is ((mx₂ + nx₁)/(m + n), (my₂ + ny₁)/(m + n)).
Add the two x-coordinates and divide by 2. Add the two y-coordinates and divide by 2.
Use the distance formula when a length or equidistance condition is required. Use the section formula when a point divides a segment in a stated ratio.
A midpoint lies on the segment and divides it equally. Other points on the perpendicular bisector can also be equidistant from the endpoints.
Yes. A squared equation may produce two valid coordinate values representing two points at the same distance from a fixed point.
The coordinate-based area-of-a-triangle section is listed as rationalised content. The current syllabus focuses on coordinate review, distance formula and internal section formula.
No. The current NCERT chapter teaches internal division and notes that external division will be studied in higher classes.
Yes. The midpoint formula is the 1:1 special case of the internal section formula.
The CBSE 2026–27 course structure assigns six marks to the Coordinate Geometry unit. The exact number and format of questions may vary.
Yes. The main concepts are shared, while the practice section separates direct Basic questions from more complex Standard applications.