Dibanisa a

Fihla umgama womgca othe ngqo phakathi kwezinto ezimbini kwiplanethi.

Udidi
Utshintsho oluthe tyaba (Δx)
Utshintsho oluthe nkqo (Δy)
Incopho ephakathi

Iinketho ze projekti

Malunga nale Calculator

the distance formula, d = √((x₂ − x₁)² + (y₂ − y₁)²), is simply the Pythagorean theorem applied to a grid: the horizontal and vertical gaps are the two legs of a right triangle and the distance is the hypotenuse. Between (0, 0) and (3, 4), Δx = 3 and Δy = 4, so d = √(3² + 4²) = √(9 + 16) = √25 = 5.This calculatorThis is the everyday tool for map distances, the length of a line segment, the magnitude of a vector, and nearest-neighbor comparisons in data.This is the everyday tool for map distances, the length of a line segment, the magnitude of

Imibuzo ebuza rhoqo

Yintoni ifomula yokuhamba?

I-d = √((x₂ − x₁)² + (y₂ − y₁)²). Iphakathi kwe-(0,0) ne-(3,4) umgama yi-√(9 + 16) = √25 = 5.

Ithetha ntoni le nto xa kuthelekiswa ne-Pythagorean theorem?

Iindawo ezithe tyaba nezithe nkqo zivelisa iintamo ezimbini zesithathu esithe nkqo, kwaye umgama yi-hypotenuse yayo - ngoko ke umgama wefomula yi-Pythagoras kwi-grid.

Yintoni i-Δx ne-Δy?

Ziyizinto ezithe tyaba nezithe nkqo ezichaphazela ubungakanani phakathi kweendawo, x2 - x1 kunye ne y2 - y1 - iinyawo ezimbini zesithathu esithe nkqo ekunene ecaleni komgama.

Ingaba isixhobo sibonisa indawo esembindini?

Ewe. Ecaleni komgama inika indawo esembindini, ulungelelaniso oluchanekileyo phakathi kweendawo ezimbini.

Ingaba ukulandelana kweempawu kubaluleke?

Akukho nanye. Iingxaki zikwiskwere, ngoko ukutshintshela iziqendu ezimbini kunika umgama ofanayo.

Ingaba iphatha ulungelelaniso olubi?

Ewe. Naziphi na iziqhagamshelanisi ezinyanzelekileyo zisebenza, kuquka ezilahlekileyo nezolishumi elinambini - ukujika kweskwere kugcina wonke umgama olungileyo.

❤️ Uthando Calculator.Free? Yabelana

𝕏  X Facebook Reddit
API — sebenzisa le calculator ukusuka kwikhowudi

Nceda le kalkulator njengendawo esemva ye-JSON ekhululekileyo - akukho qhosha lifunekayo. Thumela amaxabiso endawo engezantsi njengeparameter yombuzo okanye i-JSON. Funda i-API epheleleyo →

Incopho yesiphelo

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);

IiNtlanganiso zeNtlanganiso yeNtlanganiso