KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesThe Four Forms of a Straight LineEngineering · Engineering MathematicsLesson 2/3← PrevNext →
GuidePublished 15 Aug 20265 min readBy Kevin Joginstraight lineslope intercept formpoint slope formstandard form
On this page

Ask about this page

KEVOS AIThe Four Forms of a Straight Line

KEVOS knowledge first · trusted web sources when needed

Linear Functions

The Four Forms of a Straight Line

Slope-intercept, point-slope, standard and intercept form — what each is for, and how to move between them.

Category Engineering / MathematicsStream Linear FunctionsLevel CoreReading 5 minSource Week 5, pages 6-9

What this page covers

  • Write a line in each of the four standard forms
  • Choose the form that suits the information given
  • Convert between forms
  • Read the slope and intercepts from an equation
On this page
  1. The four forms
  2. Slope-intercept form
  3. Point-slope form
  4. Standard form
  5. Intercept form
  6. Converting between forms
  7. Common mistakes
  8. Frequently asked questions

The four forms

What each form is for
FormEquationGivenShows directly
Slope-intercepty = mx + bSlope and y-interceptSlope m, intercept (0, b)
Point-slopey - y0 = m(x - x0)Slope and any pointSlope and the point used
StandardAx + By = CAnythingHandles vertical lines; used in systems
Interceptxa + yb = 1Both interceptsIntercepts (a, 0) and (0, b)

They describe the same lines. The choice is about which information is to hand and which is to be read off.

Slope-intercept form

Slope-intercept
y = mx + bSource, Week 5, page 6. m is the slope, b the y-intercept

The source derives the meaning of b rather than asserting it: set x = 0 and the equation collapses.

x = 0 ⇒ y = 0 · m + b = bSource, Week 5, page 8. So the line crosses the y-axis at (0, b)

It also identifies the slope by inspection. For y = 2x - 3 the source notes the number 2 is the slope, and the intercept is at y = -3.

Reading a line at a glance
EquationSlopey-intercept
y = 2x - 32(0, -3)
y = 5 - 4x-4(0, 5)
y = 12x12(0, 0)
y = 70(0, 7)

The source flags that y = 5 - 4x is the same as y = -4x + 5: the slope is -4, not 5. Rewriting into mx + b order before reading off avoids the confusion.

Note

If the y-intercept is 0 the line passes through the origin, which the source records for the case b = 0.

Point-slope form

Point-slope
y - y0 = m(x - x0)Source, Week 5, page 8. Line through (x0, y0) with slope m

It is the slope formula rearranged. If (x, y) is any other point on the line, then

m = y - y0x - x0m(x - x0) = y - y0Source derivation, Week 5, page 8

This is the form to reach for first. Two points give a slope and either point serves as (x0, y0), so it is always usable.

Worked example — the source's case

Line through (-2, 3) with slope -12.

y - 3 = -12(x - (-2))y - 3 = -12(x + 2)y - 3 = -12x - 1y = -12x + 2Source example, Week 5, page 8. Now in slope-intercept form
2y = -x + 4x + 2y = 4And in standard form
Check

At x = -2: y = 1 + 2 = 3 ✓.

From two points — the source's case

Line through (4, -2) and (2, 5).

m = 5 - (-2)2 - 4 = -72y + 2 = -72(x - 4)y + 2 = -72x + 14y = -72x + 122y = -7x + 247x + 2y = 24Source example, Week 5, page 9
Check both points

7(4) + 2(-2) = 24 ✓; 7(2) + 2(5) = 24 ✓. Checking both given points is the right test, since either one alone would pass for a wrong slope.

Standard form

Standard form
Ax + By = CSource, Week 5, page 6, which specifies A, B, C integers

Conventionally the coefficients are integers with no common factor, and A is taken positive. The source demonstrates the conversion:

y = 2x - 3y - 2x = -3-2x + y = -32x - y = 3Source, Week 5, page 8

Handles vertical lines

x = 3 is 1 · x + 0 · y = 3. Slope-intercept form cannot express it at all.

Symmetric in x and y

Neither variable is privileged, which suits systems of equations.

Matches matrix methods

A system in standard form maps directly onto an augmented matrix.

Intercept form

Intercept form
xa + yb = 1x-intercept at (a, 0), y-intercept at (0, b)

Worked example — the source's case

Line through (3, 0) and (0, 4).

x3 + y4 = 1Source example, Week 5, page 9. Written down directly

Clearing the denominators by multiplying through by 12 gives standard form:

4x + 3y = 12Source
Check

At (3, 0): 12 = 12 ✓. At (0, 4): 12 = 12 ✓.

Watch out

Intercept form requires a right-hand side of exactly 1 and neither intercept to be zero. A line through the origin cannot be written this way, since a or b would be zero.

Converting between forms

How to move between them
FromToMethod
Two pointsPoint-slopeCompute m, use either point
Point-slopeSlope-interceptExpand and solve for y
Slope-interceptStandardMove the x term across, clear fractions, make A positive
StandardSlope-interceptSolve for y; the slope is -AB
StandardInterceptDivide through by C, provided C ≠ 0
InterceptStandardMultiply by the common denominator
A useful shortcut

From Ax + By = C the slope is -AB and the y-intercept is CB, without rearranging. For 7x + 2y = 24 the slope is -72, matching the worked example above.

Common mistakes

Errors and checks
MistakeCorrectCheck
Reading the slope of y = 5 - 4x as 5It is -4Rewrite as -4x + 5 first
y - 3 = m(x + 2) written as y + 3 = m(x - 2)Both signs are wrongSubstitute the point back in
Leaving fractions in standard formClear themMultiply through by the common denominator
Using slope-intercept for a vertical lineUse x = cA vertical line has no slope
Checking only one of two given pointsCheck bothOne point passes for many wrong lines
Intercept form with right side not 1Divide throughxa + yb = 1 exactly

Frequently asked questions

Which form should I start from?

Point-slope, almost always. Any two points give a slope and a point, which is exactly what it needs. Convert afterwards to whatever the question wants.

Why does standard form exist?

It handles vertical lines, which slope-intercept cannot, and it is the form systems of equations are written in. x = 3 is a perfectly good line with no slope-intercept representation.

What does b mean in y = mx + b?

The y-intercept. Setting x = 0 gives y = b, so the line crosses the y-axis at (0, b). The source derives it exactly this way.

When is intercept form useful?

When both intercepts are known or wanted. x3 + y4 = 1 shows immediately that the line crosses at (3, 0) and (0, 4).

Related pages

  • Slope of a Straight Line
  • Parallel and Perpendicular Lines
  • Solving Linear Equations
  • Systems of Linear Equations: Substitution and Elimination

Source. Handwritten teaching notes, Week 5, pages 6-9.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

Slope of a Straight LineGuide · Engineering MathematicsNEXT LESSON →Parallel and Perpendicular LinesGuide · Engineering MathematicsPolynomials: Terminology, Degree and Standard FormGuide · Engineering MathematicsGraphing Linear Equations with Slope and InterceptsGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®