Belt Drive Calculator
Calculate belt length, speed ratio, belt tensions, and required belt width for V-belt and flat-belt drives
This free online belt drive calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Supports both metric (SI) and imperial units with built-in unit selection dropdowns on every input field, so you can work in whatever units your problem provides. Designed for engineering students and professionals working through coursework, design projects, or quick reference calculations.
Belt Drive Calculator
Calculate belt length, speed ratio, angle of wrap, and belt tensions for open belt drive systems.
Formulas
Flat rubber: 0.3–0.5 | V-belt: 0.5–0.7
Belt Geometry
Belt Length L
2.3139 m
Speed Ratio i
2.0000
Wrap Angle (small pulley)
169.24°
= 2.9538 rad
Driven Speed n₂
750.0 RPM
Belt Speed v
23.562 m/s
Belt Tensions
Tight Side F₁
361.0 N
Slack Side F₂
148.8 N
Effective F_e = F₁−F₂
212.2 N
Belt Tension Ratio vs Wrap Angle (F₁/F₂ = e^(μθ))
Tip: hover to read values, click to pin a point for export
Design Rule: Center Distance
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Belt Drive Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Belt Drive Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
Formula Reference
Open Belt Length (second-order approximation)
L = 2·C + (π/2)·(D₁ + D₂) + (D₁ − D₂)² / (4·C)
Variables: L = belt pitch length (m); C = centre distance between shaft axes (m); D₁ = driver pulley pitch diameter (m); D₂ = driven pulley pitch diameter (m). This is the standard second-order approximation to the exact open-belt length, not the exact closed form. Verified error is 2.2×10⁻⁴ % at the tool's defaults and 0.02 % at the design-rule minimum C = (D₁ + D₂)/2, so it is accurate to far better than 0.1 % over the whole recommended range (D₁ + D₂)/2 ≤ C ≤ 3·(D₁ + D₂) that the tool prints as its centre-distance design rule. Source: Shigley's Mechanical Engineering Design, 10th ed., Ch. 17-3 'V Belts' (approximate pitch-length / centre-distance relation); the same approximation for open flat-belt drives appears in Khurmi & Gupta, Theory of Machines, ch. 'Belt, Rope and Chain Drives'. Note that Shigley's flat-belt section (17-2) instead gives the exact form L = √(4·C² − (D₁ − D₂)²) + (D₁·θ_large + D₂·θ_small)/2.
Angles of Wrap (open drive)
θ_w = π − 2·asin( (D₁ − D₂) / (2·C) ) | ← what the tool evaluates and labels 'small pulley' | Correct general form: | θ_small = π − 2·asin( |D₁ − D₂| / (2·C) ) | and | θ_large = π + 2·asin( |D₁ − D₂| / (2·C) ) | with | θ_small + θ_large = 2·π
Variables: θ_w = the wrap angle the tool computes and uses (rad; also displayed in degrees); θ_small = angle of wrap on the SMALLER pulley (rad); θ_large = angle of wrap on the LARGER pulley (rad); D₁ = driver pulley diameter (m); D₂ = driven pulley diameter (m); C = centre distance (m). The asin argument is dimensionless and is clamped to −1…+1 in the code. IMPORTANT: the tool omits the absolute value, so θ_w equals θ_small only when D₁ ≥ D₂. For a speed reducer (driver smaller than driven, D₁ < D₂ — the common case) θ_w is the LARGER pulley's wrap, mislabelled. Worked check at D₁ = 0.15 m, D₂ = 0.30 m, C = 0.8 m: the tool displays 190.76° as the 'small pulley' wrap when the true small-pulley wrap is 169.24°. The design note recommends θ_small ≥ 120°. Source: Shigley's Mechanical Engineering Design, 10th ed., Ch. 17-2 'Flat- and Round-Belt Drives' (open-belt contact angles θ_d on the small sheave and θ_D on the large sheave)
Capstan (Eytelwein) Tension Ratio and Belt Tensions
F₁ / F₂ = e^(μ·θ_w) | F_e = P / v = F₁ − F₂ | F₁ = F_e · e^(μ·θ_w) / (e^(μ·θ_w) − 1) | F₂ = F₁ / e^(μ·θ_w)
Variables: F₁ = tight-side tension (N); F₂ = slack-side tension (N); F_e = effective (net driving) tension (N); μ = belt-to-pulley coefficient of friction (dimensionless; 0.3–0.5 for flat rubber); θ_w = the wrap angle the tool computes (rad — see the wrap-angle entry; slip is governed by the SMALLER pulley's wrap, which θ_w only equals when D₁ ≥ D₂); P = transmitted power (W); v = belt linear speed (m/s). The product μ·θ_w is dimensionless because θ_w is in radians. Two limits of this model: (a) it is the FLAT-belt exponent, so a V-belt requires the effective friction μ/sin(β/2) with β = groove angle (deg) — entering the 0.5–0.7 V-belt μ that the input helper text suggests under-predicts the tension ratio and over-predicts F₁; (b) centrifugal tension is neglected, the full relation being (F₁ − F_c)/(F₂ − F_c) = e^(μ·θ_small) with F_c = m′·v² (F_c in N, m′ = belt mass per unit length in kg/m), which is non-conservative above roughly 20–25 m/s — the tool's own defaults already sit at v = 23.56 m/s. Source: Shigley's Mechanical Engineering Design, 10th ed., Ch. 17-2 'Flat- and Round-Belt Drives' (belt-tension relations including centrifugal tension); the underlying capstan relation is the Euler–Eytelwein equation
Belt Speed and Speed Ratio
v = π · D₁ · n₁ / 60 | Correct kinematics (equal surface speeds): | n₁ · D₁ = n₂ · D₂ | → | n₂ = n₁ · D₁ / D₂ | The tool instead evaluates | i = D₁ / D₂ | and | n₂ = n₁ / i = n₁ · D₂ / D₁
Variables: v = belt linear speed (m/s); D₁ = driver pulley pitch diameter (m); D₂ = driven pulley pitch diameter (m); n₁ = driver shaft speed (rev/min); n₂ = driven shaft speed (rev/min); i = the ratio the tool displays as 'Speed Ratio i' (dimensionless) — it is the DIAMETER ratio D₁/D₂, not a speed ratio. The belt-speed result v is correct and is what drives F_e, F₁ and F₂, so only the displayed n₂ is affected. The displayed n₂ is wrong by a factor (D₁/D₂)²: at the shipped defaults (D₁ = 0.3 m, D₂ = 0.15 m, n₁ = 1500 rev/min) the tool reports 750 rev/min where the correct value is 3000 rev/min. Source: Shigley's Mechanical Engineering Design, 10th ed., Ch. 17-2 'Flat- and Round-Belt Drives' (belt-drive kinematics and belt velocity, V = π·d·n/60 in SI units)
When to Use This Calculator
- •Use the Belt Drive Calculator when solving homework or exam problems that require quick numerical verification of your hand calculations — instant feedback helps identify arithmetic errors before they propagate.
- •Use it during the early design phase to rapidly iterate on parameters and narrow down feasible configurations before committing time to detailed finite element simulations or full design packages.
- •Use it when reviewing a colleague's calculation or checking a vendor's data sheet for plausibility — a quick sanity check can prevent costly downstream errors.
- •Use it to generate reference data for a technical report or presentation without manual computation, ensuring consistent, reproducible numbers throughout the document.
- •Use it in the field when a quick estimate is needed and a full engineering software package is not available.
About This Calculator
The Belt Drive Calculator is a precision engineering calculation tool designed for students, engineers, and technical professionals. Calculate belt length, speed ratio, belt tensions, and required belt width for V-belt and flat-belt drives All calculations are performed using established engineering formulas from the relevant scientific literature and standards. Inputs support both metric (SI) and imperial unit systems, with unit conversion handled automatically — simply select your preferred unit from the dropdown next to each field. Results are computed instantly in the browser without sending data to a server, ensuring both speed and privacy. This calculator is intended as a supplementary tool for learning and design exploration; always verify results against authoritative references for safety-critical applications.
The Theory Behind It
V-belt and flat-belt drives transmit power between two pulleys by friction. The driver pulley pulls one side of the belt (tight side, T₁), while the other side (slack side, T₂) returns. The power transmitted is P = (T₁ − T₂)·V, where V is belt velocity. The ratio T₁/T₂ = e^(μ·θ) for flat belts or e^(μ·θ/sin(β)) for V-belts, where μ is the friction coefficient, θ is the wrap angle on the smaller pulley, and β is the V-belt wedge angle (typically 17°-19° half-angle). V-belts have much higher ratios than flat belts for the same μ because the wedge action increases effective friction. Belt length L = 2C + (π/2)(D₁ + D₂) + (D₁ − D₂)²/(4C), where C is center distance and D₁, D₂ are pulley diameters — the formula is an approximation valid when C > D₁/2 + D₂/2. Belt speed V = π·D·N/60 (D in meters, N in RPM, V in m/s). Design selects belt cross-section and count based on power rating tables published by belt manufacturers (Gates, Optibelt, etc.), accounting for service factors (1.0-1.8 depending on duty cycle). Maximum belt speed is typically 20-30 m/s for conventional V-belts and 50+ m/s for modern ribbed and aramid-reinforced belts.
Real-World Applications
- •Industrial power transmission from motor to driven machinery (fans, pumps, compressors, blowers, conveyors).
- •Automotive accessory drives: serpentine belts drive alternator, water pump, power steering pump, AC compressor from the engine crankshaft.
- •Agricultural equipment: combine harvester, tractor PTO, and grain elevator power transmission via heavy-duty V-belts.
- •Home appliances: washing machines, dryers, vacuum cleaners, and some lawn mowers use belt drives for quiet operation and shock absorption.
- •Machine tools: mill spindles, lathe motors, and drill press motors traditionally used belt drives for variable speeds via multi-step pulleys.
Frequently Asked Questions
What's the formula for belt power transmission?
P = (T₁ − T₂)·V, where T₁ is tight-side tension, T₂ is slack-side tension, and V is belt linear velocity. The tension difference does the work; doubling the difference doubles the power for the same belt speed. For a given belt, the maximum power is limited by the strength of the belt and the friction between belt and pulley.
Why are V-belts used instead of flat belts?
V-belts wedge into the groove of the pulley, creating higher effective friction than flat belts. The effective friction coefficient is μ/sin(β), where β is the V-belt half-angle (about 17-19°). For sin(17°) ≈ 0.29, the effective friction is about 3.4× the actual friction coefficient. This allows V-belts to transmit more power with less belt tension, reducing bearing loads.
How do I calculate the speed ratio?
Speed ratio = driven pulley RPM / driver pulley RPM = driver diameter / driven diameter. A 100 mm driver and 300 mm driven gives ratio = 100/300 = 0.33 (the driven pulley runs at 33% of driver speed). The larger pulley always turns slower. Power is approximately conserved across the drive (torque × speed is equal on both sides, minus friction losses).
What's the wrap angle?
Wrap angle θ is the angle over which the belt contacts the pulley (in radians). For pulleys of different diameters, the wrap angle on the smaller pulley is less than 180°. Formula: θ_small = π − 2·asin((D_large − D_small)/(2C)). Smaller wrap angles reduce power capacity because there is less contact area for friction. Idler pulleys can increase wrap angle if needed.
What's a typical belt lifespan?
Properly selected and tensioned V-belts last 3,000-10,000 hours under industrial duty. Harsh conditions (high temperature, contamination, mis-alignment) reduce life to 1,000-3,000 hours. Premature failure is usually from improper tensioning (too loose causes slippage, too tight causes bearing wear and belt fatigue), mis-alignment, or wrong belt selection for the service. Maintenance programs include quarterly tension checks and annual replacement for critical applications.
Related Calculators
Shaft Design Calculator
Design solid and hollow shafts under combined bending and torsion using ASME distortion energy criteria
Bearing Life Calculator
Calculate L10 bearing life in revolutions and hours for ball and roller bearings using basic dynamic load rating
Helical Spring Design Calculator
Calculate spring rate, deflection, and shear stress with Wahl correction factor for helical compression springs
Bolt Preload Calculator
Calculate bolt preload, torque requirements, and joint clamping force using the torque-tension relationship T = KFd
Weld Strength Calculator
Calculate allowable load and factor of safety for fillet and butt welds under shear, tension, and bending loads
Key and Keyway Calculator
Calculate shear and compressive stress in shaft keys and look up standard ANSI key sizes by shaft diameter
References & Further Reading
Wikipedia
Embed this calculator on your site
Paste this snippet into your blog, course page, or documentation to drop a live, interactive Belt Drive Calculator into your page.
Free to embed — includes a link back to MegaCalc.