{"id":15330,"date":"2025-08-07T10:32:49","date_gmt":"2025-08-07T15:32:49","guid":{"rendered":"https:\/\/blog.misumiusa.com\/?page_id=15330"},"modified":"2025-08-15T12:58:50","modified_gmt":"2025-08-15T17:58:50","slug":"coefficient-of-friction","status":"publish","type":"page","link":"https:\/\/us.misumi-ec.com\/blog\/coefficient-of-friction\/","title":{"rendered":"Coefficient of Friction for Metals and Materials | Table &#038; Calculator"},"content":{"rendered":"\n<p>Understanding the coefficient of friction can help greatly when selecting materials for mechanical design, whether you&#8217;re working with metals, plastics, or composites. Engineers often reference a friction coefficient chart or a coefficient of friction table to determine how different surfaces interact under load. For example, the coefficient of friction steel on steel can vary depending on surface finish and lubrication, making accurate data critical in design calculations.<\/p>\n\n\n\n<p>This guide provides a practical overview of friction values for common materials, along with a calculator to help simplify your project planning.<\/p>\n\n\n\n<h2><strong>Friction Force Calculator<\/strong><\/h2>\n\n\n\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Friction Force Calculator<\/title>\n    <style>\n        .friction-calculator {\n            max-width: 500px;\n            margin: 20px auto;\n            padding: 25px;\n            background: linear-gradient(135deg, #1e3a8a, #3b82f6);\n            border-radius: 12px;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);\n            font-family: 'Arial', sans-serif;\n            color: #ffffff;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .friction-calculator::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255, 235, 59, 0.1) 0%, transparent 50%);\n            animation: rotate 20s linear infinite;\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        .calculator-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .calculator-title {\n            text-align: center;\n            font-size: 24px;\n            font-weight: bold;\n            margin-bottom: 25px;\n            color: #ffeb3b;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n        }\n\n        .input-group {\n            margin-bottom: 20px;\n        }\n\n        .input-label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: bold;\n            color: #ffeb3b;\n            font-size: 14px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .input-field {\n            width: 100%;\n            padding: 12px 15px;\n            border: 2px solid #ffeb3b;\n            border-radius: 8px;\n            font-size: 16px;\n            background: rgba(255, 255, 255, 0.95);\n            color: #000000;\n            box-sizing: border-box;\n            transition: all 0.3s ease;\n        }\n\n        .input-field:focus {\n            outline: none;\n            border-color: #fff;\n            background: rgba(255, 255, 255, 1);\n            box-shadow: 0 0 10px rgba(255, 235, 59, 0.5);\n        }\n\n        .calculate-btn {\n            width: 100%;\n            padding: 15px;\n            background: linear-gradient(135deg, #ffeb3b, #ffc107);\n            color: #000000;\n            border: none;\n            border-radius: 8px;\n            font-size: 18px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin: 20px 0;\n        }\n\n        .calculate-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(255, 235, 59, 0.4);\n            background: linear-gradient(135deg, #fff59d, #ffeb3b);\n        }\n\n        .calculate-btn:active {\n            transform: translateY(0);\n        }\n\n        .result-section {\n            background: rgba(0, 0, 0, 0.3);\n            border-radius: 10px;\n            padding: 20px;\n            margin-top: 20px;\n            border: 2px solid #ffeb3b;\n        }\n\n        .result-title {\n            font-size: 18px;\n            font-weight: bold;\n            margin-bottom: 15px;\n            color: #ffeb3b;\n            text-align: center;\n        }\n\n        .result-value {\n            font-size: 24px;\n            font-weight: bold;\n            text-align: center;\n            color: #ffffff;\n            margin: 10px 0;\n            padding: 10px;\n            background: rgba(255, 235, 59, 0.1);\n            border-radius: 6px;\n        }\n\n        .formula-section {\n            background: rgba(0, 0, 0, 0.2);\n            border-radius: 8px;\n            padding: 15px;\n            margin-top: 15px;\n            border-left: 4px solid #ffeb3b;\n        }\n\n        .formula-title {\n            font-size: 14px;\n            font-weight: bold;\n            color: #ffeb3b;\n            margin-bottom: 8px;\n        }\n\n        .formula {\n            font-family: 'Courier New', monospace;\n            color: #ffffff;\n            font-size: 16px;\n            text-align: center;\n            background: rgba(0, 0, 0, 0.3);\n            padding: 8px;\n            border-radius: 4px;\n        }\n\n        .error-message {\n            color: #ff6b6b;\n            background: rgba(255, 107, 107, 0.1);\n            padding: 10px;\n            border-radius: 6px;\n            margin-top: 10px;\n            text-align: center;\n            border: 1px solid rgba(255, 107, 107, 0.3);\n        }\n\n        @media (max-width: 600px) {\n            .friction-calculator {\n                margin: 10px;\n                padding: 20px;\n            }\n            \n            .calculator-title {\n                font-size: 20px;\n            }\n            \n            .input-field {\n                font-size: 14px;\n            }\n            \n            .calculate-btn {\n                font-size: 16px;\n            }\n        }\n    <\/style>\n\n\n    <div class=\"friction-calculator\">\n        <div class=\"calculator-content\">\n\n            \n            <div class=\"input-group\">\n                <label for=\"mass\" class=\"input-label\">Mass (kg)<\/label>\n                <input type=\"number\" id=\"mass\" class=\"input-field\" placeholder=\"Enter mass in kg\" step=\"0.01\">\n            <\/div>\n            \n            <div class=\"input-group\">\n                <label for=\"gravity\" class=\"input-label\">Acceleration of Gravity (m\/s\u00b2)<\/label>\n                <input type=\"number\" id=\"gravity\" class=\"input-field\" placeholder=\"Enter gravity (default: 9.81)\" step=\"0.01\" value=\"9.81\">\n            <\/div>\n            \n            <div class=\"input-group\">\n                <label for=\"coefficient\" class=\"input-label\">Friction Coefficient (\u03bc)<\/label>\n                <input type=\"number\" id=\"coefficient\" class=\"input-field\" placeholder=\"Enter friction coefficient\" step=\"0.01\" min=\"0\" max=\"2\">\n            <\/div>\n            \n            <button onclick=\"calculateFriction()\" class=\"calculate-btn\">Calculate Friction Force<\/button>\n            \n            <div class=\"formula-section\">\n                <div class=\"formula-title\">Formula Used:<\/div>\n                <div class=\"formula\">F = \u03bc \u00d7 m \u00d7 g<\/div>\n            <\/div>\n            \n            <div id=\"results\" class=\"result-section\" style=\"display: none;\">\n                <div class=\"result-title\">Friction Force Results<\/div>\n                <div id=\"newtons\" class=\"result-value\"><\/div>\n                <div id=\"pounds\" class=\"result-value\"><\/div>\n            <\/div>\n            \n            <div id=\"error\" class=\"error-message\" style=\"display: none;\"><\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function calculateFriction() {\n            \/\/ Get input values\n            const mass = parseFloat(document.getElementById('mass').value);\n            const gravity = parseFloat(document.getElementById('gravity').value);\n            const coefficient = parseFloat(document.getElementById('coefficient').value);\n            \n            \/\/ Clear previous results and errors\n            document.getElementById('results').style.display = 'none';\n            document.getElementById('error').style.display = 'none';\n            \n            \/\/ Validate inputs\n            if (isNaN(mass) || isNaN(gravity) || isNaN(coefficient)) {\n                showError('Please enter valid numbers for all fields.');\n                return;\n            }\n            \n            if (mass <= 0) {\n                showError('Mass must be greater than zero.');\n                return;\n            }\n            \n            if (gravity <= 0) {\n                showError('Acceleration of gravity must be greater than zero.');\n                return;\n            }\n            \n            if (coefficient < 0) {\n                showError('Friction coefficient cannot be negative.');\n                return;\n            }\n            \n            \/\/ Calculate friction force: F = \u03bc \u00d7 m \u00d7 g\n            const frictionForceNewtons = coefficient * mass * gravity;\n            \n            \/\/ Convert to pounds-force (1 N = 0.224809 lbf)\n            const frictionForcePounds = frictionForceNewtons * 0.224809;\n            \n            \/\/ Display results\n            document.getElementById('newtons').innerHTML = \n                `<strong>${frictionForceNewtons.toFixed(2)} N<\/strong>`;\n            document.getElementById('pounds').innerHTML = \n                `<strong>${frictionForcePounds.toFixed(2)} lbf<\/strong>`;\n            \n            document.getElementById('results').style.display = 'block';\n        }\n        \n        function showError(message) {\n            document.getElementById('error').textContent = message;\n            document.getElementById('error').style.display = 'block';\n        }\n        \n        \/\/ Allow Enter key to trigger calculation\n        document.addEventListener('keypress', function(event) {\n            if (event.key === 'Enter') {\n                calculateFriction();\n            }\n        });\n        \n        \/\/ Add some visual feedback when typing\n        const inputs = document.querySelectorAll('.input-field');\n        inputs.forEach(input => {\n            input.addEventListener('input', function() {\n                document.getElementById('results').style.display = 'none';\n                document.getElementById('error').style.display = 'none';\n            });\n        });\n    <\/script>\n\n\n\n<h2><strong>Coefficient of Friction Table<\/strong><\/h2>\n\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>Coefficient of Friction Table<\/title>\n    <style>\n        .friction-container {\n            font-family: Arial, sans-serif;\n            max-width: 1000px;\n            margin: 20px auto;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n        }\n        \n        .friction-container h1 {\n            color: #333;\n            text-align: center;\n            margin-bottom: 10px;\n            font-size: 24px;\n        }\n        \n        .friction-container .subtitle {\n            text-align: center;\n            color: #666;\n            margin-bottom: 20px;\n            font-style: italic;\n        }\n        \n        .friction-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 6px;\n            overflow: hidden;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .friction-table th {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 12px 8px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 14px;\n        }\n        \n        .friction-table td {\n            padding: 10px 8px;\n            border-bottom: 1px solid #eee;\n            font-size: 13px;\n        }\n        \n        .friction-table tr:hover {\n            background-color: #f5f5f5;\n        }\n        \n        .friction-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .material-col {\n            font-weight: 500;\n            color: #333;\n            width: 35%;\n        }\n        \n        .static-col, .kinetic-col {\n            text-align: center;\n            width: 15%;\n            font-family: monospace;\n            color: #2c3e50;\n        }\n        \n        .notes-col {\n            color: #666;\n            font-size: 12px;\n            width: 35%;\n        }\n        \n        .high-friction {\n            background-color: #ffebee;\n        }\n        \n        .medium-friction {\n            background-color: #fff3e0;\n        }\n        \n        .low-friction {\n            background-color: #e8f5e8;\n        }\n        \n        .friction-container .legend {\n            margin-top: 15px;\n            padding: 10px;\n            background: white;\n            border-radius: 4px;\n            font-size: 12px;\n        }\n        \n        .legend-item {\n            display: inline-block;\n            margin-right: 20px;\n            margin-bottom: 5px;\n        }\n        \n        .legend-color {\n            display: inline-block;\n            width: 12px;\n            height: 12px;\n            margin-right: 5px;\n            border-radius: 2px;\n            vertical-align: middle;\n        }\n        \n        @media (max-width: 768px) {\n            .friction-container {\n                margin: 10px;\n                padding: 15px;\n            }\n            \n            .friction-table {\n                font-size: 11px;\n            }\n            \n            .friction-table th, .friction-table td {\n                padding: 8px 4px;\n            }\n            \n            .notes-col {\n                font-size: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"friction-container\">\n               <p class=\"subtitle\">Common Material Combinations (Dry Conditions at Room Temperature)<\/p>\n        \n        <table class=\"friction-table\">\n            <thead>\n                <tr>\n                    <th class=\"material-col\">Material Combination<\/th>\n                    <th class=\"static-col\">Static (\u03bc\u209b)<\/th>\n                    <th class=\"kinetic-col\">Kinetic (\u03bc\u2096)<\/th>\n                    <th class=\"notes-col\">Notes<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Rubber on Dry Concrete<\/td>\n                    <td class=\"static-col\">\u2014<\/td>\n                    <td class=\"kinetic-col\">0.6-0.85<\/td>\n                    <td class=\"notes-col\">Tire applications, high grip<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Rubber on Wet Concrete<\/td>\n                    <td class=\"static-col\">\u2014<\/td>\n                    <td class=\"kinetic-col\">0.45-0.75<\/td>\n                    <td class=\"notes-col\">Reduced friction when wet<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Rubber on Dry Asphalt<\/td>\n                    <td class=\"static-col\">0.9<\/td>\n                    <td class=\"kinetic-col\">0.5-0.8<\/td>\n                    <td class=\"notes-col\">Car tires, temperature dependent<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Rubber on Wet Asphalt<\/td>\n                    <td class=\"static-col\">\u2014<\/td>\n                    <td class=\"kinetic-col\">0.25-0.75<\/td>\n                    <td class=\"notes-col\">Significant reduction when wet<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Rubber on Rubber<\/td>\n                    <td class=\"static-col\">1.16<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Very high static friction<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Steel on Steel (Clean)<\/td>\n                    <td class=\"static-col\">0.5-0.8<\/td>\n                    <td class=\"kinetic-col\">0.42<\/td>\n                    <td class=\"notes-col\">Dry, clean surfaces<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Steel on Steel (Grease)<\/td>\n                    <td class=\"static-col\">0.16<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Lubricated surfaces<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Steel on Steel (Oil)<\/td>\n                    <td class=\"static-col\">0.11-0.23<\/td>\n                    <td class=\"kinetic-col\">0.081-0.084<\/td>\n                    <td class=\"notes-col\">Various oil types (castor, mineral, lard)<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Aluminum on Aluminum (Clean)<\/td>\n                    <td class=\"static-col\">1.05-1.35<\/td>\n                    <td class=\"kinetic-col\">0.4<\/td>\n                    <td class=\"notes-col\">High friction when clean<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Aluminum on Aluminum (Lubricated)<\/td>\n                    <td class=\"static-col\">0.3<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Significantly reduced with lubrication<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Aluminum on Mild Steel<\/td>\n                    <td class=\"static-col\">0.61<\/td>\n                    <td class=\"kinetic-col\">0.47<\/td>\n                    <td class=\"notes-col\">Common engineering combination<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Cast Iron on Cast Iron<\/td>\n                    <td class=\"static-col\">1.1<\/td>\n                    <td class=\"kinetic-col\">0.15<\/td>\n                    <td class=\"notes-col\">High static, low kinetic friction<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Cast Iron on Cast Iron (Grease)<\/td>\n                    <td class=\"static-col\">\u2014<\/td>\n                    <td class=\"kinetic-col\">0.07<\/td>\n                    <td class=\"notes-col\">Machine tool applications<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Cast Iron on Steel<\/td>\n                    <td class=\"static-col\">0.4<\/td>\n                    <td class=\"kinetic-col\">0.23<\/td>\n                    <td class=\"notes-col\">Common in machinery<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Copper on Copper<\/td>\n                    <td class=\"static-col\">1.6<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Extremely high static friction<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Copper on Copper (Grease)<\/td>\n                    <td class=\"static-col\">0.08<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Lubricated copper surfaces<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Copper on Steel<\/td>\n                    <td class=\"static-col\">0.53<\/td>\n                    <td class=\"kinetic-col\">0.36<\/td>\n                    <td class=\"notes-col\">Electrical contacts, bearings<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Copper on Cast Iron<\/td>\n                    <td class=\"static-col\">1.05<\/td>\n                    <td class=\"kinetic-col\">0.29<\/td>\n                    <td class=\"notes-col\">High static friction combination<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Copper on Glass<\/td>\n                    <td class=\"static-col\">0.68<\/td>\n                    <td class=\"kinetic-col\">0.53<\/td>\n                    <td class=\"notes-col\">Metal on glass interface<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Brass on Steel (Clean)<\/td>\n                    <td class=\"static-col\">0.51<\/td>\n                    <td class=\"kinetic-col\">0.44<\/td>\n                    <td class=\"notes-col\">Bearing applications<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Brass on Steel (Lubricated)<\/td>\n                    <td class=\"static-col\">0.11-0.19<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">With grease or castor oil<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Glass on Glass (Clean)<\/td>\n                    <td class=\"static-col\">0.9-1.0<\/td>\n                    <td class=\"kinetic-col\">0.4<\/td>\n                    <td class=\"notes-col\">Clean, dry surfaces<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Glass on Glass (Grease)<\/td>\n                    <td class=\"static-col\">0.1-0.6<\/td>\n                    <td class=\"kinetic-col\">0.09-0.12<\/td>\n                    <td class=\"notes-col\">Lubricated glass surfaces<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Glass on Metal<\/td>\n                    <td class=\"static-col\">0.5-0.7<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Clean surfaces<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Glass on Metal (Grease)<\/td>\n                    <td class=\"static-col\">0.2-0.3<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Lubricated interfaces<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Iron on Iron<\/td>\n                    <td class=\"static-col\">1.0<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Pure iron surfaces<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Iron on Iron (Grease)<\/td>\n                    <td class=\"static-col\">0.15-0.20<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Lubricated iron surfaces<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Nickel on Nickel<\/td>\n                    <td class=\"static-col\">0.7-1.1<\/td>\n                    <td class=\"kinetic-col\">0.53<\/td>\n                    <td class=\"notes-col\">Clean nickel surfaces<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Nickel on Nickel (Grease)<\/td>\n                    <td class=\"static-col\">0.28<\/td>\n                    <td class=\"kinetic-col\">0.12<\/td>\n                    <td class=\"notes-col\">Lubricated nickel surfaces<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Silver on Silver<\/td>\n                    <td class=\"static-col\">1.4<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Clean precious metal surfaces<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Silver on Silver (Grease)<\/td>\n                    <td class=\"static-col\">0.55<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Lubricated silver contacts<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Platinum on Platinum<\/td>\n                    <td class=\"static-col\">1.2<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Precious metal contacts<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Platinum on Platinum (Grease)<\/td>\n                    <td class=\"static-col\">0.25<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Lubricated platinum surfaces<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Wood on Wood (Clean)<\/td>\n                    <td class=\"static-col\">0.25-0.5<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Varies with grain direction<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Wood on Wood (Wet)<\/td>\n                    <td class=\"static-col\">0.2<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Moisture reduces friction<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Oak on Oak (Parallel grain)<\/td>\n                    <td class=\"static-col\">0.62<\/td>\n                    <td class=\"kinetic-col\">0.48<\/td>\n                    <td class=\"notes-col\">Wood grain parallel<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Oak on Oak (Cross grain)<\/td>\n                    <td class=\"static-col\">0.54<\/td>\n                    <td class=\"kinetic-col\">0.32<\/td>\n                    <td class=\"notes-col\">Wood grain perpendicular<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Wood on Clean Metal<\/td>\n                    <td class=\"static-col\">0.2-0.6<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Construction applications<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Wood on Wet Metal<\/td>\n                    <td class=\"static-col\">0.2<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Moisture present<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Wood on Concrete<\/td>\n                    <td class=\"static-col\">0.62<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Construction interface<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Wood on Brick<\/td>\n                    <td class=\"static-col\">0.6<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Building materials<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Leather on Oak<\/td>\n                    <td class=\"static-col\">0.61<\/td>\n                    <td class=\"kinetic-col\">0.52<\/td>\n                    <td class=\"notes-col\">Belt drive applications<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Leather on Metal<\/td>\n                    <td class=\"static-col\">0.4-0.6<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Belt drives, brake applications<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Leather on Cast Iron<\/td>\n                    <td class=\"static-col\">0.6<\/td>\n                    <td class=\"kinetic-col\">0.56<\/td>\n                    <td class=\"notes-col\">Industrial belt systems<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Ice on Ice (0\u00b0C)<\/td>\n                    <td class=\"static-col\">0.1<\/td>\n                    <td class=\"kinetic-col\">0.02<\/td>\n                    <td class=\"notes-col\">Forms water film<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Ice on Ice (-12\u00b0C)<\/td>\n                    <td class=\"static-col\">0.3<\/td>\n                    <td class=\"kinetic-col\">0.035<\/td>\n                    <td class=\"notes-col\">Temperature dependent<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Ice on Ice (-80\u00b0C)<\/td>\n                    <td class=\"static-col\">0.5<\/td>\n                    <td class=\"kinetic-col\">0.09<\/td>\n                    <td class=\"notes-col\">Very cold conditions<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Ice on Wood<\/td>\n                    <td class=\"static-col\">0.05<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Very low friction<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Ice on Steel<\/td>\n                    <td class=\"static-col\">0.03<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Extremely low friction<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">PTFE on PTFE<\/td>\n                    <td class=\"static-col\">0.04<\/td>\n                    <td class=\"kinetic-col\">0.04<\/td>\n                    <td class=\"notes-col\">Teflon on Teflon<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">PTFE on Steel<\/td>\n                    <td class=\"static-col\">0.05-0.2<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Non-stick coating applications<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Waxed Wood on Snow (Wet 0\u00b0C)<\/td>\n                    <td class=\"static-col\">0.14<\/td>\n                    <td class=\"kinetic-col\">0.1<\/td>\n                    <td class=\"notes-col\">Skiing conditions<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Waxed Wood on Snow (Dry)<\/td>\n                    <td class=\"static-col\">\u2014<\/td>\n                    <td class=\"kinetic-col\">0.04<\/td>\n                    <td class=\"notes-col\">Optimal skiing conditions<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Ski Wax on Snow (Wet 0\u00b0C)<\/td>\n                    <td class=\"static-col\">0.1<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Wet snow conditions<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Ski Wax on Snow (Dry 0\u00b0C)<\/td>\n                    <td class=\"static-col\">0.04<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Dry powder snow<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Ski Wax on Snow (Dry -10\u00b0C)<\/td>\n                    <td class=\"static-col\">0.2<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Cold, dry snow<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Nylon on Nylon<\/td>\n                    <td class=\"static-col\">0.15-0.25<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Plastic on plastic<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Nylon on Steel<\/td>\n                    <td class=\"static-col\">0.4<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Plastic bearing applications<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Polyethylene on Polyethylene<\/td>\n                    <td class=\"static-col\">0.2<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Low friction plastic<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Polyethylene on Steel<\/td>\n                    <td class=\"static-col\">0.2<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Consistent with\/without grease<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Polystyrene on Polystyrene<\/td>\n                    <td class=\"static-col\">0.5<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Consistent with\/without grease<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Polystyrene on Steel<\/td>\n                    <td class=\"static-col\">0.3-0.35<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Plastic on metal interface<\/td>\n                <\/tr>\n                <tr class=\"high-friction\">\n                    <td class=\"material-col\">Plexiglas on Plexiglas<\/td>\n                    <td class=\"static-col\">0.8<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Acrylic plastic surfaces<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Plexiglas on Steel<\/td>\n                    <td class=\"static-col\">0.4-0.5<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Consistent with\/without grease<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Graphite on Steel<\/td>\n                    <td class=\"static-col\">0.1<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Solid lubricant<\/td>\n                <\/tr>\n                <tr class=\"low-friction\">\n                    <td class=\"material-col\">Graphite on Graphite<\/td>\n                    <td class=\"static-col\">0.1<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Self-lubricating material<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Graphite on Graphite (Vacuum)<\/td>\n                    <td class=\"static-col\">0.5-0.8<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Higher friction without air\/moisture<\/td>\n                <\/tr>\n                <tr class=\"medium-friction\">\n                    <td class=\"material-col\">Tungsten Carbide on Steel<\/td>\n                    <td class=\"static-col\">0.4-0.6<\/td>\n                    <td class=\"kinetic-col\">\u2014<\/td>\n                    <td class=\"notes-col\">Hard material applications<\/td>\n                <\/tr>\n                      <\/table>\n        \n        <div class=\"legend\">\n            <strong>Friction Level Guide:<\/strong><br>\n            <div class=\"legend-item\">\n                <span class=\"legend-color\" style=\"background-color: #e8f5e8;\"><\/span>\n                Low Friction (\u03bc < 0.3)\n            <\/div>\n            <div class=\"legend-item\">\n                <span class=\"legend-color\" style=\"background-color: #fff3e0;\"><\/span>\n                Medium Friction (0.3 \u2264 \u03bc < 0.7)\n            <\/div>\n            <div class=\"legend-item\">\n                <span class=\"legend-color\" style=\"background-color: #ffebee;\"><\/span>\n                High Friction (\u03bc \u2265 0.7)\n            <\/div>\n            <br><br>\n            <strong>Note:<\/strong> Values are approximate and can vary significantly based on surface conditions, temperature, humidity, load, and material quality. Always consult specific material data for critical applications.\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<h2><strong>Coefficient of Friction Equation\/Formula<\/strong><\/h2>\n\n\n\n<p>The <strong>coefficient of friction (\u03bc)<\/strong> is a dimensionless value that describes the resistance to sliding between two surfaces. It is calculated using a simple formula:<\/p>\n\n\n\n<p><strong>\u03bc = F\u2093 \/ F\u2099<\/strong><\/p>\n\n\n\n<p>Where:<\/p>\n\n\n\n<ul><li><strong>\u03bc<\/strong> = coefficient of friction<\/li><li><strong>F\u2093<\/strong> = frictional force (in newtons or pounds)<\/li><li><strong>F\u2099<\/strong> = normal force (the force perpendicular to the surfaces in contact)<\/li><\/ul>\n\n\n\n<p>The frictional force is the force resisting motion between surfaces, while the normal force is typically the object\u2019s weight or any force pressing the surfaces together. By dividing the frictional force by the normal force, this equation gives you a value that helps predict how difficult it will be to slide one material across another.<\/p>\n\n\n\n<p>There are two types of friction coefficients commonly used:<\/p>\n\n\n\n<ul><li>Static coefficient of friction (\u03bc\u209b): Used when the object is at rest and just about to start moving.<\/li><li>Kinetic coefficient of friction (\u03bc\u2096): Used once the object is already in motion.<\/li><\/ul>\n\n\n\n<p><strong>Example:<\/strong><br>If it takes 10 N of force to start moving an object that weighs 20 N, then:<br>\u03bc = 10 \/ 20 = 0.5<\/p>\n\n\n\n<h2><strong>Parting Thoughts<\/strong><\/h2>\n\n\n\n<p>If you have questions about selecting the right materials or tackling a specific design challenge, our team of product experts and engineers is here to help. <a href=\"https:\/\/us.misumi-ec.com\/\" title=\"\">MISUMI USA<\/a> offers a wide range of industrial and automation components\u2014including aluminum extrusions, linear shafts, and metal materials\u2014to support your manufacturing needs. Be sure to explore our extensive catalog, and don\u2019t forget to visit the <a href=\"https:\/\/us.misumi-ec.com\/blog\/\" title=\"\">MechLab Blog<\/a> for more helpful resources. You\u2019ll find data-driven tools like our <a href=\"https:\/\/us.misumi-ec.com\/blog\/thermal-expansion-coefficients\/\" title=\"\">Linear Thermal Expansion Coefficient Chart<\/a>, <a href=\"https:\/\/us.misumi-ec.com\/blog\/metal-melting-points\/\" title=\"\">Metal Melting Points Chart<\/a>, and other technical calculators to support your next project.<\/p>\n\n\n\n<p>Author:&nbsp;<a href=\"https:\/\/us.misumi-ec.com\/blog\/author\/sbredemann\/\">Scott Bredemann<\/a>&nbsp;| Updated: 8\/15\/2025<\/p>\n\n\n\n<p class=\"has-small-font-size\"><strong>Disclaimer:<\/strong><br>The content on this webpage is for informational purposes only. MISUMI makes no guarantees, expressed or implied, regarding the accuracy, completeness, or validity of the information. Performance parameters, tolerances, designs, materials, or processes should not be assumed to reflect third-party suppliers\u2019 or manufacturers\u2019 deliverables within MISUMI\u2019s network. Buyers are responsible for specifying their part requirements<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Understanding the coefficient of friction can help greatly when selecting materials for mechanical design, whether you&#8217;re working with metals, plastics, or composites. Engineers often reference a friction coefficient chart or a coefficient of friction table to determine how different surfaces interact under load. For example, the coefficient of friction steel on steel can vary depending on surface finish and lubrication, [&hellip;]<\/p>\n","protected":false},"author":70,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/pages\/15330"}],"collection":[{"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/users\/70"}],"replies":[{"embeddable":true,"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/comments?post=15330"}],"version-history":[{"count":5,"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/pages\/15330\/revisions"}],"predecessor-version":[{"id":15348,"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/pages\/15330\/revisions\/15348"}],"wp:attachment":[{"href":"https:\/\/us.misumi-ec.com\/blog\/wp-json\/wp\/v2\/media?parent=15330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}