ALG1-4.4

Point-Slope & Standard Form

Learn point-slope form, standard form, and slope-intercept form in Algebra 1: write lines from a point and slope or two points, convert between forms, and find intercepts.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Point-Slope & Standard Form, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

You already know how to read slope off a graph and how to graph y=mx+by = mx + b. But real problems rarely hand you the y-intercept. A car's value is known at year 3, a phone plan's cost is known at 200 minutes, a line on a graph passes through two labeled lattice points — none of that is the intercept. Point-slope form exists exactly for those situations: give it one point and a slope, and it writes the equation instantly, with no guessing and no solving for bb.

This lesson covers three forms of a linear equation — point-slope, slope-intercept, and standard — plus how to move between them and how to pull intercepts straight out of standard form. Think of the forms as three outfits for the same line: the graph never changes, only which information sits on the surface.

Where Point-Slope Form Comes From

Point-slope form is just the slope formula with the denominator cleared. Suppose a line has slope mm and passes through a known point (x1,y1)(x_1, y_1). Take any other point (x,y)(x, y) on that line. The slope between them must equal mm:yy1xx1=m\frac{y - y_1}{x - x_1} = mMultiply both sides by (xx1)(x - x_1) and you get the form itself:yy1=m(xx1)y - y_1 = m(x - x_1)That is the whole derivation, and knowing it prevents the single most common error with this form: sign confusion. The formula subtracts the coordinates, so a point with a negative coordinate produces a plus sign in the equation. For the point (3,5)(-3, 5) with slope 22, you substitute x1=3x_1 = -3 and y1=5y_1 = 5 to get y5=2(x(3))y - 5 = 2(x - (-3)), which simplifies to y5=2(x+3)y - 5 = 2(x + 3). Students who write y5=2(x3)y - 5 = 2(x - 3) have quietly moved the line six units to the right.

A second thing worth noticing: x1x_1 and y1y_1 are numbers you plug in, while xx and yy stay as variables. If you see an equation with no plain xx and yy left in it, you substituted in the wrong slots.

Finally, point-slope answers are not unique. A line through (1,4)(1, 4) and (3,10)(3, 10) has slope 33, and both y4=3(x1)y - 4 = 3(x - 1) and y10=3(x3)y - 10 = 3(x - 3) describe it perfectly. Simplify both to slope-intercept form and you get the identical equation y=3x+1y = 3x + 1.

Writing a Line From a Point and Slope, or From Two Points

With a point and a slope, the work is one substitution. Slope 23-\frac{2}{3} through (6,1)(6, -1) gives y(1)=23(x6)y - (-1) = -\frac{2}{3}(x - 6), or y+1=23(x6)y + 1 = -\frac{2}{3}(x - 6).

With two points, add one step in front: compute the slope first withm=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}then pick either point and substitute. Through (2,7)(2, 7) and (8,5)(8, -5): m=5782=126=2m = \frac{-5 - 7}{8 - 2} = \frac{-12}{6} = -2, so y7=2(x2)y - 7 = -2(x - 2).

The error that shows up most often here is mismatching the coordinates in the slope formula — putting y2y_2 over x1x2x_1 - x_2, or subtracting the y-values in one order and the x-values in the other. Label the points before you compute. A quick reality check: if the y-values increase as the x-values increase, the slope must be positive.

Word problems use the same machinery. If a gym charges a 40 dollar joining fee and the total after 5 months is 115 dollars, and you know the monthly rate is 15 dollars, then the point (5,115)(5, 115) with slope 1515 gives C115=15(t5)C - 115 = 15(t - 5), which simplifies to C=15t+40C = 15t + 40. The 40 dollars reappears as the intercept, confirming the setup. When a problem gives you two data pairs instead of a rate, compute the slope from them — that slope is the rate of change, with units like dollars per month.

Standard Form and Reading Intercepts

Standard form is Ax+By=CAx + By = C, where AA, BB, and CC are integers, AA and BB are not both zero, and by convention AA is nonnegative and the three numbers share no common factor greater than one. So 3x+y=43x + y = -4 is standard form; 12xy=3\frac{1}{2}x - y = 3 fails the integer requirement, and 3xy=4-3x - y = 4 — which is the same line as 3x+y=43x + y = -4 — fails the A0A \ge 0 convention.

Standard form's advantage is intercepts. Set y=0y = 0 and solve for xx to get the x-intercept; set x=0x = 0 and solve for yy to get the y-intercept. For 4x6y=244x - 6y = 24: letting y=0y = 0 gives 4x=244x = 24, so x=6x = 6 and the x-intercept is (6,0)(6, 0); letting x=0x = 0 gives 6y=24-6y = 24, so y=4y = -4 and the y-intercept is (0,4)(0, -4). Plot those two points and you have graphed the line without ever solving for yy.
FormLooks likeHands you immediately
Point-slopeyy1=m(xx1)y - y_1 = m(x - x_1)A point and the slope
Slope-intercepty=mx+by = mx + bSlope and y-intercept
StandardAx+By=CAx + By = CBoth intercepts, quickly
One caution: intercepts are points, so report them as ordered pairs or say clearly which axis you mean. Writing "the intercept is 66" for 4x6y=244x - 6y = 24 is ambiguous and often turns into a mis-plotted graph. Also, vertical lines like x=5x = 5 can be written in standard form (1x+0y=51x + 0y = 5) but have no slope-intercept form at all.

Converting Among the Three Forms

Every conversion is ordinary algebra; the only new demand is knowing where you are headed.

Point-slope to slope-intercept: distribute the slope, then isolate yy. From y5=3(x+3)y - 5 = -3(x + 3), distribute to get y5=3x9y - 5 = -3x - 9, then add 5 to both sides: y=3x4y = -3x - 4. The classic slip is distributing to only the first term inside the parentheses.

Slope-intercept to standard: move the xx-term to the left, then clear fractions by multiplying every term by the common denominator, and multiply through by 1-1 if the leading coefficient came out negative. From y=23x4y = \frac{2}{3}x - 4: subtract 23x\frac{2}{3}x to get 23x+y=4-\frac{2}{3}x + y = -4, multiply all three terms by 33 to get 2x+3y=12-2x + 3y = -12, then multiply by 1-1: 2x3y=122x - 3y = 12. Multiplying "every term" includes the constant on the right — forgetting it produces a different line, not a different form.

Standard to slope-intercept: solve for yy. From 2x3y=122x - 3y = 12, subtract 2x2x to get 3y=2x+12-3y = -2x + 12, then divide every term by 3-3: y=23x4y = \frac{2}{3}x - 4. Dividing by a negative flips both signs, and missing that is the most frequent mistake in this direction.

A fast slope shortcut for standard form: m=ABm = -\frac{A}{B}. For 2x3y=122x - 3y = 12, m=23=23m = -\frac{2}{-3} = \frac{2}{3}, matching the work above. Use it to check, not to replace the algebra, and remember it comes from solving Ax+By=CAx + By = C for yy in general.

Choosing a Form and Checking Your Work

No form is "the right answer" by itself — the question or the situation decides. If you are graphing quickly from a slope and a starting value, slope-intercept wins. If you are handed a point that is not the intercept, start in point-slope. If you need intercepts, or the situation is a budget like "3 dollars per taco plus 5 dollars per drink totals 60 dollars," standard form matches the structure of the problem directly.

Whatever form you finish in, verify with a substitution. Plug the original point back into your final equation. If the line was supposed to pass through (2,7)(2, 7) and your answer is y=2x+11y = -2x + 11, check: 2(2)+11=7-2(2) + 11 = 7. True, so the point is on the line. This one check catches sign errors, distribution errors, and arithmetic slips in about five seconds, and it is the habit that separates reliable work from lucky work.

Two more places students go wrong. First, treating equivalent equations as different lines: y4=3(x1)y - 4 = 3(x - 1), y=3x+1y = 3x + 1, and 3xy=13x - y = -1 are all the same graph, so if you and a classmate disagree, convert both to slope-intercept form before deciding. Second, leaving fractions in standard form. Standard form is defined with integer coefficients, so 12x+y=3\frac{1}{2}x + y = 3 should be multiplied through to x+2y=6x + 2y = 6.

These forms return immediately in the next lesson on parallel and perpendicular lines, where you will be handed a slope condition and a point and asked to produce the equation — exactly the point-slope setup.

Key terms

Point-slope form.
yy1=m(xx1)y - y_1 = m(x - x_1), the equation of a line with slope mm passing through the known point (x1,y1)(x_1, y_1).
Slope-intercept form.
y=mx+by = mx + b, where mm is the slope and (0,b)(0, b) is the y-intercept.
Standard form.
Ax+By=CAx + By = C with AA, BB, CC integers, AA and BB not both zero, and conventionally A0A \ge 0 with no common factor greater than one.
x-intercept.
The point where a graph crosses the x-axis; found by substituting y=0y = 0 and solving for xx. Written as an ordered pair (x,0)(x, 0).
y-intercept.
The point where a graph crosses the y-axis; found by substituting x=0x = 0 and solving for yy. Written as (0,y)(0, y).
Slope.
The constant rate of change of a line, m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}; in standard form it equals AB-\frac{A}{B}.
Equivalent equations.
Different-looking equations that have exactly the same solution set, and therefore the same graph.
Clearing fractions.
Multiplying every term of an equation by a common denominator to produce integer coefficients.

Worked example

A line passes through (3,5)(-3, 5) and (1,7)(1, -7). Write its equation in point-slope form, convert it to slope-intercept form, then to standard form, and state both intercepts.
Step 1 — Find the slope. Label (x1,y1)=(3,5)(x_1, y_1) = (-3, 5) and (x2,y2)=(1,7)(x_2, y_2) = (1, -7). Then m=751(3)=124=3m = \frac{-7 - 5}{1 - (-3)} = \frac{-12}{4} = -3. The y-value dropped while the x-value rose, so a negative slope makes sense.

Step 2 — Point-slope form. Substitute m=3m = -3 and the point (3,5)(-3, 5): y5=3(x(3))y - 5 = -3(x - (-3)), which cleans up to y5=3(x+3)y - 5 = -3(x + 3). Notice the plus sign inside the parentheses because x1x_1 is negative.

Step 3 — Slope-intercept form. Distribute the 3-3 across both terms: y5=3x9y - 5 = -3x - 9. Add 5 to both sides: y=3x4y = -3x - 4.

Step 4 — Standard form. Add 3x3x to both sides: 3x+y=43x + y = -4. The coefficients are integers, the leading coefficient is positive, and 33, 11, and 4-4 share no common factor, so this is conventional standard form.

Step 5 — Intercepts. Set x=0x = 0 in 3x+y=43x + y = -4: y=4y = -4, so the y-intercept is (0,4)(0, -4), matching the 4-4 in slope-intercept form. Set y=0y = 0: 3x=43x = -4, so x=43x = -\frac{4}{3} and the x-intercept is (43,0)\left(-\frac{4}{3}, 0\right).

Step 6 — Check. Plug the other original point (1,7)(1, -7) into y=3x4y = -3x - 4: 3(1)4=7-3(1) - 4 = -7. It works, so the equation is correct.

Practice questions

Which equation is the point-slope form of the line through (4,2)(4, -2) with slope 35\frac{3}{5}?
  1. y+2=35(x4)y + 2 = \frac{3}{5}(x - 4)
  2. y2=35(x+4)y - 2 = \frac{3}{5}(x + 4)
  3. y+2=53(x4)y + 2 = \frac{5}{3}(x - 4)
  4. y4=35(x+2)y - 4 = \frac{3}{5}(x + 2)

Answer: y+2=35(x4)y + 2 = \frac{3}{5}(x - 4)

Substitute x1=4x_1 = 4, y1=2y_1 = -2, and m=35m = \frac{3}{5} into yy1=m(xx1)y - y_1 = m(x - x_1). Since y1=2y_1 = -2, the left side is y(2)=y+2y - (-2) = y + 2, and since x1=4x_1 = 4 the right side keeps x4x - 4. The second choice reverses both signs, the third uses the reciprocal of the slope, and the fourth swaps the coordinates into the wrong slots — a common wrong answer when students substitute quickly without labeling x1x_1 and y1y_1 first.
The equation 4x6y=244x - 6y = 24 is written in the form Ax+By=CAx + By = C. Find both intercepts, rewrite the equation in slope-intercept form, and state the slope.

Answer: x-intercept (6,0)(6, 0); y-intercept (0,4)(0, -4); y=23x4y = \frac{2}{3}x - 4; slope 23\frac{2}{3}.

For the x-intercept, set y=0y = 0: 4x=244x = 24, so x=6x = 6, giving (6,0)(6, 0). For the y-intercept, set x=0x = 0: 6y=24-6y = 24, so y=4y = -4, giving (0,4)(0, -4). To convert, subtract 4x4x from both sides: 6y=4x+24-6y = -4x + 24. Divide every term by 6-6: y=23x4y = \frac{2}{3}x - 4. Dividing by a negative changes the sign of both terms on the right, which is where errors usually creep in. Check the slope with the shortcut m=AB=46=23m = -\frac{A}{B} = -\frac{4}{-6} = \frac{2}{3}, and notice the constant 4-4 matches the y-intercept you already found.
Rewrite y1=12(x+6)y - 1 = \frac{1}{2}(x + 6) in standard form with integer coefficients.

Answer: x2y=8x - 2y = -8

Distribute first: y1=12x+3y - 1 = \frac{1}{2}x + 3. Add 1 to both sides: y=12x+4y = \frac{1}{2}x + 4. Now move the x-term left: 12x+y=4-\frac{1}{2}x + y = 4. Multiply every term, including the constant on the right, by 2 to clear the fraction: x+2y=8-x + 2y = 8. Standard form conventionally has a nonnegative leading coefficient, so multiply through by 1-1: x2y=8x - 2y = -8. Verify with the original point (6,1)(-6, 1): 62(1)=8-6 - 2(1) = -8, which checks out.

FAQ

Can two different point-slope equations describe the same line?
Yes. Any point on the line can serve as (x1,y1)(x_1, y_1), so a line through (1,4)(1, 4) and (3,10)(3, 10) can be written as y4=3(x1)y - 4 = 3(x - 1) or y10=3(x3)y - 10 = 3(x - 3). Both simplify to y=3x+1y = 3x + 1. If your answer looks different from a classmate's, convert both to slope-intercept form to compare.
Why use point-slope form at all if I can just find bb?
You can always find bb, but point-slope skips a solving step and reduces sign errors when the given point is not the intercept. It is also the natural starting point in later work — parallel and perpendicular line problems, and eventually finding tangent lines — because those problems hand you a slope and a point, never an intercept.
Does standard form always need a positive AA?
The equation is still correct with a negative AA, but the standard convention in Algebra 1 asks for integer coefficients, A0A \ge 0, and no common factor greater than one. So write 2x3y=122x - 3y = 12 rather than 2x+3y=12-2x + 3y = -12 or 4x6y=244x - 6y = 24. Check what your teacher expects, but following the convention makes answers easy to compare.
How do I graph a line straight from standard form without converting?
Use the intercepts. Set y=0y = 0 and solve for xx for one point, then set x=0x = 0 and solve for yy for the other. Plot the two points and draw the line. This is fastest when both intercepts are integers; if they come out as awkward fractions, solving for yy and using slope-intercept form is usually cleaner.

Learn this with a teacher, not a page

The Crimsora tutor teaches Point-Slope & Standard Form live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.