Linear Equations and Forms
Linear equations describe straight lines on a coordinate plane. In Grade 11, it is important to recognize a line in different forms, understand what each form tells you, and know how to convert from one form to another.
This lesson focuses on the three most common forms of a linear equation in two variables:
- Slope-intercept form: \(y = mx + b\)
- Point-slope form: \(y - y_1 = m(x - x_1)\)
- Standard form: \(Ax + By = C\)
Each form is useful in a different situation. By the end of this lesson, you should be able to identify each form, write equations of lines from given information, and convert between forms correctly.
1. What makes an equation linear?
A linear equation in two variables is an equation that can be written so that the variables \(x\) and \(y\) both have degree 1. Its graph is always a straight line.
Examples of linear equations include:
- \(y = 2x + 5\)
- \(y - 3 = -4(x + 1)\)
- \(3x - 2y = 8\)
Non-examples include:
- \(y = x^2 + 1\) because of the squared term
- \(xy = 6\) because the variables are multiplied together
2. Slope and what it means
The slope of a line measures its steepness and direction. It tells you how much \(y\) changes when \(x\) increases by 1.
The slope formula between two points \((x_1, y_1)\) and \((x_2, y_2)\) is:
$$m = \frac{y_2 - y_1}{x_2 - x_1}$$Interpretation of slope:
- If \(m > 0\), the line rises from left to right.
- If \(m < 0\), the line falls from left to right.
- If \(m = 0\), the line is horizontal.
- If the denominator is 0, the slope is undefined, and the line is vertical.
3. Slope-intercept form
Slope-intercept form is:
$$y = mx + b$$In this form:
- \(m\) is the slope
- \(b\) is the y-intercept, the value of \(y\) when \(x = 0\)
This form is especially useful when you want to graph a line quickly, because you can start at \((0,b)\) and use the slope to find more points.
For example, in \(y = 3x - 2\):
- Slope \(m = 3\)
- y-intercept \(b = -2\)
The line crosses the y-axis at \((0,-2)\) and rises 3 units for every 1 unit it moves right.
4. Point-slope form
Point-slope form is:
$$y - y_1 = m(x - x_1)$$This form is useful when you know:
- the slope \(m\), and
- one point \((x_1, y_1)\) on the line
It comes directly from the idea of slope. If a line has slope \(m\) and passes through \((x_1, y_1)\), then any point \((x,y)\) on the line satisfies this equation.
For example, a line with slope 2 passing through \((3,4)\) can be written as:
$$y - 4 = 2(x - 3)$$This is already a correct equation of the line, even if it is not simplified.
5. Standard form
Standard form is:
$$Ax + By = C$$where \(A\), \(B\), and \(C\) are usually integers, and \(A\) is often taken to be positive.
This form is useful because:
- it shows both variables together in one equation,
- it is convenient for solving systems of equations,
- it makes x-intercepts and y-intercepts easier to find in some cases.
For example:
$$2x + 3y = 12$$To find intercepts from standard form:
- Set \(x = 0\) to find the y-intercept.
- Set \(y = 0\) to find the x-intercept.
For \(2x + 3y = 12\):
- If \(x = 0\), then \(3y = 12\), so \(y = 4\). The y-intercept is \((0,4)\).
- If \(y = 0\), then \(2x = 12\), so \(x = 6\). The x-intercept is \((6,0)\).
6. How the forms are connected
All three forms can describe the same line. The difference is only how the information is written.
For example, these all represent the same line:
- Point-slope: \(y - 1 = 2(x - 2)\)
- Slope-intercept: \(y = 2x - 3\)
- Standard: \(2x - y = 3\)
Being able to move between forms is an important skill.
7. Converting between forms
From point-slope to slope-intercept
Start with:
$$y - y_1 = m(x - x_1)$$Then expand and solve for \(y\).
Example:
$$y - 5 = -3(x - 2)$$Expand:
$$y - 5 = -3x + 6$$Add 5 to both sides:
$$y = -3x + 11$$From slope-intercept to standard form
Start with:
$$y = mx + b$$Move the variable terms to one side so it looks like \(Ax + By = C\).
Example:
$$y = 4x - 7$$Subtract \(4x\) from both sides:
$$-4x + y = -7$$If you want \(A\) positive, multiply by \(-1\):
$$4x - y = 7$$From standard form to slope-intercept
Solve for \(y\).
Example:
$$3x + 2y = 10$$Subtract \(3x\):
$$2y = -3x + 10$$Divide by 2:
$$y = -\frac{3}{2}x + 5$$Now the slope is \(-\frac{3}{2}\) and the y-intercept is 5.
8. Writing equations from geometric information
You are often asked to write the equation of a line from facts about the line, such as:
- its slope and one point,
- two points,
- parallel or perpendicular relationships.
If you know the slope and one point, point-slope form is usually the fastest method.
If you know two points, first find the slope using the slope formula, then use point-slope form.
If a line is parallel to another line, the slopes are equal.
If a line is perpendicular to another line, the slope is the negative reciprocal.
For example:
- If one line has slope \(\frac{3}{4}\), a parallel line also has slope \(\frac{3}{4}\).
- A perpendicular line has slope \(-\frac{4}{3}\).
Worked Example 1: Write a line in point-slope and slope-intercept form
Find the equation of the line with slope \(5\) passing through \((2,-1)\).
Step 1: Use point-slope form.
$$y - y_1 = m(x - x_1)$$Substitute \(m = 5\), \((x_1,y_1) = (2,-1)\):
$$y - (-1) = 5(x - 2)$$ $$y + 1 = 5(x - 2)$$This is the point-slope form.
Step 2: Convert to slope-intercept form.
$$y + 1 = 5x - 10$$ $$y = 5x - 11$$So the equation is:
- Point-slope: \(y + 1 = 5(x - 2)\)
- Slope-intercept: \(y = 5x - 11\)
Worked Example 2: Convert standard form to slope-intercept form
Convert \(4x - 3y = 12\) to slope-intercept form.
Step 1: Isolate the \(y\)-term.
$$-3y = -4x + 12$$Step 2: Divide by \(-3\).
$$y = \frac{4}{3}x - 4$$So the slope-intercept form is:
$$y = \frac{4}{3}x - 4$$This tells us the slope is \(\frac{4}{3}\) and the y-intercept is \(-4\).
Worked Example 3: Find an equation from two points
Find the equation of the line through \((1,3)\) and \((5,11)\).
Step 1: Find the slope.
$$m = \frac{11 - 3}{5 - 1} = \frac{8}{4} = 2$$Step 2: Use point-slope form with one of the points.
Using \((1,3)\):
$$y - 3 = 2(x - 1)$$Step 3: Convert if needed.
$$y - 3 = 2x - 2$$ $$y = 2x + 1$$So the line can be written as:
- Point-slope: \(y - 3 = 2(x - 1)\)
- Slope-intercept: \(y = 2x + 1\)
- Standard: \(2x - y = -1\)
Worked Example 4: Use parallel and perpendicular slopes
Write the equation of the line that passes through \((4,2)\) and is perpendicular to the line
$$y = \frac{1}{2}x + 7$$Step 1: Identify the given slope.
The given line has slope \(\frac{1}{2}\).
Step 2: Find the perpendicular slope.
The negative reciprocal of \(\frac{1}{2}\) is \(-2\).
Step 3: Use point-slope form.
$$y - 2 = -2(x - 4)$$Step 4: Convert to slope-intercept form.
$$y - 2 = -2x + 8$$ $$y = -2x + 10$$So the equation is:
- Point-slope: \(y - 2 = -2(x - 4)\)
- Slope-intercept: \(y = -2x + 10\)
9. Special cases: horizontal and vertical lines
Not every line can be written in slope-intercept form in the usual way.
Horizontal lines have slope 0. Their equations look like:
$$y = c$$Example: \(y = 4\)
This means every point on the line has y-coordinate 4.
Vertical lines have undefined slope. Their equations look like:
$$x = c$$Example: \(x = -2\)
This means every point on the line has x-coordinate \(-2\).
A vertical line cannot be written as \(y = mx + b\), because its slope is undefined.
10. Common mistakes to avoid
- Mixing up slope and intercept: In \(y = mx + b\), \(m\) is the slope and \(b\) is the y-intercept.
- Sign errors in point-slope form: If the point is \((2,-3)\), then \(y - (-3) = y + 3\).
- Forgetting to simplify standard form correctly: Move terms carefully and watch negatives.
- Using the wrong perpendicular slope: Perpendicular does not mean just changing the sign. You must take the negative reciprocal.
- Assuming all lines have a defined slope: Vertical lines do not.
11. Quick strategy guide
When deciding which form to use, ask yourself what information you have.
- If you know slope and y-intercept, use slope-intercept form.
- If you know slope and one point, use point-slope form.
- If you need an equation useful for systems or integer coefficients, use standard form.
- If you know two points, first find slope, then use point-slope form.
12. Brief summary
Linear equations represent straight lines and can be written in slope-intercept form, point-slope form, or standard form. Slope-intercept form shows the slope and y-intercept directly, point-slope form is useful when you know a point and a slope, and standard form is useful for algebraic work such as systems.
To write equations of lines, identify what information is given, find the slope if needed, and choose the form that fits best. With practice, you can convert between forms and describe the same line in multiple correct ways.
Put what you read to the test
You've worked through Linear Equations and Forms. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.