Перейти к основному содержанию

Калькулятор цилиндра

Найдите радиус, высоту или объем прямого круглого цилиндра по двум другим значениям, а также площадь основания, боковую площадь и общую площадь поверхности — с помеченной диаграммой.

Ввод

Оставьте ОДНО из значений (радиус, высоту или объем) пустым — оно будет вычислено из двух других.

Вывод

Диаграмма

Диаграмма цилиндра появится здесь после вычисления.

Решение
 
Диаграмма (исходный код SVG)
 
Это было полезно?

Другие способы использовать этот инструмент

REST API

curl -X POST https://api.iotools.cloud/v1/tool/cylinder-calculator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "radius": "3",
    "height": "5"
  }'

Подставьте свой собственный ключ из аккаунта. Поля инструмента — это тело запроса, без обёртки.

Спросите у ИИ-агента

Use the IOTools `cylinder-calculator` tool (Cylinder Calculator) on this input:

YOUR_INPUT_HERE

Вставьте это любому агенту, подключённому к MCP-серверу IOTools, и добавьте свой ввод.

Виджет для встраивания

<iframe
  src="https://iotools.cloud/embed/cylinder-calculator/"
  width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
  title="Калькулятор цилиндра — iotools.cloud"
  sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
  allow="clipboard-write"
  style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>

Вставьте это на свою страницу — бесплатно, без ключа, нужна лишь обратная ссылка.

Стоимость вызова API/MCPОт 5 кредитов
Нужно больше кредитов?Посмотреть тарифы

Также доступно через

Руководства

Solve a right circular cylinder's radius, height, or volume from the other two values, plus its base area, lateral (side) area, and total surface area — with a labeled diagram.

The formulas

For a cylinder with radius r and height h:

volume              = π r² h
base area           = π r²
lateral (side) area = 2π r h
total surface area  = 2 × base area + lateral area

Solve for any of the three

Leave any ONE of radius, height, or volume blank and the calculator solves for it from the other two:

  • Missing volumevolume = π r² h
  • Missing heighth = volume / (π r²)
  • Missing radiusr = √(volume / (π h))

If all three are supplied, the calculator checks they're consistent and flags it if they aren't.

How to use it

  1. Enter any two of radius, height, and volume — the third is solved for you.
  2. Read the labeled diagram and the full solution (volume, base area, lateral area, total surface area), or copy the SVG source.

All calculations run in your browser — nothing is uploaded.

What if my three values don't match up?

If you fill in radius, height, and volume all at once, the calculator verifies volume = π r² h and tells you what volume that radius and height actually give if it doesn't — leave one field blank instead to have it solved for you.

Base area vs. lateral area vs. total surface area

The base area is the area of one circular end (π r²) — there are two of them. The lateral area is the curved side surface if you "unrolled" it flat (2π r h). The total surface area adds both ends' area to the lateral area: 2 × base area + lateral area.

cylindergeometryvolumesurface arealateral areabase areasolid3d shape

Нравятся инструменты? Уберите рекламу.

Один платёж навсегда убирает всю рекламу с вашего аккаунта. Без подписки, без слежки.