By the end of this chapter you'll be able to…

  • 1Find the area of a triangle and quadrilateral from coordinates
  • 2Test points for collinearity
  • 3Calculate the slope of a line
  • 4Write the equation of a line in different forms
  • 5Use parallel and perpendicular slope conditions
💡
Why this chapter matters
Coordinate Geometry links algebra and geometry through the plane. Area, slope and line equations are formula-driven, high-scoring questions in the TN SSLC exam.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Coordinate Geometry — Class 10 Maths (Samacheer Kalvi)

TN State Board (Samacheer Kalvi) Class 10 Mathematics, Chapter 5. Points, areas, slopes and the equations of lines.


1. About this chapter

This chapter covers the area of a triangle and a quadrilateral, collinearity, slope, and the equation of a straight line in its various forms.

2. Area and collinearity

  • Area of a triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃): ½ |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|.
  • Collinear points: three points are collinear if the area of the triangle = 0.
  • Area of a quadrilateral is found by splitting it into triangles (or the shoelace formula).

3. Slope of a line

  • Slope m = (y₂ − y₁)/(x₂ − x₁) = tan θ, where θ is the angle of inclination.
  • Parallel lines: equal slopes (m₁ = m₂).
  • Perpendicular lines: m₁ · m₂ = −1.

4. Equations of a straight line

FormEquation
Slope–intercepty = m x + c
Point–slopey − y₁ = m(x − x₁)
Two–point(y − y₁)/(y₂ − y₁) = (x − x₁)/(x₂ − x₁)
Interceptx/a + y/b = 1
Generala x + b y + c = 0

5. Worked examples

Example 1. Find the area of the triangle with vertices (1, 1), (2, 3), (4, 5). = ½|1(3−5) + 2(5−1) + 4(1−3)| = ½|−2 + 8 − 8| = ½|−2| = 1 sq unit.

Example 2. Find the slope of the line joining (2, 3) and (5, 9). m = (9 − 3)/(5 − 2) = 6/3 = 2.

Example 3. Find the equation of the line with slope 2 passing through (1, 3). y − 3 = 2(x − 1) → y = 2x + 1.

6. Common mistakes

  • Mistake: Dropping the modulus in the area formula. Fix: Area is always positive — use |…|.
  • Mistake: Saying parallel lines have m₁ m₂ = −1. Fix: Parallel → equal slopes; perpendicular → m₁ m₂ = −1.
  • Mistake: Mixing up the line forms. Fix: Choose the form that matches the given data.

7. Practice (book-back style)

  1. Write the formula for the area of a triangle in coordinate geometry.
  2. Find the slope of the line joining (1, 2) and (4, 8).
  3. Show that (1, 1), (2, 2), (3, 3) are collinear.
  4. Find the equation of the line with slope 3 and y-intercept 2.
  5. State the condition for two lines to be perpendicular.

8. Answer key

  1. ½ |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|.
  2. m = (8 − 2)/(4 − 1) = 6/3 = 2.
  3. Area = ½|1(2−3) + 2(3−1) + 3(1−2)| = ½|−1 + 4 − 3| = 0 → collinear.
  4. y = 3x + 2.
  5. The product of their slopes m₁ m₂ = −1.

9. Quick revision

  • Chapter 5 · area, collinearity, slope, line equations.
  • Area = ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|; collinear ⇒ area 0.
  • Slope m = (y₂−y₁)/(x₂−x₁) = tan θ.
  • Parallel: m₁ = m₂; perpendicular: m₁ m₂ = −1.
  • Line forms: y = mx + c; y − y₁ = m(x − x₁); x/a + y/b = 1; ax + by + c = 0.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Area of a triangle
½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|
Use modulus; zero means collinear.
Slope
m = (y₂−y₁)/(x₂−x₁) = tan θ
θ is the inclination.
Parallel / perpendicular
m₁ = m₂ ; m₁ m₂ = −1
Equal vs negative reciprocal.
Line forms
y = mx + c ; y − y₁ = m(x − x₁) ; x/a + y/b = 1
Pick the form to suit the data.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Dropping the modulus in the area formula
Area is always positive — use |…|.
WATCH OUT
Saying parallel lines have m₁ m₂ = −1
Parallel lines have equal slopes; perpendicular lines have m₁ m₂ = −1.
WATCH OUT
Mixing up the line forms
Choose the form that matches the given data.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Recall
Write the formula for the area of a triangle in coordinate geometry.
Show solution
½ |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|.
Q2EASY· Numerical
Find the slope of the line joining (1, 2) and (4, 8).
Show solution
m = (8 − 2)/(4 − 1) = 6/3 = 2.
Q3MEDIUM· Numerical
Show that (1, 1), (2, 2) and (3, 3) are collinear.
Show solution
Area = ½|1(2−3) + 2(3−1) + 3(1−2)| = ½|−1 + 4 − 3| = 0, so the points are collinear.
Q4EASY· Numerical
Find the equation of the line with slope 3 and y-intercept 2.
Show solution
y = 3x + 2.
Q5MEDIUM· Numerical
Find the area of the triangle with vertices (1,1), (2,3), (4,5).
Show solution
½|1(3−5) + 2(5−1) + 4(1−3)| = ½|−2 + 8 − 8| = 1 sq unit.
Q6EASY· Concept
State the condition for two lines to be perpendicular.
Show solution
The product of their slopes is −1 (m₁ m₂ = −1).

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Chapter 5 of Samacheer Kalvi Class 10 Mathematics.
  • Area = ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)|; collinear ⇒ area 0.
  • Slope m = (y₂−y₁)/(x₂−x₁) = tan θ.
  • Parallel: m₁ = m₂; perpendicular: m₁ m₂ = −1.
  • Line forms: slope-intercept, point-slope, two-point, intercept, general.
  • Always use the modulus in the area formula.

Tamil Nadu (TNBSE) marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 7-11 marks across MCQ, short answer and problems

Question typeMarks eachTypical countWhat it tests
MCQ11-2Slope, area, line forms
Short Answer2-31-2Collinearity and equations
Problem2-51Area and line equations
Prep strategy
  • Memorise the area and slope formulas
  • Use area = 0 to test collinearity
  • Practise all the line forms
  • Apply parallel/perpendicular slope conditions

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Mapping and GPS

Coordinates and slopes describe locations and routes.

Design

Line equations model edges and gradients in graphics.

Land measurement

Area formulas compute plots from corner coordinates.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Keep the modulus in area calculations
  2. State the slope before writing a line equation
  3. Choose the line form that fits the data
  4. Use area = 0 for collinearity proofs

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Derive the distance of a point from a line.
  • Find the area of a quadrilateral using the shoelace formula.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

TN SSLC Class 10 Public ExamHigh
Foundation / NTSE MathematicsMedium
School unit testsHigh

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Compute the area of the triangle they form; if it is zero, the points are collinear.

A zero slope is a horizontal line; an undefined slope (division by zero) is a vertical line.
Verified by the tuition.in editorial team
Last reviewed on 3 June 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo