ژمێرەری زانیاریەکانی فیثاگۆرس
چارەسەرکردنی سێگۆشە ڕاستەکە: دۆزینەوەی هیپۆتینۆس یان بەشی لێنەماوە
ئەنجامەکان نوێدەکرێنەوە کاتێک کە نوسیت
دەربارەی ئەم ژمێرە
the triangle has a hypotenuse, the area of the triangle is equal to the area of the triangle's perimeter. The triangle has a hypotenuse, the area of the triangle is equal to the area of the triangle's perimeter. The triangle has a hypotenuse, the area of the triangle is equal to the area of the triangle's perimeter. The triangle has a hypotenuse, the area of the triangle is equal to the area of the triangle's perimeter. The triangle has a hypotenuse.This is the workhorse of right-triangle geometry: finding the diagonals, checking that a corner is square in construction, computing distances, and deriving the coordinate distance formula.This is the workhorse of right-triangle geometry:To find the hypotenuse, add the squares of the legs and take the square root: a 3-4 right triangle has hypotenuse √(3² + 4²) = √(9 + 16) = √25 = 5. To find the hypotenuse, add the squares of the legs and take the square root: a 3-4 right triangle has hypotenuse √(3² + 4²) = √(9 + 16) = √25 = 5. To find the hypotenuse, add the squares of the legs and take the square root: a 3-4 right triangle has hypotenuse √(3² + 4²) = √(9 + 16) = √25 = 5. To find the hypotenuse, add the squares of the legs and take the square root: a 3-4 right triangle has hypotenuse √(3² + 4²) = √(9 + 16) = √25 = 5. To find the hypotenuse, add the squares of the legs and take the square root: a 3-4 right triangle has hypotenuse √(3² + 4²) = √(9 + 16) = √25 = 5
پرسیاری زۆر کراوە
پرسی فیثاگۆرس چیە؟
بۆ سێگۆشە ڕاستەکە، a2 + b2 = c2، کە c هیپۆتینۆسە. سێگۆشە ڕاستەکە ٣-٤ هیپۆتینۆسی هەیە √(9+16) = ٥.
چۆن قاچێکی ونبوو دۆزییەوە؟
.بگۆڕە بۆ a = √(c2 - b2). پێویستە قاچەکە کورتتر بێت لە هیپۆتینۆس، بۆیە بایەخی هیپۆتینۆس دەبێت بە لایەکی گەورەتر بێت
ئەم ئامێریە چ نرخێکی زیادە نیشان دەدات؟
جگە لە لایەکی ونبوو، بەشی سێگۆشە (½ × لاق × لاق) ڕادەگەیەنێت، بەشی چوارگۆشە، و دوو زۆنگەی توند.
چۆن زاوزێ توندەکان دەدۆزرێنەوە؟
لە بەشی دوو پێوە. لە سێگۆشە ڕاستەکەدا دوو زۆنگەی توند هەرگیز نابێتە ٩٠ پلە
سێگۆشەی فیتاگۆرس چیە؟
کۆمەڵێک لاپەڕە بە ژمارەی تەواو کە بە a2 + b2 = c2 ڕازی دەبێت، وەک ٣-٤-٥ یان ٥-١٢-١٣. ئەوان سێگۆشە دروست دەکەن بە شێوەیەکی ڕاستەوخۆ بەبێ خولانەوە.
بۆچی پێویستە هیپۆتینۆس درێژترین لا بێت؟
لە بەرامبەر گۆشەی ڕاستدا دەوەستێت و هەمیشە درێژترین لایە. کاتێک چارەسەرێک بۆ بەشیک دەکەیتەوە، هیپۆتینۆسەکەت کە دایدەخەیت دەبێت زیاتر بێت لە بەشی زانراو یان ئامێری بەستەری
API - ئەم ژمێرەرانە لە کۆد بەکاربهێنە
ئەم ژمێرەرە بانگ بکە وەک خاڵێکی کۆتایی JSON - هیچ کێڵگەیەک پێویست ناکات. بایەخی بەشی خوارەوە بنێرێت وەک پارامەتری پرسیار یان JSON. پەڕەی زانیارییەکانی API بخوێنە →
خاڵى کۆتایی
GET https://calculator.free/api/v1/pythagorean-theorem/
curl
curl "https://calculator.free/api/v1/pythagorean-theorem/?solve=hypotenuse&a=3&b=4"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/pythagorean-theorem/?" + new URLSearchParams({
"solve": "hypotenuse",
"a": "3",
"b": "4"
}));
const data = await r.json();
console.log(data.results);
ئەنجامەکان تەنها بۆ ڕێنمایی گشتین، نەک بۆ ڕاوێژی دارایی، پزیشکی یان باج.