Class 10Maths · GeometryFull chapter

Coordinate Geometry

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

The Cartesian Plane and Coordinates

Quick answer Every point in a plane is fixed by an ordered pair (x, y), measured from two perpendicular number lines (axes) that meet at the origin.

Coordinate geometry lets us describe geometric figures using numbers. We draw two perpendicular number lines: the horizontal x-axis and the vertical y-axis. They meet at the origin O(0, 0).

A point P is written as an ordered pair (x, y). Here x is the abscissa (perpendicular distance from the y-axis) and y is the ordinate (perpendicular distance from the x-axis). Order matters: (3, 5) and (5, 3) are different points.

The two axes split the plane into four quadrants, and the sign pattern of (x, y) tells you the quadrant:

  • Quadrant I: (+, +)
  • Quadrant II: (−, +)
  • Quadrant III: (−, −)
  • Quadrant IV: (+, −)

Points on the x-axis have y = 0, e.g. (4, 0); points on the y-axis have x = 0, e.g. (0, −7).

Worked example: Where does A(−3, 2) lie? The abscissa is negative and the ordinate is positive, so the sign pattern is (−, +). Hence A lies in Quadrant II. Similarly B(5, 0) has ordinate 0, so B lies on the x-axis.

Coordinates of a point P = (x, y) x = abscissa (distance from y-axis), y = ordinate (distance from x-axis)
Point on x-axis (a, 0) ordinate is 0
Point on y-axis (0, b) abscissa is 0
Remember
  • A point is an ordered pair (x, y); x is the abscissa, y is the ordinate.
  • The x-axis and y-axis meet at the origin O(0, 0).
  • Signs of (x, y) decide the quadrant: I (+,+), II (−,+), III (−,−), IV (+,−).
  • On the x-axis y = 0; on the y-axis x = 0.
  • (x, y) and (y, x) are generally different points — order is essential.

The Distance Formula

Quick answer The distance between two points is found from Pythagoras' theorem: PQ = √[(x₂−x₁)² + (y₂−y₁)²].

To find the distance between P(x1, y1) and Q(x2, y2), drop perpendiculars to form a right triangle. The horizontal side has length (x2 − x1) and the vertical side has length (y2 − y1). By Pythagoras' theorem, the hypotenuse PQ satisfies PQ² = (x2 − x1)² + (y2 − y1)².

Taking the positive square root (distance is never negative):

PQ = √[(x2 − x1)² + (y2 − y1)²]

The distance of a point P(x, y) from the origin is a special case (take the other point as O(0, 0)): OP = √(x² + y²).

Worked example: Find the distance between P(2, 3) and Q(4, 1).

PQ = √[(4 − 2)² + (1 − 3)²] = √[(2)² + (−2)²] = √[4 + 4] = √8 = 2√2 units.

Worked example (distance from origin): The distance of (−4, 3) from the origin is √[(−4)² + 3²] = √[16 + 9] = √25 = 5 units.

Note: since we square the differences, it does not matter which point you call “first” — (x2 − x1)² equals (x1 − x2)².

Distance between two points PQ = √[(x₂ − x₁)² + (y₂ − y₁)²] units are the same as the axes
Distance from the origin OP = √(x² + y²) take O(0, 0) as one endpoint
Remember
  • Distance formula comes directly from Pythagoras' theorem.
  • PQ = √[(x₂−x₁)² + (y₂−y₁)²]; always take the positive root.
  • Distance from origin: OP = √(x² + y²).
  • Order of the two points does not change the answer (differences are squared).
  • Equal distances are used to prove isosceles/equilateral triangles and to find equidistant points.

The Section Formula (Internal Division)

Quick answer A point dividing the join of two points in the ratio m : n internally has coordinates ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n)).

Suppose a point P divides the line segment joining A(x1, y1) and B(x2, y2) internally in the ratio m : n (so AP : PB = m : n). Then the coordinates of P are given by the section formula:

P = ( (mx2 + nx1) / (m + n) , (my2 + ny1) / (m + n) )

A memory aid: B's coordinate is multiplied by m and A's coordinate by n — the multipliers are cross-associated with the ratio AP : PB = m : n (a larger m pulls P closer to B).

Worked example (finding the point): Find the point dividing the join of A(−1, 7) and B(4, −3) in the ratio 2 : 3.

Here m = 2, n = 3. So x = (2·4 + 3·(−1))/(2+3) = (8 − 3)/5 = 1, and y = (2·(−3) + 3·7)/(2+3) = (−6 + 21)/5 = 15/5 = 3. Hence P = (1, 3).

Worked example (finding the ratio): In what ratio does P(−4, 6) divide the join of A(−6, 10) and B(3, −8)?

Let the ratio be k : 1. Using the x-coordinate: −4 = (3k + (−6))/(k + 1). So −4(k + 1) = 3k − 6, giving −4k − 4 = 3k − 6, hence 2 = 7k, so k = 2/7. The ratio is 2 : 7. (Check with y: (−8·2/7 + 10)/(2/7 + 1) = (54/7)/(9/7) = 6 ✓.)

Section formula (internal, m : n) P = ( (mx₂ + nx₁)/(m+n) , (my₂ + ny₁)/(m+n) ) AP : PB = m : n
Ratio unknown ratio = k : 1 solve for k using one coordinate, verify with the other
Remember
  • Internal division in ratio m : n uses P = ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n)).
  • B's coordinates carry m; A's coordinates carry n.
  • To find an unknown ratio, set it as k : 1 and solve one coordinate equation, then verify with the other.
  • The section formula also finds where an axis cuts a segment (put x = 0 or y = 0).
  • Coordinates of the point of division always lie between A and B for internal division.

The Midpoint Formula

Quick answer The midpoint of a segment is the average of the endpoints' coordinates: ((x₁+x₂)/2, (y₁+y₂)/2).

The midpoint M of the segment joining A(x1, y1) and B(x2, y2) divides it in the ratio 1 : 1. Putting m = n = 1 in the section formula gives the simple average of coordinates:

M = ( (x1 + x2) / 2 , (y1 + y2) / 2 )

Worked example: The midpoint of A(6, −5) and B(−2, 11) is ((6 + (−2))/2, (−5 + 11)/2) = (4/2, 6/2) = (2, 3).

Worked example (finding an endpoint): If M(1, 4) is the midpoint of the segment joining A(−3, 6) and B(x, y), find B.

Using (−3 + x)/2 = 1 gives −3 + x = 2, so x = 5. Using (6 + y)/2 = 4 gives 6 + y = 8, so y = 2. Hence B = (5, 2).

The midpoint idea is powerful for quadrilaterals: the diagonals of a parallelogram bisect each other, so the midpoint of one diagonal equals the midpoint of the other. This lets you find a missing vertex.

Midpoint formula M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 ) divides the segment in ratio 1 : 1
Parallelogram diagonals mid(AC) = mid(BD) diagonals of a parallelogram bisect each other
Remember
  • Midpoint = average of the two endpoints' coordinates.
  • M = ((x₁+x₂)/2, (y₁+y₂)/2); it is the special case m : n = 1 : 1 of the section formula.
  • Given the midpoint and one endpoint, you can recover the other endpoint.
  • Diagonals of a parallelogram bisect each other — their midpoints coincide.
  • Useful for locating centres and checking parallelograms.

Applications: Collinearity and Quadrilaterals

Quick answer Use distances to test whether three points are collinear and to classify a quadrilateral as a square, rectangle, rhombus or parallelogram.

Collinearity. Three points A, B, C are collinear (lie on one straight line) if the longest of the three distances equals the sum of the other two, for example AB + BC = AC.

Worked example: Are A(1, −1), B(5, 2), C(9, 5) collinear? AB = √[(5−1)² + (2+1)²] = √[16 + 9] = 5. BC = √[(9−5)² + (5−2)²] = √[16 + 9] = 5. AC = √[(9−1)² + (5+1)²] = √[64 + 36] = √100 = 10. Since AB + BC = 5 + 5 = 10 = AC, the points are collinear.

Classifying a quadrilateral. For vertices in order, compute all four sides and both diagonals, then decide:

  • Square: all four sides equal AND diagonals equal.
  • Rhombus: all four sides equal BUT diagonals unequal.
  • Rectangle: opposite sides equal AND diagonals equal.
  • Parallelogram: opposite sides equal (equivalently, diagonals bisect each other).

Worked example: Show A(1, 7), B(4, 2), C(−1, −1), D(−4, 4) form a square.

AB = √[(4−1)² + (2−7)²] = √[9 + 25] = √34. BC = √[(−1−4)² + (−1−2)²] = √[25 + 9] = √34. CD = √[(−4+1)² + (4+1)²] = √[9 + 25] = √34. DA = √[(1+4)² + (7−4)²] = √[25 + 9] = √34. Diagonals: AC = √[(−1−1)² + (−1−7)²] = √[4 + 64] = √68 = 2√17, and BD = √[(−4−4)² + (4−2)²] = √[64 + 4] = √68 = 2√17. All four sides are equal and both diagonals are equal, so ABCD is a square.

Collinearity condition AB + BC = AC largest distance equals sum of the other two
Square / Rhombus AB = BC = CD = DA diagonals equal ⇒ square; diagonals unequal ⇒ rhombus
Rectangle / Parallelogram AB = CD, BC = DA diagonals equal ⇒ rectangle; otherwise parallelogram
Remember
  • Collinear test: the largest distance equals the sum of the other two (AB + BC = AC).
  • Compute all 4 sides and 2 diagonals to classify a quadrilateral.
  • Square: all sides equal and diagonals equal; Rhombus: all sides equal but diagonals unequal.
  • Rectangle: opposite sides equal and diagonals equal; Parallelogram: opposite sides equal.
  • Always take the vertices in order (A→B→C→D) so that AB, BC, CD, DA are true sides.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

P = (x, y)
Coordinates of a point
(a, 0)
Point on x-axis
(0, b)
Point on y-axis
PQ = √[(x₂ − x₁)² + (y₂ − y₁)²]
Distance between two points
OP = √(x² + y²)
Distance from the origin
P = ( (mx₂ + nx₁)/(m+n) , (my₂ + ny₁)/(m+n) )
Section formula (internal, m : n)
ratio = k : 1
Ratio unknown
M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 )
Midpoint formula
mid(AC) = mid(BD)
Parallelogram diagonals
AB + BC = AC
Collinearity condition
AB = BC = CD = DA
Square / Rhombus
AB = CD, BC = DA
Rectangle / Parallelogram

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Distance Formula easy

The distance between the points (0, 0) and (6, 8) is:

Q2 Distance Formula medium

The distance between (2, 3) and (4, 1) is:

Q3 Midpoint Formula easy

The midpoint of the segment joining (−2, 3) and (4, −5) is:

Q4 Section Formula medium

The point dividing the join of (1, 2) and (4, 5) internally in the ratio 2 : 1 is:

Q5 Cartesian Plane easy

Which of the following points lies on the x-axis?

Q6 Distance Formula easy

The distance of the point (−4, 3) from the origin is:

Q7 Distance Formula (Equidistant Point) hard

If P(x, y) is equidistant from A(3, 6) and B(−3, 4), then:

Q8 Collinearity medium

For what value of k are the points (2, 3), (4, k) and (6, −3) collinear?

Q9 Distance Formula easy

The distance between the points (a, 0) and (0, b) is:

Q10 Section Formula hard

The ratio in which the x-axis divides the segment joining (2, −3) and (5, 6) is:

Q11 Quadrilaterals hard

If A(1, 2), B(4, 3), C(6, 6) are three vertices of parallelogram ABCD, the fourth vertex D is:

Q12 Distance Formula (Triangles) hard

The triangle with vertices (3, 0), (6, 4) and (−1, 3) is:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Find the distance between the points (2, 3) and (4, 1).Distance Formula

Using PQ = √[(x2 − x1)² + (y2 − y1)²] with P(2, 3), Q(4, 1):

PQ = √[(4 − 2)² + (1 − 3)²] = √[(2)² + (−2)²] = √[4 + 4] = √8 = 2√2 units.

2 Check whether (5, −2), (6, 4) and (7, −2) are the vertices of an isosceles triangle.Distance Formula

Let A(5, −2), B(6, 4), C(7, −2).

AB = √[(6 − 5)² + (4 + 2)²] = √[1 + 36] = √37.

BC = √[(7 − 6)² + (−2 − 4)²] = √[1 + 36] = √37.

AC = √[(7 − 5)² + (−2 + 2)²] = √[4 + 0] = 2.

Since AB = BC = √37, two sides are equal, so the points are the vertices of an isosceles triangle.

3 Find a point on the x-axis which is equidistant from the points (2, −5) and (−2, 9).Distance Formula (Equidistant Point)

Let the point on the x-axis be P(x, 0). Then PA = PB, so PA² = PB²:

(x − 2)² + (0 + 5)² = (x + 2)² + (0 − 9)²

x² − 4x + 4 + 25 = x² + 4x + 4 + 81

−4x + 29 = 4x + 85 ⇒ −8x = 56 ⇒ x = −7.

The required point is (−7, 0).

4 Find the coordinates of the point which divides the join of (−1, 7) and (4, −3) in the ratio 2 : 3.Section Formula

Here A(−1, 7), B(4, −3), m = 2, n = 3.

x = (m x2 + n x1)/(m + n) = (2·4 + 3·(−1))/(2 + 3) = (8 − 3)/5 = 1.

