NCERT Solutions for Class 10 Maths Chapter 7: Coordinate Geometry — Free PDF
Complete solutions for distance formula, section formula, midpoint, and area of a triangle using coordinates.
CBSEClass 10
SparkEd Team · Reviewed by Vivek Verma15 March 202635 min read
Overview of Chapter 7: Coordinate Geometry
Coordinate Geometry connects algebra with geometry by using coordinates to solve geometric problems. This chapter introduces three powerful formulas: the distance formula, the section formula, and the formula for area of a triangle given vertices.
The chapter has 4 exercises covering: - Exercise 7.1: Distance formula — finding distances between two points, checking collinearity, and verifying shapes - Exercise 7.2: Section formula and midpoint formula — finding the point that divides a segment in a given ratio - Exercise 7.3: Area of a triangle using coordinates — computing areas and checking collinearity - Exercise 7.4: Mixed problems combining all three formulas
This chapter typically carries 5-8 marks in the CBSE board exam and connects naturally with Triangles (Chapter 6) and Trigonometry (Chapter 8). The formulas are straightforward to apply, but careful handling of negative signs and fractions is essential for accuracy. Students who master these three formulas can score full marks in this chapter with consistent practice.
Key Concepts and Formulas
Distance Formula: The distance between two points A(x1,y1) and B(x2,y2) is:
AB=(x2−x1)2+(y2−y1)2
This formula is derived from the Pythagoras theorem. The horizontal distance (x2−x1) and the vertical distance (y2−y1) form the two legs of a right triangle, and the distance between the points is the hypotenuse.
Distance from the origin: The distance of point P(x,y) from the origin O(0,0) is:
OP=x2+y2
Section Formula: The point P dividing the line segment joining A(x1,y1) and B(x2,y2) internally in the ratio m:n is:
P=(m+nmx2+nx1,m+nmy2+ny1)
Note that m is the ratio towards the second point B, and n is towards the first point A.
Midpoint Formula (special case when m=n=1):
M=(2x1+x2,2y1+y2)
Area of a Triangle with vertices A(x1,y1), B(x2,y2), C(x3,y3):
Area=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
The absolute value ensures the area is always positive regardless of the order of vertices.
Collinearity: Three points are collinear (lie on the same straight line) if the area of the triangle formed by them is zero. This gives the condition:
x1(y2−y3)+x2(y3−y1)+x3(y1−y2)=0
Centroid of a triangle: The centroid (point where medians meet) of a triangle with vertices (x1,y1), (x2,y2), (x3,y3) is:
G=(3x1+x2+x3,3y1+y2+y3)
Exercise 7.1 — Distance Formula (Solved)
Problem 1: Find the distance between (2,3) and (4,1).
Solution:
d=(4−2)2+(1−3)2=4+4=8=22
Answer:22 units.
---
Problem 2: Check if the points (1,5), (2,3), and (−2,−11) are collinear.
Solution: Let A(1,5), B(2,3), C(−2,−11).
AB=(2−1)2+(3−5)2=1+4=5
BC=(−2−2)2+(−11−3)2=16+196=212
AC=(−2−1)2+(−11−5)2=9+256=265
Check: AB+BC=5+212≈2.24+14.56=16.80, while AC=265≈16.28.
Since AB+BC=AC, the points are not collinear.
---
Problem 3: Find the point on the y-axis equidistant from (−5,−2) and (3,2).
Solution: Let the point on the y-axis be P(0,y).
PA=PB
(0+5)2+(y+2)2=(0−3)2+(y−2)2
Squaring both sides:
25+y2+4y+4=9+y2−4y+4
29+4y=13−4y
8y=−16⟹y=−2
Answer: The point is (0,−2).
---
Problem 4: Show that the points (1,7), (4,2), (−1,−1), and (−4,4) are vertices of a square.
Solution: Let A(1,7), B(4,2), C(−1,−1), D(−4,4).
Compute all four sides:
AB=(4−1)2+(2−7)2=9+25=34
BC=(−1−4)2+(−1−2)2=25+9=34
CD=(−4+1)2+(4+1)2=9+25=34
DA=(1+4)2+(7−4)2=25+9=34
All sides are equal. Now check diagonals:
AC=(−1−1)2+(−1−7)2=4+64=68
BD=(−4−4)2+(4−2)2=64+4=68
Diagonals are equal. Since all four sides are equal and both diagonals are equal, ABCD is a square.
---
Problem 5: Find the distance of the point (6,−8) from the origin.
Solution:
d=62+(−8)2=36+64=100=10
Answer:10 units.
Exercise 7.2 — Section Formula (Solved)
Problem 1: Find the coordinates of the point dividing A(−1,7) and B(4,−3) in the ratio 2:3.
Solution: Using the section formula with m=2, n=3:
x=2+32(4)+3(−1)=58−3=1
y=2+32(−3)+3(7)=5−6+21=3
Answer: The point is (1,3).
---
Problem 2: Find the ratio in which the point (−3,p) divides the segment joining (−5,−4) and (−2,3). Also find p.
Solution: Let the ratio be k:1.
Using the x-coordinate:
−3=k+1k(−2)+1(−5)=k+1−2k−5
−3(k+1)=−2k−5
−3k−3=−2k−5
−k=−2⟹k=2
The ratio is 2:1.
Now find p using the y-coordinate:
p=2+12(3)+1(−4)=36−4=32
Answer: Ratio is 2:1 and p=32.
---
Problem 3: Find the midpoint of A(4,−6) and B(−2,8).
Solution:
M=(24+(−2),2−6+8)=(22,22)=(1,1)
Answer: Midpoint is (1,1).
---
Problem 4: Find the trisection points of the segment joining A(2,−2) and B(−7,4).
Solution: The trisection points P and Q divide AB in ratios 1:2 and 2:1 respectively.
For P (ratio 1:2):
P=(31(−7)+2(2),31(4)+2(−2))=(3−3,30)=(−1,0)
For Q (ratio 2:1):
Q=(32(−7)+1(2),32(4)+1(−2))=(3−12,36)=(−4,2)
Answer: The trisection points are (−1,0) and (−4,2).
---
Problem 5: The three vertices of a parallelogram are (3,−1), (−2,−1), and (1,3). Find the fourth vertex.
Solution: Let A(3,−1), B(−2,−1), C(1,3), and D(x,y).
In a parallelogram, diagonals bisect each other, so the midpoint of AC equals the midpoint of BD.
Midpoint of AC=(23+1,2−1+3)=(2,1)
Midpoint of BD=(2−2+x,2−1+y)=(2,1)
2−2+x=2⟹x=6
2−1+y=1⟹y=3
Answer: The fourth vertex is (6,3).
Exercise 7.3 — Area of a Triangle (Solved)
Problem 1: Find the area of the triangle with vertices (2,3), (−1,0), (2,−4).
Solution:
Area=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
=21∣2(0−(−4))+(−1)((−4)−3)+2(3−0)∣
=21∣2(4)+(−1)(−7)+2(3)∣
=21∣8+7+6∣=221=10.5
Answer: Area =10.5 sq units.
---
Problem 2: Find the value of k if (7,−2), (5,1), (3,k) are collinear.
Solution: For collinear points, area =0:
21∣7(1−k)+5(k−(−2))+3((−2)−1)∣=0
∣7−7k+5k+10−9∣=0
∣8−2k∣=0
k=4
Answer:k=4.
---
Problem 3: Find the area of the quadrilateral with vertices (−4,−2), (−3,−5), (3,−2), (2,3) taken in order.
Solution: Divide the quadrilateral into two triangles by joining (−4,−2) and (3,−2).
Problem 4: Find the area of the triangle formed by the midpoints of the sides of a triangle with vertices (1,−1), (−4,6), (−3,−5).
Solution: Midpoint of side joining (1,−1) and (−4,6): M1=(21−4,2−1+6)=(2−3,25)
Midpoint of side joining (−4,6) and (−3,−5): M2=(2−4−3,26−5)=(2−7,21)
Midpoint of side joining (−3,−5) and (1,−1): M3=(2−3+1,2−5−1)=(−1,−3)
Area of triangle M1M2M3:
=212−3(21−(−3))+2−7(−3−25)+(−1)(25−21)
=212−3×27+2−7×2−11+(−1)(2)
=214−21+477−2=21456−2=21∣14−2∣=6
Answer: Area =6 sq units. (This is 41 of the area of the original triangle, which is a general result.)
Worked Examples — Additional Practice
Example 1: Prove that the points (a,0), (0,b), and (1,1) are collinear if a1+b1=1.
Solution: For collinearity, area of triangle =0:
a(b−1)+0(1−0)+1(0−b)=0
ab−a−b=0
ab=a+b
aba+b=1
b1+a1=1
This matches the given condition, so the points are collinear.
---
Example 2: If (1,2), (4,y), (x,6), and (3,5) are the vertices of a parallelogram taken in order, find x and y.
Solution: Diagonals of a parallelogram bisect each other.
Midpoint of diagonal joining (1,2) and (x,6)= midpoint of diagonal joining (4,y) and (3,5).
(21+x,22+6)=(24+3,2y+5)
21+x=27⟹x=6
28=2y+5⟹y+5=8⟹y=3
Answer:x=6, y=3.
---
Example 3: Find the centroid of the triangle with vertices (−2,3), (4,−1), and (1,7).
Solution:
G=(3−2+4+1,33+(−1)+7)=(33,39)=(1,3)
Answer: Centroid is (1,3).
---
Example 4: Find the ratio in which the line 2x+y−4=0 divides the segment joining A(2,−2) and B(3,7).
Solution: Let the ratio be k:1. The dividing point is:
P=(k+13k+2,k+17k−2)
Since P lies on 2x+y−4=0:
2(k+13k+2)+(k+17k−2)−4=0
k+16k+4+7k−2−4(k+1)=0
6k+4+7k−2−4k−4=0
9k−2=0⟹k=92
Answer: The ratio is 2:9.
---
Example 5: Find the coordinates of the point that is 43 of the way from A(2,−5) to B(6,3).
Solution: The point divides AB in ratio 3:1.
P=(43(6)+1(2),43(3)+1(−5))=(420,44)=(5,1)
Answer:(5,1).
Common Mistakes to Avoid
Mistake 1: Sign errors in the distance formula. The most common error is dropping a negative sign. For example, finding the distance between (3,−4) and (−2,1): the calculation should be (3−(−2))2=(5)2=25, not (3−2)2=1. Always use brackets around negative coordinates.
Mistake 2: Confusing m and n in the section formula. In the formula P=(m+nmx2+nx1,m+nmy2+ny1), the ratio m:n means m is the part from A towards B. So if P divides AB in ratio 2:3, then m=2 (closer to A) and n=3 (closer to B). Swapping m and n gives a completely different point.
Mistake 3: Forgetting the absolute value in the area formula. The area formula can give a negative number depending on the order of vertices. Always take the absolute value. Area is always positive.
Mistake 4: Incorrect simplification of square roots. 8 should be simplified to 22, not left as 8. CBSE examiners expect simplified surds. Similarly, 50=52 and 72=62.
Mistake 5: Assuming collinear when you have not verified. To prove collinearity, you must either show that the area of the triangle is zero, or show that AB+BC=AC (where AC is the largest distance). Simply showing that three points have a pattern is not sufficient.
Exam Tips for Coordinate Geometry
Exam Tips for Coordinate Geometry
1. Label the points as (x1,y1), (x2,y2), etc., before substituting into formulas. This prevents sign errors. 2. In distance formula problems, square both sides first to simplify before taking the square root. 3. For the section formula, remember: the ratio m:n means m is the part closer to the first point listed. 4. Always take the absolute value when computing the area of a triangle. 5. To check collinearity, verify that the area of the triangle is zero — this is faster than computing three distances. 6. To prove a quadrilateral is a square, show all four sides are equal AND both diagonals are equal. For a rhombus, all sides equal is sufficient (diagonals need not be equal). 7. The centroid formula (xˉ,yˉ)=(3x1+x2+x3,3y1+y2+y3) is useful for finding the point where medians intersect. 8. Always verify your answer by substituting back. For section formula answers, check that the point actually divides the segment in the stated ratio.
Practice Questions with Answers
Q1. Find the distance between (−3,4) and (5,−2).
Answer:d=(5−(−3))2+(−2−4)2=64+36=100=10 units.
---
Q2. Find the midpoint of the line segment joining (7,−3) and (−1,5).
Answer:M=(27−1,2−3+5)=(3,1).
---
Q3. Show that the points (1,1), (3,−1), and (5,−3) are collinear.
Answer: Area =21∣1(−1+3)+3(−3−1)+5(1+1)∣=21∣2−12+10∣=21∣0∣=0. Since area =0, the points are collinear.
---
Q4. Find the ratio in which the x-axis divides the segment joining (2,−3) and (5,6).
Answer: Let the ratio be k:1. The y-coordinate of the dividing point is 0 (on x-axis): k+16k−3=0⟹k=21. Ratio is 1:2.
---
Q5. Find the area of the triangle with vertices (0,0), (4,0), and (0,3).
Answer:Area=21∣0(0−3)+4(3−0)+0(0−0)∣=21∣12∣=6 sq units. (This is a right triangle with base 4 and height 3, so area =21×4×3=6. Verified.)
Key Takeaways
- The distance formula(x2−x1)2+(y2−y1)2 is derived from the Pythagoras theorem. - The section formula gives the coordinates of a point dividing a segment in ratio m:n. - The midpoint formula is a special case of the section formula with m=n=1. - The area formula for a triangle uses coordinates and always requires taking the absolute value. - Three points are collinear if and only if the area of the triangle they form is zero. - To classify quadrilaterals (square, rhombus, rectangle, parallelogram), compute side lengths and diagonals using the distance formula. - Always simplify surds (e.g., 8=22) and fractions in your final answer.
Practise coordinate geometry problems on SparkEd for adaptive, exam-style questions!
Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.