중점 계산기
수식
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}