y = (m y2 + n y1)/(m + n) = (2·(−3) + 3·7)/(2 + 3) = (−6 + 21)/5 = 15/5 = 3.

The point of division is (1, 3).

5 In what ratio does the point (−4, 6) divide the line segment joining the points A(−6, 10) and B(3, −8)?Section Formula (Finding Ratio)

Let the ratio be k : 1. Using the x-coordinate of the section formula:

−4 = (3k + (−6))/(k + 1) ⇒ −4(k + 1) = 3k − 6

−4k − 4 = 3k − 6 ⇒ 2 = 7k ⇒ k = 2/7.

So the ratio is 2 : 7. Check with y: (−8·2/7 + 10)/(2/7 + 1) = (54/7)/(9/7) = 6 ✓.

6 If (1, 2), (4, y), (x, 6) and (3, 5) are the vertices of a parallelogram taken in order, find x and y.Quadrilaterals (Midpoint)

In a parallelogram the diagonals bisect each other, so the midpoint of one diagonal equals the midpoint of the other. Let the vertices be A(1, 2), B(4, y), C(x, 6), D(3, 5). Diagonals are AC and BD.

Midpoint of AC = ((1 + x)/2, (2 + 6)/2). Midpoint of BD = ((4 + 3)/2, (y + 5)/2).

Equating x-parts: (1 + x)/2 = 7/2 ⇒ 1 + x = 7 ⇒ x = 6.

Equating y-parts: (2 + 6)/2 = (y + 5)/2 ⇒ 8 = y + 5 ⇒ y = 3.

Hence x = 6 and y = 3.

Previous-year board questions 4

Q1 Find the ratio in which the y-axis divides the line segment joining the points (5, −6) and (−1, −4). Also find the point of intersection. CBSE 2023 3 marks

The y-axis has x = 0. Let it divide the segment in the ratio k : 1. Using the x-coordinate with A(5, −6), B(−1, −4):

0 = (−1·k + 5·1)/(k + 1) ⇒ −k + 5 = 0 ⇒ k = 5.

So the ratio is 5 : 1. Now the y-coordinate of the point:

y = (−4·5 + (−6)·1)/(5 + 1) = (−20 − 6)/6 = −26/6 = −13/3.

The point of intersection is (0, −13/3).

Q2 Find a point on the y-axis which is equidistant from the points A(6, 5) and B(−4, 3). CBSE 2018 2 marks

Let the point on the y-axis be P(0, y). Then PA = PB, so PA² = PB²:

(0 − 6)² + (y − 5)² = (0 + 4)² + (y − 3)²

36 + y² − 10y + 25 = 16 + y² − 6y + 9

61 − 10y = 25 − 6y ⇒ 36 = 4y ⇒ y = 9.

The required point is (0, 9).

Q3 Show that the points A(1, 7), B(4, 2), C(−1, −1) and D(−4, 4) are the vertices of a square. CBSE 2023 4 marks

Find all four sides:

AB = √[(4 − 1)² + (2 − 7)²] = √[9 + 25] = √34.

BC = √[(−1 − 4)² + (−1 − 2)²] = √[25 + 9] = √34.

CD = √[(−4 + 1)² + (4 + 1)²] = √[9 + 25] = √34.

DA = √[(1 + 4)² + (7 − 4)²] = √[25 + 9] = √34.

So AB = BC = CD = DA = √34 (all sides equal). Now the diagonals:

AC = √[(−1 − 1)² + (−1 − 7)²] = √[4 + 64] = √68 = 2√17.

BD = √[(−4 − 4)² + (4 − 2)²] = √[64 + 4] = √68 = 2√17.

Since all four sides are equal and the diagonals AC = BD are equal, ABCD is a square.

Q4 Find the coordinates of the points of trisection of the line segment joining the points (4, −1) and (−2, −3). CBSE 2019 3 marks

Let A(4, −1) and B(−2, −3). The points of trisection P and Q divide AB in the ratios 1 : 2 and 2 : 1 respectively.

Point P (ratio 1 : 2): x = (1·(−2) + 2·4)/3 = (−2 + 8)/3 = 2; y = (1·(−3) + 2·(−1))/3 = (−3 − 2)/3 = −5/3. So P = (2, −5/3).

Point Q (ratio 2 : 1): x = (2·(−2) + 1·4)/3 = (−4 + 4)/3 = 0; y = (2·(−3) + 1·(−1))/3 = (−6 − 1)/3 = −7/3. So Q = (0, −7/3).

The points of trisection are (2, −5/3) and (0, −7/3).

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI