Coordinate Geometry Class 10 — Formulas & Problem-Solving Tricks | MyTestSeries.in

HomeExam UpdatesCBSE & ICSE › Coordinate Geometry Class 10

Coordinate Geometry Class 10: Formulas & Problem-Solving Tricks (2026 Guide)

📅 Updated Sep 9, 2026 ⏱ 13 min read 📘 CBSE / NCERT Class 10, Chapter 7 ✍️ MyTestSeries Expert Team
Coordinate Geometry Class 10 — distance, section and area formulas explained by MyTestSeries

Coordinate Geometry takes the Pythagoras theorem and the ratio ideas from Triangles and applies them to points on a graph. Every question in this chapter is essentially one of four questions in disguise: how far apart are two points, what point divides a segment in a given ratio, what's exactly in the middle, or is a set of points forming a triangle at all — or lying flat on one line?

This guide covers all four core formulas with a worked example each, exam shortcuts for spotting which formula a question actually needs, six fully solved problems, and the specific mistakes — sign slips, mixed-up ratio order, and a forgotten modulus sign — that quietly cost marks even when the concept is clearly understood.

4Core Formulas
6Solved Examples
7Common Mistakes
1Quick Formula Table
Class 10 Mathematics 7 Days Demo Test Series by MyTestSeries
Try before you commit. Experience real Coordinate Geometry questions, instant solutions & performance analysis — 7 full days for just ₹10. Start 7-Day Demo — ₹10 →
Advertisement

1. The Distance Formula

d = √[(x₂ − x₁)² + (y₂ − y₁)²] Finds the straight-line distance between (x₁,y₁) and (x₂,y₂). Directly derived from the Pythagoras theorem — the horizontal and vertical gaps act as the two legs of a right triangle.
💡 Quick check: The distance of a point (x, y) from the origin (0, 0) simplifies to d = √(x² + y²) — a special case worth memorising on its own.

2. The Section Formula

P(x, y) = ( (mx₂ + nx₁)/(m+n) , (my₂ + ny₁)/(m+n) ) Finds the point that divides the segment joining (x₁,y₁) and (x₂,y₂) internally in the ratio m:n, measured from the first point toward the second.

The order matters: m is the part of the ratio closer to the second point (x₂,y₂), and n is the part closer to the first point (x₁,y₁) — a detail that's easy to invert by accident.

Coordinate Geometry chapter demo test

Four formulas, one shared skill: reading a question carefully enough to pick the right one. Practise with the 7-Day Demo Test Series — instant, explained solutions after every attempt.

3. The Midpoint Formula

M = ( (x₁+x₂)/2 , (y₁+y₂)/2 ) The special case of the section formula where m = n = 1 — the point exactly halfway between (x₁,y₁) and (x₂,y₂).
Advertisement

4. Area of a Triangle & Collinearity

Area = (1/2) |x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)| Given three vertices (x₁,y₁), (x₂,y₂), (x₃,y₃). The modulus sign is essential — area is never negative.
⚠️ Watch out: If this formula gives exactly 0, the three points are not forming a triangle at all — they're collinear (all lying on the same straight line). A zero area is a meaningful result, not an error.

5. Six Fully Solved Examples

Example 1 — Distance formula

Find the distance between the points (2, 3) and (4, 1).

d = √[(4−2)² + (1−3)²] = √[2² + (−2)²] = √[4+4] = √8 = 2√2 units

Example 2 — Section formula

Find the point that divides the segment joining (2, −2) and (−7, 4) internally in the ratio 2:1.

Here (x₁,y₁)=(2,−2), (x₂,y₂)=(−7,4), m=2, n=1.
x = (2×(−7) + 1×2)/(2+1) = (−14+2)/3 = −12/3 = −4
y = (2×4 + 1×(−2))/3 = (8−2)/3 = 6/3 = 2
The point is (−4, 2).

Example 3 — Midpoint formula

Find the midpoint of the segment joining (3, −2) and (7, 4).

M = ((3+7)/2, (−2+4)/2) = (10/2, 2/2) = (5, 1)

Example 4 — Area of a triangle

Find the area of the triangle with vertices (1, −1), (−4, 6), and (−3, −5).

Area = ½ |1(6−(−5)) + (−4)(−5−(−1)) + (−3)(−1−6)|
= ½ |1(11) + (−4)(−4) + (−3)(−7)| = ½ |11 + 16 + 21| = ½ (48) = 24 sq. units

Example 5 — Checking collinearity

Check whether the points (1, 2), (3, 6), and (5, 10) are collinear.

Area = ½ |1(6−10) + 3(10−2) + 5(2−6)| = ½ |1(−4) + 3(8) + 5(−4)| = ½ |−4+24−20| = ½ (0) = 0
Since the area is 0, the points are collinear (they all lie on the line y = 2x).

Example 6 — Word problem (axis dividing a segment)

Find the ratio in which the x-axis divides the line segment joining (2, −3) and (5, 6). Also find the point of division.

Any point on the x-axis has y-coordinate 0. Let the ratio be m:n.
y = (m(6) + n(−3))/(m+n) = 0 → 6m − 3n = 0 → 6m = 3n → n = 2m → ratio m:n = 1:2
x = (1×5 + 2×2)/(1+2) = (5+4)/3 = 3. The point of division is (3, 0).

6. Common Mistakes Students Make

