Standard Form For Linear Equations

This page assume that the reader understands the following concepts:
  1. The coordinate plane.
  2. Graphing lines on the coordinate plane.
  3. Slope and y-intercept for linear equations.
  4. Slope-intercept form for linear equations, y = m x + b.
  5. Point-Slope form for linear equations, y – y1 = m ( x – x1).
  6. Equations of parallel lines have the same slope.
  7. Equations of perpendicular lines have either
This page will build upon all of this through an examination of the standard form for linear equations:
Ax + By = C

The Standard Form for a linear equation in two variables, x and y, is usually given as
Ax + By = C
where, if at all possible, A, B, and C are integers, and A is non-negative, and, A, B, and C have no common factors other than 1. If we have a linear equation in slope-intercept form,
y = m x + b
we can change that equation into Standard Form. To do this we need to express the slope and the ordinate of the the y-intercept in rational number form, that is, as the quotient of two integers. For the kinds of problems that we usually find in math classes, this is not much of a demand. The slope is defined to be the change in y divided by the change in x. Thus, if we express the slope as ychange/xchange, we will have met our first demand. The ordinate of the y-intercept usually follows the same scheme, so we can express that value, the "b" in y=mx+b, as the quotient of two integers, which we will call b_num and b_den. This means that our slope-intercept form
y = m x + b
can be rewritten as
y = (ychange/xchange) x + b_num/b_den
If we multiply both sides of the equation by the least common multiple of xchange" and "b_den", the resulting equation will have no fractions. It will appear as
Dy = Ex + F
where D, E, and F are integers. Then, we add – Ex to both sides of the equations to get – Ex + Dy = F To get this into standard form we want the coefficient of x to be non-negative. If – E is actually negative, then we can multiply both sides of the equation be – 1. In either case, we end up with an equation that has the standard form,
Ax + By = C
where, if at all possible, A, B, and C are integers, and A is non-negative, and, A, B, and C have no common factors other than 1. Let us look at a few examples.

The first example will be the most complex. We start with

y = (5/6)x + 7/4
Our first step is to multiply both sides by the least common multiple of 6 and 4, namely 12.
12y = 12( (5/6)x + 7/4 )
12y = (12)(5/6)x + (12)(7/4)
12y = 10x + 21
Now we have removed all fractions, we bring the x term to the left side.
– 10x + 12y = 21
And, because the coeeficient of x is negative, we multiply both sides by – 1.
(– 1)(– 10x +12y) = (– 1)(21)
This produces the desired result, the standard form
10x + – 12y = – 21

Another example would be to start with

y = (1/3)x + 5/6
The least common multiple of 3 and 6 is 6, so we multiply both sides by 6 to clear the fractions
6y = 6 ( (1/3)x + 5/6)
6y = (6)( (1/3)x + (6)(5/6)
6y = 2x + 5
We add – 2x to both sides to give
– 2x + 6y = + 5
And we make the leading coefficient of x be positive by multiplying both sides by – 1.
(– 1)(– 2x + 6y ) = (– 1)(5)
(– 1)(– 2x) + (– 1)(6)y ) = – 5
2x + – 6y = – 5
which is in standard form.

A third example is the slope-intercept form

y = – 2x + 8
Here, we have no need to clear fractions. We can move the x term to the left side by adding 2x to both sides.
2x +y = 8
And this is already in standard form.
We have seen that we can transform slope-intercept form equations into standard form equations. But why should we want to do this? There are a number of reasons. First, standard form allows us to write the equations for vertical lines, which is not possible in slope-intercept form. Remember that vertical lines have an undefined slope (which is why we can not write them in slope-intercept form). However, the vertical line through the point (4,7) has the standard form equation
1 x + 0 y = 4
which we could write in the even more simple form
x = 4
[Note that the horizontal line through the point (4,7) has the slope-intercept form y=0x+7, and the standard form 0x+1y=7. This example demonstrates why we ask for the leading coefficient of x to be "non-negative" instead of asking for it to be "positive". For horizontal lines, that coefficient of x must be zero.]

A second reason for putting equations into standard form is that it allows us to employ a technique for solving systems of linear equations. This topic will not be covered until later in the course so we do not need standard form at this point. However it will become quite useful later.

A third reason to use standard form is that it simplifies finding parallel and perpendicular lines. Let us look at the typical parallel line problem. Find the equation of the line that is parallel to the line 3x+4y=17 and that contains the point (2,8). The usual approach to this problem is to find the slope of the given line and then to use that slope along with the given point in the point-slope form for a linear equation. However, if we look at the standard form of a linear equation,

Ax + By = C
and we move the Ax term to the other side
By = – A x + C
and we divide both sides by B, assuming B is not zero, we get
y = (– A/B) x + C/B
which is the slope-intercept form. From that form we see that the slope is – A/B. Any line parallel to the given line must have that same slope. Of course, the only values affecting the slope are A and B from the original standard form. Therefore, as long as A and B do not change, any line that has a standard form of
Ax + By = H
will be parallel to the line
Ax + By = C
If we return to the original problem, "Find the equation of the line that is parallel to the line 3x+4y=17 and that contains the point (2,8)" we can see that the answer must look like
3x + 4y = H
and we just need to find the value of H. Of course, we also know that the point (2,8) must make the equation true, so
3(2) + 48 = H
must be true. But this means that we have
6 + 32 = H
or
38 = H
Because we know the value of H, we have the complete answer
3x + 4y = 38
Any time we are given a standard form linear equations and we are asked to find the equation of a parallel line through a given point, we know that the answer will look just like the original equation, but it will have a different constant value. We can find that value by making the equation work when we substitute the intitial point into the equations. "Find the equation of the line that is parallel to the line 2x+– 5y=– 19 and that contains the point (4,– 7)" The answer must look line
2x + – 5y = H
and (4,– 7) must make it true. Therefore,
2(4) + – 5(– 7) = H
8 + 35 = H
43 = H
and that gives us the solution
2x + – 5y = 43

We have seen that parallel lines in the standard form

Ax + By = C
have the values of A and B stay the same. What do we know about perpendicular lines? Let us look at two lines, in standard form
Ax + By = C
Bx + – Ay = D
The slope of the first is – A/B and the slope of the second is B/A. If we multiply these together we get (– AB)/(AB) or – 1. These lines must be perpendicular. If we take our usual "perpendicular line problem", "Find the equation of the line that is perpendicular to the line 3x+4y=17 and that contains the point (2,8)" we know that the answer will have to look like
4x + – 3y = D
where we have switched the position of the "A" and "B" coefficients, and we have changed the sign of one of them. Furthermore, we know that the point (2,8) will have to make this new equation true, so
4(2) + – 3(8) = D
8 + – 24 = D
– 16 = D
Therefore, the answer is the standard form linear equation
4x + – 3y = – 16

"Find the equation of the line that is perpendicular to the line 2x+– 5y=– 19 and that contains the point (4,– 7)." The answer must look line

5x + 2y = D
we just reverse the positions of the "A" and "B" values and we reverse the sign of one of them, and (4,– 7) must make it true. Therefore,
5(4) + 2(– 7) = D
20 + – 14 = D
6 = D
and that gives us the solution
5x + 2y = 6

From the presentation above we can see that we can do the "usual" parallel and perpendicular line problems in just a few steps without ever finding the slope of the original line and without using the point-slope form of a linear equation.

For completeness we should check our methods with horizontal and vertical lines. The standard form for a horizontal line is 0x+1y=C. Another horizontal line, one parallel to the first, will still have the form 0x+1y=D. Therefore, our rule for finding parallel lines will still work. We just leave the "A" and "B" values the same and find a new value for "D" by substituting the coordinates of the external point.

The standard form for a vertical line is 1x+0y=C. Another vertical line, one parallel to the first, will still have the form 1x+0y=D. Therefore, our rule for finding parallel lines will still work. We just leave the "A" and "B" values the same and find a new value for "D" by substituting the coordinates of the external point.

If we start with a horizontal line in the form 0x+1y=C, and we reverse the "A" and "B" values, and reverse the sign of one of them, we get 1x+0y=D, which is the general form of a vertical line. This corresponds to our method for finding perpendicular lines.

PRECALCULUS: College Algebra and Trigonometry
© 2000 Dennis Bila, James Egan, Roger Palay