Writing and Graphing Equations in Standard Form
Reference

Forms of Linear Equations

Method

Finding the Intercepts of a Graph

The intercepts of a graph share an important feature. For all x-intercepts, the y-coordinate is 0, and for all y-intercepts, the x-coordinate is 0. x-intercepts:& (x,0) y-intercepts: & (0,y) This information can be used when finding the intercepts of a graph with the known equation. Consider a line given by the following equation. 2x+5y=10 To find its intercepts, follow these two steps.
1
Find the x-Intercept
expand_more
Recall that any x-intercept has the form (x,0). This means that the x-intercept can be found by substituting y=0 into the equation. 2x+5y=10 ⇒ 2x+5( 0) =10 Next, solve the equation for x to determine the corresponding x-coordinate.
2x+5(0)=10
2x=10
x=5
Therefore, the x-intercept is (5,0).
2
Find the y-Intercept
expand_more
The y-intercept can be found in a similar way. Any y-intercept has the form (0,y). Substitute x=0 into the equation and solve for y.
2x+5y=10
2( 0)+5y=10
5y=10
y=2
The y-intercept of the given line is (0,2).
Concept

Slope-Intercept Form

A linear equation or linear function can be written in the following form called the slope-intercept form.


y=mx+b

In this form, m is the slope and b is the y-intercept. These are the general characteristics or parameters of the line. They determine the steepness and the position of the line on the coordinate plane. Consider the following graph.

The graph of the linear function y=2*x+1 with a slope of 2 (2 rise, 1 run) and a y-intercept at (0, 1)

This line has a slope of 2 and a y-intercept of 1. The equation of the line can be written in slope-intercept form using these values.

y= mx+ b ⇓ y= 2x+ 1
Concept

Point-Slope Form

A linear equation with slope m through the point (x_1,y_1) is written in the point-slope form if it has the following form.


y-y_1 = m(x-x_1)

In this point-slope equation, (x_1,y_1) represents a specific point on the line, and (x,y) represents any point also on the line. Graphically, this means that the line passes through the point (x_1,y_1).

graph of a line in point-slope form

It is worth mentioning that the point-slope form can only be written for non-vertical lines.

Why

Derivation of the Formula
The point-slope form can be derived by using the Slope Formula. To do so, (x,y) — which represents any point on the line — is substituted for (x_2,y_2) into the formula.
m = y_2-y_1/x_2-x_1
m=y-y_1/x-x_1
m(x-x_1)=y-y_1
y-y_1=m(x-x_1)
Concept

Standard Form of a Line

In the standard form of a line all x- and y-terms are on one side of the linear equation or function and the constant is on the other side.


Ax+By=C

In this form, A, B, and C are real numbers. It is important to know that A and B cannot both be 0. Different combinations of A, B, and C can represent the same line on a graph. It is preferred to use the smallest possible whole numbers for A, B, and C and it is also better if A is a positive number.

Line 3x-y=-3
Exercises