Thiết bị tính khoảng cách giữa hai điểm

Tìm khoảng cách đường thẳng giữa hai điểm trên một mặt phẳng.

Khoảng cách
Thay đổi ngang (Δx)
Thay đổi dọc (Δy)
Điểm giữa

Kết quả cập nhật khi bạn gõ.

Về máy tính này

calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports the horizontal change (Δx), the vertical change (Δy), and the midpoint of the segment, with a plot of the two points. This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports the horizontal change (Δx), the vertical change (Δy), and the midpoint of the segment.This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports the horizontal change (Δx), the vertical change (Δy), and the midpoint of the segment, with a plot of the two points.This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula.This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports the horizontal change (Δx), the vertical change (Δy), and the midpoint of the segment, with a plot of the two points.This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports the horizontal change (Δx) and the vertical change (Δy).This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports the horizontal change (Δx) and the vertical change (Δy).This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports the horizontal change (Δx) and the vertical change (Δy).This calculator is a simple and easy way to find the distance between two points (x₁, y₁) and (x₂, y₂) using the distance formula, and also reports

Câu hỏi thường gặp

Công thức khoảng cách là gì?

Nó là d = √((x₂ − x₁)² + (y₂ − y₁)²). Giữa (0,0) và (3,4) khoảng cách là √(9 + 16) = √25 = 5.

Nó liên quan đến định lý Pythagoras như thế nào?

Khoảng cách ngang và dọc tạo thành hai chân của một tam giác vuông, và khoảng cách là hiđrôsin của nó — vì vậy công thức khoảng cách là Pythagoras trên lưới.

Đó là Δx và Δy.

Chúng là sự khác biệt ngang và dọc giữa các điểm, x2 − x1 và y2 − y1 — hai chân của tam giác vuông phía sau khoảng cách.

Công cụ có thể hiển thị điểm giữa không?

Vâng, bên cạnh khoảng cách nó cho điểm trung tâm, tọa độ chính xác giữa hai điểm.

Trật tự điểm có quan trọng không?

Không, sự khác biệt là bình phương, vì vậy, trao đổi hai điểm cho cùng khoảng cách.

Nó có thể xử lý tọa độ âm không?

Bất kỳ tọa độ thực nào cũng hoạt động, bao gồm cả âm và thập phân — phép tính bình phương giữ mọi khoảng cách dương.

❤️ Tình yêu Calculator.Free? Chia sẻ đi.

𝕏  X Facebook Reddit
API — dùng máy tính này từ mã

Gọi máy tính này như một điểm cuối JSON miễn phí — không cần chìa khóa. Gửi giá trị trường dưới như tham số yêu cầu hoặc JSON. Đọc toàn bộ tài liệu API →

Điểm kết thúc

GET https://calculator.free/api/v1/distance-two-points/

curl

curl "https://calculator.free/api/v1/distance-two-points/?x1=0&y1=0&x2=3&y2=4"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/distance-two-points/?" + new URLSearchParams({
    "x1": "0",
    "y1": "0",
    "x2": "3",
    "y2": "4"
  }));
const data = await r.json();
console.log(data.results);

Kết quả là ước tính chỉ cho hướng dẫn chung, không phải là tư vấn tài chính, y tế hoặc thuế.