Notes Ad
Sponsored Learning Banner

Ad placement reserved for chapter sponsors, education tools, test prep platforms, and student offers.

Home /Notes /Class 10 /Maths /Coordinate Geometry
Chapter 6 | Class 10 | CBSE / NCERT

Coordinate Geometry

A visual-first chapter page covering the coordinate plane, quadrants, distance formula, midpoint, section formula, area of a triangle, and coordinate-based shape reasoning.

Chapter Roadmap
1

The Coordinate Plane

Every point is an address made from two numbers in a fixed order

Address Rule

Read (4,3)(4,3) as a route: move 4 units parallel to the x-axis, then move 3 units parallel to the y-axis. Because order matters, (4,3)(4,3) and (3,4)(3,4) are different points.

The coordinate plane is formed by two perpendicular number lines: the x-axis and the y-axis.
Their point of intersection is the origin O(0,0)O(0,0). A point written as (x,y)(x,y) tells us how far to move horizontally first and vertically after that.
P(x,y)P(x,y)
The first number is the x-coordinate and the second number is the y-coordinate.
Abscissa=x,Ordinate=y\text{Abscissa}=x,\quad \text{Ordinate}=y

Axes and Origin

xyO

The x-axis and y-axis meet at the origin, which is the reference point for all plotting.

Plotting P(4,3)

P(4,3)43

Move along x first, then move parallel to y. That fixed order makes coordinates meaningful.

Worked Example

Read a coordinate as a location

What does the point P(4,3)P(4,3) mean on the coordinate plane?
Show solution

Start at the origin.

Move 4 units to the right along the x-direction.

From there, move 3 units upward parallel to the y-axis.

The point reached is P(4,3)P(4,3).

Practice
Identify the abscissa and ordinate of the points (5,2)(5,-2), (4,7)(-4,7), and (0,6)(0,6).
2

Quadrants and Sign Logic

The signs of x and y tell where a point lies

Axis Trap

If a point lies on an axis, then it does not belong to any quadrant. For example, (0,2)(0,-2) lies on the y-axis and (5,0)(5,0) lies on the x-axis.

The two axes divide the plane into four regions called quadrants.
The sign of the x-coordinate tells left or right; the sign of the y-coordinate tells above or below the x-axis.
Quadrant I =(+,+)\text{Quadrant I }=(+,+)
Quadrant II =(,+)\text{Quadrant II }=(-,+)
Quadrant III =(,)\text{Quadrant III }=(-,-)
Quadrant IV =(+,)\text{Quadrant IV }=(+,-)

Quadrants

IIIIIIIV(+,+)(-,+)(-,-)(+,-)

The sign pattern becomes easy once you read it as right/left and above/below.

Points in Different Regions

A(3,2)B(-3,2.5)C(-2.5,-1.8)D(3.3,-2)E(0,1.5)

A point on an axis is not in any quadrant, which is a common exam trap.

Worked Example

Locate a point by signs

In which quadrant does the point (5,4)(-5,4) lie?
Show solution

The x-coordinate is negative, so the point lies on the left side of the y-axis.

The y-coordinate is positive, so the point lies above the x-axis.

Left and above together means Quadrant II.

Practice
State the quadrant or axis for (3,7)(3,-7), (2,6)(-2,-6), (0,5)(0,5), and (9,0)(-9,0).
3

Distance Between Two Points

The distance formula is Pythagoras on graph paper

Take two points P(x1,y1)P(x_1,y_1) and Q(x2,y2)Q(x_2,y_2). The horizontal change is x2x1x_2-x_1 and the vertical change is y2y1y_2-y_1.
These form the two perpendicular sides of a right triangle, so the direct distance comes from the Pythagoras theorem.
PQ=(x2x1)2+(y2y1)2PQ=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
OP=x2+y2OP=\sqrt{x^2+y^2}
Special case: distance of (x,y)(x,y) from the origin.
Worked Example

Use the distance formula

Find the distance between (2,3)(2,3) and (8,11)(8,11).
Show solution

Here x1=2x_1=2, y1=3y_1=3, x2=8x_2=8, and y2=11y_2=11.

So Δx=82=6\Delta x=8-2=6 and Δy=113=8\Delta y=11-3=8.

PQ=62+82=36+64=100=10PQ=\sqrt{6^2+8^2}=\sqrt{36+64}=\sqrt{100}=10

Hence the distance is 10 units.

Practice
Find the distance between (6,7)(-6,7) and (1,5)(-1,-5). Also find the distance of the point (5,12)(5,-12) from the origin.
4

Midpoint and Section Formula

Midpoint means equal sharing; section formula means weighted sharing

The midpoint of a segment is the point that divides it into two equal parts, so both coordinates are averaged.
If a point divides the line internally in the ratio m:nm:n, then its coordinates are weighted averages of the endpoints.
M(x1+x22,y1+y22)M\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)
P(mx2+nx1m+n,my2+ny1m+n)P\left(\frac{mx_2+nx_1}{m+n},\frac{my_2+ny_1}{m+n}\right)
Section formula for internal division in the ratio m:nm:n.
Worked Example

Find a midpoint

Find the midpoint of (2,1)(2,-1) and (8,5)(8,5).
Show solution

Use the midpoint formula:

M=(2+82,1+52)=(102,42)=(5,2)M=\left(\frac{2+8}{2},\frac{-1+5}{2}\right)=\left(\frac{10}{2},\frac{4}{2}\right)=(5,2)

So the midpoint is (5,2)(5,2).

Practice
A point divides the segment joining (1,2)(1,2) and (7,8)(7,8) in the ratio 1:21:2. Find it. Also find the midpoint of (4,6)(-4,6) and (10,2)(10,-2).
5

Area of a Triangle

Coordinates can give the area directly even when the triangle is tilted

When a triangle is drawn on the coordinate plane, the area can be found directly from the coordinates of its vertices.
This formula is also extremely useful for testing whether three points are collinear, because collinear points give zero area.
Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area}=\frac12\left|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)\right|
Area=0points are collinear\text{Area}=0 \Rightarrow \text{points are collinear}
Worked Example

Find the area of a triangle

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

Use the coordinate area formula:

Area=121(14)+5(41)+3(11)\text{Area}=\frac12\left|1(1-4)+5(4-1)+3(1-1)\right|

=123+15+0=12(12)=6=\frac12\left|-3+15+0\right|=\frac12(12)=6

Hence the area is 6 square units.

Practice
Find whether the points (1,1)(1,-1), (5,2)(5,2) and (9,5)(9,5) are collinear using the area idea. Also find the area of the triangle formed by (2,1)(2,1), (6,1)(6,1) and (4,5)(4,5).
6

Shapes Through Coordinates

Distances, midpoints, and slopes in disguise help us prove properties of figures

Useful Checks
  • Rectangle: opposite sides equal and diagonals equal
  • Square: all sides equal and diagonals equal
  • Rhombus: all sides equal
  • Parallelogram: diagonals bisect each other
  • Right triangle: Pythagoras relation between side lengths
Coordinate geometry lets us prove whether points form a rectangle, a square, a rhombus, a parallelogram, or a right triangle using distances and midpoint relations.
For collinearity, either area becomes zero or one distance becomes the sum of the other two.
Worked Example

Use distances to prove collinearity

Show that (1,1)(1,-1), (5,2)(5,2) and (9,5)(9,5) are collinear using distances.
Show solution

AB=(51)2+(2+1)2=16+9=5AB=\sqrt{(5-1)^2+(2+1)^2}=\sqrt{16+9}=5

BC=(95)2+(52)2=16+9=5BC=\sqrt{(9-5)^2+(5-2)^2}=\sqrt{16+9}=5

AC=(91)2+(5+1)2=64+36=10AC=\sqrt{(9-1)^2+(5+1)^2}=\sqrt{64+36}=10

Since AB+BC=ACAB+BC=AC, the three points are collinear.

Practice
The points (3,2)(3,2), (2,3)(-2,-3) and (2,3)(2,3) form which type of triangle? Use distances to decide.
7

Applications and Visual Thinking

Coordinates are really about position, movement, sharing, and measurement

Real-Life Models
  • Maps: locations are plotted as points
  • Games and UI: every icon and character position is coordinate-based
  • Cricket and sports analysis: player positions can be tracked with coordinates
  • Navigation: midpoint helps place a stop or marker between two locations
Coordinate geometry appears naturally in maps, screens, design layouts, seat plans, cricket fields, and delivery routes.
If you see a point as an address, the midpoint as a balanced location, and the distance formula as a straight-path tool, the whole chapter becomes intuitive.
Worked Example

Map-style midpoint problem

A cafe is at (2,4)(2,4) and a bus stop is at (10,10)(10,10). Find the midpoint where a signboard should be placed.
Show solution

Use the midpoint formula:

M=(2+102,4+102)=(122,142)=(6,7)M=\left(\frac{2+10}{2},\frac{4+10}{2}\right)=\left(\frac{12}{2},\frac{14}{2}\right)=(6,7)

So the signboard should be placed at (6,7)(6,7).

Practice
1. A camera is at the origin and a drone is at (8,15)(8,15). Find the direct distance from the camera.
2. Two fielders are at (6,4)(6,4) and (6,4)(-6,4). On which axis does their midpoint lie?
3. Find the area of the triangle with vertices (1,1)(1,1), (5,1)(5,1) and (3,4)(3,4).

Quick Summary

ConceptKey Idea
Ordered pair
A point is written as (x,y)(x,y) and order matters.
Quadrants
Signs of xx and yy decide the quadrant.
Distance
PQ=(x2x1)2+(y2y1)2PQ=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
Midpoint
M(x1+x22,y1+y22)M\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)
Section formula
Weighted average of endpoint coordinates.
Area of triangle
Coordinate formula works for any orientation.
Collinearity
Area equal to zero means the points are collinear.
Notes Ad
End of Notes Banner

This inventory appears across Class 9 and Class 10 notes so ads remain visible throughout the study journey.