中點計算機
公式
M = \left(\dfrac{x_1 + x_2}{2},\; \dfrac{y_1 + y_2}{2}\right)
輸入
| x₁(第一點) | 2 |
|---|---|
| y₁(第一點) | 3 |
| x₂(第二點) | 8 |
| y₂(第二點) | 7 |
圖表
中點計算機
輸入
M = \left(\dfrac{x_1 + x_2}{2},\; \dfrac{y_1 + y_2}{2}\right)
結果
輸入數值即可顯示計算結果。
\begin{aligned} M_x &= \dfrac{x_1 + x_2}{2} \\ &= \dfrac{(2) + (8)}{2} \\ &= ? \end{aligned}
\begin{aligned} M_y &= \dfrac{y_1 + y_2}{2} \\ &= \dfrac{(3) + (7)}{2} \\ &= ? \end{aligned}