top of page

Point-Slope, Standard, and General Form: Writing Equations of Lines

4 days ago
9 min read
Abstract 3D glass shapes linked by a glowing teal line on a dark blue background, with gold highlights and a sleek futuristic mood

In earlier posts, we introduced linear relations and explored how slope-intercept form makes it easy to identify a line's slope and y-intercept:

y = mx + b

Slope-intercept form is extremely useful, but it is not always the most efficient form to use. If we know a slope and one point, point-slope form lets us write an equation immediately. If we want to find intercepts or work with a system of equations, standard form may be more convenient. A closely related arrangement called general form is also common in algebra and analytic geometry.

These forms are not different kinds of lines. They are different ways of describing the same mathematical object. Learning when to use each form helps students solve problems more efficiently and see the connections between algebraic procedures.

Four Common Forms of a Linear Equation

The following table provides a quick overview:

Form

General Structure

Especially Useful When

Slope-intercept form

y = mx + b

The slope and y-intercept need to be identified or the line needs to be graphed quickly.

Point-slope form

y - y₁ = m(x - x₁)

The slope and one point on the line are known.

Standard form

Ax + By = C

The intercepts need to be found or equations in a system need to be organized.

General form

Ax + By + C = 0

Every term needs to be placed on one side of the equation.

In standard and general form, A, B, and C are constants, while x and y are variables. The values of A and B cannot both be zero because an equation with neither an x-term nor a y-term would not describe a line.

What Is Point-Slope Form?

Point-slope form is written as:

y - y₁ = m(x - x₁)

In this equation:

  • m is the slope of the line.

  • (x₁, y₁) is one known point on the line.

  • x and y remain variables representing every other point on the line.

Point-slope form is sometimes informally called slope-point form, but point-slope form is the more widely used name.

The formula comes directly from the definition of slope. If (x₁, y₁) and (x, y) are two points on a non-vertical line, then:

m = (y - y₁)/(x - x₁)

Multiplying both sides by x - x₁ gives:

y - y₁ = m(x - x₁)

This derivation explains why the signs and parentheses matter. The formula is not an arbitrary arrangement to memorize; it compares the change in y with the corresponding change in x.

Example 1: Write an Equation From a Slope and One Point

Suppose a line has a slope of 3 and passes through the point (2, 5).

We are given:

m = 3

(x₁, y₁) = (2, 5)

Begin with point-slope form:

y - y₁ = m(x - x₁)

Substitute m = 3, x₁ = 2, and y₁ = 5:

y - 5 = 3(x - 2)

This is already a complete and valid equation of the line. We do not need to find the y-intercept unless the question asks for another form.

Converting the Answer to Slope-Intercept Form

To write the equation as y = mx + b, distribute the 3:

y - 5 = 3x - 6

Add 5 to both sides:

y = 3x - 1

The equations

y - 5 = 3(x - 2)

and

y = 3x - 1

describe exactly the same line. The first equation makes the known point (2, 5) easy to see. The second makes the slope 3 and y-intercept -1 easy to see.

Verifying the Known Point

We can check our work by substituting x = 2 and y = 5 into the final equation:

5 = 3(2) - 1

5 = 6 - 1

5 = 5

The true statement confirms that (2, 5) lies on the line.

Example 2: Be Careful With Negative Coordinates

Suppose a line has a slope of -1/2 and passes through (-4, 3).

The given information is:

m = -1/2

(x₁, y₁) = (-4, 3)

Substitute these values into point-slope form:

y - 3 = -1/2[x - (-4)]

Subtracting a negative becomes addition:

y - 3 = -1/2(x + 4)

Distribute -1/2:

y - 3 = -1/2x - 2

Add 3 to both sides:

y = -1/2x + 1

A frequent error is to write x - 4 simply because the point contains a 4. The formula requires x - x₁. Since x₁ = -4, the correct expression is x - (-4) = x + 4.

Example 3: Write an Equation From Two Points

Point-slope form is also useful when two points are given. We first calculate the slope, then use either point in the formula.

Suppose a line passes through (1, 5) and (4, -1).

Step 1: Calculate the Slope

Use the slope formula:

m = (y₂ - y₁)/(x₂ - x₁)

Substitute the coordinates:

m = (-1 - 5)/(4 - 1)

m = -6/3

m = -2

Step 2: Use Either Known Point

Using the point (1, 5), substitute m = -2, x₁ = 1, and y₁ = 5 into point-slope form:

y - 5 = -2(x - 1)

This is a valid equation of the line.

Step 3: Convert If Necessary

Distribute -2:

y - 5 = -2x + 2

Add 5 to both sides:

y = -2x + 7

Using the other point would produce an equation that looks different at first:

y + 1 = -2(x - 4)

After simplifying, it also becomes y = -2x + 7. Any point on the line can be used in point-slope form.

Horizontal and Vertical Lines

Point-slope form works normally for a horizontal line because a horizontal line has a slope of 0.

For example, a horizontal line through (3, 6) has:

m = 0

Using point-slope form:

y - 6 = 0(x - 3)

y - 6 = 0

y = 6

A vertical line is different because its slope is undefined. A vertical line through (-2, 4) cannot be written using a numerical value of m. Its equation is simply:

x = -2

This is an important exception: vertical lines cannot be written in point-slope form or slope-intercept form.

What Is Standard Form?

Standard form is commonly written as:

Ax + By = C

For example:

2x + 3y = 12

is in standard form, with:

A = 2, B = 3, and C = 12

Many school courses apply additional conventions to standard form. A teacher may require A, B, and C to be integers, A to be positive, and the coefficients to have no common factor greater than 1. These conventions make answers easier to compare, but requirements can vary. Students should follow the format expected in their course.

Using Standard Form to Find the Intercepts

Standard form is convenient when we want to find where a line crosses the coordinate axes.

Consider:

2x + 3y = 12

Finding the x-Intercept

Every point on the x-axis has a y-coordinate of 0. Set y = 0:

2x + 3(0) = 12

2x = 12

x = 6

Therefore, the x-intercept is:

(6, 0)

Finding the y-Intercept

Every point on the y-axis has an x-coordinate of 0. Set x = 0:

2(0) + 3y = 12

3y = 12

y = 4

Therefore, the y-intercept is:

(0, 4)

Once both intercepts are plotted, we can draw the straight line through them. This intercept method can be faster than rearranging the equation into slope-intercept form, particularly when both intercepts are integers.

Standard form is also helpful when solving systems of linear equations by elimination. Keeping the x-terms and y-terms in aligned columns makes it easier to add or subtract equations and eliminate one variable.

What Is General Form?

General form places every term on one side of the equation:

Ax + By + C = 0

For example:

2x + 3y - 12 = 0

is in general form.

It represents the same line as:

2x + 3y = 12

General form is common in analytic geometry because the entire linear expression equals zero. It also makes it easy to test whether a point lies on a line: substitute the coordinates and check whether the left side becomes 0.

For example, consider the point (2, 5) and the line:

3x - y - 1 = 0

Substitute x = 2 and y = 5:

3(2) - 5 - 1 = 0

6 - 5 - 1 = 0

0 = 0

The equation is satisfied, so (2, 5) lies on the line.

Converting Between the Forms of a Linear Equation

Return to the line from Example 1:

y - 5 = 3(x - 2)

This is point-slope form. Distributing and isolating y gives slope-intercept form:

y - 5 = 3x - 6

y = 3x - 1

To convert slope-intercept form to standard form, move the x-term to the left:

-3x + y = -1

If we want A to be positive, multiply every term by -1:

3x - y = 1

To convert standard form to general form, subtract 1 from both sides:

3x - y - 1 = 0

We now have four equivalent equations:

  • Point-slope form: y - 5 = 3(x - 2)

  • Slope-intercept form: y = 3x - 1

  • Standard form: 3x - y = 1

  • General form: 3x - y - 1 = 0

Infographic showing one line in four equivalent forms: point-slope, slope-intercept, standard, and general, linked by arrows.

The equations look different because each form emphasizes different information. Their solution sets are identical: every ordered pair that satisfies one equation satisfies all four.

Notice one subtle detail about the letter C. In standard form, Ax + By = C, the symbol C represents the constant on the right. When everything is moved to the left, the equation becomes Ax + By - C = 0. In the separate general-form template Ax + By + C = 0, the symbol C is simply being reused for the constant term. It does not necessarily have the same numerical sign as the C in standard form.

Equivalent Equations Can Look Even More Different

Multiplying every term in an equation by the same nonzero number does not change its line.

For example:

3x - y = 1

Multiply every term by 2:

6x - 2y = 2

Both equations describe the same line. The second equation has larger coefficients, but it has exactly the same solutions.

However, we must multiply or divide every term. Changing only one coefficient changes the equation and usually produces a different line.

Choosing the Most Useful Form

The best form depends on the information given and the goal of the question.

If You Are Given or Asked For...

Usually Start With...

Why?

A slope and a y-intercept

Slope-intercept form

Both values can be substituted directly into y = mx + b.

A slope and one point

Point-slope form

The slope and point can be inserted immediately without finding b first.

Two points

Slope formula, then point-slope form

The points determine the slope, and either point completes the equation.

The x- and y-intercepts

Standard form

Setting one variable equal to 0 isolates the other quickly.

A system to solve by elimination

Standard form

Like terms are aligned in columns.

Every term on one side

General form

The expression is written equal to 0.

A vertical line

x = a

Its slope is undefined, so the usual slope-based forms do not apply.

Strong algebra students do not force every question into the same method. They recognize which form already displays the needed information and convert only when doing so provides an advantage.

Common Mistakes When Working With Linear Equation Forms

Students should watch for several common errors:

  • Reversing the coordinates in point-slope form. The x-coordinate belongs inside the x-parentheses, while the y-coordinate belongs with y.

  • Ignoring a negative coordinate. If x₁ = -4, then x - x₁ = x - (-4) = x + 4.

  • Forgetting to distribute the slope to every term inside the parentheses. In 3(x - 2), the 3 multiplies both x and -2.

  • Changing only one side of an equation. Any addition, subtraction, multiplication, or division must preserve equality.

  • Multiplying only some terms by -1. To change -3x + y = -1 into 3x - y = 1, all three terms must change signs.

  • Confusing an intercept value with an intercept point. An x-intercept of 6 is the point (6, 0), and a y-intercept of 4 is the point (0, 4).

  • Trying to use slope-based forms for a vertical line. A vertical line has undefined slope and must be written as x = a.

  • Assuming different-looking equations must represent different lines. Equivalent rearrangements and nonzero multiples can describe exactly the same line.

The Big Idea

Point-slope, slope-intercept, standard, and general form are different algebraic arrangements of a linear equation. Each form highlights something useful:

  • Point-slope form highlights a slope and a known point.

  • Slope-intercept form highlights the slope and y-intercept.

  • Standard form keeps the variable terms together and makes intercepts or elimination convenient.

  • General form places the entire linear expression on one side.

In my experience tutoring students in Winnipeg, the difficult part is often not performing an individual algebraic step. It is recognizing which form fits the information given and understanding why a rearranged equation still represents the same line.

At Tutor Advance, math tutoring in Winnipeg focuses on developing that flexibility rather than treating each formula as an isolated rule. When students understand how the forms connect, they become better prepared for systems of equations, analytic geometry, functions, and more advanced algebra.

Need more help with linear relations? If you’re in Winnipeg and looking for a tutor, Tutor Advance provides expert one-on-one support! Students and families looking for personalized math tutoring in Winnipeg can contact Tutor Advance to discuss the support that would best fit their needs.

 
 
bottom of page