This is a free preview. For full access
Coordinates and Graphs
Finding Distance on a Coordinate Plane
Description
Finding distance on a coordinate plane uses the distance formula and the Pythagorean Theorem. In geometry, this method helps measure the direct distance between two points on a flat plane. It is useful in many practical and theoretical settings.
The formula comes from a right triangle. On a coord...
Show More
Transcript
两名朋友从不同的入口进入公园,并停在一片场地的不同角落。
从各自的位点出发,他们希望确定彼此之间的精确距离。
利用两点 A 和 B 的坐标,通过距离公式计算这两个位置之间的距离。
它会找到两者之间的最短路径——就像直接斜穿一块田地,而不是沿着边缘绕行。
该计算基于勾股定理,其中水平距离和垂直距离在点 C 相交,构成一个直角三角形。
该定理指出,斜边(即对角边)的平方等于另外两条边的平方和。
在坐标系中,这些边表示点 A 和 B 之间 x 值和 y 值的差。
通过将水平方向和垂直方向的差值分别平方,相加后取平...
Show More