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

  • 1Compute the slope of a line from two points or from its inclination, and determine whether two lines are parallel or perpendicular using their slopes
  • 2Find the acute angle between two lines using the tan(theta) formula
  • 3Write the equation of a line in point-slope, two-point, slope-intercept, or intercept form, choosing the right form for the information given
  • 4Convert a line's equation between general form (Ax+By+C=0) and the other taught forms
  • 5Compute the perpendicular distance from a point to a line, and the distance between two parallel lines
  • 6Use collinearity tests (equal slopes, or zero triangle area) to verify that three points lie on a single line
💡
Why this chapter matters
This chapter builds the full algebraic toolkit for a line: slope, five distinct equation forms, the angle between two lines, and the perpendicular-distance formula. It is a direct prerequisite for Conic Sections and 3D Geometry. One of the six forms coaching material commonly lists, Normal Form, is not part of the current book at all.

Straight Lines

1. Check this before you revise anything

Normal Form is not part of the current book. Coaching material commonly lists six equation forms for a line, including Normal Form (). CBSE's own formative-only block confirms this explicitly, listing "Normal form" under Straight Lines as formative, not summative — and the current 2026-27 book has no such section: no formula, no worked example, nowhere. Only five forms are actually taught: horizontal/vertical, point-slope, two-point, slope-intercept, and intercept form.

"General equation of a line" gets one defining sentence, not a full section — but it's still genuinely testable. The formative-only block also lists "General equation of a line" alongside Normal Form. True to that, the book never derives it as its own topic — it's introduced in a single sentence ("Any equation of the form ... is called the general equation of a line") right before the distance formula, which needs that notation.

But Exercise 9.3's own Q1 and Q2 ask you to reduce a general-form equation back into slope-intercept or intercept form — so converting between general form and the five taught forms is real, examinable content from this book's own exercises, even though "general form" isn't taught as a destination in its own right.


2. What this chapter covers

Textbook sectionTopic
9.1Recall: distance formula, section formula, midpoint, area of a triangle (from earlier classes)
9.2Slope of a line; parallel/perpendicular conditions; angle between two lines
9.3Equation of a line: horizontal/vertical, point-slope, two-point, slope-intercept, intercept form
9.4Distance of a point from a line; distance between two parallel lines

3. Recall from earlier classes

Four formulas carry forward from Class 10 and get reused throughout this chapter without re-derivation: the distance formula ; the section formula for a point dividing internally in ratio , at ; the midpoint formula (the case of the above); and the area of a triangle with vertices :

If this area comes out to zero, the three points are collinear — they lie on a single straight line. This is the book's own bridge into the chapter: a straight line is what's left when a "triangle" collapses flat.


4. Slope of a line

A line makes two supplementary angles with the x-axis; the one measured anticlockwise from the positive x-axis, satisfying , is its inclination. The slope is () — undefined exactly when the line is vertical. A horizontal line has slope .

Given two points and on a non-vertical line, splitting into the acute- and obtuse-inclination cases and working through the right triangle each time gives, in both cases, the same result:

Two non-vertical lines are parallel if and only if ; they are perpendicular if and only if — both proved directly from how inclination and the tangent function behave (parallel lines share an inclination; perpendicular lines' inclinations differ by exactly , and ).

Worked, mirroring the textbook's own Example 3. The line through and is perpendicular to the line through and . Find . First slope: . Second slope: . Perpendicularity requires : .


5. Angle between two lines

For two non-vertical lines with slopes meeting at a point, the two adjacent angles between them, and , satisfy and — one of these is positive (giving the acute angle), the other negative (the obtuse angle). Taking the acute angle explicitly:

Worked, mirroring the textbook's own Example 2 — the formula run in reverse. If the angle between two lines is and one line's slope is , find the other slope . Substituting into the formula: , which splits into two linear equations depending on the sign, giving or two valid answers, since two different lines can each make a angle with the same given line, one on either side of it.


6. Various forms of the equation of a line

Horizontal/vertical lines. A horizontal line at distance from the x-axis is or ; a vertical line at distance from the y-axis is or .

Point-slope form, through a fixed point with slope : derived directly from the two-point slope formula applied to and a general point on the line.

Two-point form, through two fixed points and : since a general point on the line must give the same slope whichever pair it's computed from,

Slope-intercept form, given slope and y-intercept (the line meets the y-axis at , so this is just point-slope form applied there): . The x-intercept version, given slope and x-intercept : .

Intercept form, given x-intercept and y-intercept (the line meets the axes at and , so this is two-point form applied to those points):

Worked, mirroring the textbook's own Example 7 — reading the right form off what's given. Find the equations of the lines with and (i) y-intercept , (ii) x-intercept . (i) Slope-intercept form: , i.e. . (ii) x-intercept form: , i.e. .


7. Distance of a point from a line

For a line and a point , the perpendicular distance is derived by computing the area of the triangle formed by the point and the line's two axis-intercepts two different ways — once with the base-times-height formula using the unknown perpendicular distance, once with the coordinate area formula — then equating them:

Distance between two parallel lines and (same slope, since parallel) is found by taking the perpendicular distance from a convenient point on one line — where it crosses the x-axis — to the other:

Worked, mirroring the textbook's own Example 9. Find the distance of from . Here : .


Summary

  • Slope ; horizontal lines have , vertical lines have undefined slope.
  • Parallel lines have ; perpendicular lines have ; three points are collinear exactly when the triangle they form has zero area.
  • Acute angle between two lines: .
  • Five forms are taught: horizontal/vertical (, ), point-slope, two-point, slope-intercept (), and intercept form () — Normal Form is formative-only and absent from the book.
  • General form gets one defining sentence, not a full section, but converting into/out of it is directly tested in Exercise 9.3.
  • Distance from to : ; distance between parallel lines and : .

Key formulas & results

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

Slope from two points
m = (y2-y1)/(x2-x1), x1 not equal to x2
m = tan(theta), where theta is the line's inclination; undefined for a vertical line
Parallel and perpendicular conditions
Parallel: m1=m2. Perpendicular: m1.m2=-1
Both proved directly from how inclination behaves under the tangent function
Angle between two lines
tan(theta) = |(m1-m2)/(1+m1.m2)|, 1+m1.m2 not equal to 0
theta is the acute angle; the obtuse angle is 180-theta
Point-slope form
y - y0 = m(x - x0)
Use when one point (x0,y0) and the slope m are known
Two-point form
y - y1 = [(y2-y1)/(x2-x1)](x - x1)
Use when two points on the line are known; reduces to point-slope form once the slope is computed
Slope-intercept form
y = mx + c (y-intercept c); y = m(x-d) (x-intercept d)
Directly readable: m is the slope, c is where the line crosses the y-axis
Intercept form
x/a + y/b = 1
a = x-intercept, b = y-intercept; undefined for lines through the origin, which have no intercepts to speak of
Distance from a point to a line
d = |Ax1 + By1 + C| / sqrt(A^2+B^2)
For line Ax+By+C=0 and point (x1,y1); the absolute value ensures a non-negative distance
Distance between two parallel lines
d = |C1-C2| / sqrt(A^2+B^2)
Both lines must be written with identical A and B coefficients before subtracting C1-C2
⚠️

Common mistakes & fixes

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

WATCH OUT
Expecting Normal Form (x.cos(omega)+y.sin(omega)=p) as one of the forms this chapter teaches
Normal Form is formative-only and doesn't appear anywhere in the current book. Only five forms are taught: horizontal/vertical, point-slope, two-point, slope-intercept, and intercept form.
WATCH OUT
Confusing the parallel condition (m1=m2) with the perpendicular condition (m1.m2=-1)
Parallel lines have identical slopes. Perpendicular lines have slopes that are negative reciprocals of each other, so their product is always -1.
WATCH OUT
Forgetting the absolute value in the distance-from-a-point-to-a-line formula
Ax1+By1+C can come out negative depending on which side of the line the point sits on. Distance is always non-negative, so the numerator must be wrapped in absolute value bars.
WATCH OUT
Using mismatched A and B coefficients when applying the distance-between-parallel-lines formula
Both lines must be written with the exact same A and B (multiply one equation through by a constant if needed) before the formula d=|C1-C2|/sqrt(A^2+B^2) applies.
WATCH OUT
Reporting only one slope when 'find the other line given the angle between them' problems are asked
The absolute value in the angle formula splits into two cases, usually giving two valid slopes for the second line — one on each side of the first line. State both unless the question restricts to one.
WATCH OUT
Plugging a vertical line's undefined slope directly into a slope-based formula
Vertical lines (x=k) have no defined slope. Handle them separately as x=k rather than trying to force a numeric m into the point-slope or angle formulas.
WATCH OUT
Treating 'general equation of a line' as a topic with its own derivation to memorise
The book introduces Ax+By+C=0 in a single sentence, purely as notation for the distance formula. What is genuinely tested is reducing a general-form equation back into slope-intercept or intercept form, per Exercise 9.3's own questions.
WATCH OUT
Computing the area-of-a-triangle collinearity test with the wrong sign convention and concluding three genuinely collinear points aren't
The formula already has an absolute value around the whole expression — a zero result (with or without the bars) always means collinear; a small nonzero rounding-type value from correct exact arithmetic should be re-checked, not dismissed.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Straight Lines?

10 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

10 questions~7 min worth ~12 marks in Haryana (BSEH) exams

5-minute revision

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

  • Slope m=tan(theta)=(y2-y1)/(x2-x1); zero for horizontal lines, undefined for vertical lines
  • Parallel: m1=m2. Perpendicular: m1.m2=-1. Collinear: equal slopes across pairs, or triangle area = 0
  • Acute angle between two lines: tan(theta)=|(m1-m2)/(1+m1.m2)|
  • Five forms taught: horizontal/vertical (y=+-a, x=+-b), point-slope, two-point, slope-intercept (y=mx+c), intercept (x/a+y/b=1)
  • Normal Form is formative-only and not in the current book; General form Ax+By+C=0 gets one sentence, mainly as distance-formula notation
  • Distance from (x1,y1) to Ax+By+C=0: d=|Ax1+By1+C|/sqrt(A^2+B^2)
  • Distance between parallel lines Ax+By+C1=0 and Ax+By+C2=0: d=|C1-C2|/sqrt(A^2+B^2), same A and B required
  • Family of lines through the intersection of L1=0 and L2=0: L1+lambda.L2=0 for varying lambda, useful for concurrency and 'passes through intersection and satisfies X' problems

Haryana (BSEH) marks blueprint

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

Typical chapter weightage: Part of Unit III's 12-mark Coordinate Geometry block (shared with Conic Sections; no chapter-wise split, per CBSE)

Question typeMarks eachTypical countWhat it tests
Slope, Parallel/Perpendicular Conditions, and Collinearity2-31Computing slope from two points or inclination, checking parallel/perpendicular, verifying collinearity
Equation of a Line in Point-Slope, Two-Point, Slope-Intercept, and Intercept Form3-41-2Point-slope, two-point, slope-intercept, and intercept form; reducing general form into a named form
Angle Between Two Lines3-40-1Finding the acute angle between two lines, or the unknown slope given the angle and one line
Distance From a Point to a Line and Between Parallel Lines4-61Perpendicular distance formula, distance between parallel lines, applied word problems
Prep strategy
  • State the slope explicitly (or 'undefined' for a vertical line) before choosing which equation form to use
  • For every distance question, write the line in general form Ax+By+C=0 first, even if it wasn't given that way
  • Keep the five taught forms and their trigger conditions (what's given: one point+slope? two points? both intercepts?) in a quick mental checklist

Where this shows up in the real world

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

GPS and shortest-distance-to-a-road calculations

Roads and paths modelled as lines in a coordinate system use exactly the distance-from-a-point-to-a-line formula to compute the shortest route from a location to the nearest road.

Linear regression in data science

The best-fit line through scattered data, written in slope-intercept form y=mx+c, is found by minimising the sum of squared perpendicular-style distances from each data point to the line.

Civil engineering and road gradients

The slope formula directly measures a road's gradient (rise over run); a slope of 0.08 means an 8 cm rise per metre of horizontal run, a figure that matters for drainage and vehicle safety design.

Exam strategy

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

1
Identify what's given (points? slope? intercepts?) before picking a form — this alone earns method marks even before computing anything
2
For every distance question, convert to general form Ax+By+C=0 first, since both distance formulas are stated in terms of A, B, C
3
For parallel/perpendicular checks, compute both slopes first: m1=m2 means parallel, m1.m2=-1 means perpendicular — don't guess from a rough sketch alone
4
For 'two lines meeting at an angle' problems, always check both sign cases of the absolute value before finalising a single answer

Going beyond the textbook

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

STRETCH
Family of lines: every line through the intersection of L1=0 and L2=0 can be written as L1+lambda.L2=0 for varying lambda — used heavily in JEE to find a line satisfying one extra condition without solving for the intersection point first
STRETCH
Reflection of a line in another line, and the angle bisectors between two given lines (using the equal-distance-from-both-lines condition), extend the single-point reflection technique to whole lines
🚀

JEE Main & Advanced practice

Competitive-level problems on this chapter, above the board pattern. Try each one on paper before opening the solution.

JEE MainFamily of lines through an intersection pointParameter-matching technique

Find the equation of the line through the intersection of and , and parallel to the line .

Stuck? Show the approach

Write the family of lines through the intersection as , express its slope in terms of , and match it to the given line's slope.

Show the full solution

Family: , i.e. , with slope . Setting this equal to (the slope of ): . Substituting back and simplifying gives .

Answer: 4x + y - 5 = 0
The trap

Forgetting to simplify the messy fractional coefficients at the end (by clearing denominators and dividing by the common factor) leaves an unrecognisably scaled but technically-correct equation — always reduce to lowest integer coefficients.

JEE MainReflection of a point in a linePerpendicular-foot technique

Find the image (reflection) of the point in the line .

Stuck? Show the approach

Use the standard reflection formula: the image of in is obtained by moving twice the signed perpendicular distance along the line's normal direction.

Show the full solution

With : , and . Image . Image .

Answer: (-1, 0)
The trap

Using the foot-of-perpendicular formula (which stops halfway) instead of the full reflection formula (which goes twice as far) gives the midpoint of the segment, not the actual mirror image.

JEE MainTwo lines meeting at a given angle, with two valid slopesAngle formula, both branches

Two lines through the point intersect each other at an angle of . If the slope of one line is 3, find the slopes of the other line, and hence its two possible equations.

Stuck? Show the approach

Apply the angle-between-two-lines formula with and , solving both sign cases of the absolute value separately.

Show the full solution

. Case : . Case : . Through : with , . With , .

Answer: m = -2 (line 2x+y-7=0) or m = 1/2 (line x-2y+4=0)
The trap

Reporting only one of the two slopes is the most common mark loss here — a 45 degree angle can open on either side of the given line, giving two genuinely different second lines.

JEE MainConcurrency of three linesIntersection-then-substitute

Find the value of for which the lines , , and are concurrent.

Stuck? Show the approach

Find the intersection point of the first two lines, then require that point to satisfy the third line's equation.

Show the full solution

Adding and : , and . So the first two lines meet at . Substituting into the third: .

Answer: lambda = 4
The trap

Solving the wrong pair of lines first (e.g. lines 1 and 3, which both contain the unknown lambda) turns a simple substitution into an unnecessary second unknown-in-unknown system.

JEE AdvancedMulti-step construction: intersection, perpendicularity, and an axis interceptSequential coordinate-geometry construction

Lines and intersect at point . A line through , perpendicular to the line , meets the y-axis at point . Find the coordinates of .

Stuck? Show the approach

Find by solving and simultaneously, find the required slope as the negative reciprocal of 's slope, build the new line through , then set to find where it crosses the y-axis.

Show the full solution

Solving and : multiplying by 3 and 4 respectively and adding eliminates , giving , and then , so . The line has slope 7, so the perpendicular line has slope . Through : . Setting : .

Answer: Q = (0, 3/7)
The trap

Using the slope of or instead of the slope of for the perpendicularity condition is the most common mix-up in a problem with three different lines in play.

Where else this chapter is tested

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

CBSE Class 11 BoardVery High
JEE MainVery High
JEE AdvancedHigh

Questions students ask

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

No. Normal Form is formative-only per CBSE's own curriculum listing, and the current 2026-27 book has no section, formula, or exercise question on it at all. Only five forms are taught here.

No — the book introduces Ax+By+C=0 in a single defining sentence, mainly as the notation the distance formula needs. What is genuinely tested is converting a general-form equation back into slope-intercept or intercept form, which Exercise 9.3 asks directly.

One point plus slope: point-slope form. Two points: two-point form. Slope plus a y-intercept: slope-intercept form. Both intercepts: intercept form. If the question gives the equation already in general form and asks for slope or intercepts, reduce it into the matching named form first.

The formula involves an absolute value, which splits into two cases. Geometrically, a line making a given angle with a fixed line can lie on either side of it, producing two distinct valid slopes unless the question restricts to one.
Verified by the tuition.in editorial team
Last reviewed on 7 August 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo