I-Calculator

Thola indawo ephakathi phakathi kwezinkomba ezimbili.

Ingxenye yendawo
Isiqongo sengxenye x
Indawo ephakathi y
Ubukhulu phakathi kwezinhlamvu

Iziphetho zivuselelwa uma ubhala.

Malunga nale khadi

the midpoint is 2, the distance between the two points is 2. The midpoint is the point exactly halfway between two coordinates, with a plot showing the segment split in half. This calculator returns the midpoint, its separate x and y components, and the distance between the two points, with a plot showing the segment split in half. For (0, 0) and (4, 6), the midpoint is ((0 + 4) / 2, (0 + 6) / 2) = (2, 3). Because averaging

Imibuzo ebuzwa kaningi

Ungathola kanjani isikhundla esiphakathi kwezinhlamvu ezimbili?

Isilinganiso sezinhlamvu ezimbili x-zokuxhumana kanye nezinhlamvu ezimbili y-zokuxhumana ngokuhlukile. Ingxenye ephakathi ye (0,0) ne (4,6) yi ((0+4)/2, (0+6)/2) = (2, 3).

Ingabe indawo ephakathi ifana nesilinganiso?

Yebo - i-midpoint iyisilinganiso salezi zinkomba ezimbili, ethathwe ngokuxhuma ngokuxhuma.

Yini indawo ephakathi kwe (0,0) ne (4,6)?

Isilinganiso sokuxhumana ngasinye: ((0 + 4)/2, (0 + 6)/2) = (2, 3), isibonelo esijwayelekile lesi sisetshenziswa sibonisa.

Ingaba ibonisa ubude phakathi kwezinhlamvu?

Yebo. Ngokuhambisana nengxenye yendawo, i-calculator inikeza ubude bengxenye exhumana nezindawo ezimbili.

Ingabe ngithola indawo yokuqeda kusuka endaweni yesiphakathi?

Yebo, ngokulungisa kabusha: uma i-M iyindawo ephakathi ne-A iyindawo ephelezelwa khona, enye indawo ephelezelwa kuyo yi-2M − A, esetshenziswa kunoma yisiphi isilinganisi.

Ingabe indawo yesiphakathi ithintana nobubanzi obuvela kuqala?

Hayi. Ubeka ama-coordinates aphakathi, ngakho ukungenisa amaphuzu amabili noma kunoma iyiphi indlela kufaka indawo ephakathi.

❤️ Uthando Calculator.Free? Yabelana

𝕏  X Facebook Reddit
API — sebenzisa le calculator kusuka kukhodi

Nquma le kalkuli njengendawo ephelezelwa i-JSON - akukho isitshixo esidingekayo. Thumela amaxabiso endawo ngezansi njengepharamitha yombuzo noma i-JSON. Funda i-API egcwele →

Ingxenye yendawo

GET https://calculator.free/api/v1/midpoint/

curl

curl "https://calculator.free/api/v1/midpoint/?x1=0&y1=0&x2=4&y2=6"

JavaScript fetch()

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

Izibalo ziyisilinganiso esisetshenziswa ukuqondisa kuphela, hhayi ukucebisa ngezimali, ukwelashwa noma ukukhokha.