⚠️ Mistake 1 — Sign errors while subtracting coordinates. In (x₂−x₁), getting the order backwards before squaring can still cause downstream sign confusion in multi-step problems — write out each subtraction on its own line.
⚠️ Mistake 2 — Swapping m and n in the section formula. Remember: m pairs with the second point's coordinates in the numerator, n pairs with the first — swapping them gives a completely different point.
⚠️ Mistake 3 — Dropping the modulus in the area formula. The bracket expression can come out negative depending on how the vertices are labelled — always take the absolute value before halving.
⚠️ Mistake 4 — Not connecting zero area to collinearity. Getting an area of 0 isn't a mistake in your working — it's the answer, and it means the three points lie on a straight line.
⚠️ Mistake 5 — Using the midpoint formula when a different ratio is actually required. Midpoint only applies for an exact 1:1 split — any other ratio needs the full section formula.
⚠️ Mistake 6 — Bracket errors while expanding the area formula. With three terms and several nested subtractions, a single sign slip in expansion is common — expand one term at a time rather than all at once.
⚠️ Mistake 7 — Not simplifying the final surd. Leaving an answer as √8 instead of simplifying to 2√2 is technically correct but usually costs a presentation mark — always simplify surds fully.
💬

Get daily Class 10 Maths practice questions and exam alerts straight to your phone — join the free MyTestSeries WhatsApp Channel.

Join Channel →

7. Quick Formula Recap Table

ConceptFormula
Distance formulad = √[(x₂−x₁)² + (y₂−y₁)²]
Distance from origind = √(x² + y²)
Section formula (ratio m:n)((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n))
Midpoint formula((x₁+x₂)/2, (y₁+y₂)/2)
Area of a triangle½ |x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|
Collinearity conditionArea = 0
Class 10 Mathematics 7 days demo — chapter wise tests
Formulas stick when you use them. Get 7 full days of Coordinate Geometry & other chapter tests with step-by-step solutions — for just ₹10. Try the ₹10 Demo →
Advertisement

8. Exam Tricks & How to Revise

Sketch a rough graph before calculating anything. Even a quick, unscaled sketch of the given points makes it obvious whether a "distance" question is really asking for a special case (like distance from the origin).

✍️ Say the section formula's pairing rule out loud. "m goes with the far point, n goes with the near point" — repeating this prevents the most common section-formula slip.

🧮 Treat "area = 0" as information, not an error. If a triangle-area calculation returns zero, don't assume you made a mistake — check whether the question is actually testing collinearity.

🎯 Always simplify your final surd. √8, √12, √18 should become 2√2, 2√3, 3√2 — this is a presentation habit that examiners specifically look for.

🔁 Revisit this page before your unit test. Bookmark it, and use the Quick Formula Recap Table (Section 7) as your final five-minute revision before the exam.

9. Frequently Asked Questions

What is the distance formula in coordinate geometry?
d = √[(x₂−x₁)² + (y₂−y₁)²], the straight-line distance between two points, derived from the Pythagoras theorem.
What is the section formula?
It finds the point dividing a segment joining (x₁,y₁) and (x₂,y₂) internally in ratio m:n: P = ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n)).
What is the midpoint formula?
M = ((x₁+x₂)/2, (y₁+y₂)/2) — the section formula applied with a 1:1 ratio.
How do you find the area of a triangle using coordinates?
Area = ½ |x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|, using the three vertices' coordinates. The modulus is essential since area can't be negative.
How do you check if three points are collinear?
Calculate the area of the triangle they form. If the area is exactly 0, the three points are collinear.
What are the most common mistakes in Class 10 Coordinate Geometry?
Sign slips while subtracting coordinates, swapping m and n in the section formula, dropping the modulus in the area formula, and not recognising that a zero area means collinearity.

Conclusion: Points, Ratios, and One Shared Foundation

Coordinate Geometry takes ideas you've already built — the Pythagoras theorem from Triangles, ratio reasoning from BPT and Linear Equations — and applies them to the coordinate plane. Once you can reliably tell which of the four core formulas a question is actually asking for, the arithmetic itself is usually the easy part.

Rework the six solved examples above without checking the answers first, say the section formula's m-n pairing out loud until it's automatic, and always simplify your final surd. That habit — read carefully, pick the right formula, simplify fully — is what turns this chapter into consistent marks.

Class 10 Mathematics 7 Days Demo Test Series — try before you buy
Ready to test what you just learned? 7 full days of Coordinate Geometry & other Class 10 Maths tests, with instant scoring and performance analysis — only ₹10. 🧮 Start the ₹10 Demo Now →
Class 10 Maths 7 Days Demo Test Series 7-Day Demo Test Series Try the platform for ₹10 before buying View Demo
Class 10 Mathematics Foundation Test Series Class 10 Maths Foundation Series Chapter-wise + full syllabus mocks View Series
Class 7 to 10 Maths Practice Test Series Class 7–10 Practice Series 7-day access, multi-grade practice View Series
MTS

MyTestSeries Expert Team
Our editorial and academic team helps students across India prepare smarter for school, board, and competitive exams through structured formula sheets, study guides, and chapter-wise mock tests. Visit mytestseries.in for the full resource library.

Tags: Coordinate Geometry Class 10, Distance Formula, Section Formula, Midpoint Formula, Area of Triangle, Collinear Points, CBSE 2026, NCERT Class 10 Maths Chapter 7

Class 10 Maths 7 Days Demo Test Series
Class 10 Maths — 7 Days Demo Full test experience · Instant solutions — just ₹10
Try Now

Get Daily Free Questions

Practice Faster. Score Higher.

Download Our App

Practice Faster. Score Higher. Install the App Now.

Categories

Test Series