四角錐計算機

計算四角錐的體積、底面積、斜面高(斜高)、側面積與全面積。輸入底面長、底面寬與高度,得出結果。

輸入

四角錐示意圖四角錐示意圖,標示底面長 l、底面寬 w、從底面中心到頂點的垂直高度 h,以及前面斜高 l_s。lwhlₛ

結果

\begin{aligned} V &= \tfrac{1}{3} A_b h \\ &= \tfrac{1}{3} (?\,\text{m²}) (30\,\text{cm}) \\ &= ?\,\text{m³} \end{aligned}
\begin{aligned} A_b &= l \times w \\ &= (40\,\text{cm}) \times (40\,\text{cm}) \\ &= ?\,\text{m²} \end{aligned}
\begin{aligned} l_s &= \sqrt{h^2 + (w/2)^2} \\ &= \sqrt{(30\,\text{cm})^2 + (40\,\text{cm}/2)^2} \\ &= ?\,\text{m} \end{aligned}
\begin{aligned} A_{lat} &= l\sqrt{h^2 + (w/2)^2} + w\sqrt{h^2 + (l/2)^2} \\ &= (40\,\text{cm})\sqrt{(30\,\text{cm})^2 + (40\,\text{cm}/2)^2} + (40\,\text{cm})\sqrt{(30\,\text{cm})^2 + (40\,\text{cm}/2)^2} \\ &= ?\,\text{m²} \end{aligned}
\begin{aligned} A_{tot} &= A_b + A_{lat} \\ &= ?\,\text{m²} + ?\,\text{m²} \\ &= ?\,\text{m²} \end{aligned}

嵌入這個計算機

預覽

將這段程式碼貼到您的網頁中即可顯示計算機。

分享這個計算

開啟此連結的人都會看到您填入的數值。

200+ 計算機 · 10 種語言 · 完全免費

這個計算機對您有幫助嗎?

需要改進

我們可以如何改進這個計算機?