English:Slope-Intercept and Point-Slope Forms

Slope-Intercept and Point-Slope Forms
Introduction
A straight line can describe a constant rate of change: distance traveled at a steady speed, a fixed hourly wage plus a starting fee, or a quantity that increases by the same amount each step. In algebra, two especially useful ways to write the equation of a nonvertical line are slope-intercept form and point-slope form. In this course, you will learn what each form tells you, when each form is convenient, how to move between them, and how to use them to model and interpret situations.
This aiMOOC is designed for Grades 9–10. You should already be comfortable with coordinates, signed numbers, distributing multiplication over parentheses, and solving simple linear equations.

Learning Goals
By the end of the course, you can explain slope as a rate of change, identify a y-intercept, write and graph equations in both forms, convert between the forms, find a line from a point and slope or from two points, and choose a form that fits a mathematical or real-world problem. You will also justify your steps and check whether an equation matches given information.
Foundations: Coordinates, Slope, and Intercepts
The Coordinate Plane
A point is written as (x, y). The x-coordinate tells you the horizontal position, and the y-coordinate tells you the vertical position. A line is the graph of a linear equation when its rate of change is constant.

Slope as a Rate of Change
For two different points (x1, y1) and (x2, y2) on a nonvertical line, the slope is
m = (y2 - y1) / (x2 - x1).
You can remember this as rise over run: vertical change divided by horizontal change. If m is positive, the line rises from left to right. If m is negative, the line falls from left to right. If m = 0, the line is horizontal. A vertical line has an undefined slope because its horizontal change is zero, so it cannot be written in slope-intercept or ordinary point-slope form with a finite value of m.
Example: Through the points (2, 3) and (6, 11), the slope is (11 - 3) / (6 - 2) = 8 / 4 = 2. This means that for every increase of 1 in x, y increases by 2.
The y-Intercept
The y-intercept is the y-value where a nonvertical line crosses the y-axis. Every point on the y-axis has x = 0. Therefore, if an equation is written as y = mx + b, setting x = 0 gives y = b. The line crosses the y-axis at (0, b).
Slope-Intercept Form
The slope-intercept form of a line is
y = mx + b
where m is the slope and b is the y-intercept. This form is especially useful when you want to read the slope and y-intercept directly, graph efficiently, or describe an initial value together with a constant rate of change.
Reading an Equation
Consider y = 3x - 4. The slope is 3 and the y-intercept is -4, so the graph passes through (0, -4). From that point, a slope of 3 can be interpreted as rise 3 and run 1. Another point is therefore (1, -1).

The same line can also be checked algebraically. Substitute x = 1: y = 3(1) - 4 = -1, so (1, -1) lies on the line.
Graphing from Slope-Intercept Form
To graph y = mx + b, first plot the y-intercept (0, b). Then use the slope as a ratio of vertical change to horizontal change. Draw a straight line through the points. Check one additional point in the equation to reduce graphing errors.
The next two diagrams separate the roles of m and b. In the first, several lines have the same y-intercept but different slopes. In the second, several lines have the same slope but different y-intercepts.
Worked Example: From Standard Form to Slope-Intercept Form
Suppose 2x + y = 7. Solve for y:
y = -2x + 7.
Now the slope is -2 and the y-intercept is 7. The graph contains (0, 7), and a slope of -2 means you can move right 1 and down 2 to get another point, (1, 5).
Point-Slope Form
Point-slope form is
y - y1 = m(x - x1)
where m is the slope and (x1, y1) is any known point on the line. This form is especially useful when a problem gives you one point and the slope, or when you have found the slope from two points and want to write an equation immediately.

