点到直线距离

构造垂线,发现最短路径

给定一条直线和一个不在线上的点,它们之间的最短距离是什么?不是水平距离,也不是垂直距离——而是垂直距离,即与原直线成直角的线段长度。

在这节课中,你将从直线 y = 0.5x + 1 和点 P(4, 5) 开始。你将构造从 P 到直线的垂线,找到垂足,用勾股定理计算距离,然后发现点到直线距离公式

学完后,你将能用构造法和公式法求任意点到任意直线的距离。

什么是点到直线的距离?
点到直线的距离是两者之间最短路径的长度。最短路径总是垂线——从点到直线形成90°角的线段。
如何求点到直线的垂线?
如果直线斜率为 m,垂线斜率为 -\frac{1}{m}(负倒数)。写出过该点且斜率为负倒数的直线方程,解方程组找交点。那个交点就是垂足
点到直线距离公式是什么?
对于直线 ax + by + c = 0 和点 (x_0, y_0),距离为 d = \frac{|ax_0 + by_0 + c|}{\sqrt{a^2 + b^2}}
为什么垂直距离是最短的?
在从点到直线的所有线段中,垂线最短,因为它与任何其他线段构成直角三角形——而直角三角形的斜边总是比两条直角边长。
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.