Admin 12 Jun 2026 02:16

 

Coordinate Geometry Formulas List

Introduction to Coordinate Geometry

Coordinate geometry, also known as analytic geometry, is a branch of mathematics that combines algebra and geometry. It uses a coordinate system to geometrically represent and solve algebraic equations. This system allows us to describe geometric shapes and their properties using numerical coordinates and algebraic equations.

The foundation of coordinate geometry lies in the Cartesian coordinate system, developed by Ren Descartes in the 17th century. This system uses a horizontal line (x-axis) and a vertical line (y-axis) that intersect at a point called the origin (0,0).

Basic Coordinate Geometry Concepts

Before diving into formulas, it's essential to understand some basic concepts:

  • Coordinates: An ordered pair (x, y) that represents the position of a point in the plane.
  • Quadrants: The coordinate plane is divided into four quadrants based on the signs of x and y coordinates.
  • Origin: The point (0,0) where the x-axis and y-axis intersect.

Distance Formula

The distance formula calculates the length of the line segment between two points in a coordinate plane.

Distance between points (x, y) and (x, y):
d = [(x - x) + (y - y)]
Example: Find the distance between points A(3,4) and B(7,8).
d = [(7-3) + (8-4)] = (4 + 4) = (16 + 16) = 32 5.66
Note: In three-dimensional space, the distance formula extends to:
d = [(x - x) + (y - y) + (z - z)]

Section Formula

The section formula helps find the coordinates of a point that divides a line segment internally in a given ratio.

Coordinates of point P dividing line segment AB internally in ratio m:n:
x = (mx + nx)/(m + n)
y = (my + ny)/(m + n)
Example: Find the point dividing the line segment joining A(2,3) and B(6,9) in the ratio 2:1.
x = (26 + 12)/(2 + 1) = 14/3 4.67
y = (29 + 13)/(2 + 1) = 21/3 = 7
The point is (4.67, 7).
Note: For external division, the formula changes to:
x = (mx - nx)/(m - n)
y = (my - ny)/(m - n)

Midpoint Formula

A special case of the section formula where the point divides the line segment in a 1:1 ratio.

Midpoint of line segment with endpoints (x, y) and (x, y):
M = [(x + x)/2, (y + y)/2]
Example: Find the midpoint of the line segment joining A(2,4) and B(8,10).
M = [(2 + 8)/2, (4 + 10)/2] = [10/2, 14/2] = [5, 7]

Slope Formula

The slope (gradient) of a line indicates its steepness and direction.

Slope of line passing through points (x, y) and (x, y):
m = (y - y)/(x - x)
Example: Find the slope of the line passing through points A(2,3) and B(5,9).
m = (9 - 3)/(5 - 2) = 6/3 = 2
Note: Parallel lines have equal slopes. The product of slopes of two perpendicular lines is -1.

Equation of a Line

Various forms to represent the equation of a straight line:

Form Formula Key Information
Slope-Intercept Form y = mx + c m = slope, c = y-intercept
Point-Slope Form y - y = m(x - x) Line passing through (x,y) with slope m
Two-Point Form (y - y) = [(y - y)/(x - x)](x - x) Line passing through (x,y) and (x,y)
Intercept Form x/a + y/b = 1 a = x-intercept, b = y-intercept
Standard Form Ax + By + C = 0 Where A, B, C are constants
Normal Form x cos + y sin = p p = length of perpendicular from origin, = angle

Distance from Point to Line

Formula to find the perpendicular distance from a point to a line.

Distance from point (x, y) to line Ax + By + C = 0:
d = |Ax + By + C|/(A + B)
Example: Find the distance from point (2,3) to line 3x + 4y - 10 = 0.
d = |3(2) + 4(3) - 10|/(3 + 4) = |6 + 12 - 10|/(9 + 16) = 8/5 = 1.6 units

Equation of Circle

A circle is set of all points in a plane at a fixed distance (radius) from a fixed point (center).

Form Formula Key Information
Standard Form (x - h) + (y - k) = r Center at (h,k), radius = r
General Form x + y + 2gx + 2fy + c = 0 Center at (-g,-f), radius = (g + f - c)
Circle at Origin x + y = r Center at (0,0), radius = r
Example: Find the center and radius of circle x + y - 6x + 8y - 11 = 0.
Comparing with x + y + 2gx + 2fy + c = 0:
2g = -6 g = -3
2f = 8 f = 4
c = -11
Center: (-g,-f) = (3,-4)
Radius: (g + f - c) = (9 + 16 + 11) = 36 = 6 units