Why the Formula Works
Take any point (x, y) on the same line as the known point (x1, y1). By the definition of slope,
m = (y - y1) / (x - x1).
Multiplying both sides by x - x1 gives
y - y1 = m(x - x1).
Point-slope form is therefore the slope formula rearranged so that it describes every point on the line.
Worked Example: A Point and a Slope
A line has slope 4 and passes through (3, -2). Substitute m = 4, x1 = 3, and y1 = -2:
y - (-2) = 4(x - 3)
which is
y + 2 = 4(x - 3).
This is already a correct equation of the line. If slope-intercept form is needed, distribute and solve for y:
y + 2 = 4x - 12
y = 4x - 14.
Check the given point: substituting x = 3 gives y = 12 - 14 = -2, as required.
Finding an Equation from Two Points
When two points are given, first calculate the slope. Then use either point in point-slope form. Afterward, convert to slope-intercept form if the problem asks for it or if you want to read the y-intercept directly.
Example: Find the equation through (-1, 5) and (3, -3).
The slope is
m = (-3 - 5) / (3 - (-1)) = -8 / 4 = -2.
Using (-1, 5) in point-slope form gives
y - 5 = -2(x + 1).
Distribute and solve for y:
y - 5 = -2x - 2
y = -2x + 3.
Check the second point: when x = 3, y = -6 + 3 = -3. The equation matches both points.
Converting Between the Two Forms
Both forms can describe the same nonvertical line.
Point-slope to slope-intercept: Start with y - y1 = m(x - x1), distribute m, and isolate y.
Slope-intercept to point-slope: Identify m, choose any known point on the line, and substitute that point into y - y1 = m(x - x1).
For example, y = 2x + 1 passes through (4, 9). Using the same slope and this point gives the equivalent point-slope equation y - 9 = 2(x - 4).
A useful check is to simplify both equations. If they simplify to the same slope-intercept equation, they represent the same line.
Choosing the Best Form
Use slope-intercept form when you know or need the y-intercept, when graphing from an initial value is convenient, or when a context naturally describes a starting amount plus a constant rate.
Use point-slope form when you know a slope and any point, especially if the known point is not on the y-axis. It often avoids an extra step because you do not have to find b first.
If you are given two points, calculating the slope and then using point-slope form is usually efficient. You can convert afterward.
Modeling with Linear Equations
Suppose a bicycle rental costs a fixed fee of $8 plus $3 per hour. If x is the number of hours and y is the total cost in dollars, then
y = 3x + 8.
The slope 3 represents the cost per additional hour, and the y-intercept 8 represents the cost at zero hours.
Now suppose you only know that after 5 hours the cost is $23 and that the cost increases by $3 per hour. Point-slope form uses the given information directly:
y - 23 = 3(x - 5).
Simplifying gives y = 3x + 8. The two forms express the same relationship, but each begins from different information.
When building a model, always state what x and y represent and include units. Also ask whether a continuous straight-line model makes sense for the situation. Some quantities are only meaningful for whole-number inputs or within a limited range.
Parallel, Perpendicular, and Special Lines
Distinct nonvertical parallel lines have the same slope but different y-intercepts. For example, y = 2x + 1 and y = 2x - 5 are parallel.
Two nonvertical, nonhorizontal perpendicular lines have slopes whose product is -1. For example, a line with slope 2 is perpendicular to a line with slope -1/2.
Horizontal lines have slope 0 and equations such as y = 4. Vertical lines have equations such as x = -3. A vertical line has undefined slope, so it is not represented by y = mx + b or by point-slope form with a finite m.
Common Errors and How to Catch Them
A frequent point-slope error occurs with negative coordinates. If the point is (2, -5), then y - y1 becomes y - (-5) = y + 5. Another error is reversing the subtraction order in only one part of the slope formula. If you calculate y2 - y1, you must also calculate x2 - x1 in the same point order.
In slope-intercept form, remember that b is the y-value at x = 0, not simply any number that appears in the equation before you isolate y. Always solve for y first if the equation is in another form.
To check your work, substitute the known point or points into your final equation. If a given point does not satisfy the equation, revisit the slope calculation, sign changes, distribution, and algebra.
Interactive Tasks
Quiz: Test Your Knowledge
In y = -3x + 7, what is the slope? (negative three) (!three) (!seven) (!negative seven)
In y = 5x - 2, what is the y-intercept value? (negative two) (!two) (!five) (!negative five)
Which equation is point-slope form for slope 4 through the point 2, 3? (y minus 3 equals 4 times the quantity x minus 2) (!y plus 3 equals 4 times the quantity x minus 2) (!y minus 2 equals 3 times the quantity x minus 4) (!y equals 4 times x plus 3)
What is the slope through the points 1, 2 and 5, 10? (two) (!negative two) (!four) (!eight)
Which slope-intercept equation has slope -1 and y-intercept 6? (y equals negative x plus 6) (!y equals x minus 6) (!y equals 6 times x minus 1) (!y equals negative 6 times x plus 1)
What happens to y when x increases by 1 on a line with slope 3? (y increases by 3) (!y decreases by 3) (!y increases by 1) (!y stays constant)
Which point is the y-intercept of y = 2x - 9? (x zero and y negative nine) (!x negative nine and y zero) (!x zero and y two) (!x two and y negative nine)
What is the slope of a horizontal line? (zero) (!one) (!undefined) (!negative one)
Which operation begins the conversion of y - 4 = 2(x - 3) into slope-intercept form? (distribute the slope) (!square both sides) (!take a square root) (!divide by x)
A line has slope 2 and passes through 3, 8. What is its y-intercept value? (two) (!three) (!five) (!eight)
Memory Game
| Slope | Vertical change divided by horizontal change |
| Y-intercept | The value of y where a line crosses the vertical axis |
| Slope-intercept form | An equation written as y equals m x plus b |
| Point-slope form | An equation built from a slope and one known point |
| Parallel lines | Distinct coplanar lines with equal slopes in nonvertical cases |
| Perpendicular lines | Lines that meet at a right angle |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| y = mx + b | Slope-intercept form |
| y - y1 = m(x - x1) | Point-slope form |
| rise divided by run | Slope |
| x = 0 | Location used to find the y-intercept |
| substitute a known point | Equation check |
...
Crossword Puzzle
| Gradient | What is another word often used for slope? |
| Intercept | What do you call a place where a graph crosses an axis? |
| Linear | What kind of relationship has a constant rate of change and graphs as a straight line? |
| Parallel | What describes distinct lines in a plane that have the same slope and never meet? |
| Convert | What verb means rewrite an equation in an equivalent form? |
| Coordinate | What is one numerical component of a point such as x or y? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Slope sketch: Draw three coordinate grids showing a positive, negative, and zero slope. Label two points on each line and explain how rise and run support your classification.
- Intercept hunt: Create five slope-intercept equations, identify each y-intercept, and graph the equations by hand or with a graphing tool.
- Point-slope explanation: Write a short explanation for a classmate showing why y minus y1 equals m times x minus x1 uses a known point and a slope.
- Equation check: Choose one line equation from this course, substitute two points, and write a short explanation of how substitution confirms that the points lie on the line.
Standard
- Two-point investigation: Create four pairs of points, calculate each slope, write each line in point-slope form, and then convert each equation to slope-intercept form.
- Linear cost model: Invent a realistic pricing situation with a fixed fee and a constant rate. Define variables and units, build both equation forms, graph the model, and interpret the slope and intercept.
- Graph comparison poster: Produce a one-page poster or digital image comparing lines with the same slope and different y-intercepts with lines that have the same y-intercept and different slopes.
- Peer interview on linear models: Interview a classmate about a situation that might change at a constant rate. Turn the description into a linear model and discuss where the model is useful or limited.
Advanced
- Error analysis video: Record a short teaching video that presents and corrects three realistic errors involving signs, slope calculations, or converting between equation forms.
- Parallel and perpendicular design: Create a coordinate-plane design using at least four linear equations, including a parallel pair and a perpendicular pair. Explain how the slopes prove the relationships.
- Data-to-line experiment: Collect at least six measurements from a simple experiment or repeated observation, graph the data, decide whether a linear model is reasonable, and explain how slope and intercept relate to the context.
- Multiple representations project: Choose one linear relationship and present it as a verbal rule, table, graph, slope-intercept equation, and point-slope equation. Explain what information is easiest to see in each representation.
Learning Assessment
- Form choice and justification: Given three different sets of information about a line, choose slope-intercept or point-slope form for each case and justify why your choice is efficient.
- Equivalent equations: Show algebraically that two differently written linear equations represent the same line, then verify the result with two points or a graph.
- Model interpretation: Analyze a linear model from a real situation, explain the meanings and units of slope and y-intercept, and identify a domain where the model makes sense.
- Error diagnosis: Examine a worked solution containing a slope or sign error, locate the first incorrect step, correct it, and explain why the correction works.
- Transfer to geometry: Write equations for a line through a given point and for a parallel or perpendicular line through another point, then justify the slope relationships.
- Two-point reasoning: Derive an equation from two points, express it in both forms, and explain how you know both equations describe exactly the same line.
Evidence of Learning
Strong evidence of learning includes accurate knowledge of slope, y-intercept, slope-intercept form, point-slope form, and the conditions for horizontal and vertical lines. It also includes the skill to calculate slope from two points, graph a line, convert between forms, verify an equation by substitution, and explain each algebraic step.
Your products can include annotated graphs, solved examples, a linear model with units, a comparison poster, a short explanation or video, and a project connecting verbal, tabular, graphical, and algebraic representations. Transfer is demonstrated when you choose a suitable form in a new context, interpret slope and intercept meaningfully, recognize limitations of a model, and use slope relationships in geometric reasoning.
OERs on the Topic
The English Wikipedia article on linear equations gives broader background on equations whose graphs are straight lines.
Linked Learning Areas
aiMOOC Projects
NEWSLernweltNOAH fragen