Coordinate Geometry Formulas โ€“ Distance, Midpoint, Slope & Line Equations

Coordinate geometry is the bridge between algebra and geometry โ€” and it quietly powers the technology you use every day. When your GPS pinpoints your location, when an architect drafts a building plan digitally, or when a game developer places characters on a screen, they are all using the principles of coordinate geometry. Understanding its core formulas does not just help you pass exams โ€” it gives you a lens through which the physical world starts to make mathematical sense.

Coordinate geometry is a branch of mathematics that uses coordinates and algebraic equations to study geometric shapes, points, and lines on a plane.

This guide covers every major coordinate geometry formula in depth, with clear explanations, worked examples, real-life connections, and practice questions. Whether you are a Class 10 student preparing for board exams, a Class 11 student stepping into advanced math, or simply someone brushing up on the fundamentals, this article has everything you need.


Coordinate Geometry Formula Index

Jump directly to any section:


What Is Coordinate Geometry?

Coordinate geometry โ€” also called analytic geometry or Cartesian geometry โ€” is the study of geometry using a coordinate system. Instead of relying on diagrams and rulers, it uses numbers and equations to describe shapes, lines, and points precisely.

The foundation of coordinate geometry is the Cartesian plane, named after the French mathematician Renรฉ Descartes. It consists of two perpendicular number lines:

  • The x-axis โ€” the horizontal line
  • The y-axis โ€” the vertical line

These two axes meet at a point called the origin, written as (0, 0). Every point on the plane is described by an ordered pair (x, y), where x tells you how far to move left or right from the origin, and y tells you how far to move up or down.

Coordinate geometry plane showing x-axis, y-axis, origin, and four quadrants

The Four Quadrants

The x-axis and y-axis divide the coordinate plane into four sections called quadrants:

Quadrantx valuey valueExample Point
Quadrant I (top-right)Positive (+)Positive (+)(3, 5)
Quadrant II (top-left)Negative (โˆ’)Positive (+)(โˆ’3, 5)
Quadrant III (bottom-left)Negative (โˆ’)Negative (โˆ’)(โˆ’3, โˆ’5)
Quadrant IV (bottom-right)Positive (+)Negative (โˆ’)(3, โˆ’5)

Plotting Points on the Coordinate Graph

To plot a point (x, y):

  1. Start at the origin (0, 0)
  2. Move x units along the horizontal axis (right if positive, left if negative)
  3. Move y units along the vertical axis (up if positive, down if negative)
  4. Mark the point

Example: To plot (โˆ’4, 3), move 4 units left and 3 units up from the origin.


Quick-Reference Formula Table

Before diving into each formula in detail, here is a complete summary for fast lookup โ€” bookmark this!

FormulaExpression
Distance Formulad = โˆš[(xโ‚‚ โˆ’ xโ‚)ยฒ + (yโ‚‚ โˆ’ yโ‚)ยฒ]
Midpoint FormulaM = ((xโ‚ + xโ‚‚)/2 , (yโ‚ + yโ‚‚)/2)
Slope Formulam = (yโ‚‚ โˆ’ yโ‚) / (xโ‚‚ โˆ’ xโ‚)
Point-Slope Formy โˆ’ yโ‚ = m(x โˆ’ xโ‚)
Slope-Intercept Formy = mx + b
Standard Form of LineAx + By + C = 0
Section Formula (Internal)P = ((mxโ‚‚ + nxโ‚)/(m+n) , (myโ‚‚ + nyโ‚)/(m+n))
Triangle Area FormulaArea = ยฝ |xโ‚(yโ‚‚โˆ’yโ‚ƒ) + xโ‚‚(yโ‚ƒโˆ’yโ‚) + xโ‚ƒ(yโ‚โˆ’yโ‚‚)|
Point-to-Line Distanced = |Axโ‚ + Byโ‚ + C| / โˆš(Aยฒ + Bยฒ)
Collinearity Conditionxโ‚(yโ‚‚ โˆ’ yโ‚ƒ) + xโ‚‚(yโ‚ƒ โˆ’ yโ‚) + xโ‚ƒ(yโ‚ โˆ’ yโ‚‚) = 0

Important Coordinate Geometry Formulas

1. Distance Formula

What it is: The distance formula calculates the straight-line distance between any two points on a coordinate plane.

The Formula:

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

Where:

  • (xโ‚, yโ‚) is the first point
  • (xโ‚‚, yโ‚‚) is the second point
  • d is the distance between them

Where it comes from: This formula is a direct application of the Pythagorean theorem. If you draw a right triangle between two points, the horizontal leg has length |xโ‚‚ โˆ’ xโ‚| and the vertical leg has length |yโ‚‚ โˆ’ yโ‚|. The hypotenuse โ€” the distance between the two points โ€” is found using aยฒ + bยฒ = cยฒ.

Horizontal distance = (xโ‚‚ โˆ’ xโ‚)
Vertical distance   = (yโ‚‚ โˆ’ yโ‚)
Therefore: d = โˆš[(xโ‚‚ โˆ’ xโ‚)ยฒ + (yโ‚‚ โˆ’ yโ‚)ยฒ]

Real-world connection: Delivery apps use this formula to calculate how far a driver is from a customer. GPS systems use it to compute straight-line distances between coordinates.

Distance formula derivation using right triangle in coordinate geometry

โœ… Worked Example

Find the distance between points A(โˆ’6, โˆ’6) and B(6, 6).

d = โˆš[(6 โˆ’ (โˆ’6))ยฒ + (6 โˆ’ (โˆ’6))ยฒ]
d = โˆš[(12)ยฒ + (12)ยฒ]
d = โˆš[144 + 144]
d = โˆš288
d โ‰ˆ 16.97 units

โš ๏ธ Common Mistakes

  • Forgetting the square root โ€” it applies to the entire expression, not just one term.
  • Mixing up coordinates โ€” (xโ‚, yโ‚) and (xโ‚‚, yโ‚‚) can be assigned to either point; just be consistent.
  • Dropping the negative sign โ€” watch subtraction: 6 โˆ’ (โˆ’6) = 12, not 0.

2. Midpoint Formula

What it is: The midpoint formula finds the exact center point between two given points on a coordinate plane.

The Formula:

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

Where M is the midpoint of the segment joining (xโ‚, yโ‚) and (xโ‚‚, yโ‚‚).

How to think about it: You are simply finding the average of the x-coordinates and the average of the y-coordinates. The midpoint is the “mean” of two points.

Real-world connection: Used in construction to find the center of a beam, or in graphic design to center an element on a canvas.

Midpoint formula example on coordinate geometry graph

โœ… Worked Example

Find the midpoint of segment AB where A(โˆ’7, โˆ’3) and B(5, 7).

M = ((โˆ’7 + 5)/2 , (โˆ’3 + 7)/2)
M = (โˆ’2/2 , 4/2)
M = (โˆ’1, 2)

The midpoint is (โˆ’1, 2).

โš ๏ธ Common Mistakes

  • Adding instead of averaging โ€” always divide the sum by 2.
  • Treating midpoint as a distance โ€” the midpoint is a point (x, y), not a single number.
  • Arithmetic errors with negatives โ€” โˆ’7 + 5 = โˆ’2, not โˆ’12.

3. Slope Formula

What it is: The slope of a line measures its steepness and direction. It tells you how much the line rises (or falls) for every unit it moves horizontally.

The Formula:

m = (yโ‚‚ โˆ’ yโ‚) / (xโ‚‚ โˆ’ xโ‚)

Interpreting slope:

Slope ValueWhat it Means
m > 0 (positive)Line goes upward from left to right
m < 0 (negative)Line goes downward from left to right
m = 0Horizontal line (flat)
m = undefinedVertical line (xโ‚‚ = xโ‚)
m
m

Real-world connection: Civil engineers use slope to design roads and ramps. A highway ramp with a slope of 0.06 rises 6 feet for every 100 feet traveled horizontally.

Different slope types in coordinate geometry

โœ… Worked Example

Find the slope of the line passing through (โˆ’8, โˆ’8) and (8, 8).

m = (8 โˆ’ (โˆ’8)) / (8 โˆ’ (โˆ’8))
m = 16 / 16
m = 1

