planetary gearbox inertia matching ratio calculation servo motor reflected load Korea Ever-Power

Engineering Reference · J_ratio · Optimal Ratio · Servo Bandwidth · Calculation Guide

Planetary Gearbox Inertia Matching —
Gear Ratio Selection for Servo Performance

Every Korean servo engineer knows that inertia ratio matters — but few have a systematic method for calculating it across all three drive topologies (direct coupling, belt drive, rack and pinion) and using it to select the optimal gear ratio. A mismatched inertia ratio does not usually cause immediate failure: it causes servo instability, limits achievable bandwidth, and forces the control engineer to detune the gains — permanently capping machine throughput below the hardware’s potential.

View EP-AB Precision Series →

Why Inertia Ratio Controls Servo Performance — The Physics Behind the Rule

Every planetary gearbox inertia matching guide and servo motion control textbook states a rule: keep the load-to-motor inertia ratio below a target value — commonly cited as 5:1, 10:1, or 30:1 depending on the source. Korean engineers who follow this rule without understanding its physical origin often apply it incorrectly — choosing targets that are either too conservative (forcing an unnecessarily large gearbox) or too permissive (accepting instability they cannot tune away).

The physical origin of the inertia ratio limit is the servo control loop’s ability to reject torque disturbances. Consider a servo motor driving a load through a gearbox. The motor encoder measures motor shaft position; the servo controller computes a torque command to correct position error. When an external disturbance torque acts on the load — a cutting force, an impact, a sudden friction change — the motor must produce a corrective torque to restore the commanded position. The speed at which the motor can detect and correct the disturbance is the servo loop bandwidth.

THE INERTIA RATIO AND BANDWIDTH RELATIONSHIP

Motor equation of motion (at motor shaft, load reflected through i):

T_motor = (J_motor + J_load/i²) × α_motor + T_friction

Define: J_total = J_motor + J_load/i²
J_ratio = J_load_reflected / J_motor = (J_load/i²) / J_motor

Servo bandwidth ω_c (rad/s) — simplified open-loop:
ω_c ∝ K_p / J_total = K_p / [J_motor × (1 + J_ratio)]

→ Achievable bandwidth decreases as J_ratio increases
→ At J_ratio = 1: bandwidth = K_p / (2 × J_motor) — 50% of ideal
→ At J_ratio = 5: bandwidth = K_p / (6 × J_motor) — 17% of ideal
→ At J_ratio = 10: bandwidth = K_p / (11 × J_motor) — 9% of ideal

This bandwidth reduction limits how fast the servo can:
• Respond to position commands (limits acceleration profile steepness)
• Reject disturbances (limits stiffness against cutting/impact forces)
• Settle to target position (limits positioning time)

The inertia ratio rule is not a binary pass/fail threshold — it is a continuous performance trade-off. J_ratio = 3 does not mean “acceptable” and J_ratio = 4 mean “unacceptable.” It means that at J_ratio = 4, the achievable bandwidth is 20% of the single-inertia ideal, and at J_ratio = 3 it is 25%. Whether that 5 percentage point difference matters depends on the application’s required acceleration profile and disturbance rejection.

For planetary gearbox inertia matching in Korean industrial practice, the target J_ratio thresholds differ by application type. High-dynamic packaging and robot joint axes target J_ratio ≤ 3. General servo positioning axes accept ≤ 10. Speed-controlled drives (conveyors, screw rotation) are often comfortable at ≤ 30. The gear ratio selection problem is to find the ratio that places the reflected inertia within the appropriate J_ratio target for the application.

Reflected Inertia Calculations — Three Drive Topologies in One Reference

The reflected inertia formula differs for each drive topology — direct rotary coupling, linear motion via ball screw or rack-and-pinion, and belt or chain drive. Korean engineers working across different machine types frequently apply the rotary formula to a linear drive or forget to include the gearbox’s own inertia contribution. The following derivations cover all three topologies correctly.

① Direct rotary coupling — rotating load (turntable, joint)

J_load_reflected = J_load / i²

Total reflected inertia at motor:
J_total = J_motor + J_gearbox_input + J_load/i²

J_ratio = J_load_reflected / J_motor
= J_load / (i² × J_motor)

Note: J_gearbox_input is provided in
Korea Ever-Power EP datasheet (typically
5–15% of J_motor for standard servo motor)

Εφαρμογές: Robot joints (Art5), rotary tables, CNC B/C axis, IMM rotary table (Art19)

Key insight: J_ratio improves as i². Doubling the ratio reduces reflected inertia by 4×. This is why a 3:1 ratio reduces a 36:1 J_ratio to just 4:1 (= 36/3²).

② Linear motion — ball screw or rack-and-pinion (linear axis)

Ball screw: lead = L (m/rev of screw)
J_mass_at_screw = m × (L/2π)²

With gearbox ratio i (motor→screw):
J_mass_reflected = m × (L/2π)² / i²

Also include: J_screw = ½ × m_screw × r_screw²
J_screw_reflected = J_screw / i²

Rack-and-pinion (pinion on gearbox output):
J_mass_reflected = m × r_pinion² / i²
(m = total moving mass, r_pinion = pitch radius)

Εφαρμογές: CNC linear axes, gantry drives, IMM injection axis (Art19), packaging film pull (Art10)

Key insight: For linear motion, the load inertia depends on both machine mass AND the mechanism geometry (lead or pitch radius). A heavy machine table is not necessarily high inertia — a short lead ball screw dramatically reduces reflected inertia.

③ Belt or chain drive — reel or pulley load (film reel, conveyor)

Belt/chain moves load mass m at belt speed v_belt:
J_load_at_drive_pulley = m × r_pulley²

With gearbox ratio i (motor→drive pulley):
J_load_reflected = m × r_pulley² / i²

Also include rotating reel/drum:
J_reel = ½ × m_reel × r_reel²
J_reel_reflected = J_reel / i²

Variable reel radius (film depleting):
Calculate at r_full and r_empty;
worst case is r_full (maximum J)

Εφαρμογές: HFFS film reel (Art10), conveyor head drums (Art11), solar tracker film actuator (Art7)

Key insight: Film reels present the most extreme J_ratio variation — from near-zero (empty reel) to maximum (full reel). The system must be stable at both extremes. Gear ratio is chosen to keep the full-reel J_ratio at the target; the empty-reel condition is then motor-dominated and inherently stable.

Drive Topology J_load_reflected formula Scales as Worst-case condition
Rotary (direct) J_load / i² 1/i² Full load, maximum J_load
Ball screw linear m×(L/2π)² / i² 1/i² Maximum table/load mass
Rack and pinion m×r_pinion² / i² 1/i² Maximum carriage mass
Belt / film reel m×r_pul² / i² + J_reel/i² 1/i² Full reel radius, maximum load

The Optimal Gear Ratio for Inertia Matching — Derivation and Practical Application

There is a mathematically optimal gear ratio for a given motor and load — the ratio that minimises the total effective inertia seen by the servo control loop, producing the highest possible servo acceleration for a given motor torque. Korean servo engineers who know this formula can select their first-pass gear ratio analytically rather than iteratively.

OPTIMAL RATIO DERIVATION

Motor acceleration: α = T_motor / J_total
J_total = J_motor + J_gearbox + J_load/i²

Maximise α by minimising J_total with respect to i:
d(J_total)/di = -2×J_load/i³ + 0 = 0… wait,
this isn’t the right objective. The true objective:

Maximise load acceleration α_load = α_motor / i
= T_motor / [i × (J_motor + J_gearbox + J_load/i²)]

d(α_load)/di = 0 → solving:
i_optimal = √(J_load / (J_motor + J_gearbox))

At i_optimal: J_ratio = J_load/i² / J_motor ≈ 1.0
(reflected load inertia = motor inertia)

This gives J_ratio ≈ 1 at the optimal ratio —
the load appears to the motor as an equal mass.

The optimal ratio formula has a beautifully simple physical interpretation: the gear ratio that maximises load acceleration is the one that makes the reflected load inertia equal to the motor inertia. At this ratio, exactly half the motor torque accelerates the motor itself and half accelerates the load — a 50/50 split that is thermodynamically efficient and mechanically balanced.

In practice, i_optimal often falls between standard catalogue ratio steps. A Korean servo engineer who calculates i_optimal = 17.3 must choose between i = 15 and i = 20 from the catalogue. Both are acceptable — the inertia ratio varies only modestly across this range. The engineer should also verify that the chosen ratio delivers the required output speed at the motor’s rated RPM.

Korea Ever-Power application note:
For applications where the optimal ratio falls between standard EP-AB catalogue steps (e.g. i=20 and i=25), the EP-ADS series offers non-standard ratios (i=16, 21, 31, 61, 91) that more closely match the calculated optimum. For applications where exact inertia optimisation justifies the non-standard ratio, ADS avoids the need for VFD frequency adjustment to compensate for a ratio mismatch.
Korea Ever-Power EP planetary gearbox inertia matching optimal ratio servo motor

J_ratio Targets by Application Type
≤ 3:1 — High-dynamic servo (robot, packaging jaw, CNC rapid traverse)
≤ 5:1 — Standard precision servo (rotary table, conveyor servo)
≤ 10:1 — General positioning (indexer, general servo)
≤ 30:1 — Speed control only (conveyor, screw rotation)

The i² Law — Why a Small Ratio Change Has a Large Inertia Effect

The most important practical insight from the reflected inertia formula is the i² scaling: the reflected load inertia decreases with the square of the gear ratio. This makes gear ratio selection a far more powerful inertia management tool than changing the motor or moving hardware.

A Korean machine builder who is struggling with a J_ratio of 40:1 (servo tuning unstable, machine constantly hunting) does not need a larger motor — they need a higher gear ratio. Doubling the ratio from i=5 to i=10 reduces reflected inertia by 4×, dropping the J_ratio from 40:1 to 10:1. Doubling again to i=20 drops it to 2.5:1. These ratio changes cost almost nothing (stepping up one ratio in the same gearbox frame often has negligible price difference) but produce dramatic servo performance improvements.

Gear ratio i i² factor J_load_reflected (J_load = 100 kg·cm²) J_ratio (J_motor = 5 kg·cm²) Performance zone
i = 3 9 11.1 kg·cm² 2.2 : 1 ✅ Εξαιρετικό
i = 5 25 4.0 kg·cm² 0.8 : 1 ✅ Near-optimal
i = 10 100 1.0 kg·cm² 0.2 : 1 ✅ Motor-dominated
i = 2 (no gearbox) 4 25.0 kg·cm² 5.0 : 1 ⚠ Borderline
i = 1 (direct) 1 100 kg·cm² 20 : 1 ❌ Difficult to tune

Example: J_load = 100 kg·cm² (rotating turntable + part), J_motor = 5 kg·cm². i_optimal = √(100/5) = 4.47 → nearest standard ratio i=5 gives near-optimal J_ratio = 0.8:1.

The direct-drive trap:
Korean engineers who specify direct-drive (no gearbox, coupling only) to simplify machine design often end up with J_ratio of 10:1 to 30:1 — requiring very conservative servo gains that limit achievable acceleration. A small gear ratio (i=3 to i=5) dramatically improves the servo bandwidth without significantly limiting output speed, because the same motor at 3,000 rpm produces 1,000 rpm output at i=3 — adequate for most rotary table and robot joint applications. The “no gearbox = better performance” intuition is only correct when the load is inherently well-matched to the motor — a rare condition in practice.

Three Korean Application Case Studies — Complete Inertia Matching Calculations

Case 1

Korean HFFS Packaging — Film Reel Pull Axis

Problem: Film reel drive axis is unstable during deceleration at high speed. Motor: J_motor = 0.8 kg·cm². Full reel: Ø600mm, 25 kg (J_reel = 2,812 kg·cm²). Drive pulley r = 50 mm (J_pulley = 0.15 kg·cm²). Linear film mass 2 kg on belt. Current ratio: i = 5.

J_reel_reflected = J_reel / i² = 2,812 / 25 = 112.5 kg·cm²
J_pulley_reflected = 0.15 / 25 = 0.006 kg·cm²
J_mass_reflected = m × r² / i² = 2 × 50² / 25 = 200 kg·cm²
J_total_load_reflected = 112.5 + 0.006 + 200 = 312.5 kg·cm²
J_ratio = 312.5 / 0.8 = 390:1 ← severely mismatched

i_optimal = √(312.5 / 0.8) = √390.6 = 19.8 → use i = 20
At i = 20: J_ratio = 2,812/(400×0.8) + 2×50²/(400×0.8) = 8.8+31.3 = 40.1:1
Still high → i = 25: J_ratio = (2812+2×50²)/(625×0.8) = 7.7:1 ✓ acceptable

Solution: Upgrade from i=5 to i=25 (EP-AF090 P1 two-stage). J_ratio drops from 390:1 to 7.7:1 — within acceptable range for HFFS speed control. This result matches the Art10 recommendation and now shows the mathematical basis for that choice.

Case 2

Korean 5-Axis Machining Centre — Rotary B-Axis Table

Problem: Select optimal ratio for B-axis rotary table. Motor: J_motor = 4.2 kg·cm². Table + fixture: J_table = 380 kg·cm² (varies 200–500 with workpiece). Target: J_ratio ≤ 5:1 at maximum load.

i_optimal = √(J_table_max / J_motor) = √(500 / 4.2) = √119 = 10.9
→ Nearest standard ratios: i=10 and i=12 (EP-AFH catalogue)

At i=10: J_ratio = 500/(100×4.2) = 1.19:1 (excellent but may over-reduce speed)
At i=15: J_ratio = 500/(225×4.2) = 0.53:1 (motor-dominated, very stable)

Check output speed at i=10, n_motor=3000rpm: n_out=300rpm ← too fast for B-axis
Check output speed at i=50, n_motor=3000rpm: n_out=60rpm ← typical B-axis ✓
At i=50: J_ratio = 500/(2500×4.2) = 0.048:1 ✓ motor-dominated

Solution: EP-AFH i=50 two-stage. At this ratio the rotary table is completely motor-inertia-dominated — the load contribution is negligible — and the servo loop is controlled almost entirely by motor properties. This is why high-ratio CNC rotary tables are inherently easy to tune regardless of workpiece weight variation.

Case 3

Korean E-Commerce AMR — Drive Wheel Inertia Matching

Problem: 500 kg payload AMR, wheel radius r=0.10m, J_motor = 0.35 kg·cm². Effective rotary inertia of vehicle+payload at wheel: J_vehicle = m × r² = 700 × 100² = 7,000,000 kg·cm².

i_optimal = √(J_vehicle / J_motor) = √(7,000,000 / 0.35) = √20,000,000 = 4,472
This is impractically high — need to reconsider.

Better model: treat as linear mass at wheel output:
At gearbox output (wheel shaft): effective inertia = m × r² = 700×0.1² = 7 kg·m² = 70,000 kg·cm²
With gearbox i: J_reflected = 70,000 / i²

Target J_ratio ≤ 10 (speed control, moderate dynamic):
J_ratio = 70,000 / (i² × 0.35) ≤ 10
i² ≥ 70,000 / (10 × 0.35) = 20,000
i ≥ √20,000 = 141 ← extremely high

Practical: use i=20 (EP-AB060 P2), accept J_ratio = 70,000/(400×0.35) = 500:1
Use velocity control (not position), rely on odometry correction. ✓

Insight: AGV drive wheels are fundamentally inertia-mismatched in the gearbox sense — the vehicle mass is so large that matching it to a compact motor would require impractically high ratios. The correct architecture is velocity control with outer-loop position correction from navigation sensors, not tight inertia matching. This is why AGV drives are specified on torque, noise, and speed sync (Art12) — not on inertia ratio.

Gearbox Input Inertia — The Term Korean Engineers Most Often Omit

The correct reflected inertia formula at the motor shaft is:

J_total = J_motor + J_gearbox_input + J_load / i²

The middle term — J_gearbox_input — is the rotational inertia of the gearbox’s input-side rotating components (sun gear, input bearing inner rings, motor adapter). This term is published in Korea Ever-Power EP series datasheets and typically represents 5–20% of the motor rotor inertia for standard servo motor pairings.

For most applications, omitting J_gearbox_input introduces a 5–15% error in the inertia ratio calculation — small enough that it does not change the gear ratio selection. However, for two cases it matters significantly:

Very small load (near-optimal ratio already achieved)

When J_load/i² is comparable to J_motor (i.e. the system is near the optimal ratio), the gearbox input inertia may push the total past the J_ratio target. Always include J_gearbox_input when J_ratio is calculated to be below 3:1 — the correction may push it above the target.

Very high input speeds (above 4,000 rpm)

At high input speeds, the gearbox input stage generates bearing centrifugal loads and churning losses that are themselves speed-dependent. For ratios above 3,000 rpm input, include J_gearbox_input and verify against the maximum input speed specification for the selected EP series frame and ratio.

Σειρά EP Πλαίσιο J_gearbox_input (typical, kg·cm²) % of typical servo J_motor
EP-AB 042 0.05–0.10 ~8%
EP-AB 060 0.15–0.30 ~10%
EP-AB 090 0.50–1.20 ~12%
EP-AB 115 1.5–3.5 ~15%
EP-AH New Line 200 8–20 ~20%

Indicative values. Confirm exact J_gearbox_input from Korea Ever-Power EP series datasheet for your specific model and ratio. Values are for single-stage; two-stage adds the input-stage planet carrier inertia contribution.

When Deliberate Inertia Mismatch Is the Correct Engineering Choice

The inertia matching guideline is a performance optimisation tool, not a constraint that must always be met. There are three legitimate engineering scenarios where a Korean machine designer may deliberately accept a J_ratio outside the recommended range.

Korea Ever-Power EP planetary gearbox inertia matching servo selection deliberate mismatch application

① High-inertia load with outer-loop position correction

AGV drives (Case 3 above), conveyor head drums, and screw rotation axes all operate at J_ratio far above the standard guideline — but they use velocity control with outer-loop position correction from encoders, sensors, or navigation systems. In these cases the servo loop does not need tight inertia matching; it needs reliable speed control, which works acceptably at J_ratio up to 30:1 or more with well-tuned velocity PI gains.

② Speed range requirement forces a ratio that creates J_ratio > target

If the required output speed range dictates a low ratio (e.g. i=3 for a high-speed indexer that must reach 500 rpm output from a 1,500 rpm motor), and this produces J_ratio = 15:1, the engineer should accept the mismatch and compensate through motor sizing: specifying a motor with higher rotor inertia (typically a larger frame motor in the same power class) to reduce J_ratio without changing the gear ratio.

③ Load inertia varies widely (e.g. workpiece changes)

CNC rotary table with variable workpiece weight (empty 50 kg to full 500 kg) has a 10:1 inertia variation that no fixed gear ratio can simultaneously optimise for both extremes. The standard approach is to select the ratio that keeps J_ratio ≤ 5:1 at the maximum load condition — accepting that at minimum load the system is over-reduced and slightly less efficient, but stable at both extremes.

Inertia-Based Gear Ratio Selection — Complete Step-by-Step Procedure

The following six-step procedure applies to any Korean servo axis. Steps 1–3 determine whether inertia or speed is the binding constraint on ratio selection; steps 4–6 confirm the chosen ratio against all remaining criteria.

Korea Ever-Power EP series planetary gearbox inertia matching selection procedure step-by-step

1

Calculate required output speed range

n_out_max = maximum axis speed (rpm) from machine spec. n_out_min (if applicable). This gives the speed-based ratio limit: i_speed = n_motor_rated / n_out_max. This is the minimum allowable ratio — ratios below this exceed motor rated speed.

2

Calculate load inertia at the output shaft

Use the appropriate formula from Module 2 for your drive topology. For variable-load applications (workpiece changes, film reel depleting), calculate at the worst case (maximum inertia condition). Include all rotating and translating masses connected to the output shaft.

3

Calculate optimal ratio and J_ratio at each candidate ratio

i_optimal = √(J_load / J_motor). Calculate J_ratio at catalogue ratios near i_optimal. Select the ratio that meets the J_ratio target for your application type (from Module 3 table) while also satisfying i ≥ i_speed from Step 1.

4

Verify output torque at the required ratio

T_output = T_motor_rated × i × η. Confirm T_output ≥ required load torque × service factor. This step may override the inertia-optimal ratio if the torque requirement dictates a different frame size or series.

5

Check radial load at actual overhang distance

For belt, chain, or gear-loaded output shafts: apply the overhang multiplier from Art16 and confirm the effective bearing load is within EP-AB or EP-AF permissible values. Inertia matching and radial load capacity are independent checks — both must pass.

6

Confirm precision grade and series

Select backlash grade from Art8 based on positioning accuracy. If inertia-optimal ratio falls between standard EP-AB steps, check EP-ADS non-standard ratios for a closer match. Korea Ever-Power application team confirms all six steps for any specific Korean machine specification — same business day.

Frequently Asked Questions — Planetary Gearbox Inertia Matching

Q
Our Korean packaging machine servo is oscillating and hunting at low speeds. The control engineer has increased damping but the axis is still slow to settle. Is this an inertia ratio problem?

Oscillation and hunting at low speeds that does not respond well to increased damping is a classic high-J_ratio symptom. When J_ratio is large, the servo loop must use high proportional gain to achieve adequate stiffness, but the high gain combined with the large load inertia produces the oscillatory response. Increasing damping (derivative gain) helps but has diminishing returns at high J_ratio. The correct fix is to increase the gear ratio — even one step up in the EP-AB catalogue (e.g. from i=10 to i=15) reduces J_ratio by 2.25× and may immediately resolve the hunting without any control gain changes. Measure J_load at the output shaft, calculate J_ratio at your current ratio, and compare to the targets in Module 3. If J_ratio exceeds 10:1 on a precision positioning axis, increasing the ratio is the correct mechanical solution.

Q
Can I use a worm gear reducer for inertia-critical applications where I need a very high ratio?

Μειωτήρες με ατέρμονα κοχλία can provide high ratios (up to 100:1 in single stage) with inherent self-locking — useful for applications requiring position holding on power-off. However, their efficiency of 40–70% means that a significant fraction of motor torque is lost to friction, and their typical backlash of 15–30 arcmin makes them unsuitable for closed-loop precision servo positioning. For inertia matching purposes: the worm’s high ratio does reduce reflected load inertia by i² — so a worm at i=60 reduces load inertia by 3,600× — but the friction torque loss and high backlash prevent the high-bandwidth servo response that the inertia matching is supposed to enable. Use planetary gearboxes for inertia-critical servo axes; consider worm reducers only where self-locking, very high ratio, and open-loop speed control are the primary requirements rather than servo bandwidth.

Q
How does the inertia matching calculation change for a two-stage gearbox compared to a single-stage?

For a two-stage gearbox with total ratio i = i₁ × i₂, the reflected load inertia formula is unchanged: J_load_reflected = J_load / i². The total ratio i is used directly — there is no need to calculate stage by stage. The only two-stage-specific addition is the intermediate stage inertia: the first stage planet carrier and output shaft rotate at n_motor / i₁, contributing an intermediate inertia term of J_intermediate / i₁². For standard Korea Ever-Power EP two-stage units, this intermediate inertia is included in the published J_gearbox_input value — it already accounts for both stages’ internal rotating components at their respective speeds. When Korea Ever-Power provides J_gearbox_input for a two-stage EP-AB unit, that value is ready to use directly in J_total = J_motor + J_gearbox_input + J_load/i² without further stage-by-stage decomposition.

Q
My Korean CNC machine builder specifies a J_ratio ≤ 3:1 for all servo axes. Is this unnecessarily conservative for axes like the tool changer or chip conveyor?

Yes — a blanket J_ratio ≤ 3:1 for all axes is unnecessarily conservative for non-precision servo axes and will increase gearbox BOM cost without performance benefit. The J_ratio ≤ 3:1 guideline is appropriate for high-dynamic precision axes (spindle, feed axis, rotary table B/C axis) where servo bandwidth directly affects machining accuracy and cycle time. For the tool changer (moderate speed, position control to pocket location), J_ratio ≤ 10:1 is adequate. For the chip conveyor (speed control only, no precision positioning), J_ratio ≤ 30:1 is fully acceptable. The axis-by-axis differentiation approach used in Art19 (injection molding five-axis BOM) applies equally here: specifying by actual axis requirements rather than applying the most conservative specification to all axes reduces BOM cost by ₩300,000–800,000 per machine at equivalent or better performance.

Korea Ever-Power Calculates Your Inertia Matching — Same Day, in Korean

Provide motor inertia, load description, and required output speed — Korea Ever-Power performs the six-step inertia matching calculation and recommends the EP series, frame, and ratio that optimises servo performance for your specific Korean machine application.

Επιμέλεια: Cxm