StudyMatic
Class 10 ยท Maths ยท Chapter 7

Coordinate Geometry

Coordinate geometry connects algebra and geometry by placing points on a plane using coordinates (x, y). In Class 10 you learn to find the distance between two points, the coordinates of a point that divides a line segment in a given ratio, the midpoint of a segment, and the area of a triangle from its vertices. The formulas are direct and very scoring.

Learning objectives

  • Find the distance between two points using the distance formula.
  • Use the section formula to divide a segment in a given ratio.
  • Find the midpoint of a line segment.
  • Find the area of a triangle from the coordinates of its vertices.
  • Apply these formulas to verify shapes and collinearity.

Key concepts

The distance formula

The distance between two points A(xโ‚, yโ‚) and B(xโ‚‚, yโ‚‚) is โˆš[(xโ‚‚ โˆ’ xโ‚)ยฒ + (yโ‚‚ โˆ’ yโ‚)ยฒ]. The distance of a point from the origin is โˆš(xยฒ + yยฒ).

The section formula

The point that divides the line segment joining A(xโ‚, yโ‚) and B(xโ‚‚, yโ‚‚) internally in the ratio m : n has coordinates ((mxโ‚‚ + nxโ‚)/(m + n), (myโ‚‚ + nyโ‚)/(m + n)).

Midpoint

The midpoint of A(xโ‚, yโ‚) and B(xโ‚‚, yโ‚‚) is ((xโ‚ + xโ‚‚)/2, (yโ‚ + yโ‚‚)/2) โ€” the special case of the section formula with ratio 1 : 1.

Area of a triangle

For vertices (xโ‚, yโ‚), (xโ‚‚, yโ‚‚), (xโ‚ƒ, yโ‚ƒ), the area is ยฝ |xโ‚(yโ‚‚ โˆ’ yโ‚ƒ) + xโ‚‚(yโ‚ƒ โˆ’ yโ‚) + xโ‚ƒ(yโ‚ โˆ’ yโ‚‚)|. If the area is zero, the three points are collinear.

Important formulas

Distance

โˆš[(xโ‚‚ โˆ’ xโ‚)ยฒ + (yโ‚‚ โˆ’ yโ‚)ยฒ]

Section (ratio m:n)

((mxโ‚‚ + nxโ‚)/(m + n), (myโ‚‚ + nyโ‚)/(m + n))

Midpoint

((xโ‚ + xโ‚‚)/2, (yโ‚ + yโ‚‚)/2)

Area of triangle

ยฝ |xโ‚(yโ‚‚ โˆ’ yโ‚ƒ) + xโ‚‚(yโ‚ƒ โˆ’ yโ‚) + xโ‚ƒ(yโ‚ โˆ’ yโ‚‚)|

Key definitions

Coordinates
An ordered pair (x, y) locating a point relative to the x- and y-axes.
Collinear points
Three or more points that lie on the same straight line (the triangle's area is zero).
Origin
The point (0, 0) where the axes meet.

Solved examples

Q1. Find the distance between A(3, 4) and the origin.

Solution: Distance = โˆš(3ยฒ + 4ยฒ) = โˆš(9 + 16) = โˆš25 = 5 units.

Q2. Find the midpoint of A(2, 3) and B(4, 7).

Solution: Midpoint = ((2 + 4)/2, (3 + 7)/2) = (3, 5).

Q3. Find the point dividing the segment joining (โˆ’1, 7) and (4, โˆ’3) in the ratio 2 : 3.

Solution: x = (2ยท4 + 3ยท(โˆ’1))/(2 + 3) = (8 โˆ’ 3)/5 = 1; y = (2ยท(โˆ’3) + 3ยท7)/5 = (โˆ’6 + 21)/5 = 3. The point is (1, 3).

Common mistakes to avoid

  • Subtracting coordinates in the wrong order inside the squares (the square fixes the sign, but be careful).
  • Swapping m and n with the wrong points in the section formula.
  • Forgetting the modulus (| |) when finding area, which can give a negative value.
  • Mixing up x- and y-coordinates.

Coordinate Geometry โ€” MCQ Quiz

11 questions with instant feedback. Use number keys 1โ€“4 to answer.

Question 1 of 11Score 0

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

Practice questions

Short answer

Find the distance between (2, 3) and (5, 7).

โˆš[(5โˆ’2)ยฒ + (7โˆ’3)ยฒ] = โˆš(9 + 16) = โˆš25 = 5.

What is the midpoint of (1, 1) and (5, 5)?

(3, 3).

Where does a point on the y-axis have its x-coordinate?

Its x-coordinate is 0.

Long answer

Show that the points A(1, 7), B(4, 2), C(โˆ’1, โˆ’1) and D(โˆ’4, 4) are the vertices of a square.

Compute all four sides: AB = BC = CD = DA = โˆš34 (each from the distance formula), and the diagonals AC = BD = โˆš68. Equal sides and equal diagonals mean ABCD is a square.

Find the area of the triangle with vertices (1, 1), (4, 1) and (1, 5).

Area = ยฝ |1(1 โˆ’ 5) + 4(5 โˆ’ 1) + 1(1 โˆ’ 1)| = ยฝ |โˆ’4 + 16 + 0| = ยฝ ร— 12 = 6 square units.

HOTS (Higher Order Thinking)

Find the ratio in which the point (โˆ’4, 6) divides the segment joining A(โˆ’6, 10) and B(3, โˆ’8).

Let the ratio be k : 1. Then โˆ’4 = (3k โˆ’ 6)/(k + 1) โ‡’ โˆ’4k โˆ’ 4 = 3k โˆ’ 6 โ‡’ โˆ’7k = โˆ’2 โ‡’ k = 2/7. So the ratio is 2 : 7.

If (3, a) is the midpoint of (1, 4) and (5, 8), find a.

Midpoint y = (4 + 8)/2 = 6, so a = 6 (and the x checks: (1 + 5)/2 = 3).

Quick revision

Revision notes

  • Distance: โˆš[(xโ‚‚ โˆ’ xโ‚)ยฒ + (yโ‚‚ โˆ’ yโ‚)ยฒ].
  • Section (m:n): ((mxโ‚‚ + nxโ‚)/(m+n), (myโ‚‚ + nyโ‚)/(m+n)).
  • Midpoint: ((xโ‚ + xโ‚‚)/2, (yโ‚ + yโ‚‚)/2).
  • Area = ยฝ|xโ‚(yโ‚‚ โˆ’ yโ‚ƒ) + xโ‚‚(yโ‚ƒ โˆ’ yโ‚) + xโ‚ƒ(yโ‚ โˆ’ yโ‚‚)|; zero โ‡’ collinear.

Key takeaways

  • The midpoint formula is just the section formula at 1 : 1.
  • Use the area formula to test collinearity quickly.
  • Distance + side comparison proves squares, rhombi and isosceles triangles.

Frequently asked questions

What does coordinate geometry let me do?

It lets you compute lengths, divide segments, find midpoints and areas, and identify shapes using algebra instead of construction.

How do I check whether three points are collinear?

Find the area of the triangle they form; if it is zero, the points are collinear.

Is the distance always positive?

Yes โ€” the square root in the formula always gives a non-negative length.