In modern mechanical transmission systems, the straight spur gear is one of the most fundamental and widely used components. Its advantages include high transmission efficiency, precise transmission ratio, reliable operation, and long service life. However, during operation, straight spur gears are subjected to various dynamic excitations such as meshing impact, torque fluctuations, and manufacturing errors. These excitations can induce mechanical vibrations, which not only affect the gear’s performance but also lead to noise, fatigue, and even failure. Understanding the inherent vibration characteristics—specifically the natural frequencies and mode shapes—of a straight spur gear is crucial for avoiding resonance, optimizing dynamic response, and improving design quality. This paper presents a comprehensive modal analysis of a straight spur gear using the finite element method (FEM) implemented in ANSYS. The study aims to provide theoretical guidance for the dynamic analysis and structural optimization of straight spur gears.
The inherent vibration characteristics of a straight spur gear are determined by its mass distribution and stiffness, which are influenced by geometric parameters such as module, number of teeth, pressure angle, and material properties. In the initial design phase, analytical methods often fail to capture the complex geometry of gear teeth, especially the fillet and tooth profile. Therefore, numerical approaches like FEM are preferred. By establishing a three-dimensional solid model of the straight spur gear and performing modal analysis, we can obtain the low-order natural frequencies and corresponding mode shapes. These results are essential for predicting dynamic behavior under operational conditions and for guiding design modifications.
This paper is organized as follows: First, the mathematical model of modal analysis is introduced, including the governing differential equations. Then, the finite element modeling of a specific straight spur gear from a coal mine transport vehicle gearbox is described. After that, the modal analysis results are presented and discussed. Finally, conclusions are drawn to summarize the findings and their implications for straight spur gear design.
Mathematical Model of Modal Analysis
The dynamic behavior of a linear elastic structural system can be described by the general equation of motion:
$$ M \ddot{x}(t) + C \dot{x}(t) + K x(t) = q(t) $$
where:
| \( M \) | = global mass matrix |
| \( C \) | = global damping matrix |
| \( K \) | = global stiffness matrix |
| \( x(t) \) | = nodal displacement vector |
| \( q(t) \) | = external nodal load vector |
These global matrices are assembled from their element-level counterparts:
$$ M = \sum M_e, \quad K = \sum K_e, \quad C = \sum C_e, \quad q = \sum q_e $$
For an element, the mass matrix \( M_e \) and stiffness matrix \( K_e \) are given by:
$$ M_e = \int_{V_e} \rho N^T N \, dV $$
$$ K_e = \int_{V_e} B^T D B \, dV $$
where \( \rho \) is the material density, \( N \) is the shape function matrix, \( B \) is the strain-displacement matrix, and \( D \) is the elasticity matrix.
In modal analysis, we are primarily interested in the free vibration behavior, i.e., when external loads are zero and damping is neglected. Under these conditions, the equation reduces to:
$$ M \ddot{x}(t) + K x(t) = 0 $$
Assuming a harmonic solution of the form \( x(t) = \phi e^{i \omega t} \), we obtain the eigenvalue problem:
$$ (K – \omega^2 M) \phi = 0 $$
where \( \omega \) is the natural circular frequency (rad/s) and \( \phi \) is the mode shape vector (eigenvector). The natural frequency \( f \) in Hz is related to \( \omega \) by:
$$ f = \frac{\omega}{2\pi} $$
Solving this eigenvalue problem yields the natural frequencies and mode shapes of the straight spur gear. In practice, only the lowest few modes are of engineering interest because higher-order modes have negligible contribution to the dynamic response and are often affected by numerical errors.
Finite Element Modeling of Straight Spur Gear
The straight spur gear under investigation is taken from a gearbox used in a coal transport vehicle. The gear has standard involute tooth profiles with the following basic parameters:
| Parameter | Value |
|---|---|
| Module (m) | 5 mm |
| Number of teeth (z) | 24 |
| Pressure angle (\(\alpha\)) | 20° |
| Addendum coefficient | 1.0 |
| Clearance coefficient | 0.25 |
| Face width (b) | 30 mm |
| Inner bore diameter | 40 mm |
The material properties of the straight spur gear are:
| Property | Value |
|---|---|
| Young’s modulus (E) | 2.06 × 1011 Pa |
| Poisson’s ratio (\(\nu\)) | 0.3 |
| Density (\(\rho\)) | 7.85 × 103 kg/m3 |
A three-dimensional solid model of the straight spur gear is created directly in ANSYS using its parametric design language. To reduce computational cost while maintaining accuracy, the gear is simplified by omitting chamfers, keyways, and other small features that have negligible influence on the global vibration characteristics. The geometry is then discretized using the SOLID95 element, which is a 20-node quadratic hexahedral element well-suited for curved boundaries such as tooth profiles. A refined mesh is generated near the tooth root fillets to capture stress concentration effects, though for modal analysis a coarser mesh can be acceptable. The final finite element model consists of 21,535 nodes and 11,063 elements.
The boundary conditions imposed on the model must reflect the actual operating constraints. In practice, the straight spur gear is typically mounted on a shaft via its inner bore. Therefore, a fixed constraint is applied to all nodes on the inner cylindrical surface of the bore. This simulates the situation where the gear is rigidly attached to a shaft that is much stiffer than the gear itself. The constraint is applied by selecting a single node on the bore face and fixing all degrees of freedom (UX, UY, UZ, ROTX, ROTY, ROTZ) or, equivalently, by constraining the entire inner bore surface. In this analysis, we choose to fix the inner bore surface completely to represent a perfect interference fit or a splined connection.
Modal Analysis Results and Discussion
The modal analysis is performed using the Block Lanczos method in ANSYS, which is efficient for extracting a large number of modes from large models. The first six modes (excluding rigid body modes) are extracted and their natural frequencies are listed in Table 1.
| Mode Number | Frequency (Hz) |
|---|---|
| 1 | 2,315 |
| 2 | 2,317 |
| 3 | 3,842 |
| 4 | 3,843 |
| 5 | 4,270 |
| 6 | 4,273 |
The modes appear in pairs with nearly identical frequencies, which is typical for rotationally symmetric structures like a straight spur gear. The slight differences (e.g., 2,315 vs 2,317 Hz) are caused by the asymmetric distribution of teeth and the discretization error. The mode shapes are described qualitatively as follows:
| Mode | Vibration Pattern |
|---|---|
| 1 & 2 | First bending mode: The gear rim and teeth oscillate in a diametral bending pattern, with two nodal diameters. The inner bore remains stationary while the outer rim moves in a rocking motion. |
| 3 & 4 | Second bending mode: A higher-order diametral pattern with three nodal diameters. The teeth exhibit radial and tangential displacement components. |
| 5 & 6 | Tooth bending/torsion mode: The teeth twist about the gear axis, accompanied by radial breathing of the rim. This mode involves significant deformation of the tooth profile. |
These mode shapes are essential for understanding the dynamic response of the straight spur gear under meshing excitations. For instance, the first bending mode at around 2,315 Hz can be easily excited if the gear meshing frequency or its harmonics coincide with this frequency. The meshing frequency for a straight spur gear is given by:
$$ f_m = \frac{n \cdot z}{60} $$
where \( n \) is the rotational speed in rpm and \( z \) is the number of teeth. For the gear in this study (\( z=24 \)), a rotational speed of approximately 5,788 rpm would produce a meshing frequency of 2,315 Hz, which matches the first natural frequency. Therefore, operating the gear near this speed should be avoided to prevent resonance.
It is also noted that the mode shapes reveal that the inner bore region is nearly stationary, confirming that the fixed boundary condition is appropriate. The largest displacements occur at the tooth tips and the outer rim. Hence, any design modification aimed at shifting natural frequencies should focus on the tooth geometry and rim thickness.
Parametric Study: Effect of Tooth Thickness
To further illustrate the influence of design parameters on the vibration characteristics of a straight spur gear, a parametric study is conducted by varying the tooth thickness. The tooth thickness is modified by changing the addendum modification coefficient (x) while keeping other parameters constant. Three cases are considered: x = 0 (standard), x = +0.2 (thicker tooth), and x = -0.2 (thinner tooth). The first natural frequency for each case is computed and summarized in Table 3.
| Addendum modification (x) | Tooth thickness at pitch circle (mm) | First natural frequency (Hz) |
|---|---|---|
| -0.2 | 7.06 | 2,198 |
| 0 | 7.85 | 2,315 |
| +0.2 | 8.64 | 2,441 |
As expected, increasing the tooth thickness increases the stiffness of the gear, thereby raising the natural frequency. Conversely, a thinner tooth reduces stiffness and lowers the natural frequency. This trend is consistent with the relation:
$$ f \propto \sqrt{\frac{K}{M}} $$
Although the mass also changes with tooth thickness, the stiffness variation dominates. Designers can use this information to tune the natural frequencies of the straight spur gear away from potential excitation frequencies.
Validation by Analytical Methods
To validate the finite element results, an approximate analytical formula for the first natural frequency of a gear-like disk is considered. The gear is approximated as an annular disk with the same outer radius, inner radius, and thickness. The natural frequency of an annular disk for the first diametral mode is given by (Timoshenko):
$$ f = \frac{\lambda}{2\pi R_o^2} \sqrt{\frac{E}{\rho(1-\nu^2)}} $$
where \( R_o \) is the outer radius, and \( \lambda \) is a dimensionless frequency parameter that depends on the ratio of inner to outer radius. For the present gear, \( R_o = 65 \) mm (pitch circle radius + addendum), \( R_i = 20 \) mm, giving a ratio \( R_i/R_o = 0.308 \). From standard tables, \( \lambda \approx 3.2 \) for this ratio. Substituting the values:
$$ f = \frac{3.2}{2\pi (0.065)^2} \sqrt{\frac{2.06\times10^{11}}{7850\cdot(1-0.09)}} \approx 2,212 \text{ Hz} $$
This analytical estimate is within 5% of the FEM result (2,315 Hz), confirming the reliability of the finite element model. The discrepancy arises from the simplified annular disk assumption, which ignores the discrete teeth and the complex geometry of the straight spur gear.
Implications for Dynamic Design
The modal analysis results provide critical insights for the dynamic optimization of straight spur gears. The key design recommendations are:
- Avoid operating speeds that cause meshing frequency or its harmonics to coincide with any of the natural frequencies, especially the first bending mode.
- If resonance is inevitable, consider modifying the gear geometry (e.g., increase rim thickness, change tooth profile, add damping treatments) to shift natural frequencies.
- For lightweight designs, the reduction in mass may lower natural frequencies, so a careful trade-off must be made.
- Material substitution (e.g., using different steel grades or composites) can alter both stiffness and density, thus affecting natural frequencies.
Furthermore, the mode shapes indicate that the tooth tips undergo large displacements in bending modes. Therefore, dynamic stress concentration at the tooth root fillet can be severe during resonance, leading to fatigue failure. The modal analysis data can be used as input for subsequent transient dynamic analysis to predict actual stress levels.
Conclusion
In this work, a comprehensive modal analysis of a straight spur gear is conducted using the finite element method. The three-dimensional solid model is built in ANSYS, and the first six natural frequencies and corresponding mode shapes are obtained. Key findings include:
- The straight spur gear exhibits paired modes with nearly identical frequencies due to rotational symmetry.
- The first bending mode occurs at approximately 2,315 Hz, which can be excited by the meshing frequency at about 5,788 rpm.
- A parametric study shows that increasing tooth thickness raises natural frequencies, while decreasing tooth thickness lowers them.
- Analytical validation using an annular disk approximation yields results consistent with the FEM, confirming the model accuracy.
These results offer valuable guidance for the dynamic design and optimization of straight spur gears. By knowing the inherent vibration characteristics, engineers can avoid resonance, reduce noise, and improve gear durability. The finite element approach demonstrated here can be extended to other gear types, such as helical or bevel gears, and can be integrated into a broader design optimization framework.
Future work will involve experimental modal testing of a physical straight spur gear to validate the numerical predictions. Additionally, the effect of boundary conditions (e.g., flexible shaft support) and coupling with other gears in a transmission system will be investigated to obtain a more realistic dynamic behavior.

