• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE 2025
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Coordinate Geometry

Coordinate Geometry

Coordinate Geometry is a mathematical branch that merges algebra and geometry. It utilizes coordinates to represent and analyze geometric shapes and figures. This blend allows us to study geometric properties, relationships, and spatial configurations using algebraic equations. The beauty of coordinate geometry lies in its ability to describe geometric shapes numerically and enable us to perform calculations such as finding distances, midpoints, and angles.

1.0About Coordinate Geometry

Coordinate Geometry, also known as Cartesian Geometry, was developed by the French mathematician René Descartes. By representing geometric points using a pair of numerical values called coordinates, Descartes revolutionized the way we approach geometric problems. Each point in the coordinate plane is defined by an ordered pair of numbers, (x, y), representing its horizontal (x-axis) and vertical (y-axis) distances from the origin.

2.0Basic Coordinate Geometry Concepts

  1. The Cartesian Plane: The basic building block of coordinate geometry is the Cartesian plane, which consists of 2 perpendicular axes, the x-axis and the y-axis, intersecting at the origin (0, 0). This plane is divided into four quadrants, each having distinct signs for the x and y coordinates.

The Cartesian Plane

  1. Coordinates of a Point: A point in 2D space is represented as (x, y), where x is the perpendicular distance from the y-axis, and y-coordinate represents the perpendicular distance from the x-axis.
  2. Distance Formula: The distance between 2 points, A (x1, y1) and B (x2, y2), is expressed by: 

 Distance =(x2​−x1​)2+(y2​−y1​)2​

Distance Formula

  1. Midpoint Formula: The midpoint of a line segment joining 2 points, A (x1, y1) and B (x2, y2), is calculated as: 

Midpoint=(2x1​+x2​​,2y1​+y2​​)

Midpoint formula

  1. Slope of a Line: The slope, or gradient, of a line passing through 2 points, (x1, y1) and (x2, y2), is given by:

 Slope =x2​−x1​y2​−y1​​

Slope of line

  1. Equation of a Line: The equation of a straight line in the slope-intercept form is: y = mx + c, where m denotes the slope and c signifies the y-intercept.

Equation of a line

3.0Exploring 3D Coordinate Geometry 

When we move from two dimensions to three dimensions, we introduce a new axis, the z-axis, perpendicular to both the x and y axes. This gives rise to 3D Coordinate Geometry, where a point is represented as (x, y, z).

  1. Three-Dimensional Coordinate Geometry: A point in 3D space is identified by three coordinates, (x, y, z), where:
  • x is the perpendicular distance from the yz-plane.
  • y is the perpendicular distance from the xz-plane.
  • z is the perpendicular distance from the xy-plane.

3d coordinate geometry

  1. Distance Formula in 3D: The distance between 2 points, A (x1, y1, z1) and B (x2, y2, z2), is expressed by:

Distance = (x2​−x1​)2+(y2​−y1​)2+(z2​−z1​)2​

  1. Midpoint Formula in 3D: The midpoint of a line segment joining two points, C (x1, y1, z1) and D (x2, y2, z2), is:

Midpoint = (2x1​+x2​​,2y1​+y2​​,2z1​+z2​​)

4.0Applications of Coordinate Geometry

Coordinate Geometry is widely used in various fields such as physics, engineering, computer graphics, and even in everyday problem-solving scenarios. For instance, it helps in determining the trajectory of a moving object, optimizing routes in navigation systems, and creating realistic 3D models in computer graphics.

3D Coordinate Geometry finds applications in understanding the spatial distribution of celestial bodies in astronomy, designing mechanical parts in engineering, and modeling geographical landscapes.

5.0Solved Examples on Coordinate Geometry 

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

Solution:

Using the distance formula:

 Distance =(x2​−x1​)2+(y2​−y1​)2​

 Distance =(4−1)2+(6−2)2​

 Distance =32+42​

 Distance =9+16​

 Distance =25​

 Distance =5

Hence the distance between points A (1, 2) and B (4, 6) is 5.


Example 2: Determine the midpoint of the line segment joining points C (–2, 1) and D (2, 3).

Solution: 

Using the midpoint formula:

 Midpoint =(2x1​+x2​​,2y1​+y2​​)

 Midpoint =(2−2+2​,21+3​)

 Midpoint =(0,2)

Hence, the midpoint of the line segment joining points C (–2, 1) and D (2, 3) is (0, 2).


Example 3: Find the distance between points A (3, 4) and B (–1, 7).

Solution: 

Using the distance formula:

 Distance =(x2​−x1​)2+(y2​−y1​)2​

Substitute the given values A (3, 4) = (x1, y1) and B (–1, 7) = (x2, y2):

 Distance =(−1−3)2+(7−4)2​

 Distance =(−4)2+(3)2​

 Distance =16+9​

 Distance =25​=5

Thus, the distance between points A and B is 5 units.


Example 4: Find the midpoint of the line segment joining points P (2, –3) and Q (6, 5).

Solution: 

Using the midpoint formula:

 Midpoint =(2x1​+x2​​,2y1​+y2​​)

Substitute P (2, –3) = (x1, y1) and Q (6, 5) = (x2, y2):

 Midpoint =(22+6​,2−3+5​)

 Midpoint =(4,1)

Hence, the midpoint of the line segment PQ is (4, 1).


Example 5: Determine the slope and the equation of a line passing through points C (–1, 2) and D (3, –4).

Solution:  

The slope of a line passing through two points C (x1, y1) and D (x2, y2) is given by:

 Slope =m=x2​−x1​y2​−y1​​

Substitute C (–1, 2) and D (3, –4):

 Slope =3−(−1)−4−2​

 Slope =4−6​=−23​

Thus, the slope of the line is −23​.

To find the equation of the line, we use the point-slope form:

y−y1​=m(x−x1​)

Substitute m=−23​ and (x1, y1) = (–1, 2):

y−2=−23​(x+1)

y−2=−23​x−23​

y=−23​x+21​

Hence, the equation of the line is:

y=−23​x+21​


Example 6: Find the distance between points A (1, 2, 3) and B (4, 6, 8) in three-dimensional space.

Solution:  

Using the distance formula in 3D:

 Distance =(x2​−x1​)2+(y2​−y1​)2+(z2​−z1​)2​

Substitute A (1, 2, 3) and B (4, 6, 8):

 Distance =(4−1)2+(6−2)2+(8−3)2​

 Distance =32+42+52​

 Distance =9+16+25​

 Distance =9+16+25​

 Distance =50​=52​

Thus, the distance between points A and B is 52​ units.

6.0Practice Questions on Coordinate Geometry

  1. Find the distance between the following pairs of points:  

a) A (2, 3) and B (5, 7)   

b) C (–3, –4) and D (4, 0) 

  1. Determine the midpoint of the line segment joining the points:  

a) P (1, 2) and Q (3, –2)  

b) R (–4, 5) and S (0, 1)

  1. Find the equation of the line passing through the given points:  

a) A (2, -3) and B (–1, 4)   

b) C (0, 0) and D (5, 10) 

  1. Determine the slope of the line that passes through the following points:  

a) M (–2, 3) and N (4, –1)   

b) P (–5, 7) and Q (1, –3) 

  1. Determine the distance between the points A(1, 2, 3) and B(4, –1, 5).

7.0Sample Questions on Coordinate Geometry

  1. What is the Distance Formula in Coordinate Geometry?

Ans: 

The distance between two points A (x1, y1) and B(x2, y2) in 2D is given by:

 Distance =(x2​−x1​)2+(y2​−y1​)2​

In 3D space, the distance between two points A (x1, y1, z1) and B (x2, y2, z2) is:

 Distance =(x2​−x1​)2+(y2​−y1​)2+(z2​−z1​)2​

  1. What is the Midpoint Formula?

Ans: The midpoint of a line segment joining points A(x1, y1)  and B(x2, y2) in 2D is given by:

 Midpoint =(2x1​+x2​​,2y1​+y2​​)

In 3D, the midpoint of a line segment joining A(x1, y1, z1) and B(x2, y2, z2) is:

 Midpoint =(2x1​+x2​​,2y1​+y2​​,2z1​+z2​​)

  1. What is the Equation of a Line in 2D and 3D?

Ans:  

  • In 2D: The equation of a line passing through a point (x1, y1) with slope m is given by:

y−y1​=m(x−x1​)

  • In 3D: The equation of a line passing through a point (x1, y1, z1) and parallel to vector d = (a, b, c) is:

ax−x1​​=by−y1​​=cz−z1​​

  1. How do you find the Equation of a Circle in Coordinate Geometry?

Ans:

The standard equation of a circle with center (h, k) and radius r is:

(x−h)2+(y−k)2=r2

If the circle is centered at the origin (0, 0), the equation simplifies to: x2+y2=r2

  1. What is the General Form of a Plane in 3D Coordinate Geometry?

Ans:

The general equation of a plane in 3D is given by: ax+by+cz+d=0

where (a, b, c) is the normal vector of the plane, and d is a constant.

  1. What are the Collinearity and Coplanarity Conditions in Coordinate Geometry?

Ans: 

  • Collinearity: Three or more points are said to be collinear if they lie on the same straight line. For points A (x1, y1), B (x2, y2), and C (x3, y3) in 2D, they are collinear if the slopes of AB and BC are equal.
  • Coplanarity: Four or more points are said to be coplanar if they lie on the same plane in 3D space. A necessary condition for points A, B, C, and D to be coplanar is that the scalar triple product of vectors AB, AC,  and AD is zero.

Table of Contents


  • 1.0About Coordinate Geometry
  • 2.0Basic Coordinate Geometry Concepts
  • 3.0Exploring 3D Coordinate Geometry 
  • 4.0Applications of Coordinate Geometry
  • 5.0Solved Examples on Coordinate Geometry 
  • 6.0Practice Questions on Coordinate Geometry
  • 7.0Sample Questions on Coordinate Geometry

Frequently Asked Questions

Coordinate Geometry, also known as Analytical Geometry, is a mathematical branch that uses a coordinate system to define geometric shapes, points, lines, and curves. It helps us determine the position and properties of geometric figures using algebraic equations and formulas. By establishing a relationship between algebra and geometry, coordinate geometry provides a powerful tool for analyzing spatial properties and relationships.

2D Coordinate Geometry involves points and figures that are represented on a two-dimensional plane using an ordered pair of coordinates (x, y). It mainly deals with shapes like lines, circles, parabolas, and ellipses. 3D Coordinate Geometry involves points and figures in three-dimensional space using an ordered triplet (x, y, z). It deals with concepts like planes, spheres, and lines in 3D space.

The general equation of a plane in 3D is given by: ax+by=cz=d=0, where (a, b, c) is the normal vector of the plane, and d is a constant.

A locus is a set of points that satisfy a certain geometric condition or property. For example, the locus of points equidistant from a given point in 2D is a circle, and in 3D, it is a sphere.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO