Back to ShikshaPal ExplainerClass 11 / Math
ShikshaPal
Class 11 · Math

Straight Lines

The straight line is the simplest yet most powerful geometric object in coordinate geometry.

Feynman Lens

Start with the simplest version: this lesson is about Straight Lines. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.

The straight line is the simplest yet most powerful geometric object in coordinate geometry. From the equation of a line through two points to the angle between lines, this chapter combines algebra and geometry to describe and analyze one-dimensional objects in a two-dimensional space. Lines are fundamental to understanding chapter-10-conic-sections (which study curves related to lines) and provide the foundation for multivariable calculus and optimization problems. Engineers use line equations to model relationships, economists use them to represent demand and supply, and physicists use them to describe motion at constant velocity.

The Coordinate Plane and Distance

In the coordinate plane, every point is identified by an ordered pair (x, y). The distance between two points (x₁, y₁) and (x₂, y₂) is:

Distance Formula: d = √[(x₂ - x₁)² + (y₂ - y₁)²]

This comes directly from the Pythagorean theorem: the distance is the hypotenuse of a right triangle with legs of length |x₂ - x₁| and |y₂ - y₁|.

The midpoint of a line segment joining these points is:

Midpoint Formula: M = ((x₁ + x₂)/2, (y₁ + y₂)/2)

Slope: Measuring Steepness

The slope measures how steep a line is—how much vertical change occurs for horizontal change.

Slope Formula: m = (y₂ - y₁) / (x₂ - x₁)

Slope Interpretation: A slope of 3 means for every 1 unit right, the line goes 3 units up.

Equations of Lines

Point-Slope Form: y - y₁ = m(x - x₁)

Use when you know a point (x₁, y₁) on the line and its slope m.

Slope-Intercept Form: y = mx + b

Here, m is slope and b is the y-intercept (where the line crosses the y-axis).

Two-Point Form: (y - y₁)/(y₂ - y₁) = (x - x₁)/(x₂ - x₁)

Use when you know two points.

General Form: ax + by + c = 0

All line equations can be written this way.

Intercept Form: x/a + y/b = 1

Where a is the x-intercept and b is the y-intercept.

Parallel and Perpendicular Lines

Parallel lines have the same slope: if line L₁ has slope m₁ and line L₂ has slope m₂, then L₁ ∥ L₂ iff m₁ = m₂.

Perpendicular lines have slopes that are negative reciprocals: L₁ ⊥ L₂ iff m₁ × m₂ = -1 (or m₂ = -1/m₁).

Intuitively, if one line has slope 2, a perpendicular line has slope -1/2. The steepness is inverted and the direction flipped.

Angle Between Two Lines

The acute angle θ between lines with slopes m₁ and m₂ is:

tan θ = |m₁ - m₂| / |1 + m₁m₂|

This formula captures how the slopes relate to create the angle. When m₁m₂ = -1 (perpendicular), the denominator is 0, making the angle 90°.

Distance from Point to Line

The perpendicular distance from point (x₀, y₀) to line ax + by + c = 0 is:

Distance = |ax₀ + by₀ + c| / √(a² + b²)

This is the shortest distance—a perpendicular from the point to the line.

Family of Lines

Lines through a single point can be written parametrically: fix the point and vary slope.

Lines with a fixed slope differ only in y-intercept: y = mx + c where m is fixed and c varies.

Concurrence: Multiple lines intersecting at one point often satisfy a constraint. Finding this constraint involves solving the system of line equations.

Application: Linear Models

Many real relationships are approximately linear:

The power of linear equations is that we can solve for unknowns and make predictions using algebra.

Key Formulas

Socratic Questions

  1. Why does the distance formula derive from the Pythagorean theorem? Can you visualize the right triangle formed by two points and the coordinate axes?
  1. Two lines with slopes m₁ = 2 and m₂ = -1/2 are perpendicular. Why must the slopes be negative reciprocals? What geometric property makes this relationship necessary?
  1. When you use point-slope form y - y₁ = m(x - x₁), what does the expression (y - y₁)/(x - x₁) represent geometrically? Why does setting it equal to m define the entire line?
  1. The angle between two lines depends on their slopes via tan θ = |m₁ - m₂| / |1 + m₁m₂|. Why does the formula fail (denominator becomes zero) when lines are perpendicular? What does this reveal about the relationship?
  1. If you have a point not on a line, what does the perpendicular distance represent? Why is the perpendicular the shortest possible distance from point to line?

Formula
Distance between two points
tap to flip
d = √[(x₂ − x₁)² + (y₂ − y₁)²] — derived from the Pythagorean theorem.
Formula
Midpoint of a segment
tap to flip
((x₁ + x₂)/2, (y₁ + y₂)/2) — the average of the coordinates of the endpoints.
Concept
Slope m of a line
tap to flip
m = (y₂ − y₁)/(x₂ − x₁) = tan θ, where θ is the angle the line makes with the positive x-axis.
Form
Point-slope form
tap to flip
y − y₁ = m(x − x₁), where (x₁, y₁) is a known point and m is the slope.
Form
Slope-intercept form
tap to flip
y = mx + c, where m is the slope and c is the y-intercept.
Form
Intercept form
tap to flip
x/a + y/b = 1, where a is the x-intercept and b is the y-intercept.
Condition
Parallel lines
tap to flip
Two non-vertical lines are parallel iff they have equal slopes: m₁ = m₂.
Condition
Perpendicular lines
tap to flip
Two non-vertical lines are perpendicular iff m₁ · m₂ = −1 (slopes are negative reciprocals).
Formula
Angle between two lines
tap to flip
tan θ = |(m₁ − m₂)/(1 + m₁m₂)|, where θ is the acute angle between the lines.
Formula
Distance from point to line
tap to flip
For line Ax + By + C = 0 and point (x₀, y₀): d = |Ax₀ + By₀ + C| / √(A² + B²).
The slope of the line passing through (2, 3) and (5, 9) is:
  • A 1/2
  • B 3/4
  • C 2
  • D −2
The line perpendicular to y = (1/3)x + 2 has slope:
  • A 1/3
  • B −3
  • C 3
  • D −1/3
The equation of the line passing through (1, 2) with slope 3 is:
  • A y = 3x − 1
  • B y = 3x + 2
  • C y = 3x + 1
  • D y = 3x − 2
The distance from the point (0, 0) to the line 3x + 4y − 10 = 0 is:
  • A 1
  • B 5
  • C 10
  • D 2
If two lines have slopes m₁ = 1 and m₂ = 1, the lines are:
  • A Perpendicular
  • B Intersecting at 45°
  • C Parallel (or coincident)
  • D Perpendicular only when both have y-intercept 0