How engineers select gear tooth counts
Every gear train begins with a ratio requirement — but gears can only have integer teeth. Finding the best integer pair that approximates the target ratio, avoids undercut, and distributes wear evenly is a combinatorial search problem. The gear ratio design module automates this search, ranking solutions by compactness, ratio accuracy, and hunting tooth preference.
Optimization strategies
| Strategy | Objective |
|---|---|
| Minimum total teeth | Smallest, lightest gear set |
| Coprime teeth | Even wear distribution (hunting tooth) |
| Minimum ratio error | Precision drives, timing |
| Target center distance | Fixed housing constraint |
Engineering workflow
- Define the target ratio and acceptable error tolerance.
- Set minimum and maximum tooth counts (minimum depends on pressure angle — typically 17 for 20 deg).
- Choose optimization preference: minimum teeth, coprime, or center distance match.
- Run the integer search across all valid tooth count pairs.
- Review ranked results for ratio error, total teeth, and hunting tooth flag.
- Select the best pair and pass tooth counts to the gear design or bevel gear module for stress checks.
Key quantities and formulas
Gear ratio and error:
Optimization objective:
Center distance:
Worked example
Target ratio 3.5:1 with tolerance 0.5%, module 2.5 mm, minimum teeth 17.
- Candidate: : ratio = 3.500, error = 0.0%, total = 90, — not coprime.
- Candidate: : ratio = 3.529, error = 0.83% — exceeds tolerance.
- Candidate: : ratio = 3.500, error = 0.0%, total = 81, — not coprime.
- Candidate: : ratio = 3.526, error = 0.75% — exceeds tolerance.
- Candidate: : ratio = 3.450, error = 1.4% — exceeds.
- Best coprime within tolerance: : ratio = 3.522, error = 0.6% — marginal. The 20/70 pair at exact ratio wins if wear distribution is addressed with profile shift.
Common mistakes and checks
- Ignoring minimum tooth count: below 17 teeth at 20 deg pressure angle, involute undercut weakens roots.
- Chasing exact ratios at high tooth counts: total teeth above 120 increases size and cost — accept small ratio error.
- Non-coprime teeth in precision drives: repeating mesh patterns concentrate wear and noise at specific teeth.
- Forgetting profile shift: profile shift can rescue tooth counts below the undercut limit.
FAQ
What is a hunting tooth combination?
A hunting tooth pair has coprime tooth counts (), so every tooth on one gear eventually contacts every tooth on the mating gear, distributing wear evenly.
Can this module search for internal gear pairs?
The current search covers external spur pairs. For internal or compound trains, manually set constraints.
How does module affect the search?
Module does not change the ratio — it only scales physical size. The search operates on tooth counts only; module determines center distance from the selected pair.
Why is ratio error expressed as a percentage?
Percentage error normalizes across different target ratios, making it easier to compare accuracy for drives from 1.5:1 to 10:1.
Use the PhyCalcPro calculator
Open the Gear Ratio Design calculator to enter the target ratio, tolerance, tooth count bounds, and preferences. The tool returns ranked tooth-count pairs with actual ratio, error, center distance, and hunting tooth flag.
Purpose
Search integer tooth-count combinations to achieve a target speed ratio within specified tolerance. Optimizes for compactness, balanced wear, or minimum total teeth subject to interference and manufacturing constraints.
Physics & theory
Gear ratio for external spur gears is . Only integer tooth counts are manufacturable, so exact ratios are approximated. Minimum tooth counts avoid undercut in standard involute profiles (typically for 20 deg pressure angle). Coprime tooth counts distribute wear evenly for long life.
Governing equations
Numerical method
Exhaustive or bounded integer search over tooth count ranges. Filters candidates by minimum teeth, interference, and ratio error. Ranks solutions by total teeth, center distance, or hunting tooth preference.
Inputs
| Parameter | Description |
|---|---|
targetRatio | Desired |
tolerance | Maximum ratio error |
minTeeth, maxTeeth | Search bounds |
module | For center distance estimate |
| Preferences | Min total teeth, coprime requirement |
Outputs
- Ranked tooth-count pairs, actual ratio, ratio error, center distance, hunting tooth flag.
Design codes & checks
- Indicative: Ratio error screening
Assumptions & limitations
- External spur pair; internal or compound trains not searched.
- No profile shift or helical overlap considered.
- Center distance assumes standard involute with zero backlash.
- Does not verify bending/contact capacity — use Gear Design module.
References
- Shigley, J. E., & Budynas, R. G. Mechanical Engineering Design, 11th ed., Ch. 13.
- AGMA 917-B97. Design Manual for Parallel Shaft Fine-Pitch Gearing.
- ISO 21771:2007. Cylindrical involute gears and gear pairs — Concepts.
- Buckingham, E. Analytical Mechanics of Gears. Dover.