Lesson 4 — Point-Slope & Standard Forms
Point–Slope Form
Given slope m
(e.g., velocity in m/s) and a point (x₁,y₁)
(e.g., position at time t₁
): y − y₁ = m(x − x₁)
.
Example: For m = 2
, (x₁,y₁) = (1,3)
, the equation is y − 3 = 2(x − 1)
, meaning a velocity of 2 m/s through position (1,3).
Standard Form
Ax + By = C
(often integers, A ≥ 0
). Find intercepts: set one variable to 0.
Example: 3x + 2y = 12
→ x-intercept: (4,0)
(set y=0
); y-intercept: (0,6)
(set x=0
).
Sandbox — Form Converter
m
(x₁, y₁)
(
,
)
Point-Slope
y − 2 = −½(x + 3)
Slope-Intercept
y = −½x + ½
Standard
x + 2y = 1
Quick Tool — Intercepts of Ax + By = C
Try it — Test your understanding
For 3x + 2y = 12
, the x-intercept is (4,0)
.