A slope of 1 means the line rises at exactly 45ยฐ.

Special Cases: Parallel and Perpendicular Lines

  • Parallel lines have equal slopes: mโ‚ = mโ‚‚
  • Perpendicular lines have negative reciprocal slopes: mโ‚ ร— mโ‚‚ = โˆ’1

Example: If one line has slope 2, a perpendicular line has slope โˆ’1/2.

โš ๏ธ Common Mistakes

  • Reversing the order โ€” always keep (yโ‚‚ โˆ’ yโ‚) on top and (xโ‚‚ โˆ’ xโ‚) on the bottom.
  • Dividing by zero โ€” if xโ‚‚ = xโ‚, the slope is undefined (vertical line), not zero.

4. Point-Slope Form

What it is: Point-slope form is the most direct way to write the equation of a line when you know its slope and any one point it passes through.

The Formula:

y โˆ’ yโ‚ = m(x โˆ’ xโ‚)

Where:

  • (xโ‚, yโ‚) is any known point on the line
  • m is the slope
  • x and y are variables representing all other points on the line

When to use it: Use point-slope form when you are given a point and a slope, or when you calculate the slope from two points and need to write the line’s equation immediately.

โœ… Worked Example

Write the equation of the line passing through (2, 3) with slope m = 4.

y โˆ’ 3 = 4(x โˆ’ 2)
y โˆ’ 3 = 4x โˆ’ 8
y = 4x โˆ’ 5

โœ… Worked Example (from two points)

Find the equation of the line through (1, 2) and (3, 8).

Step 1: Find the slope.

m = (8 โˆ’ 2) / (3 โˆ’ 1) = 6/2 = 3

Step 2: Apply point-slope form using (1, 2).

y โˆ’ 2 = 3(x โˆ’ 1)
y โˆ’ 2 = 3x โˆ’ 3
y = 3x โˆ’ 1

โš ๏ธ Common Mistakes

  • Forgetting the minus sign โ€” the formula is y โˆ’ yโ‚, not y + yโ‚.
  • Using the wrong point โ€” any point on the line works, but double-check your substitution.

5. Slope-Intercept Form

What it is: Slope-intercept form is the most widely used equation of a line. It directly shows the slope and the y-intercept.

The Formula:

y = mx + b

Where:

  • m is the slope (steepness and direction)
  • b is the y-intercept (where the line crosses the y-axis)

Why it is useful: If you have this form, you can immediately graph a line โ€” start at (0, b) on the y-axis and use the slope to find the next point.

Graphing a line in slope-intercept form:

  1. Plot the y-intercept: point (0, b)
  2. From that point, apply the slope as rise/run
  3. Draw a straight line through the points

โœ… Worked Example

Graph and analyze the line y = 2x + 5.

  • Slope (m) = 2 โ†’ the line rises 2 units for every 1 unit right
  • Y-intercept (b) = 5 โ†’ the line crosses the y-axis at (0, 5)
  • X-intercept: Set y = 0 โ†’ 0 = 2x + 5 โ†’ x = โˆ’2.5 โ†’ crosses x-axis at (โˆ’2.5, 0)

Converting Between Forms

  • From point-slope to slope-intercept: expand and solve for y
  • From slope-intercept to standard form: rearrange to Ax + By + C = 0

โš ๏ธ Common Mistakes

  • Confusing m and b โ€” m is always the coefficient of x; b is always the constant term.
  • Misreading negative slopes โ€” y = โˆ’3x + 2 has a negative slope; the line falls from left to right.

6. Equation of a Straight Line

A straight line can be expressed in multiple equivalent forms depending on what information is known.

Different line equation forms in coordinate geometry

Standard Form (General Form)

Ax + By + C = 0

Example: Convert y = 3x โˆ’ 5 to standard form:

3x โˆ’ y โˆ’ 5 = 0

Intercept Form

x/a + y/b = 1

Where a is the x-intercept and b is the y-intercept.

Example: A line with x-intercept 4 and y-intercept 3:

x/4 + y/3 = 1  โ†’  3x + 4y = 12

Two-Point Form

When two points (xโ‚, yโ‚) and (xโ‚‚, yโ‚‚) are known:

(y โˆ’ yโ‚)/(yโ‚‚ โˆ’ yโ‚) = (x โˆ’ xโ‚)/(xโ‚‚ โˆ’ xโ‚)

Condition for Collinearity (Three Points)

Three points A(xโ‚, yโ‚), B(xโ‚‚, yโ‚‚), and C(xโ‚ƒ, yโ‚ƒ) are collinear if:

xโ‚(yโ‚‚ โˆ’ yโ‚ƒ) + xโ‚‚(yโ‚ƒ โˆ’ yโ‚) + xโ‚ƒ(yโ‚ โˆ’ yโ‚‚) = 0

If the result is not zero, the three points form a triangle.


7. Distance Between Two Points (Extended)

Distance from origin (0, 0) to point (x, y):

d = โˆš(xยฒ + yยฒ)

Perpendicular distance from a point to a line:

The distance from point (xโ‚, yโ‚) to the line Ax + By + C = 0:

d = |Axโ‚ + Byโ‚ + C| / โˆš(Aยฒ + Bยฒ)

โœ… Worked Example

Find the distance from point (3, 4) to the line 3x + 4y โˆ’ 10 = 0.

d = |3(3) + 4(4) โˆ’ 10| / โˆš(3ยฒ + 4ยฒ)
d = |9 + 16 โˆ’ 10| / โˆš(9 + 16)
d = |15| / โˆš25
d = 15 / 5
d = 3 units

8. Section Formula

What it is: The section formula finds the coordinates of a point that divides a line segment joining two given points in a given ratio.

Section formula internal and external division diagram

Internal Division Formula

When point P divides segment AB joining A(xโ‚, yโ‚) and B(xโ‚‚, yโ‚‚) internally in the ratio m:n:

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

External Division Formula

When point P divides segment AB externally in the ratio m:n:

P = ((mxโ‚‚ โˆ’ nxโ‚)/(m โˆ’ n) , (myโ‚‚ โˆ’ nyโ‚)/(m โˆ’ n))

Note: The midpoint formula is a special case of the section formula where m:n = 1:1.

โœ… Worked Example

Find the point that divides the segment joining A(1, 3) and B(7, 9) in the ratio 2:1 internally.

P = ((2ร—7 + 1ร—1)/(2+1) , (2ร—9 + 1ร—3)/(2+1))
P = ((14 + 1)/3 , (18 + 3)/3)
P = (15/3 , 21/3)
P = (5, 7)

โœ… Worked Example (Trisection Points)

Find the points that trisect the segment joining A(0, 0) and B(9, 6).

First trisection point (ratio 1:2):

Pโ‚ = ((1ร—9 + 2ร—0)/3 , (1ร—6 + 2ร—0)/3) = (3, 2)

Second trisection point (ratio 2:1):

Pโ‚‚ = ((2ร—9 + 1ร—0)/3 , (2ร—6 + 1ร—0)/3) = (6, 4)

โš ๏ธ Common Mistakes

  • Swapping m and n โ€” the ratio m:n means m parts toward B and n parts toward A. Keep them in order.
  • Using external division formula when internal is needed โ€” read the problem carefully.

9. Area of Triangle Formula

What it is: When three vertices of a triangle are given as coordinates, the area can be calculated directly without measuring any sides.

The Formula:

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

Where (xโ‚, yโ‚), (xโ‚‚, yโ‚‚), and (xโ‚ƒ, yโ‚ƒ) are the three vertices.

Important: The absolute value (| |) is essential โ€” area is always positive.

When to use it: Any time you are given three coordinate points and need the area, this formula is faster and more accurate than computing base and height separately.

Area of triangle using coordinate geometry formula

โœ… Worked Example

Find the area of the triangle with vertices A(0, 0), B(4, 0), and C(2, 6).

Area = ยฝ |0(0 โˆ’ 6) + 4(6 โˆ’ 0) + 2(0 โˆ’ 0)|
Area = ยฝ |0 + 24 + 0|
Area = ยฝ ร— 24
Area = 12 square units

โœ… Worked Example (General Vertices)

Find the area of the triangle with vertices P(1, 2), Q(4, 6), R(7, 3).

Area = ยฝ |1(6 โˆ’ 3) + 4(3 โˆ’ 2) + 7(2 โˆ’ 6)|
Area = ยฝ |1(3) + 4(1) + 7(โˆ’4)|
Area = ยฝ |3 + 4 โˆ’ 28|
Area = ยฝ |โˆ’21|
Area = ยฝ ร— 21
Area = 10.5 square units

Special case โ€” Collinearity check: If the area comes out to zero, the three points are collinear (they lie on a straight line and do not form a triangle).

โš ๏ธ Common Mistakes

  • Forgetting the absolute value โ€” the expression inside can be negative; always take its absolute value.
  • Forgetting to multiply by ยฝ โ€” the formula requires halving the result.
  • Wrong pairing of coordinates โ€” be consistent: use (xโ‚ with yโ‚‚โˆ’yโ‚ƒ), (xโ‚‚ with yโ‚ƒโˆ’yโ‚), (xโ‚ƒ with yโ‚โˆ’yโ‚‚).

When to Use Which Formula

This table helps you instantly identify the right formula for any coordinate geometry problem.

Problem TypeFormula to Use
Find distance between two pointsDistance Formula
Find center of a line segmentMidpoint Formula
Measure steepness of a lineSlope Formula
Write line equation from a point + slopePoint-Slope Form
Graph a line or read slope and interceptSlope-Intercept Form
Divide a line segment in a given ratioSection Formula
Find area of a triangle from coordinatesTriangle Area Formula
Find distance from a point to a linePoint-to-Line Distance Formula
Check if three points lie on one lineCollinearity Condition
Find point equidistant from two endpointsMidpoint Formula

Common Formula Confusion Guide

Students frequently mix up formulas that sound or look similar. Here is a clear breakdown:

Distance Formula vs Midpoint Formula

  • Distance gives you a single number โ€” how far apart two points are.
  • Midpoint gives you a coordinate pair โ€” the center point between two points.
  • Rule: If the answer should be a location, use midpoint. If it should be a measurement, use distance.

Slope Formula vs Equation of a Line

  • Slope measures only the steepness โ€” it is one number (m).
  • Equation of a line describes every point on the line โ€” it involves both x and y.
  • Rule: Find slope first, then use it to build the equation.

Section Formula vs Midpoint Formula

  • Midpoint is a special case of section formula where the ratio is exactly 1:1.
  • Section formula works for any ratio m:n.
  • Rule: If the ratio is given as anything other than equal halves, use section formula.

Point-Slope Form vs Slope-Intercept Form

  • Point-slope form is for writing an equation when any point is known.
  • Slope-intercept form is for reading and graphing โ€” slope and y-intercept are immediately visible.
  • Rule: Use point-slope to create the equation, convert to slope-intercept to graph it.

Internal Division vs External Division

  • Internal division: the dividing point lies between the two endpoints.
  • External division: the dividing point lies outside the segment, on the extension.
  • Rule: If the problem says “divides internally” or gives no qualifier, use internal. If it says “externally,” use external.

Real-World Applications of Coordinate Geometry

Applications of coordinate geometry in real life

GPS Navigation: Every location on Earth is described by coordinates (latitude and longitude). Distance formulas calculate the shortest path between two positions.

Architecture and Civil Engineering: Blueprints are drawn on coordinate grids. Slope formulas help design roads, ramps, and drainage systems with precise inclines.

Computer Graphics and Game Development: Every pixel, character, and object in a game or animation is placed using coordinate geometry. Transformations โ€” moving, rotating, scaling โ€” all rely on coordinate calculations.

Robotics: Robot arms and autonomous vehicles calculate movements using coordinate positions and distance formulas to navigate space accurately.

Data Science and Machine Learning: Algorithms like k-nearest neighbors measure the distance between data points on a coordinate plane to make predictions.


Comprehensive Solved Examples

Example 1 โ€” Full Problem Using Multiple Formulas

Problem: Three points are given: A(2, 4), B(8, 4), and C(5, 10). Verify they form a triangle, find the midpoint of AB, and determine the equation of line AC.

