Coordinate Geometry

Coordinate Geometry is a system where every point in the plane is described by an ordered pair (x, y). It allows us to analyze geometric shapes using algebra.

Think of it as placing geometry on graph paper, so that shapes and positions can be measured and calculated precisely.


The Coordinate Plane

The plane is divided into 4 quadrants by:

  • X-axis (horizontal): where y=0y = 0
  • Y-axis (vertical): where x=0x = 0

Quadrants:

QuadrantSign of (x, y)
I(+,+)(+, +)
II(,+)(-, +)
III(,)(-, -)
IV(+,)(+, -)

Key Formulas and Concepts

1. Distance Between Two Points

Given A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):

Distance=(x2x1)2+(y2y1)2\text{Distance} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

2. Section Formula

If point PP divides the line segment ABAB in the ratio m:nm : n, then:

P(x,y)=(mx2+nx1m+n, my2+ny1m+n)P(x, y) = \left( \frac{mx_2 + nx_1}{m+n},\ \frac{my_2 + ny_1}{m+n} \right)

For internal division use m:nm:n; for external division, adjust signs accordingly.


3. Midpoint Formula

The midpoint MM of a line joining A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):

M=(x1+x22, y1+y22)M = \left( \frac{x_1 + x_2}{2},\ \frac{y_1 + y_2}{2} \right)

4. Slope of a Line

Given two points A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2):

m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
  • Positive slope: line rises
  • Negative slope: line falls
  • Zero slope: horizontal line
  • Undefined slope: vertical line

5. Equation of a Line

Using slope and point (x1,y1)(x_1, y_1):

yy1=m(xx1)y - y_1 = m(x - x_1)

Two-point form:

yy1=y2y1x2x1(xx1)y - y_1 = \frac{y_2 - y_1}{x_2 - x_1}(x - x_1)

General form:

Ax+By+C=0Ax + By + C = 0

6. Collinearity of Points

Three points A,B,CA, B, C are collinear if:

  • The area of triangle ABC = 0
    or
  • All three have the same slope between each pair

7. Area of a Triangle (using coordinates)

Given three points: A(x1,y1),B(x2,y2),C(x3,y3)A(x_1, y_1), B(x_2, y_2), C(x_3, y_3)

Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right|

If this area is 0, points are collinear.


8. Locus

A locus is a set of all points satisfying a given condition. Example:

  • Locus of all points equidistant from a fixed point = a circle
  • Locus of all points equidistant from two fixed points = perpendicular bisector

Visual Insights

Let’s say you have points:

  • A(2, 3)
  • B(6, 7)

To find the midpoint:

M=(2+62,3+72)=(4,5)M = \left( \frac{2+6}{2}, \frac{3+7}{2} \right) = (4, 5)

To find slope:

m=7362=44=1m = \frac{7 - 3}{6 - 2} = \frac{4}{4} = 1

This line rises 1 unit for every 1 unit you move right — a 45° incline.


Conceptual Tips and Common Mistakes

MistakeTip
Confusing x and yAlways subtract y2y1y_2 - y_1 in the numerator for slope
Wrong sign in midpoint/section formulaDouble check ratio placement: mx2+nx1mx_2 + nx_1 not the other way
Forgetting distance is always positiveSquare root removes signs — no need to check which is greater
Assuming all lines have a slopeVertical lines have undefined slope

Examples

Example 1

Find the distance between A(1,2)A(1, 2) and B(4,6)B(4, 6):

(41)2+(62)2=9+16=25=5\sqrt{(4 - 1)^2 + (6 - 2)^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Example 2

Find coordinates of the point dividing the line from A(2,1)A(2, -1) to B(4,3)B(4, 3) in the ratio 1:3.

x=(1)(4)+(3)(2)1+3=4+64=2.5y=(1)(3)+(3)(1)4=334=0x = \frac{(1)(4) + (3)(2)}{1 + 3} = \frac{4 + 6}{4} = 2.5 \quad y = \frac{(1)(3) + (3)(-1)}{4} = \frac{3 - 3}{4} = 0

Point = (2.5, 0)


Example 3

Find the area of the triangle formed by points A(0,0),B(4,0),C(4,3)A(0,0), B(4,0), C(4,3)

Area=120(03)+4(30)+4(00)=12×12=6\text{Area} = \frac{1}{2} \left| 0(0 - 3) + 4(3 - 0) + 4(0 - 0) \right| = \frac{1}{2} \times 12 = 6

Example 4

Find the equation of a line passing through (2,5)(2, 5) with slope 3.

y5=3(x2)y=3x1y - 5 = 3(x - 2) \Rightarrow y = 3x - 1

Example 5

Are the points A(1,2),B(3,6),C(5,10)A(1, 2), B(3, 6), C(5, 10) collinear?

Find slopes:

AB=6231=2,BC=10653=2AB = \frac{6 - 2}{3 - 1} = 2, \quad BC = \frac{10 - 6}{5 - 3} = 2

Same slope ⇒ Collinear


Advanced Insight: Reflection and Rotation

  • Reflection across X-axis: (x,y)(x,y)(x, y) \rightarrow (x, -y)
  • Reflection across Y-axis: (x,y)(x,y)(x, y) \rightarrow (-x, y)
  • Rotation 90° counterclockwise about origin: (x,y)(y,x)(x, y) \rightarrow (-y, x)