CBSE Class 10 Maths Notes Chapter 7 Coordinate Geometry
Geometry is often about shapes you can touch and measure, but what happens when you move those shapes onto a grid? That is where CBSE Class 10 Maths Chapter 7 notes come in. Coordinate Geometry acts as a bridge between Algebra and Geometry, allowing us to find the distance between two cities on a map or the exact centre of a circle using nothing but numbers and coordinates.
For a Class 10 student, mastering this chapter is a strategic move. It is one of the most scoring sections of the syllabus because it relies on a few solid formulas rather than complex theorems. Whether you are looking for coordinate geometry class 10 notes for a quick recap or a detailed class 10 maths chapter 7 notes PDF style breakdown, this guide will help you navigate the Cartesian plane with confidence.
Check Out: CBSE Class 10 Books
Coordinate Geometry Chapter Overview
Cartesian Plane Meaning
Before diving into formulas, let's refresh the basics. A point in a plane is represented by an ordered pair (x, y).
-
Abscissa: The x-coordinate, representing the distance from the y-axis.
-
Ordinate: The y-coordinate, representing the distance from the x-axis.
-
The Origin: The point (0, 0) where the two axes intersect.
In CBSE Class 10 Maths Chapter 7 Coordinate Geometry Notes, we focus on finding the relationship between these points without needing to draw them out every time.
What is the distance formula?
How do you find the length of a line segment if you only have the coordinates of its ends? We use the Distance Formula. To measure how far apart two points A(x_1, y_1) and B(x_2, y_2) are, we do the following: d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Key Applications of the Distance Formula:
-
To check if three points are collinear, the distance between two pairs of points must equal the distance between the third pair (for example, $AB + BC = AC$).
-
To prove a triangle is isosceles, you need to show that two of its sides are equal. To show that a quadrilateral is a square, you should prove that all of its sides and both of its diagonals are equal.
Section Formula Definition
You can use the section formula to find the coordinates of a point that divides a line segment into a certain ratio. Let’s say point P(x, y) divides the line segment from A(x_1, y_1) to B(x_2, y_2) in the ratio m_1:m_2.
The coordinates of P are: x = \frac{m_1x_2 + m_2x_1}{m_1 + m_2}, \quad y = \frac{m_1y_2 + m_2y_1}{m_1 + m_2}
This formula is a common part of CBSE Class 10 Maths Chapter 7 revision notes since it is often utilised in word problems that have to do with ratios and partitions.
Mid-point Formula Meaning
When a point divides a line segment exactly in half, the ratio is 1:1. This simplifies the Section Formula into the Mid-point Formula. The mid-point M(x, y) of A(x_1, y_1) and B(x_2, y_2) is:
x = \frac{x_1 + x_2}{2}, \quad y = \frac{y_1 + y_2}{2}
This is particularly useful for finding the center of a circle when the diameter's endpoints are known or the diagonals' intersection in a parallelogram.
How to Find the Centroid of a Triangle?
Another important concept often found in CBSE Class 10 Maths Chapter 7 notes is the centroid. The centroid is where the triangle's medians cross. If the vertices are (x_1, y_1), (x_2, y_2), and (x_3, y_3), the coordinates of the centroid G(x, y) are:
x = \frac{x_1 + x_2 + x_3}{3}, \quad y = \frac{y_1 + y_2 + y_3}{3}
Check Out: CBSE Class 10 Sample Papers
Coordinate Geometry Applications and Special Cases
CBSE Class 10 Maths Chapter 7 notes go beyond the basic formulas and show how these math tools can be used in real-world coordinate systems. Knowing these unique instances can help you solve hard issues on tests without having to do a lot of maths.
Ratio k:1
You are often asked to find the ratio in which a point splits a line segment. Assuming the ratio is k:1 instead of using m1 and m2 is typically easier.
-
If the coordinates of the dividing point are known, you can substitute them into the section formula.
-
Solving for k gives you the ratio directly (e.g., if k = 2/3, the ratio is 2:3).
-
This technique is a major time-saver in coordinate geometry class 10 notes for multiple-choice questions.
Properties of Geometric Figures
Using the distance formula, students can classify different types of quadrilaterals and triangles. This is a common application found in CBSE Class 10 Maths Chapter 7 Coordinate Geometry Notes:
-
Parallelogram: Two pairs of sides that are the same length and two diagonals that cut each other in half (their midpoints are the same).
-
Rectangle: The opposite sides have the same length, and both diagonals are the same length.
-
Rhombus: All four sides are the same length, but the diagonals don't have to be.
-
Square: All four sides are the same length, and so are the two diagonals.
Points on the Axes
A frequent point of confusion in class 10 maths chapter 7 notes involves points lying directly on the x-axis or y-axis.
-
Any point on the x-axis has a y-coordinate of 0, represented as (x, 0).
-
Any point on the y-axis has an x-coordinate of 0, represented as (0, y).
-
If a point is equidistant from two other points, use the distance formula and set the two distances equal to solve for the missing coordinate.
Solved Examples for Revision Of Coordinate Geometry Class 10 Notes
Formulas become useful only when you apply them. This section adds short, exam-friendly solved examples so students can quickly revise how each concept works without turning the notes into a full solutions page.
-
Distance Formula: Worked Example
Use the distance formula to find the length of a line segment between two points.
Find the distance between (A(2,3)) and (B(6,6)).
[d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}]
[d=\sqrt{(6-2)^2+(6-3)^2}=\sqrt{4^2+3^2}=\sqrt{16+9}=\sqrt{25}=5]
Distance = 5 units
-
Midpoint Formula: Worked Example
The midpoint formula gives the exact centre of a line segment.
Find the midpoint of (A(-2,4)) and (B(6,8)).
[M=\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)]
[M=\left(\frac{-2+6}{2},\frac{4+8}{2}\right)=\left(\frac{4}{2},\frac{12}{2}\right)=(2,6)]
Midpoint = (2,6)
-
Section Formula: Worked Example (Internal Division)
The section formula is used when a point divides a line segment in a given ratio.
Find the point dividing (A(1,2)) and (B(5,8)) in the ratio (1:1).
[P=\left(\frac{m_1x_2+m_2x_1}{m_1+m_2},\frac{m_1y_2+m_2y_1}{m_1+m_2}\right)]
[P=\left(\frac{1\cdot5+1\cdot1}{2},\frac{1\cdot8+1\cdot2}{2}\right)=\left(\frac{6}{2},\frac{10}{2}\right)=(3,5)]
Point of division = (3,5)
(Here, ratio (1:1) gives the midpoint.)
-
Centroid Formula: Worked Example
The centroid is the point where the three medians of a triangle meet.
Find the centroid of a triangle with vertices ((0,0)), ((6,0)), and ((0,3)).
[G=\left(\frac{x_1+x_2+x_3}{3},\frac{y_1+y_2+y_3}{3}\right)]
[G=\left(\frac{0+6+0}{3},\frac{0+0+3}{3}\right)=(2,1)]
Centroid = (2,1)
-
Area of Triangle Using Coordinates
This is an important chapter formula and should be part of complete revision notes.
If the vertices are (A(x_1,y_1)), (B(x_2,y_2)), and (C(x_3,y_3)), then
[\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|]
Find the area of the triangle with vertices ((0,0)), ((4,0)), and ((0,3)).
[text{Area}=\frac{1}{2}|0(0-3)+4(3-0)+0(0-0)|=\frac{1}{2}(12)=6]
Area = 6 square units
Quick Revision Note: Collinearity Using Area
A fast way to check whether three points are on the same straight line is to use the area formula. If the area of the triangle formed by the three points is 0, the points are collinear.
Common Mistakes to Avoid in Exams in Coordinate Geometry
Students often know the formula but lose marks in calculation. Keep these points in mind:
-
Use brackets carefully when coordinates are negative
-
Square the entire difference, not only the number
-
Do not mix up midpoint and section formula
-
Write the formula first, then substitute values
-
Mention the final answer with units where needed
Check Out: CBSE Class 10 Previous Year Papers
Summary of CBSE Class 10 Maths Chapter 7 Notes
|
Concept |
Formula |
|
Distance Formula |
\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} |
|
Section Formula |
(\frac{m_1x_2 + m_2x_1}{m_1 + m_2}, \frac{m_1y_2 + m_2y_1}{m_1 + m_2}) |
|
Mid-point Formula |
(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}) |
|
Centroid Formula |
(\frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3}) |
Read More: Coordinate Geometry - Formulas, Coordinate Plane, Examples
CBSE Class 10 Maths Notes Chapter 7 FAQs
How do you find the distance of a point (x, y) from the origin?
The distance formula is much easier to use because the origin is (0, 0). The distance is only 1\sqrt{x^2 + y^2}.
What is the condition for three points to be collinear?
Points A, B, and C are collinear if they lie on the same straight line. In coordinate geometry, you can prove this by showing that the distance AB + BC = AC.
In what ratio does the x-axis divide a line segment?
If the x-axis divides a line segment, the y-coordinate of the point of division is always 0. You can use this in the Section Formula (y = 0) to find the ratio k:1.
Can the Section Formula be used for external division?
The Class 10 syllabus concentrates on internal division, although external division employs the same formula with a negative sign: x = \frac{m_1x_2 - m_2x_1}{m_1 - m_2}.
How are diagonals of a parallelogram related in coordinate geometry?
A key property used in CBSE Class 10 maths chapter 7 notes is that diagonals of a parallelogram bisect each other. This signifies that the middle of diagonal AC and the middle of diagonal BD are the same position.