Equation of Parabola

A parabola is the locus of points equidistant from a fixed point (focus) and a fixed line (directrix).

Type Formula Key Information
Vertical Parabola (x - h) = 4p(y - k) Center at (h,k), focus (h,k+p)
Horizontal Parabola (y - k) = 4p(x - h) Center at (h,k), focus (h+p,k)
Open Upward x = 4ay Focus (0,a), vertex at origin
Open Downward x = -4ay Focus (0,-a), vertex at origin
Open Rightward y = 4ax Focus (a,0), vertex at origin
Open Leftward y = -4ax Focus (-a,0), vertex at origin

Equation of Ellipse

An ellipse is the set of all points where the sum of the distances from two fixed points (foci) is constant.

Type Formula Key Information
Horizontal Ellipse (x-h)/a + (y-k)/b = 1 Center (h,k), major axis horizontal
Vertical Ellipse (x-h)/b + (y-k)/a = 1 Center (h,k), major axis vertical
Standard Horizontal x/a + y/b = 1 Center at origin, a > b
Standard Vertical x/b + y/a = 1 Center at origin, a > b

Equation of Hyperbola

A hyperbola is the set of all points where the difference of distances from two fixed points (foci) is constant.

Type Formula Key Information
Horizontal Hyperbola (x-h)/a - (y-k)/b = 1 Center (h,k), transverse axis horizontal
Vertical Hyperbola (y-k)/a - (x-h)/b = 1 Center (h,k), transverse axis vertical
Standard Horizontal x/a - y/b = 1 Center at origin
Standard Vertical y/a - x/b = 1 Center at origin
Rectangular Hyperbola xy = c Asymptotes are x-axis and y-axis

Three-Dimensional Coordinate Geometry

Extending coordinate geometry to three dimensions using x, y, and z axes.

Formula Type Formula
Distance between Points d = [(x-x) + (y-y) + (z-z)]
Section Formula (Internal) x = (mx+nx)/(m+n), y = (my+ny)/(m+n), z = (mz+nz)/(m+n)
Direction Cosines cos + cos + cos = 1
Plane Equation A(x-x) + B(y-y) + C(z-z) = 0
Sphere Equation (x-a) + (y-b) + (z-c) = r

Applications of Coordinate Geometry

Coordinate geometry has numerous applications in various fields:

  • Physics: Used in projectile motion, vectors, and force calculations.
  • Engineering: Essential in computer graphics, CAD (Computer-Aided Design), and structural analysis.
  • Navigation: GPS systems rely on coordinate geometry for location tracking.
  • Computer Graphics: Used to transform, rotate, and scale objects on screens.
  • Robotics: Helps in path planning and movement control.
  • Astronomy: Used in mapping celestial bodies and their orbits.
  • Cartography: Essential for mapmaking and representing geographical features.

Important Relationships

Relationship Formula
Distance between Parallel Lines (Ax + By + C = 0 and Ax + By + C = 0) d = |C - C|/(A + B)
Condition for Lines to be Perpendicular (m, m) m m = -1
Condition for Lines to be Parallel (m, m) m = m
Angle between Lines (m, m) tan() = |(m - m)/(1 + mm)|
Area of Triangle with vertices (x,y), (x,y), (x,y) Area = |[x(y-y) + x(y-y) + x(y-y)]/2|
Condition of Collinearity Area of triangle = 0

Reference Files For Coordinate Geometry Formulas List
Screenshoot
File Name
coordinate_geometry_formulas_pdf.pdf

File Size
0.33 MB

File Type
PDF

File Site
Description
This file is just a reference file for Coordinate Geometry Formulas List. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Coordinate Geometry Formulas List and Reference File Download Link


admin
Admin
2026-06-12 02:16:11

Geometry Formulas List and Reference File Download Link


admin
Admin
2026-06-12 17:36:12

Coordinate Geometry and Reference File Download Link


admin
Admin
2026-06-07 16:32:10

Alternative Approaches In Teaching Coordinate Geometry and Reference File Download Link


admin
Admin
2026-06-12 04:18:11

Assignments In Mathematics Class X Coordinate Geometry and Reference File Download Link


admin
Admin
2026-06-12 04:54:12