斜截式是把一条非竖直直线写成 y=mx+by = mx + b 的形式。在这个方程中,mm 表示斜率,bb 表示 y 轴截距,因此你可以直接看出这条直线的倾斜程度和起始位置。

这也给出了一个快速作图规则:先标出点 (0,b)(0, b),再利用斜率找到另一个点。如果 m>0m > 0,直线从左向右上升;如果 m<0m < 0,直线从左向右下降;如果 m=0m = 0,直线就是水平的。

用探索器区分 mmbb

一次只移动一个滑块:先改变 mm,观察直线如何绕着某点转动;再改变 bb,观察整条直线如何在不改变倾斜角度的情况下上下平移。

Slope-intercept form explorer

Use the sliders to change the slope m, the y-intercept b, and a sample x-value. Watch how the line follows the rule y = mx + b: start at the y-intercept, then move right by the run and up or down by the rise.

run = 1rise = 1.5(0, 2)(1, 3.5)xy
What the equation says
y = 1.5x + 2

Here, m = 1.5 and b = 2. The value of b tells you where the line crosses the y-axis, and the value of m tells you how much y changes when x increases by 1.

Current point

For x = 1, the rule gives y = 1.5(1) + 2 = 3.5.

The marked point is (1, 3.5). If you slide x while keeping m and b fixed, the point moves along the same line because every point on the line satisfies the same equation.

What to notice

A positive slope means the line rises as x increases.

The dashed orange step shows one valid slope move from the y-intercept: run = 1, rise = 1.5. Because slope = rise / run, this step has slope 1.5/1 = 1.5.

如何绘制斜截式

对于斜截式的直线,作图通常分两步:

  1. yy 轴上标出 (0,b)(0, b)
  2. 把斜率看作“上升量比水平移动量”,据此找到另一个点。

例如,如果 m=3m = 3,就向右移动 11,再向上移动 33。如果 m=2m = -2,就向右移动 11,再向下移动 22。这种方法适用于非竖直直线。竖直直线的方程是 x=cx = c,因此不能改写成 y=mx+by = mx + b

例题:y=2x3y = 2x - 3

这里 m=2m = 2b=3b = -3

y 轴截距是 (0,3)(0, -3),所以先从这个点开始。因为斜率是 22,你也可以把它看成 2/12/1:向右移动 11,再向上移动 22。这样就得到另一个点 (1,1)(1, -1)。重复同样的移动,还可以得到 (2,1)(2, 1)

这些点都在同一条直线上,所以随着 xx 增大,图像会稳定上升。你也可以把这些点代入方程进行验证:

if x=0,y=2(0)3=3\text{if } x = 0, \quad y = 2(0) - 3 = -3 if x=1,y=2(1)3=1\text{if } x = 1, \quad y = 2(1) - 3 = -1 if x=2,y=2(2)3=1\text{if } x = 2, \quad y = 2(2) - 3 = 1

在探索器中设置 m=2m = 2b=3b = -3,然后把截距和这些示例点与图像进行比较。这是把方程和图像联系起来的最快方法。

图像中要注意什么

  1. 只改变 mm 会改变直线的陡峭程度和方向。
  2. 只改变 bb 会让直线上下平移。
  3. 斜率相同的直线互相平行。
  4. mm 的绝对值越大,直线越陡。

试试一条类似的直线

你可以自己选一条直线来试试,比如 y=12x+4y = -\frac{1}{2}x + 4。在操作组件之前,先预测它的截距以及直线是上升还是下降,然后再用图像验证你的判断。

需要解题帮助?

上传你的问题,几秒钟内获得经过验证的分步解答。

打开 GPAI Solver →