Pythagorean setning reiknivél
Leysa rétthyrnd þríhyrningur: finna hypotenuse eða vantar fót.
Niðurstöður uppfæra eins og þú slærð.
Um þessa reiknivél
the triangle is 3-4 right triangle, the hypotenuse is 3² + 4². The triangle is 3-4 right triangle, and the hypotenuse is 3² + 4². The triangle is 3-4 right triangle, and the hypotenuse is 3² + 4². The triangle is 3-4 right triangle, and the hypotenuse is 3² + 4². The triangle is 3-4 right triangle, and the hypotenuse is 3² + 4².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²) = √(3² + 4²) = √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²) = √(3² + 4²) = √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²) = √(3² + 4²) = √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²) =
Algengar spurningar
Hvað er Pythagorean setning?
Fyrir rétthyrndan þríhyrning gildir a² + b² = c², þar sem c er undirsinus.3-4 rétthyrndur þríhyrningur hefur undirsinus √(9 + 16) = 5.
Hvernig finnurđu fót sem vantar?
Síðan er hægt að breyta því í a = √(c² − b²) og þá verður fóturinn að vera styttri en undirsían, þannig að undirsían verður að vera stærsta hliðin.
Hvaða auka gildi sýnir þetta tól?
Til viðbótar við vantar hlið, það greinir flatarmál þríhyrningsins (½ × fótur × fótur), ummál þess, og tvö bráð horn.
Hvernig eru bráð hornin fundin?
Í rétthyrndum þríhyrningi eru hornin tvö alltaf 90° og eru þau því ávallt 90° í hvoru lagi.
Hvað er Pythagorean þrefaldur?
Sett af heiltölum sem uppfylla a² + b² = c², eins og 3-4-5 eða 5-12-13.Þær mynda nákvæmlega rétthyrnda þríhyrninga án rúmunar.
Hvers vegna verður hypotenusa að vera lengsta hlið?
Þegar þú leggur til stefnu í tvíhyrningnum, verður lægsta horn að vera hærra en þekkta hornið, annars er það ekki lengra en þekkta hornið.
API — nota þessa reiknivél frá kóða
Hringdu í þessa reiknivél sem ókeypis JSON endapunkt - enginn lykill þarf. Sendu gildi reitsins hér að neðan sem fyrirspurnarbreytur eða JSON. Lestu API skjölin í heild sinni →
Endir
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);
Niðurstöður eru áætlanir um almenna leiðbeiningar aðeins, ekki fjárhagslega, læknisfræðilega eða skattaráðgjöf.