直线的斜率

发现是什么让一条线陡峭——从登山步道到 y = mx + b

想象两条上同一座山的徒步路线。路线 A 是一段轻松的散步—— 每向前走 8 米,海拔上升 2 米。路线 B 是一段陡峭的攀爬—— 同样的水平距离,海拔上升了 6 米。你的双腿感受到了这种差别, 而这种差别在数学中有一个名字:斜率

斜率衡量的是陡峭程度——一条线每向右走一步,上升(或下降)了多少。 它写作上升 ÷ 前进,到处都能看到: 屋顶的坡度、道路的坡度、汽车的速度、任何变化的速率。

在这节课中,你将从零开始构建斜率——测量路线、画三角形、 发现方程 y = mx + b——全部在图表上完成, 有AI辅导一步一步引导你。

数学中的斜率是什么?
斜率衡量一条线有多陡。它是线上任意两点之间垂直变化量(上升)与水平变化量(前进)的比值:m = \frac{y_2 - y_1}{x_2 - x_1}。数值越大,线越陡。
如何根据两个点求斜率?
使用斜率公式:m = (y_2 - y_1) / (x_2 - x_1)。用 y 值之差(即上升量)除以 x 值之差(即前进量)。例如,在 (1, 2) 和 (4, 8) 之间:上升 = 8 − 2 = 6,前进 = 4 − 1 = 3,所以斜率 = 6/3 = 2。
正斜率和负斜率分别代表什么?
正斜率表示线从左到右向上走——就像爬山。负斜率表示向下走。零斜率是一条水平的平线。竖直线的斜率是未定义的(因为要除以零)。
什么是斜截式?
斜截式是 y = mx + b,其中 m 是斜率(陡峭程度),b 是 y 轴截距(直线与 y 轴的交点)。这是书写线性方程最常用的形式,因为你可以直接从方程中读出斜率和起始位置。
What can it graph?
It can plot explicit, implicit, and parametric functions, add points and geometry, and animate sliders on the same graph.
Can I use voice or a photo?
Yes. You can talk to the tutor, upload a worksheet or handwritten problem, and let the graph update from that input.
Will it explain the steps?
Yes. The AI explains what it is drawing and why, so you see the answer on the graph instead of getting only a final number.