两点几何计算器

由任意两点求距离、中点、斜率和直线方程

输入两个坐标,计算器即求出坐标几何中最常见的四个结果:两点间的距离中点斜率和过两点的直线方程

图形随着点的变化实时更新。你可以看到线段、完整直线、中点,以及构成斜率和距离的水平和垂直变化量。

适用于代数、解析几何、线性方程图形化,以及逐步验证作业答案。

这个两点计算器能求什么?
它计算两点间的距离中点斜率和过两点的直线方程。还在图形上绘制线段、完整直线、中点以及水平和垂直变化量,让你将每个公式与图形对应起来。
两点的斜率公式是什么?
对于点 (x_1, y_1)(x_2, y_2),斜率为 m = \frac{y_2 - y_1}{x_2 - x_1}。分子是垂直变化量,分母是水平变化量。如果 x_1 = x_2,则直线垂直,水平变化为零,斜率无定义。
如何求两点的中点?
分别对x值和y值取平均:M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)。这给出了恰好在两个端点中间的点,水平和垂直方向都居中。在图形上,它是连接两个坐标的线段的中心点。
如何求两点间的距离?
使用距离公式:d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^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.