Overview

Lines are the simplest coordinate objects. Many geometry problems reduce to finding a line and intersecting it with another curve.

Key Ideas

  • Point-slope: yy1=m(xx1)y-y_1 = m(x-x_1).
  • Slope-intercept: y=mx+by = mx + b.
  • Perpendicular slopes satisfy m1m2=1m_1 m_2 = -1.
  • Horizontal lines: y=cy=c. Vertical lines: x=cx=c.

Core Skills

Choose the Best Form

Use point-slope when you know a point and slope, slope-intercept for quick graphing, and standard form when working with intercepts.

Find Intersections

Set the equations equal or solve the system to find intersection points. This is the standard way to link lines to geometry.

Handle Vertical Lines

Vertical lines have undefined slope and must be written as x=cx=c.

Worked Example

Line 1\ell_1 has slope 22. Find the slope of a perpendicular line.

m2=1/2m_2 = -1/2.

More Examples

Example 1: Point-Slope

Find the equation of the line through (3,1)(3,1) with slope 4-4.

y1=4(x3)y-1 = -4(x-3).

Example 2: Two Points

Find the line through (1,2)(1,2) and (5,6)(5,6).

Slope m=(62)/(51)=1m=(6-2)/(5-1)=1, so y2=1(x1)y-2 = 1(x-1) or y=x+1y=x+1.

Example 3: Vertical Line

Find the equation of the line through (2,3)(2,-3) with undefined slope.

x=2x=2.

Strategy Checklist

  • Compute the slope first unless the line is vertical.
  • Pick the form that matches the given data.
  • Check intersection points by substitution.

Common Pitfalls

  • Mixing up negative reciprocal with negative slope.
  • Using vertical lines in slope form (slope undefined).
  • Dropping a sign when distributing in point-slope form.

Practice Problems

StatusSourceProblem NameDifficultyTags
AMC 10Easy
Show TagsLine Equations, Perpendicular Lines, Systems of Equations
AIMEMedium
Show TagsLine Equations, Slope, Symmetry
AMC 12Medium
Show TagsArea, Line Equations, Vieta's Formulas

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.