CBSE Class 10 Maths Chapter 7 Coordinate Geometry NCERT Solutions

NCERT Solutions PDF Class 10 PDF

This chapter provides comprehensive NCERT Solutions for Class 10 Mathematics, focusing on Coordinate Geometry. Students will learn to calculate the distance between two points using the distance formula, which is derived from the Pythagorean theorem. The solutions cover finding distances between various pairs of points, including those with integer and variable coordinates. It also addresses how to determine if three points are collinear by checking if the sum of the distances between two pairs of points equals the distance between the third pair. Furthermore, the chapter explains how to verify if given points form the vertices of an isosceles triangle by calculating the lengths of its sides. These solutions are designed to help students understand the fundamental concepts and practice problem-solving for their exams.

Quick info

BoardCBSE
ClassClass 10
SubjectMathematics
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 7: Coordinate Geometry

Chapter summary

Chapter 7, Coordinate Geometry, for Class 10 Maths NCERT Solutions focuses on applying the distance formula to find the separation between points in a Cartesian plane. It includes exercises on calculating distances for different coordinate pairs, determining collinearity of points, and identifying isosceles triangles based on side lengths. These solutions provide step-by-step guidance for mastering these essential coordinate geometry concepts.

Learning outcomes

  • Understand and apply the distance formula to find the distance between two points.
  • Calculate the distance between points with integer and variable coordinates.
  • Determine if three given points are collinear.
  • Verify if a triangle formed by three points is isosceles by calculating side lengths.

Topics covered

Paper topics

  • Distance Formula
  • Calculating Distance Between Points
  • Points with Integer Coordinates
  • Points with Variable Coordinates
  • Collinearity of Points
  • Verifying Collinearity
  • Isosceles Triangle
  • Verifying Isosceles Triangle Vertices
  • Coordinate Geometry Basics

Important topics

  • Distance Formula Application
  • Collinearity Conditions
  • Identifying Triangle Types using Coordinates
  • Distance between Origin and a Point

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

Find the distance between the following pairs of points:

  1. (2, 3), (4, 1)
  2. (-5, 7), (-1, 3)
  3. (a, b), (-a, -b)
Solution:

We use the distance formula to find the distance between two points \((x_1, y_1)\) and \((x_2, y_2)\), which is given by:

d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

  1. For the points (2, 3) and (4, 1):

    Let \((x_1, y_1) = (2, 3)\) and \((x_2, y_2) = (4, 1)\).

    Distance \(d = \sqrt{(4 - 2)^2 + (1 - 3)^2}

    d = \sqrt{(2)^2 + (-2)^2}

    d = \sqrt{4 + 4}

    d = \sqrt{8}

    Simplifying the radical, we get \(d = 2\sqrt{2}\).

  2. For the points (-5, 7) and (-1, 3):

    Let \((x_1, y_1) = (-5, 7)\) and \((x_2, y_2) = (-1, 3)\).

    Distance \(d = \sqrt{(-1 - (-5))^2 + (3 - 7)^2}

    d = \sqrt{(-1 + 5)^2 + (-4)^2}

    d = \sqrt{(4)^2 + (-4)^2}

    d = \sqrt{16 + 16}

    d = \sqrt{32}

    Simplifying the radical, we get \(d = 4\sqrt{2}\).

  3. For the points (a, b) and (-a, -b):

    Let \((x_1, y_1) = (a, b)\) and \((x_2, y_2) = (-a, -b)\).

    Distance \(d = \sqrt{(-a - a)^2 + (-b - b)^2}

    d = \sqrt{(-2a)^2 + (-2b)^2}

    d = \sqrt{4a^2 + 4b^2}

    d = \sqrt{4(a^2 + b^2)}

    Simplifying the radical, we get \(d = 2\sqrt{a^2 + b^2}\).

Question 2

Find the distance between the points (0, 0) and (36, 15). Can you now find the distance between the two towns A and B discussed in Section 7.2.

Solution:

To find the distance between the points (0, 0) and (36, 15), we use the distance formula.

Let \((x_1, y_1) = (0, 0)\) and \((x_2, y_2) = (36, 15)\).

Distance \(d = \sqrt{(36 - 0)^2 + (15 - 0)^2}

d = \sqrt{36^2 + 15^2}

d = \sqrt{1296 + 225}

d = \sqrt{1521}

Calculating the square root, we find \(d = 39\).

Yes, we can find the distance between the two towns A and B. If we assume town A is at the origin \((0, 0)\), then town B can be represented by the coordinates (36, 15) relative to town A. Therefore, the distance between town A and town B is 39 km, as calculated above.

Question 3

Determine if the points (1, 5), (2, 3) and (-2, -11) are collinear.

Solution:

Let the given points be A = (1, 5), B = (2, 3), and C = (-2, -11). To determine if these points are collinear, we need to calculate the distances between each pair of points and check if the sum of the lengths of any two segments equals the length of the third segment.

Calculate the distance AB:

AB = \sqrt{(2 - 1)^2 + (3 - 5)^2} = \sqrt{(1)^2 + (-2)^2} = \sqrt{1 + 4} = \sqrt{5}

Calculate the distance BC:

BC = \sqrt{(-2 - 2)^2 + (-11 - 3)^2} = \sqrt{(-4)^2 + (-14)^2} = \sqrt{16 + 196} = \sqrt{212}

Calculate the distance CA:

CA = \sqrt{(1 - (-2))^2 + (5 - (-11))^2} = \sqrt{(1 + 2)^2 + (5 + 11)^2} = \sqrt{(3)^2 + (16)^2} = \sqrt{9 + 256} = \sqrt{265}

Now, we check if the sum of any two distances equals the third:

Is \(\sqrt{5} + \sqrt{212} = \sqrt{265}\)? No.

Is \(\sqrt{5} + \sqrt{265} = \sqrt{212}\)? No.

Is \(\sqrt{212} + \sqrt{265} = \sqrt{5}\)? No.

Since the sum of the lengths of any two line segments is not equal to the length of the third line segment (i.e., \(AB + BC \neq CA\), \(AB + CA \neq BC\), and \(BC + CA \neq AB\)), the points (1, 5), (2, 3), and (-2, -11) are not collinear.

Question 4

Check whether (5, -2), (6, 4) and (7, -2) are the vertices of an isosceles triangle.

Solution:

Let the given points be A = (5, -2), B = (6, 4), and C = (7, -2). To determine if these points form an isosceles triangle, we need to calculate the lengths of the sides AB, BC, and CA and check if at least two sides have equal lengths.

Calculate the distance AB:

AB = \sqrt{(6 - 5)^2 + (4 - (-2))^2} = \sqrt{(1)^2 + (4 + 2)^2} = \sqrt{1^2 + 6^2} = \sqrt{1 + 36} = \sqrt{37}

Calculate the distance BC:

BC = \sqrt{(7 - 6)^2 + (-2 - 4)^2} = \sqrt{(1)^2 + (-6)^2} = \sqrt{1 + 36} = \sqrt{37}

Calculate the distance CA:

CA = \sqrt{(5 - 7)^2 + (-2 - (-2))^2} = \sqrt{(-2)^2 + (-2 + 2)^2} = \sqrt{(-2)^2 + 0^2} = \sqrt{4 + 0} = \sqrt{4} = 2

We observe that the length of side AB is \(\sqrt{37}\) and the length of side BC is also \(\sqrt{37}\). Since two sides of the triangle (AB and BC) have equal lengths, the points (5, -2), (6, 4), and (7, -2) form the vertices of an isosceles triangle.

Common mistakes

  • Errors in applying the distance formula, especially with negative signs.
  • Incorrectly simplifying square roots.
  • Confusing the condition for collinearity (sum of two sides equals the third) with triangle inequality.
  • Calculation errors when squaring terms involving variables.

Revision tips

  • Memorize the distance formula and practice its application with various examples.
  • Understand the geometric interpretation of collinearity and how the distance formula helps verify it.
  • When checking for isosceles triangles, ensure all three side lengths are calculated correctly before comparison.
  • Review the steps for simplifying radicals to avoid errors in the final answer.

Practice MCQs

Q1. What is the distance between the points (2, 3) and (4, 1)?

Q2. The distance between points (0, 0) and (36, 15) is:

Q3. For points A(1, 5), B(2, 3), and C(-2, -11), which condition indicates they are collinear?

Q4. To check if points form an isosceles triangle, you need to:

Q5. The distance between points (a, b) and (-a, -b) is:

Frequently asked questions

What is the main formula used in Chapter 7 Coordinate Geometry for Class 10 Maths?

The primary formula used is the distance formula, which calculates the distance between two points \((x_1, y_1)\) and \((x_2, y_2)\) as \(\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\).

How can I determine if three points are collinear using the distance formula?

Three points A, B, and C are collinear if the sum of the lengths of any two line segments among AB, BC, and AC is equal to the length of the remaining line segment. For example, if AB + BC = AC.

What is the condition for points to form an isosceles triangle?

Points form an isosceles triangle if the distances between at least two pairs of points are equal. This means at least two sides of the triangle formed by these points have the same length.

How do these NCERT Solutions help with exam preparation?

These solutions provide clear, step-by-step explanations for each problem, helping students understand the concepts and methods. Practicing these solutions aids in building confidence and accuracy for exams.

Can the distance formula be used when one point is the origin (0, 0)?

Yes, if one point is the origin \((0, 0)\) and the other is \((x, y)\), the distance formula simplifies to \(\sqrt{x^2 + y^2}\).

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.