A straight line is the simplest curve in coordinate geometry. In Class 11, we study lines in the Cartesian plane, learning to write their equations in various forms and to find distances and angles between them. These concepts underpin analytic geometry and are fundamental for higher mathematics.
Slope of a Line:
The slope (or gradient) of a line measures its steepness. If a line passes through two points (x1, y1) and (x2, y2), then:
slope m = (y2 - y1) / (x2 - x1)
- A horizontal line has slope 0.
- A vertical line has undefined slope.
- If two lines are parallel, their slopes are equal (m1 = m2).
- If two lines are perpendicular, m1 × m2 = -1.
---
Equations of a Line
Key formulas
Distance of a Point from a Line:
The perpendicular distance of point (x1, y1) from line Ax + By + C = 0 is:
d = |Ax1 + By1 + C| / √(A2 + B2)
Angle Between Two Lines:
tan(theta) = |(m1 - m2) / (1 + m1 × m2)|
---
Worked Examples
Find the slope of the line joining (2, 3) and (5, 9).
m = (9 - 3)/(5 - 2) = 6/3 = 2
Write the equation of the line with slope 3 passing through (1, -2).
y - (-2) = 3(x - 1) => y + 2 = 3x - 3 => 3x - y - 5 = 0
Find the equation of the line with x-intercept 4 and y-intercept -3.
x/4 + y/(-3) = 1 => 3x - 4y = 12 => 3x - 4y - 12 = 0
Are the lines 2x + 3y - 5 = 0 and 4x + 6y + 1 = 0 parallel?
Slopes: m1 = -2/3, m2 = -4/6 = -2/3. Yes, since m1 = m2, the lines are parallel.
Find the distance of point (3, -5) from the line 3x - 4y + 1 = 0.
d = |3(3) - 4(-5) + 1| / √(9 + 16) = |9 + 20 + 1| / 5 = 30/5 = 6
Find the equation of the line perpendicular to 2x - 3y + 1 = 0 and passing through (4, 5).
Slope of given line = 2/3. Perpendicular slope = -3/2.
y - 5 = -3/2 × (x - 4) => 2y - 10 = -3x + 12 => 3x + 2y - 22 = 0
Find the angle between lines y = 2x + 1 and y = x + 3.
m1 = 2, m2 = 1. tan(theta) = |(2 - 1)/(1 + 2)| = 1/3. So theta = arctan(1/3).
---
Common mistakes
- The slope formula requires (y2 - y1)/(x2 - x1), not the reverse. Be consistent with which point is (x1, y1).
- When two lines are perpendicular, use m1 × m2 = -1, NOT m1 × m2 = 1.
- The distance formula requires the absolute value of the numerator — never omit it.
Summary
Learn all six standard forms of the equation of a line. The distance formula and perpendicularity condition are the most commonly tested in board exams. Practice converting between forms.