Ch 7  ·  Q–
0%
Class 10 Mathematics Exercise 7.2 NCERT Solutions Olympiad Board Exam

Chapter 7 — Coordinate Geometry

Step-by-step NCERT solutions with stress–strain analysis and exam-oriented hints for Boards, JEE & NEET.

📋10 questions
Ideal time: 30-40 min
📍Now at: Q1
Q1
NUMERIC3 marks

Find the coordinates of the point which divides the join of (–1, 7) and (4, –3) in the ratio 2 : 3.

A(-1,7) B(4,-3) P(1,3)
Internal Division of Line Segment
Concept Used: Section Formula (Internal Division)

If a point divides a line segment joining two points \( (x_1, y_1) \) and \( (x_2, y_2) \) internally in the ratio \( m:n \), then its coordinates are:

$$\begin{aligned} x = \dfrac{mx_2 + nx_1}{m+n}, \quad y = \dfrac{my_2 + ny_1}{m+n} \end{aligned}$$

Here, "internal division" means the point lies between the two given points.

Solution Roadmap
  • Identify coordinates of given points
  • Identify ratio \( m:n \)
  • Apply section formula
  • Simplify step-by-step carefully

Solution:

Let the required point be \( P(x, y) \) which divides the line joining \( A(-1,7) \) and \( B(4,-3) \) in the ratio \( 2:3 \).

Comparing with standard form:

$$\begin{aligned} x_1 = -1, \quad y_1 = 7 \\ x_2 = 4, \quad y_2 = -3 \\ m = 2, \quad n = 3 \end{aligned}$$

Using section formula:

$$\begin{aligned} x &= \dfrac{mx_2 + nx_1}{m+n} \end{aligned}$$ $$\begin{aligned} x &= \dfrac{2 \times 4 + 3 \times (-1)}{2+3} \\ &= \dfrac{8 - 3}{5} \\ &= \dfrac{5}{5} \\ &= 1 \end{aligned}$$ $$\begin{aligned} y &= \dfrac{my_2 + ny_1}{m+n} \end{aligned}$$ $$\begin{aligned} y &= \dfrac{2 \times (-3) + 3 \times 7}{5} \\ &= \dfrac{-6 + 21}{5} \\ &= \dfrac{15}{5} \\ &= 3 \end{aligned}$$

Therefore, the required point is \( (1, 3) \).

Exam Significance
  • Very frequently asked in CBSE Board Exams (2–3 marks guaranteed)
  • Foundation concept for Coordinate Geometry in Class 11
  • Used in midpoint, centroid, and vector-based problems
  • Important for NDA, SSC, Banking and other competitive exams
  • Common trap: wrong substitution of \( x_1, x_2 \)
↑ Top
1 / 10  ·  10%
Q2 →
Q2
NUMERIC3 marks

Find the coordinates of the points of trisection of the line segment joining (4, –1) and (–2, –3).

A(4,-1) B(-2,-3) P₁ P₂
Trisection of Line Segment
Concept Used: Trisection using Section Formula

Trisection means dividing a line segment into three equal parts.

The two required points divide the line internally in ratios:

  • First point → \( 1:2 \)
  • Second point → \( 2:1 \)
$$\begin{aligned} x = \dfrac{mx_2 + nx_1}{m+n}, \quad y = \dfrac{my_2 + ny_1}{m+n} \end{aligned}$$
Solution Roadmap
  • Identify endpoints A and B
  • Apply section formula for ratio 1:2
  • Apply section formula for ratio 2:1
  • Simplify carefully step-by-step

Solution:

Let A(4, –1) and B(–2, –3)

$$\begin{aligned} x_1 = 4,\quad y_1 = -1 \\ x_2 = -2,\quad y_2 = -3 \end{aligned}$$

First trisection point (ratio 1 : 2)

$$\begin{aligned} x &= \dfrac{1 \cdot (-2) + 2 \cdot 4}{1+2} \\ &= \dfrac{-2 + 8}{3} \\ &= \dfrac{6}{3} \\ &= 2 \end{aligned}$$ $$\begin{aligned} y &= \dfrac{1 \cdot (-3) + 2 \cdot (-1)}{3} \\ &= \dfrac{-3 - 2}{3} \\ &= \dfrac{-5}{3} \end{aligned}$$

First point = \( (2, -\frac{5}{3}) \)

Second trisection point (ratio 2 : 1)

$$\begin{aligned} x &= \dfrac{2 \cdot (-2) + 1 \cdot 4}{3} \\ &= \dfrac{-4 + 4}{3} \\ &= \dfrac{0}{3} \\ &= 0 \end{aligned}$$ $$\begin{aligned} y &= \dfrac{2 \cdot (-3) + 1 \cdot (-1)}{3} \\ &= \dfrac{-6 - 1}{3} \\ &= \dfrac{-7}{3} \end{aligned}$$

Second point = \( (0, -\frac{7}{3}) \)

Therefore, the points of trisection are \( (2, -\frac{5}{3}) \) and \( (0, -\frac{7}{3}) \).

Exam Significance
  • Frequently asked 3–4 mark question in CBSE exams
  • Tests conceptual clarity of section formula
  • Common error: mixing ratios (1:2 vs 2:1)
  • Important for coordinate geometry and vectors (Class 11)
  • Useful in NDA, SSC, Banking exams
← Q1
2 / 10  ·  20%
Q3 →
Q3
NUMERIC3 marks

To conduct Sports Day activities, in a rectangular ground ABCD, lines are drawn 1 m apart. 100 flower pots are placed along AD at 1 m distance.

N(2,25) P(8,20) M
Flag Positions on Ground Grid

Niharika runs \( \frac{1}{4} \)th of AD on 2nd line → green flag Preet runs \( \frac{1}{5} \)th of AD on 8th line → red flag

Concept Used
  • Coordinate representation of real-life grid
  • Distance Formula
  • Midpoint Formula
\[d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\] \[\left( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2} \right)\]
Solution Roadmap
  • Convert ground into coordinate system
  • Find coordinates of both flags
  • Apply distance formula
  • Find midpoint

Solution:

Step 1: Convert into coordinates

Total length AD = 100 m

Niharika:

$$\begin{aligned} y &= \frac{1}{4} \times 100 = 25 \\ x &= 2 \\ \Rightarrow \text{Coordinates} = (2, 25) \end{aligned}$$

Preet:

$$\begin{aligned} y &= \frac{1}{5} \times 100 = 20 \\ x &= 8 \\ \Rightarrow \text{Coordinates} = (8, 20) \end{aligned}$$

Step 2: Distance between flags

$$\begin{aligned} d &= \sqrt{(8 - 2)^2 + (20 - 25)^2} \\ &= \sqrt{(6)^2 + (-5)^2} \\ &= \sqrt{36 + 25} \\ &= \sqrt{61} \end{aligned}$$

Distance between flags = \( \sqrt{61} \) m

Step 3: Midpoint (Rashmi’s flag)

$$\begin{aligned} x &= \frac{2 + 8}{2} = \frac{10}{2} = 5 \\ y &= \frac{25 + 20}{2} = \frac{45}{2} = 22.5 \end{aligned}$$

Midpoint = \( (5, 22.5) \)

Rashmi should place the blue flag on the 5th line at a distance of 22.5 m.

Exam Significance
  • Very important application-based question (CBSE HOTS)
  • Tests conversion of real situation → coordinate plane
  • Combines distance + midpoint (2 concepts in one)
  • Common mistake: wrong coordinate assignment
  • Highly relevant for NDA, SSC, and foundation maths
← Q2
3 / 10  ·  30%
Q4 →
Q4
NUMERIC3 marks

Find the ratio in which the line segment joining (–3, 10) and (6, –8) is divided by (–1, 6).

A(-3,10) B(6,-8) P(-1,6)
Point dividing line internally
Concept Used: Reverse Section Formula

If a point divides a line internally in ratio \( m:n \), then:

\[x = \frac{mx_2 + nx_1}{m+n}\]

Here, coordinates are known → we find ratio.

Solution Roadmap
  • Assume ratio = m : n
  • Substitute given point into section formula
  • Solve linear equation
  • Verify using y-coordinate (optional check)

Solution:

Let A(–3, 10), B(6, –8) and P(–1, 6) divides AB in ratio \( m:n \)

$$\begin{aligned} x_1 = -3,\quad y_1 = 10 \\ x_2 = 6,\quad y_2 = -8 \end{aligned}$$

Using x-coordinate

$$\begin{aligned} -1 &= \frac{m(6) + n(-3)}{m+n} \end{aligned}$$ Multiply both sides by \( (m+n) \): $$\begin{aligned} -1(m+n) &= 6m - 3n \\ -m - n &= 6m - 3n \end{aligned}$$ Rearranging: $$\begin{aligned} -m - n - 6m + 3n &= 0 \\ -7m + 2n &= 0 \\ 7m &= 2n \\ \frac{m}{n} &= \frac{2}{7} \end{aligned}$$

Ratio = \( 2 : 7 \)

Verification using y-coordinate

$$\begin{aligned} 6 &= \frac{m(-8) + n(10)}{m+n} \end{aligned}$$ Substitute \( m:n = 2:7 \): $$\begin{aligned} &= \frac{2(-8) + 7(10)}{9} \\ &= \frac{-16 + 70}{9} \\ &= \frac{54}{9} \\ &= 6 \quad \checkmark \end{aligned}$$

Hence verified, ratio = \( 2:7 \)

Exam Significance
  • Very common CBSE 3-mark question
  • Tests reverse thinking (finding ratio)
  • Common mistake: sign handling errors
  • Always verify using second coordinate
  • Important for higher maths and vectors
← Q3
4 / 10  ·  40%
Q5 →
Q5
NUMERIC3 marks

Find the ratio in which the line segment joining A(1, –5) and B(–4, 5) is divided by the x-axis. Also find the coordinates of the point of division.

A(1,-5) B(-4,5) P
Division by x-axis (y = 0)
Concept Used
  • Point on x-axis ⇒ \( y = 0 \)
  • Section Formula
  • Reverse ratio finding
\[y = \frac{my_2 + ny_1}{m+n}\]
Solution Roadmap
  • Assume ratio = m : n
  • Use y = 0 condition
  • Find ratio
  • Substitute into x-formula

Solution:

Let A(1, –5), B(–4, 5)

$$\begin{aligned} x_1 = 1,\quad y_1 = -5 \\ x_2 = -4,\quad y_2 = 5 \end{aligned}$$

Let the point P divide AB in the ratio \( m:n \)

Since P lies on x-axis:

$$y = 0$$ Using section formula: $$\begin{aligned} 0 &= \frac{m(5) + n(-5)}{m+n} \end{aligned}$$ Multiply both sides: $$\begin{aligned} 0 &= 5m - 5n \\ 5m &= 5n \\ m &= n \end{aligned}$$

Ratio = \( 1 : 1 \)

Now find coordinates of point

$$\begin{aligned} x &= \frac{m x_2 + n x_1}{m+n} \end{aligned}$$ Substitute \( m = n = 1 \): $$\begin{aligned} x &= \frac{(-4) + 1}{2} \\ &= \frac{-3}{2} \end{aligned}$$ $$y = 0$$

Required point = \( \left(-\frac{3}{2}, 0 \right) \)

Exam Significance
  • Classic CBSE question (3 marks)
  • Key idea: axis ⇒ coordinate becomes zero
  • Shortcut: opposite y-values ⇒ midpoint
  • Common mistake: wrong substitution in formula
  • Useful in coordinate geometry & vectors
← Q4
5 / 10  ·  50%
Q6 →
Q6
NUMERIC3 marks

If (1, 2), (4, y), (x, 6) and (3, 5) are the vertices of a parallelogram taken in order, find x and y.

A(1,2) B(4,y) C(x,6) D(3,5) O
Diagonals of Parallelogram Bisect Each Other
Concept Used: Diagonals of Parallelogram

Diagonals of a parallelogram bisect each other.

So, midpoint of AC = midpoint of BD

\[\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\]
Solution Roadmap
  • Label points A, B, C, D
  • Find midpoint of AC
  • Find midpoint of BD
  • Equate coordinates
  • Solve for x and y

Solution:

Let A(1,2), B(4,y), C(x,6), D(3,5)

Step 1: Midpoint of AC

$$\begin{aligned} M_1 &= \left(\frac{1 + x}{2}, \frac{2 + 6}{2}\right) \\ &= \left(\frac{1 + x}{2}, \frac{8}{2}\right) \\ &= \left(\frac{1 + x}{2}, 4\right) \end{aligned}$$

Step 2: Midpoint of BD

$$\begin{aligned} M_2 &= \left(\frac{4 + 3}{2}, \frac{y + 5}{2}\right) \\ &= \left(\frac{7}{2}, \frac{y + 5}{2}\right) \end{aligned}$$

Step 3: Equate midpoints

Since diagonals bisect each other:

$$M_1 = M_2$$

Equating x-coordinates:

$$\begin{aligned} \frac{1 + x}{2} &= \frac{7}{2} \\ 1 + x &= 7 \\ x &= 6 \end{aligned}$$

Equating y-coordinates:

$$\begin{aligned} 4 &= \frac{y + 5}{2} \\ 8 &= y + 5 \\ y &= 3 \end{aligned}$$

Therefore, \( x = 6 \) and \( y = 3 \)

Exam Significance
  • Very important CBSE 4-mark question
  • Tests understanding of parallelogram properties
  • Common mistake: wrong midpoint pairing
  • Can also be solved using vector method (advanced)
  • Frequently appears in competitive exams
← Q5
6 / 10  ·  60%
Q7 →
Q7
NUMERIC3 marks

Find the coordinates of a point A, where AB is the diameter of a circle whose centre is (2, –3) and B is (1, 4).

A B(1,4) C(2,-3)
Centre is midpoint of diameter
Concept Used

The centre of a circle is the midpoint of its diameter.

\[\left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)\]
Solution Roadmap
  • Use midpoint formula
  • Substitute centre and one endpoint
  • Solve for unknown coordinates

Solution:

Let coordinates of A be \( (x, y) \) and B = (1, 4)

Given centre = (2, –3)

Using midpoint formula:

$$\begin{aligned} \left(2, -3\right) = \left( \frac{x + 1}{2}, \frac{y + 4}{2} \right) \end{aligned}$$

Equating x-coordinates:

$$\begin{aligned} 2 &= \frac{x + 1}{2} \\ 4 &= x + 1 \\ x &= 3 \end{aligned}$$

Equating y-coordinates:

$$\begin{aligned} -3 &= \frac{y + 4}{2} \\ -6 &= y + 4 \\ y &= -10 \end{aligned}$$

Therefore, coordinates of A = \( (3, -10) \)

Exam Significance
  • Very common CBSE 3-mark question
  • Direct application of midpoint concept
  • Common mistake: wrong substitution order
  • Also appears in circle geometry problems
  • Useful in coordinate & vector geometry
← Q6
7 / 10  ·  70%
Q8 →
Q8
NUMERIC3 marks

If A and B are (–2, –2) and (2, –4), respectively, find the coordinates of P such that \( AP = \frac{3}{7} AB \) and P lies on AB.

A(-2,-2) B(2,-4) P
Point dividing line internally
Concept Used
  • Internal division of line segment
  • Ratio conversion from given condition
  • Section Formula
Solution Roadmap
  • Convert AP = 3/7 AB into ratio AP : PB
  • Apply section formula
  • Substitute values carefully

Solution:

Given A(–2, –2), B(2, –4)

Step 1: Find ratio AP : PB

$$\begin{aligned} AP &= \frac{3}{7} AB \\ PB &= AB - AP \\ &= AB - \frac{3}{7}AB \\ &= \frac{4}{7}AB \end{aligned}$$ $$\begin{aligned} \frac{AP}{PB} = \frac{3/7}{4/7} = \frac{3}{4} \end{aligned}$$

Ratio = \( 3 : 4 \)

Step 2: Apply section formula

$$\begin{aligned} x &= \frac{3(2) + 4(-2)}{3+4} \\ &= \frac{6 - 8}{7} \\ &= \frac{-2}{7} \end{aligned}$$ $$\begin{aligned} y &= \frac{3(-4) + 4(-2)}{7} \\ &= \frac{-12 - 8}{7} \\ &= \frac{-20}{7} \end{aligned}$$

Therefore, \( P = \left( -\frac{2}{7}, -\frac{20}{7} \right) \)

Exam Significance
  • Frequently asked CBSE 3-mark question
  • Tests ratio conversion (very important step)
  • Common mistake: directly using 3:7 instead of 3:4
  • Strong foundation for vectors and coordinate geometry
  • Appears in NDA, SSC, Banking exams
← Q7
8 / 10  ·  80%
Q9 →
Q9
NUMERIC3 marks

Find the coordinates of the points which divide the line segment joining A(–2, 2) and B(2, 8) into four equal parts.

A B P R S
Division into four equal parts
Concept Used

To divide a line into 4 equal parts, we find midpoints repeatedly:
First midpoint → divides into 2 parts Then midpoints of each half → 4 equal parts

Solution Roadmap
  • Find midpoint P of AB
  • Find midpoint R of AP
  • Find midpoint S of PB

Solution:

Let A(–2, 2) and B(2, 8)

Step 1: Midpoint P of AB

$$\begin{aligned} x_P &= \frac{-2 + 2}{2} = 0 \\ y_P &= \frac{2 + 8}{2} = 5 \end{aligned}$$

\( P = (0, 5) \)

Step 2: Midpoint R of AP

$$\begin{aligned} x_R &= \frac{-2 + 0}{2} = -1 \\ y_R &= \frac{2 + 5}{2} = \frac{7}{2} \end{aligned}$$

\( R = \left(-1, \frac{7}{2}\right) \)

Step 3: Midpoint S of PB

$$\begin{aligned} x_S &= \frac{0 + 2}{2} = 1 \\ y_S &= \frac{5 + 8}{2} = \frac{13}{2} \end{aligned}$$

\( S = \left(1, \frac{13}{2}\right) \)

Therefore, the points dividing AB into four equal parts are:
\( \left(-1,\frac{7}{2}\right), (0,5), \left(1,\frac{13}{2}\right) \)

Exam Significance
  • Classic CBSE 4-mark construction-based problem
  • Tests repeated midpoint concept
  • Alternative method: section formula (1:3, 2:2, 3:1)
  • Common mistake: wrong midpoint pairing
← Q8
9 / 10  ·  90%
Q10 →
Q10
NUMERIC3 marks

Find the area of a rhombus if its vertices are (3, 0), (4, 5), (–1, 4) and (–2, –1) taken in order.

A(3,0) B(4,5) C(-1,4) D(-2,-1)
Rhombus with diagonals AC and BD
Concept Used
  • Diagonals of rhombus
  • Distance Formula
  • Area = \( \frac{1}{2} \times d_1 \times d_2 \)
Solution Roadmap
  • Find diagonal AC
  • Find diagonal BD
  • Apply area formula

Solution:

Let A(3,0), B(4,5), C(–1,4), D(–2,–1)

Step 1: Length of diagonal AC

$$\begin{aligned} AC &= \sqrt{(3 - (-1))^2 + (0 - 4)^2} \\ &= \sqrt{(4)^2 + (-4)^2} \\ &= \sqrt{16 + 16} \\ &= \sqrt{32} \\ &= 4\sqrt{2} \end{aligned}$$

Step 2: Length of diagonal BD

$$\begin{aligned} BD &= \sqrt{(4 - (-2))^2 + (5 - (-1))^2} \\ &= \sqrt{(6)^2 + (6)^2} \\ &= \sqrt{36 + 36} \\ &= \sqrt{72} \\ &= 6\sqrt{2} \end{aligned}$$

Step 3: Area of rhombus

$$\begin{aligned} \text{Area} &= \frac{1}{2} \times AC \times BD \\ &= \frac{1}{2} \times (4\sqrt{2}) \times (6\sqrt{2}) \\ &= \frac{1}{2} \times 24 \times 2 \\ &= 24 \end{aligned}$$

Area of rhombus = 24 square units

Exam Significance
  • Very important CBSE 4-mark problem
  • Tests diagonal identification correctly
  • Common mistake: wrong coordinate pairing
  • Alternative method: Shoelace formula
  • Useful in coordinate geometry + mensuration
← Q9
10 / 10  ·  100%
↑ Back to top
🎓

Chapter Complete!

All 10 solutions for Coordinate Geometry covered.

↑ Review from the top
NCERT Class X  ·  Chapter 7  ·  Exercise 7.2

Coordinate Geometry
AI Learning Engine

Master Section Formula, Midpoint, Distance & Area of Triangle with an interactive step-by-step solver, concept questions, tips, and practice modules.

📐

Formula Vault

Click any card to expand
📏
Distance Formula
d = √[ (x₂−x₁)² + (y₂−y₁)² ]
Distance between two points P(x₁,y₁) and Q(x₂,y₂) in the Cartesian plane.
Where it comes from: By the Pythagorean theorem on the right triangle formed by the horizontal and vertical legs.

Distance from origin: OP = √(x² + y²)

Application: Check if a point lies on a circle, verify types of triangles (equilateral, isosceles, scalene), find perimeter.
🎯
Midpoint Formula
M = ( (x₁+x₂)/2 , (y₁+y₂)/2 )
Coordinates of the midpoint M of segment joining P(x₁,y₁) and Q(x₂,y₂).
Special case of Section Formula where m = n = 1.

Key fact: Diagonals of a parallelogram bisect each other — so their midpoints are equal. Set midpoints equal and solve for unknowns.

Tip: In a triangle, the median goes from a vertex to the midpoint of the opposite side.
✂️
Section Formula (Internal)
P = ( (mx₂+nx₁)/(m+n) , (my₂+ny₁)/(m+n) )
Point P divides segment AB in ratio m : n internally (P lies between A and B).
Memory aid: "Near end gets far numerator" — m multiplies the far point (x₂,y₂), n multiplies the near point (x₁,y₁).

Finding the ratio (k:1 method): Let ratio = k:1, plug into formula and equate with given point, solve for k.

Trisection points: Divide in ratio 1:2 and 2:1 to get the two trisection points.
📐
Area of Triangle
Area = ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|
Area of triangle with vertices A(x₁,y₁), B(x₂,y₂), C(x₃,y₃) using the coordinate method.
Collinearity condition: If area = 0, the three points are collinear (lie on the same line).

Shoelace memory: x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂) — shift the y-subscripts cyclically.

Always take absolute value since area is non-negative.
🔢
Key Condition — Collinearity
x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂) = 0
Three points are collinear if and only if the area of triangle formed by them equals zero.
Alternative check: Slope AB = Slope BC (if no vertical lines).

NCERT use-case: Given three points, prove collinearity by showing area = 0, or find the value of a variable that makes them collinear.
🏛️
Centroid of Triangle
G = ( (x₁+x₂+x₃)/3 , (y₁+y₂+y₃)/3 )
Centroid divides each median in ratio 2:1 from vertex.
Key property: The centroid always lies inside the triangle.

Median property: Each median is divided by the centroid in ratio 2:1 (vertex side : midpoint side).

Tip: If centroid is given, you can set up 3 equations to find unknown vertices.
🤖

AI Step-by-Step Solver

Enter values and get full working
Problem Type
⚠ Please fill all required fields with valid numbers.
Coordinate Diagram
Diagram appears here
Visual auto-generates on solve
Step-by-Step Solution
Final Answer
💡

Tips & Tricks

Shortcuts to solve faster and smarter
🔑 Trick 01

k:1 Method for Ratio
Instead of assuming ratio m:n, let it be k:1. Substitute into section formula; equate x or y to solve for k. The ratio is then k:1.

🔑 Trick 02

Axis Intersection Shortcut
If a point on the x-axis divides AB, its y-coordinate = 0. On y-axis, x-coordinate = 0. Use this to instantly set up a single equation.

🔑 Trick 03

Diagonal Midpoints Equal
In a parallelogram ABCD, midpoint of AC = midpoint of BD. Use this property to find unknown vertex coordinates quickly.

🔑 Trick 04

Area Shortcut for Collinearity
Instead of calculating full area, expand and check if x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂) = 0. If yes, points are collinear — no division needed.

🔑 Trick 05

Trisection Points
Trisection divides segment into 3 equal parts. Use ratios 1:2 and 2:1 with the section formula. Both points lie between A and B.

🔑 Trick 06

Centroid from Medians
The centroid divides every median in ratio 2:1 from the vertex. Useful for finding unknown coordinates when centroid or a median point is given.

⚠️

Common Mistakes

What students get wrong — and how to fix it
❌ Mistake 01

Swapping m and n in Section Formula
Remember: m multiplies the second point's coords (x₂, y₂), and n multiplies the first point's. Swapping gives a completely wrong answer.

❌ Mistake 02

Forgetting the Absolute Value in Area
Area is always ≥ 0. If your formula gives a negative result, take its absolute value. Students who forget this get negative area and lose marks.

❌ Mistake 03

Mixing up y-subscripts in Shoelace
In x₁(y₂−y₃), the pattern is x₁ goes with (y₂−y₃), x₂ with (y₃−y₁), x₃ with (y₁−y₂). Notice the subscripts shift cyclically — don't break the pattern.

❌ Mistake 04

Using Distance Formula Instead of Section Formula
"Divides in ratio 2:3" means use section formula, not distance. Distance gives length, not coordinates. Read the question carefully!

❌ Mistake 05

Negative Ratio = External Division
If applying the k:1 method gives a negative k, the division is external (point lies outside the segment). Students often panic — it's valid!

❌ Mistake 06

Assuming Order Doesn't Matter in Distance
(x₂−x₁) is squared, so order doesn't matter in distance. But in section formula, order absolutely matters — A and B are distinct endpoints.

📚

Concept-Building Question Bank

Original questions — organised by concept — with full solutions
1
The vertices of a triangle are A(2, 4), B(−1, 3), and C(5, −2). Find the coordinates of the midpoints of all three sides. Also find the length of the median from vertex A.
+
Step 1 — Midpoint of BC:
M₁ = ( (−1+5)/2 , (3+(−2))/2 ) = ( 4/2 , 1/2 ) = (2, 0.5)
Step 2 — Midpoint of AC:
M₂ = ( (2+5)/2 , (4+(−2))/2 ) = (3.5, 1)
Step 3 — Midpoint of AB:
M₃ = ( (2+(−1))/2 , (4+3)/2 ) = (0.5, 3.5)
Step 4 — Length of median from A to M₁(2, 0.5):
AM₁ = √[(2−2)² + (4−0.5)²] = √[0 + 12.25] = √12.25 ≈ 3.5 units
✓ Midpoints: BC→(2, 0.5) | AC→(3.5, 1) | AB→(0.5, 3.5) | Median from A = 3.5 units
2
PQRS is a parallelogram. Vertices P(1, 2), Q(4, 6), R(7, 4) are known. Find the coordinates of vertex S using the midpoint property of parallelograms.
+
Key Property: Diagonals of a parallelogram bisect each other, so midpoint of PR = midpoint of QS.
Step 1 — Midpoint of diagonal PR:
Midpoint of PR = ( (1+7)/2 , (2+4)/2 ) = (4, 3)
Step 2 — Let S = (x, y). Midpoint of QS = Midpoint of PR:
( (4+x)/2 , (6+y)/2 ) = (4, 3)
Step 3 — Solve for x and y:
(4+x)/2 = 4 → x = 4 | (6+y)/2 = 3 → y = 0
✓ S = (4, 0)
3
The midpoint of segment AB is M(3, −1). If A = (7, 2), find the coordinates of B. Also verify that M lies exactly halfway between A and B.
+
Step 1 — Use midpoint formula. Let B = (x, y):
( (7+x)/2 , (2+y)/2 ) = (3, −1)
Step 2 — Solve each equation:
(7+x)/2 = 3 → 7+x = 6 → x = −1 (2+y)/2 = −1 → 2+y = −2 → y = −4
Step 3 — Verification. Distance AM:
AM = √[(7−3)² + (2−(−1))²] = √[16+9] = √25 = 5 MB = √[(3−(−1))² + (−1−(−4))²] = √[16+9] = 5 ✓
✓ B = (−1, −4) | AM = MB = 5 units — verified
1
Find the coordinates of the point that divides the segment joining A(−3, 5) and B(9, −7) in the ratio 2:1 internally.
+
Given: A(−3, 5), B(9, −7), ratio m:n = 2:1
Section Formula:
P = ( (m·x₂ + n·x₁)/(m+n) , (m·y₂ + n·y₁)/(m+n) )
Substituting:
x = (2×9 + 1×(−3)) / (2+1) = (18 − 3) / 3 = 15/3 = 5 y = (2×(−7) + 1×5) / (2+1) = (−14 + 5) / 3 = −9/3 = −3
✓ P = (5, −3)
2
Find the trisection points of the segment joining X(−2, 1) and Y(4, 7). That is, find points that divide XY into three equal parts.
+
Trisection uses ratios 1:2 and 2:1
Point P₁ (ratio 1:2 from X):
x = (1×4 + 2×(−2)) / 3 = (4−4)/3 = 0 y = (1×7 + 2×1) / 3 = 9/3 = 3 → P₁ = (0, 3)
Point P₂ (ratio 2:1 from X):
x = (2×4 + 1×(−2)) / 3 = (8−2)/3 = 6/3 = 2 y = (2×7 + 1×1) / 3 = 15/3 = 5 → P₂ = (2, 5)
✓ Trisection points: P₁ = (0, 3) and P₂ = (2, 5)
3
Point R(1, k) divides the segment joining P(3, 9) and Q(−3, −3) in ratio 1:2. Find k. Also verify R lies on the line PQ.
+
Using Section Formula for y-coordinate (ratio 1:2):
k = (1×(−3) + 2×9) / (1+2) = (−3 + 18) / 3 = 15/3 = 5
Verify x-coordinate:
x = (1×(−3) + 2×3) / 3 = (−3+6)/3 = 3/3 = 1 ✓
Verify collinearity using area formula:
Area = ½|3(−3−5) + (−3)(5−9) + 1(9−(−3))| = ½|3(−8) + (−3)(−4) + 1(12)| = ½|−24 + 12 + 12| = ½|0| = 0 ✓ (Collinear)
✓ k = 5, and R(1,5) lies on line PQ — verified
1
In what ratio does the point (2, −3) divide the line segment joining A(−4, 9) and B(5, −6)? Also check which part is longer.
+
Let ratio = k:1. Apply section formula for x-coordinate:
2 = (k×5 + 1×(−4)) / (k+1) 2(k+1) = 5k − 4 2k + 2 = 5k − 4 6 = 3k → k = 2
Verify with y-coordinate:
y = (2×(−6) + 1×9) / (2+1) = (−12+9)/3 = −3/3 = −3 ✓
Which part is longer? Ratio is 2:1, so the second part (from point to B) is shorter — the first part (A to point) is twice as long.
✓ Ratio = 2:1 | The segment AP is twice as long as PB
2
The x-axis divides the segment joining A(2, −3) and B(5, 6). Find the ratio of division and the exact point on the x-axis.
+
Key insight: On the x-axis, y = 0. Let ratio k:1.
Apply section formula to y-coordinate = 0:
0 = (k×6 + 1×(−3)) / (k+1) 6k − 3 = 0 6k = 3 → k = 1/2
Ratio = 1/2 : 1 = 1 : 2
Find x-coordinate of the point:
x = (k×5 + 1×2) / (k+1) = ((1/2)×5 + 2) / (3/2) = (5/2 + 2) / (3/2) = (9/2) / (3/2) = 9/3 = 3
✓ Ratio = 1:2 | Point on x-axis = (3, 0)
3
The y-axis divides the segment joining P(4, −5) and Q(−3, 7). Find the ratio and the y-intercept point. Is the division internal or external?
+
On y-axis, x = 0. Let ratio k:1:
0 = (k×(−3) + 1×4) / (k+1) −3k + 4 = 0 → k = 4/3
k is positive → Internal division. Ratio = 4/3 : 1 = 4:3
Find y-coordinate:
y = (k×7 + 1×(−5)) / (k+1) = (4/3 × 7 − 5) / (7/3) = (28/3 − 15/3) / (7/3) = (13/3) / (7/3) = 13/7
✓ Ratio = 4:3 | Point on y-axis = (0, 13/7) | Division is internal
1
Find the area of the triangle formed by A(4, 2), B(−3, 5), C(1, −4). Also identify what type of triangle it is based on side lengths.
+
Area formula: ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|
= ½|4(5−(−4)) + (−3)(−4−2) + 1(2−5)| = ½|4(9) + (−3)(−6) + 1(−3)| = ½|36 + 18 − 3| = ½|51| = 25.5 sq. units
Side lengths:
AB = √[(4+3)² + (2−5)²] = √[49+9] = √58 ≈ 7.62 BC = √[(−3−1)² + (5+4)²] = √[16+81] = √97 ≈ 9.85 CA = √[(1−4)² + (−4−2)²] = √[9+36] = √45 ≈ 6.71
All three sides are different → Scalene triangle
✓ Area = 25.5 sq. units | Triangle is Scalene
2
For what value of p are the points A(3, 2), B(p, 1), and C(0, −2) collinear?
+
For collinearity, area = 0:
x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂) = 0
Substituting A(3,2), B(p,1), C(0,−2):
3(1−(−2)) + p(−2−2) + 0(2−1) = 0 3(3) + p(−4) + 0 = 0 9 − 4p = 0 4p = 9 → p = 9/4
✓ p = 9/4 (i.e., 2.25)
3
Prove that the points A(1, 1), B(3, 3), C(6, 6) are collinear using the area method. Also interpret this geometrically.
+
Apply collinearity test:
= 1(3−6) + 3(6−1) + 6(1−3) = 1(−3) + 3(5) + 6(−2) = −3 + 15 − 12 = 0 ✓
Geometric interpretation: All three points lie on the line y = x (since for each: y/x = 1). They are collinear along this straight line.
Bonus check — slope:
Slope AB = (3−1)/(3−1) = 1 Slope BC = (6−3)/(6−3) = 1 Equal slopes → collinear ✓
✓ Area = 0 → Points are collinear. They lie on line y = x.
1
[Hard] The centroid of triangle PQR is G(2, 3). Two vertices are P(−1, 7) and Q(4, −1). Find vertex R and the length of median from P to the midpoint of QR.
+
Centroid formula: G = ( (x₁+x₂+x₃)/3 , (y₁+y₂+y₃)/3 )
Find R(x₃, y₃):
(−1 + 4 + x₃)/3 = 2 → 3 + x₃ = 6 → x₃ = 3 (7 + (−1) + y₃)/3 = 3 → 6 + y₃ = 9 → y₃ = 3
Midpoint M of QR:
M = ( (4+3)/2 , (−1+3)/2 ) = (3.5, 1)
Length of median PM:
PM = √[(−1−3.5)² + (7−1)²] = √[(−4.5)² + 6²] = √[20.25 + 36] = √56.25 = 7.5 units
✓ R = (3, 3) | Median PM = 7.5 units
2
[Hard] A point P divides AB (where A = (1, −2) and B = (4, 7)) such that AP = (3/4)·AB. Find P and the ratio AP:PB.
+
AP = (3/4)AB means AP : PB = 3 : 1 (since if AP = 3 parts, PB = 1 part)
Verify: AP + PB = AB → 3 + 1 = 4 parts = AB ✓
Apply section formula (ratio 3:1):
x = (3×4 + 1×1) / (3+1) = 13/4 = 3.25 y = (3×7 + 1×(−2)) / 4 = (21−2)/4 = 19/4 = 4.75
✓ P = (13/4, 19/4) | Ratio AP:PB = 3:1
3
[Hard] Show that the points A(1, 7), B(4, 2), C(−1, −1), D(−4, 4) form a square by checking all sides and diagonals.
+
Side lengths:
AB = √[(4−1)² + (2−7)²] = √[9+25] = √34 BC = √[(−1−4)² + (−1−2)²] = √[25+9] = √34 CD = √[(−4+1)² + (4+1)²] = √[9+25] = √34 DA = √[(1+4)² + (7−4)²] = √[25+9] = √34
All 4 sides equal = √34 ✓ → Rhombus at minimum
Diagonal lengths (must be equal for square):
AC = √[(−1−1)² + (−1−7)²] = √[4+64] = √68 BD = √[(−4−4)² + (4−2)²] = √[64+4] = √68 ✓
Equal diagonals + all equal sides → Square
Midpoints of diagonals (must be same):
Midpoint AC = ( (1−1)/2 , (7−1)/2 ) = (0, 3) Midpoint BD = ( (4−4)/2 , (2+4)/2 ) = (0, 3) ✓
✓ ABCD is a Square. All sides = √34, diagonals = √68, same midpoint (0,3).
🎮

Interactive Learning Modules

Practice, visualize, and explore
Point A
Point B
Point C (optional)
Click "Plot Points"

Enter three points. The checker will compute the area and determine if they are collinear. If not collinear, it shows the actual area of the triangle formed.

Point A (x, y)
Point B (x, y)
Point C (x, y)

Given endpoints A, B and a point P on segment AB, find the exact ratio AP:PB. Uses the k:1 method on the x-coordinate.

Point A
Point B
Point P (on AB)
📚
ACADEMIA AETERNUM तमसो मा ज्योतिर्गमय · Est. 2025
Sharing this chapter
Coordinate Geometry | Mathematics Class -10
Coordinate Geometry | Mathematics Class -10 — Complete Notes & Solutions · academia-aeternum.com
🎓 Class -10 📐 Mathematics 📖 NCERT ✅ Free Access 🏆 CBSE · JEE
Share on
academia-aeternum.com/class-10/mathematics/coordinate-geometry/exercises/exercise-7.2/ Copy link
💡
Exam tip: Sharing chapter notes with your study group creates a reinforcement loop. Teaching a concept is the fastest path to mastering it.

Get in Touch

Let's Connect

Questions, feedback, or suggestions?
We'd love to hear from you.