ម៉ាស៊ីនគិតលេខចំណុចពាក់កណ្ដាល
រកចំណុចដែលស្ថិតនៅពាក់កណ្ដាលរវាងកូអរដោនេពីរ & # 160; ។
លទ្ធផលធ្វើឲ្យទាន់សម័យតាមដែលអ្នកវាយ & # 160; ។
អំពីម៉ាស៊ីនគិតលេខនេះ
the midpoint is equal to the distance between the two coordinates, the midpoint is equal to the distance between the two coordinates. The midpoint is the point exactly halfway between two coordinates, withaplot showing the segment split in half. This calculator returns the midpoint, its separate x and y components, and the distance between the two points, withaplot showing the segment split in half. For (0, 0) and (4, 6), the midpoint is ((0 + 4) / 2, (0 + 6) / 2).Midpoints are used to find the center ofaline, placealabel halfway alongaline, or average two positions.Mid
សំណួរដែលសួរញឹកញាប់
តើអ្នករកចំណុចកណ្តាលនៃចំណុចពីរដោយរបៀបណា & # 160;?
មធ្យម x- កូអរដោនេពីរនិង y- កូអរដោនេពីរដោយឡែកពីគ្នា & # 160; ។ ចំណុចកណ្តាលនៃ (0,0) និង (4,6) គឺ ((0+4) /2(0+6) /2) = (2, 3) & # 160; ។
តើចំណុចកណ្តាលដូចមធ្យមដែរឬទេ & # 160;?
បាទ/ ចាស - ចំណុចកណ្តាលគឺជាមធ្យមនៃចំណុចពីរដែលបានយកកូអរដោនេដោយកូអរដោនេ & # 160; ។
តើអ្វីទៅជាចំណុចកណ្តាលនៃ (0,0) និង (4,6)?
មធ្យមកូអរដោណេនីមួយៗ & # 160; ៖ ((0 + 4) /2(0+ 6) /2= (2, 3) ឧទាហរណ៍លំនាំដើមដែលឧបករណ៍នេះបង្ហាញ & # 160; ។
តើវាបង្ហាញចម្ងាយរវាងចំណុចឬទេ & # 160;?
បាទ/ ចាស & # 160; ។ រួមជាមួយចំណុចកណ្តាល ម៉ាស៊ីនគិតលេខផ្ដល់ប្រវែងនៃចម្រៀកដែលរួមបញ្ចូលចំណុចពីរ & # 160; ។
តើខ្ញុំអាចរកចំណុចបញ្ចប់ពីចំណុចកណ្ដាលបានទេ & # 160;?
បាទ/ ចាស ជាមួយការរៀបចំឡើងវិញ & # 160; ៖ ប្រសិនបើ M គឺជាចំណុចកណ្តាល ហើយ A គឺជាចំណុចបញ្ចប់ដែលស្គាល់ ចំណុចបញ្ចប់ផ្សេងទៀតគឺ 2M - A ដែលអនុវត្តទៅកូអរដោនេនីមួយៗ & # 160; ។
តើចំណុចកណ្ដាលត្រូវបានប៉ះពាល់ដោយចំណុចដែលមកមុនឬទេ & # 160;?
ទេ & # 160; ។ អ្នកធ្វើមធ្យមកូអរដោណេ ដូច្នេះការបញ្ចូលចំណុចពីរក្នុងលំដាប់ណាមួយនឹងធ្លាក់លើចំណុចកណ្តាលដូចគ្នា & # 160; ។
API — ប្រើម៉ាស៊ីនគិតលេខនេះពីកូដ
ទូរស័ព្ទទៅម៉ាស៊ីនគិតលេខនេះជាចំណុចបញ្ចប់ JSON ឥតគិតថ្លៃ - គ្មានគ្រាប់ចុចដែលត្រូវការ & # 160; ។ ផ្ញើតម្លៃវាលខាងក្រោមជាប៉ារ៉ាម៉ែត្រសំណួរ ឬ JSON & # 160; ។ អានឯកសារ API ពេញលេញ →
ចំណុចបញ្ចប់
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);
លទ្ធផលគឺការប៉ាន់ប្រមាណសម្រាប់តែការណែនាំទូទៅប៉ុណ្ណោះ, មិនហិរញ្ញវត្ថុ, វេជ្ជសាស្ត្រឬដំបូន្មានពន្ធ.