{"id":15783,"date":"2025-05-09T05:43:37","date_gmt":"2025-05-09T05:43:37","guid":{"rendered":"https:\/\/www.mechstream.com\/?p=15783"},"modified":"2025-05-09T05:44:33","modified_gmt":"2025-05-09T05:44:33","slug":"solid-circular-plate-inertia-calculator","status":"publish","type":"post","link":"https:\/\/www.mechstream.com\/fr\/solid-circular-plate-inertia-calculator\/","title":{"rendered":"Calculateur d&#039;inertie de plaque circulaire solide"},"content":{"rendered":"\n<p>Discover the efficiency of our Solid Circular Plate Inertia Calculator, designed to provide precision in calculating the moment of inertia for solid circular plates. This tool is essential for engineers and architects who require accurate inertia calculations to optimize designs and ensure safety. Whether working on mechanical systems or structural projects, our calculator simplifies complex equations, saving you time and enhancing productivity. Trust in its accuracy for improved project outcomes. Visit our page to streamline your calculations and enhance your engineering capabilities today.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"253\" src=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/6efe909e-c8d9-4a12-97ba-2a2fb36a9e65.png\" loading=\"lazy\" alt=\"Solid Circular Plate Inertia Calculator\" class=\"wp-image-15778\" srcset=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/6efe909e-c8d9-4a12-97ba-2a2fb36a9e65.png 300w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/6efe909e-c8d9-4a12-97ba-2a2fb36a9e65-100x84.png 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/figure>\n<\/div>\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Solid Circular Plate Inertia Calculator (kg\u00b7cm\u00b2)<\/title>\n  <meta name=\"description\" content=\"Online calculator for the moment of inertia of a solid circular plate. Input mass, radius of gyration, and distance. Result in kg\u00b7cm\u00b2. Responsive and SEO-friendly.\">\n  <style>\n    #solid-plate-inertia-calc {\n      max-width:1200px;\n      margin:32px auto;\n      padding:24px 16px;\n      background:#fff;\n      border-radius:12px;\n      box-shadow:0 2px 8px rgba(0,0,0,0.04);\n      font-family:inherit;\n    }\n    #solid-plate-inertia-calc h1 {\n      color:#111;\n      font-size:1.5em;\n      margin-bottom:0.5em;\n    }\n    #solid-plate-inertia-calc ul {\n      padding-left:1.2em;\n      margin:0 0 0.2em 0;\n    }\n    #solid-plate-inertia-calc input,\n    #solid-plate-inertia-calc select {\n      font-family:inherit;\n      font-size:1em;\n    }\n    #solid-plate-inertia-calc form {\n      display:flex;\n      flex-direction:column;\n      gap:0.7em;\n    }\n    #solid-plate-inertia-calc label {\n      flex:1 0 90px;\n    }\n    #solid-plate-inertia-calc input {\n      flex:2 0 0;\n      padding:6px 8px;\n      border:1px solid #ccc;\n      border-radius:5px;\n    }\n    #solid-plate-inertia-calc button {\n      margin-top:0.5em;\n      padding:10px 0;\n      background:#0070c9;\n      color:#fff;\n      border:none;\n      border-radius:5px;\n      font-size:1.1em;\n      cursor:pointer;\n      transition:background 0.2s;\n      width:180px;\n      display:block;\n      margin-left:auto;\n      margin-right:auto;\n    }\n    #solid-plate-inertia-calc button:hover {\n      background:#005fa3;\n      color:#fff;\n    }\n    #solid-plate-inertia-calc #calc-result {\n      display:none;\n      margin-top:1.2em;\n      padding:14px 10px 10px 10px;\n      background:#f8fafc;\n      border-radius:8px;\n      font-size:1.1em;\n      font-weight:bold;\n      color:#0a3d62;\n      text-align:center;\n      box-shadow:0 1px 4px rgba(0,0,0,0.03);\n    }\n    #solid-plate-inertia-calc .param-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 20px;\n      margin-bottom: 0.5em;\n    }\n    #solid-plate-inertia-calc .param-card {\n      background: #fcfdff;\n      border-radius: 12px;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n      padding: 18px 16px 14px 16px;\n      color: #222;\n      font-size: 1em;\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      min-height: 80px;\n    }\n    #solid-plate-inertia-calc .param-card b {\n      font-size: 1.08em;\n      color: #111;\n      margin-bottom: 2px;\n    }\n    #solid-plate-inertia-calc .calc-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-bottom: 0.5em;\n    }\n    #solid-plate-inertia-calc .calc-field {\n      display: flex;\n      flex-direction: row;\n      align-items: center;\n      gap: 0;\n    }\n    #solid-plate-inertia-calc .calc-field label {\n      font-weight: 700;\n      color: #111;\n      margin-bottom: 0;\n      font-size: 1.08em;\n      margin-right: 10px;\n      white-space: nowrap;\n    }\n    #solid-plate-inertia-calc .calc-field input[type=\"number\"] {\n      flex: 1 1 auto;\n      width: 100%;\n      height: 40px;\n      padding: 0 12px;\n      border: 1px solid #e0e3ea;\n      border-radius: 8px;\n      font-size: 1em;\n      box-sizing: border-box;\n      background: #fff;\n      transition: border 0.2s;\n    }\n    #solid-plate-inertia-calc .calc-field input[type=\"number\"]:focus {\n      border: 1.5px solid #0070c9;\n      outline: none;\n    }\n    @media (max-width:600px) {\n      #solid-plate-inertia-calc { padding:12px 2vw; }\n      #solid-plate-inertia-calc h1 { font-size:1.15em; }\n      #solid-plate-inertia-calc .param-grid { grid-template-columns: 1fr; gap: 12px; }\n      #solid-plate-inertia-calc .param-card { padding: 14px 10px 10px 10px; font-size: 0.98em; }\n    }\n  <\/style>\n<\/head>\n<body>\n<section id=\"solid-plate-inertia-calc\">\n  <!-- 1. Parameter Explanation -->\n  <div style=\"margin-bottom:1.2em;\">\n    <h2 style=\"color:#111;font-size:1.35em;margin:0 0 0.7em 0;font-weight:700;\">Parameter Explanations<\/h2>\n    <div class=\"param-grid\">\n      <div class=\"param-card\">\n        <div><b>Mass (m, kg):<\/b><\/div>\n        <div>Object mass in kilograms.<\/div>\n      <\/div>\n      <div class=\"param-card\">\n        <div><b>Radius of Gyration (k, mm):<\/b><\/div>\n        <div>Radius of gyration in millimeters.<\/div>\n      <\/div>\n      <div class=\"param-card\">\n        <div><b>Distance (e, mm):<\/b><\/div>\n        <div>Distance from axis in millimeters.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <!-- 3. Calculator -->\n  <h2 style=\"color:#111;font-size:1.35em;margin:0 0 0.7em 0;font-weight:700;\">Calculator<\/h2>\n  <form id=\"inertia-calc-form\" autocomplete=\"off\">\n    <div class=\"calc-grid\">\n      <div class=\"calc-field\">\n        <label for=\"mass\"><b>Mass (m, kg):<\/b><\/label>\n        <input type=\"number\" id=\"mass\" min=\"0\" step=\"any\" required placeholder=\"Enter mass in kg\">\n      <\/div>\n      <div class=\"calc-field\">\n        <label for=\"k\"><b>Radius of Gyration (k, mm):<\/b><\/label>\n        <input type=\"number\" id=\"k\" min=\"0\" step=\"any\" required placeholder=\"Enter k in mm\">\n      <\/div>\n      <div class=\"calc-field\">\n        <label for=\"e\"><b>Distance (e, mm):<\/b><\/label>\n        <input type=\"number\" id=\"e\" min=\"0\" step=\"any\" required placeholder=\"Enter e in mm\">\n      <\/div>\n    <\/div>\n    <button type=\"submit\" style=\"margin-top:24px;\">Calculate<\/button>\n  <\/form>\n  <!-- 4. Result -->\n  <div id=\"calc-result\"><\/div>\n<\/section>\n<script>\n  document.getElementById('inertia-calc-form').addEventListener('submit', function(e) {\n    e.preventDefault();\n    var m = parseFloat(document.getElementById('mass').value);\n    var k = parseFloat(document.getElementById('k').value);\n    var e_val = parseFloat(document.getElementById('e').value);\n\n    if(isNaN(m) || m<=0 || isNaN(k) || k<0 || isNaN(e_val) || e_val<0) {\n      document.getElementById('calc-result').style.display = 'block';\n      document.getElementById('calc-result').style.color = '#c00';\n      document.getElementById('calc-result').innerText = 'Please enter valid positive values for all required fields.';\n      return;\n    }\n\n    \/\/ \u5355\u4f4d\u6362\u7b97 mm -> m\n    var k_m = k \/ 1000;\n    var e_m = e_val \/ 1000;\n\n    \/\/ I = m * k^2\n    var I = m * Math.pow(k_m,2);\n    \/\/ I' = I + m * e^2\n    var I_total = I + m * Math.pow(e_m,2);\n\n    \/\/ \u8f6c\u6362\u4e3a kg\u00b7cm\u00b2\n    var I_cm2 = I_total * 10000;\n\n    document.getElementById('calc-result').style.display = 'block';\n    document.getElementById('calc-result').style.color = '#0a3d62';\n    document.getElementById('calc-result').innerHTML =\n      'Moment of Inertia:<br><span style=\"font-size:1.5em;color:#0070c9;\">' + I_cm2.toFixed(2) + '<\/span> kg\u00b7cm\u00b2';\n  });\n<\/script>\n<\/body>\n<\/html> \n","protected":false},"excerpt":{"rendered":"<p>Discover the efficiency of our Solid Circular Plate Inertia Calculator, designed to provide precision in calculating the moment of inertia for solid circular plates. This&#8230;<\/p>","protected":false},"author":2,"featured_media":15779,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3430],"tags":[3515,3639,3638],"class_list":["post-15783","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cam-indexer-selector","tag-engineering-calculator","tag-moment-of-inertia","tag-solid-circular-plate","pmpro-has-access"],"acf":[],"jetpack_featured_media_url":"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/Solid-Circular-Plate-Inertia-Calculator.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts\/15783","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/comments?post=15783"}],"version-history":[{"count":0,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts\/15783\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/media\/15779"}],"wp:attachment":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/media?parent=15783"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/categories?post=15783"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/tags?post=15783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}