Step 1: Check if they form a triangle (collinearity test)

= 2(4 โˆ’ 10) + 8(10 โˆ’ 4) + 5(4 โˆ’ 4)
= 2(โˆ’6) + 8(6) + 5(0)
= โˆ’12 + 48 + 0
= 36 โ‰  0

Result is not zero โ†’ A, B, C form a triangle. โœ“

Step 2: Find midpoint of AB

M = ((2+8)/2 , (4+4)/2) = (5, 4)

Step 3: Equation of line AC

Slope of AC:

m = (10 โˆ’ 4)/(5 โˆ’ 2) = 6/3 = 2

Point-slope form using A(2, 4):

y โˆ’ 4 = 2(x โˆ’ 2)
y = 2x

Example 2 โ€” Distance and Section Formula Combined

Problem: Point P divides the line segment from A(โˆ’2, 3) to B(4, โˆ’1) in the ratio 3:1. Find P, then find its distance from the origin.

Step 1: Find P

P = ((3ร—4 + 1ร—(โˆ’2))/4 , (3ร—(โˆ’1) + 1ร—3)/4)
P = (10/4 , 0/4)
P = (2.5, 0)

Step 2: Distance from P to origin

d = โˆš(2.5ยฒ + 0ยฒ) = 2.5 units

Example 3 โ€” Parallel and Perpendicular Lines

Problem: Line Lโ‚ has equation y = 3x + 2. Write equations of (a) a parallel line through (0, โˆ’1) and (b) a perpendicular line through (1, 5).

(a) Parallel line โ€” same slope m = 3:

y = 3x + b
Substitute (0, โˆ’1): โˆ’1 = 3(0) + b โ†’ b = โˆ’1
Answer: y = 3x โˆ’ 1

(b) Perpendicular line โ€” slope = โˆ’1/3:

y โˆ’ 5 = โˆ’(1/3)(x โˆ’ 1)
y = โˆ’x/3 + 16/3

Example 4 โ€” Area of Triangle and Collinearity

Problem: Find the area of the triangle formed by A(1, 1), B(5, 3), and C(3, 7). Then verify whether A, B, and D(7, 5) are collinear.

Area of triangle ABC:

Area = ยฝ |1(3 โˆ’ 7) + 5(7 โˆ’ 1) + 3(1 โˆ’ 3)|
Area = ยฝ |1(โˆ’4) + 5(6) + 3(โˆ’2)|
Area = ยฝ |โˆ’4 + 30 โˆ’ 6|
Area = ยฝ ร— 20 = 10 square units

Collinearity check for A(1,1), B(5,3), D(7,5):

= 1(3 โˆ’ 5) + 5(5 โˆ’ 1) + 7(1 โˆ’ 3)
= 1(โˆ’2) + 5(4) + 7(โˆ’2)
= โˆ’2 + 20 โˆ’ 14 = 4 โ‰  0

A, B, D are not collinear โ€” they form a triangle.


Common Mistakes to Avoid in Coordinate Geometry

1. Forgetting to apply the square root in the distance formula The square root covers the entire expression. Computing (xโ‚‚โˆ’xโ‚)ยฒ + (yโ‚‚โˆ’yโ‚)ยฒ without taking the root is one of the most frequent errors.

2. Mixing up the order of subtraction in slope Always write (yโ‚‚ โˆ’ yโ‚) over (xโ‚‚ โˆ’ xโ‚). Switching one but not the other flips the sign of the slope incorrectly.

3. Confusing midpoint with distance The midpoint is a coordinate pair (x, y). The distance is a single number. These answer completely different questions.

4. Assuming slope of 0 and undefined slope are the same Slope = 0 means a flat horizontal line. Undefined slope means a perfectly vertical line. They are opposite extremes.

5. Using the wrong section formula (internal vs external) If a point lies between the two endpoints, use internal division. If the problem says “externally,” use external division with subtraction in the denominator.

6. Forgetting absolute value in the area formula The expression inside the triangle area formula can be negative. Without the absolute value, you would get a negative area โ€” which is meaningless.

7. Plotting ordered pairs as (y, x) instead of (x, y) Always read ordered pairs as (horizontal, vertical) โ€” x first, then y.

8. Errors with negative coordinates in substitution When substituting negative values, always use parentheses: m = (yโ‚‚ โˆ’ (โˆ’3)) is not the same as m = (yโ‚‚ โˆ’ 3).


Practice Questions

Basic Level

  1. Find the distance between points (2, 3) and (6, 7).
  2. Find the midpoint between (โˆ’2, 4) and (8, 10).
  3. Find the slope of the line through (1, 2) and (5, 10).

Intermediate Level

  1. Write the equation of the line with slope 3 passing through (2, 5).
  2. A point divides the segment from (0, 0) to (10, 20) in the ratio 1:2. Find the point.
  3. Find the area of the triangle with vertices (0, 0), (4, 0), and (2, 6).
  4. Find the distance from point (3, 4) to the line 3x + 4y โˆ’ 10 = 0.
  5. Are the points (1, 1), (2, 3), and (3, 5) collinear? Verify using the area formula.

Advanced Level

  1. The midpoint of a segment is (3, โˆ’4). One endpoint is (7, 2). Find the other endpoint.
  2. Find the equation of the perpendicular line to y = 2x + 1 passing through (1, 4).
  3. A line has x-intercept 6 and y-intercept โˆ’4. Write its equation in slope-intercept, point-slope, and standard form.
  4. Prove that the points A(0, 0), B(4, 0), C(4, 3), and D(0, 3) form a rectangle using coordinate geometry.

Answers:

  1. d = โˆš[(6โˆ’2)ยฒ + (7โˆ’3)ยฒ] = โˆš[16+16] = โˆš32 โ‰ˆ 5.66 units
  2. M = ((โˆ’2+8)/2 , (4+10)/2) = (3, 7)
  3. m = (10โˆ’2)/(5โˆ’1) = 8/4 = 2
  4. y โˆ’ 5 = 3(x โˆ’ 2) โ†’ y = 3x โˆ’ 1
  5. P = ((1ร—10+2ร—0)/3 , (1ร—20+2ร—0)/3) = (10/3 , 20/3)
  6. Area = ยฝ|0(0โˆ’6)+4(6โˆ’0)+2(0โˆ’0)| = ยฝร—24 = 12 square units
  7. d = |3(3)+4(4)โˆ’10|/โˆš25 = 15/5 = 3 units
  8. Area = ยฝ|1(3โˆ’5)+2(5โˆ’1)+3(1โˆ’3)| = ยฝ|โˆ’2+8โˆ’6| = ยฝร—0 = 0 โ†’ Collinear โœ“
  9. Other endpoint = (2ร—3โˆ’7 , 2ร—(โˆ’4)โˆ’2) = (โˆ’1, โˆ’10)
  10. Perpendicular slope = โˆ’1/2; y โˆ’ 4 = โˆ’ยฝ(xโˆ’1) โ†’ y = โˆ’x/2 + 9/2
  11. Slope = (โˆ’4โˆ’0)/(0โˆ’6) = 2/3; y = (2/3)x โˆ’ 4 | y+4 = (2/3)(xโˆ’0) | 2x โˆ’ 3y โˆ’ 12 = 0
  12. Slopes of AB and DC = 0 (parallel); slopes of AD and BC = undefined (parallel); AB โŠฅ AD (0 ร— undefined = vertical); AB = DC = 4, AD = BC = 3 โ†’ Rectangle proved โœ“

Formula Cheat Sheet

FormulaRemember It As
Distance Formula“Length between two points”
Midpoint Formula“Center between two points”
Slope Formula“Steepness of a line”
Point-Slope Form“Line from one point”
Slope-Intercept Form“Line for graphing”
Section Formula“Dividing point in ratio”
Triangle Area Formula“Area from three vertices”
Point-to-Line Distance“Gap from point to line”

Coordinate Geometry Formulas PDF Download

Suggested PDF contents:

  • Complete formula list with all forms
  • Visual diagrams for each formula
  • Worked examples summary
  • Common mistakes checklist
  • Practice questions with answers
  • Quick revision sheet for Class 10 and Class 11

Frequently Asked Questions (FAQs)

Q1. What is coordinate geometry? Coordinate geometry is a branch of mathematics that uses a coordinate system โ€” specifically the Cartesian plane with x and y axes โ€” to study geometric shapes, points, and lines using algebraic equations and numerical coordinates.

Q2. What is coordinate geometry used for in real life? Coordinate geometry is used in GPS navigation, computer graphics, architecture, robotics, machine learning, and engineering. Any field that works with positions, distances, or shapes in a plane depends on it.

Q3. What is the distance formula in coordinate geometry? The distance formula calculates the straight-line distance between two points (xโ‚, yโ‚) and (xโ‚‚, yโ‚‚): d = โˆš[(xโ‚‚ โˆ’ xโ‚)ยฒ + (yโ‚‚ โˆ’ yโ‚)ยฒ]. It is derived directly from the Pythagorean theorem.

Q4. What is the midpoint formula? The midpoint formula finds the center point of a segment: M = ((xโ‚+xโ‚‚)/2 , (yโ‚+yโ‚‚)/2). It works by averaging the x-coordinates and averaging the y-coordinates separately.

Q5. What is the slope formula? The slope formula m = (yโ‚‚ โˆ’ yโ‚)/(xโ‚‚ โˆ’ xโ‚) measures the steepness and direction of a line. A positive result means an upward slope; negative means downward; zero means horizontal; undefined means vertical.

Q6. What is the section formula and when is it used? The section formula finds a point that divides a line segment in a given ratio m:n. Use it when you need to locate a point that lies between (or outside) two given endpoints at a specific proportion.

Q7. Can the distance between two points ever be negative? No. Distance is always a non-negative value. The square root in the distance formula ensures this. If you get a negative result, there is an arithmetic error in your calculation.

Q8. What is the difference between point-slope form and slope-intercept form? Both describe the same line in different ways. Point-slope form (y โˆ’ yโ‚ = m(x โˆ’ xโ‚)) is easiest to write when you know any point on the line. Slope-intercept form (y = mx + b) is easiest to read and graph because slope and y-intercept are directly visible.

Q9. Is coordinate geometry important for Class 10 and Class 11? Yes, very much so. Class 10 boards focus on distance formula, section formula, and area of triangle. Class 11 expands to all line equation forms, distance from a point to a line, and angle between two lines. Both levels feature 3โ€“6 mark questions from this chapter regularly.

Q10. How is the triangle area formula related to the collinearity condition? They are the same expression. When you apply the triangle area formula to three points and the result is zero, it means the three points do not form a triangle โ€” they are collinear (lying on one straight line).


Final Revision Tips

Before any exam, revise in this order for maximum efficiency:

  1. Quick Formula Table โ€” refresh all formulas in one view
  2. “When to Use Which Formula” table โ€” train your formula-selection instinct
  3. “Common Formula Confusion” section โ€” resolve any mix-ups before they cost marks
  4. Worked examples โ€” re-solve at least one example per formula without looking at the steps
  5. Common mistakes list โ€” read through once to activate your error-detection mode
  6. Practice questions โ€” attempt at least the intermediate level under timed conditions

This order takes you from memory โ†’ judgment โ†’ application โ†’ accuracy โ€” exactly the progression exam questions are designed to test.


Summary

Coordinate geometry makes it possible to solve geometric problems using equations and coordinates โ€” precisely, efficiently, and without guesswork.

In this guide you learned:

  • How the coordinate plane, quadrants, and ordered pairs work
  • The distance formula and its derivation from the Pythagorean theorem
  • The midpoint formula as an average of two coordinates
  • The slope formula and how to interpret positive, negative, zero, and undefined slopes
  • How to write line equations using point-slope and slope-intercept forms
  • All major forms of the equation of a straight line
  • How to find the distance from a point to a line
  • The section formula for internal and external division
  • The area of triangle formula and its connection to collinearity
  • How to choose the right formula for any problem
  • How to avoid the most common mistakes students make

Related Resources

Roots of a Quadratic Equation.

Unit Circle Guide

Unit Circle Calculator

Quadratic Equation Solver

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *