In the field of precision engineering, the rotary vector reducer stands as a critical component for industrial robots, enabling high torque and compact design through its two-stage transmission system. As a researcher focused on gear dynamics, I have long been intrigued by the challenges in accurately predicting the performance of these reducers, particularly in the cycloidal-pin gear stage. The meshing backlash between the cycloidal gear and pin gear is a key factor influencing transmission efficiency, motion accuracy, and noise levels. Traditionally, calculations of this backlash have relied on idealized tooth profiles, neglecting the inevitable deviations introduced during manufacturing and modification processes. This oversight can lead to discrepancies between theoretical and actual performance, undermining the reliability of rotary vector reducers in real-world applications. In this article, I will present a comprehensive methodology that integrates tooth profile deviations into the calculation of meshing backlash, offering a more realistic perspective from both engineering and mathematical viewpoints.
The rotary vector reducer combines a first-stage planetary gear train with a second-stage cycloidal-pin gear transmission, where the latter is responsible for high reduction ratios and smooth operation. My investigation centers on the cycloidal-pin gear pair, as its contact characteristics directly affect the overall performance of the rotary vector reducer. Previous studies have explored various methods for computing meshing backlash, often based on theoretical tooth profiles derived from modification techniques like equidistant, offset, and rotational modifications. However, these approaches typically assume perfect geometry, ignoring the subtle yet significant tooth profile errors that arise from grinding, machining, or wear. These deviations can alter the actual contact points and clearance, leading to inaccuracies in backlash estimation. Thus, there is a pressing need to develop a method that accounts for these real-world imperfections to enhance the design and analysis of rotary vector reducers.
To address this gap, I propose a novel approach that incorporates measured tooth profile deviations into the digital reconstruction of the cycloidal gear surface. This process begins by obtaining deviation data from precision measurement equipment, such as gear measuring centers. By superimposing these deviations along the normal direction of the theoretical tooth profile, we can generate a set of discrete points representing the actual gear surface. These points are then fitted using Non-Uniform Rational B-Spline (NURBS) techniques to create a continuous digital tooth surface that closely approximates the manufactured gear. This digital model serves as the foundation for accurate contact analysis in rotary vector reducers, enabling us to compute meshing backlash with higher fidelity.
The mathematical framework for this analysis involves establishing a contact model for the cycloidal-pin gear transmission. By applying coordinate transformation principles, we convert the planetary motion into an equivalent fixed-axis system, simplifying the analysis without losing generality. In this model, the pin gear and cycloidal gear are represented in separate coordinate systems that rotate relative to a fixed frame. The position vectors and normal vectors for both gears are derived and transformed into a common coordinate system, allowing us to determine the minimum distance between the pin tooth center and the cycloidal tooth profile. This distance, adjusted for the pin tooth radius, defines the meshing backlash. The inclusion of tooth profile deviations modifies these vectors, leading to a more precise calculation that reflects actual operating conditions in rotary vector reducers.
Let me delve into the detailed steps of this methodology. First, consider the theoretical tooth profile of the cycloidal gear, which can be expressed through parametric equations accounting for modifications. For a given point on the profile, characterized by the engagement phase angle $\alpha_i$, the coordinates $(x_c(\alpha_i), y_c(\alpha_i))$ are given by:
$$
\begin{aligned}
x_c(\alpha_i) &= \left[ (r_p + \Delta r_p) – (r_{rp} – \Delta r_{rp}) S^{-\frac{1}{2}} \right] \cdot \sin\left[(1 – i_H)(z_c \alpha_i)\right] \\
&\quad + \frac{a}{r_p + \Delta r_p} \left[ (r_p + \Delta r_p) – z_p (r_{rp} + \Delta r_{rp}) S^{-\frac{1}{2}} \right] \sin(i_H z_c \alpha_i), \\
y_c(\alpha_i) &= \left[ (r_p + \Delta r_p) – (r_{rp} – \Delta r_{rp}) S^{-\frac{1}{2}} \right] \cdot \cos\left[(1 – i_H)(z_c \alpha_i)\right] \\
&\quad – \frac{a}{r_p + \Delta r_p} \left[ (r_p + \Delta r_p) – z_p (r_{rp} + \Delta r_{rp}) S^{-\frac{1}{2}} \right] \cos(i_H z_c \alpha_i),
\end{aligned}
$$
where $z_c$ is the number of teeth on the cycloidal gear, $z_p$ is the number of pin teeth, $a$ is the eccentricity, $r_p$ is the distribution radius of the pin tooth centers, $r_{rp}$ is the pin tooth radius, $\Delta r_p$ is the offset modification amount, $\Delta r_{rp}$ is the equidistant modification amount, $i_H = z_p / z_c$ is the transmission ratio, and $S = 1 + k_1^2 – 2k_1 \cos(z_c \alpha_i)$ with the short-width coefficient $k_1 = a z_p / (r_p + \Delta r_p)$. The unit normal vector $(n_{xc}(\alpha_i), n_{yc}(\alpha_i))$ at each point can be derived from these equations. When tooth profile deviations $\delta_{\alpha_i}$ are measured along the normal direction, the actual coordinates $(X_c(\alpha_i), Y_c(\alpha_i))$ become:
$$
\begin{cases}
X_c(\alpha_i) = x_c(\alpha_i) + n_{xc}(\alpha_i) \delta_{\alpha_i}, \\
Y_c(\alpha_i) = y_c(\alpha_i) + n_{yc}(\alpha_i) \delta_{\alpha_i}.
\end{cases}
$$
This set of discrete points forms the basis for reconstructing the digital tooth surface. Using NURBS, we fit these points to obtain a continuous representation. A NURBS surface is defined by:
$$
S(u,v) = \sum_{i=0}^n \sum_{j=0}^m N_{i,p}(u) N_{j,q}(v) P_{i,j},
$$
where $P_{i,j}$ are control points, $p$ and $q$ are the degrees in the $u$ and $v$ directions (typically set to 3 for cubic splines), and $N_{i,p}(u)$ and $N_{j,q}(v)$ are the B-spline basis functions. By interpolating the discrete points, we derive the control points and express the tooth surface as $\mathbf{R}_c = \mathbf{R}(u,v)$ for parameters $0 \leq u \leq 1$ and $0 \leq v \leq 1$. This digital surface accurately captures the influence of tooth profile deviations, which is crucial for precise analysis in rotary vector reducers.

The contact analysis model for the cycloidal-pin gear pair is established through coordinate transformations. Let $S_f$ be the fixed coordinate system attached to the frame, $S_p$ and $S_c$ be the coordinate systems attached to the pin gear and cycloidal gear, respectively, with rotation angles $\phi_1$ and $\phi_2$. The pin gear center $O_p$ coincides with the origin of $S_f$, and the eccentricity $a$ aligns with the $y_f$-axis. By fixing the cycloidal gear ($\phi_2 = 0$) and rotating the pin gear, we simulate the meshing process. The position vector of the $i$-th pin tooth center in $S_p$ is:
$$
\mathbf{r}_1 = \begin{bmatrix}
-r_p \sin(2\pi i / z_p + \phi_1) \\
r_p \cos(2\pi i / z_p + \phi_1) \\
0 \\
1
\end{bmatrix}.
$$
Transforming this to $S_f$ using the transformation matrix $\mathbf{M}_{fp}$ gives $\mathbf{r}_1^f = \mathbf{M}_{fp} \mathbf{r}_1$. Similarly, the digital tooth surface of the cycloidal gear, $\mathbf{R}_c$, is transformed to $S_f$ as $\mathbf{r}_c^f = \mathbf{M}_{fc} \mathbf{R}_c$, with $\mathbf{M}_{fc}$ being the transformation matrix from $S_c$ to $S_f$. The normal vectors are also transformed accordingly. This model allows us to compute the distance between each pin tooth center and the cycloidal tooth profile for any given rotation angle, forming the basis for backlash calculation in rotary vector reducers.
The meshing backlash for each tooth pair is defined as the minimum distance between the pin tooth center and the cycloidal tooth profile, minus the pin tooth radius. Mathematically, for the $i$-th pin tooth with center coordinates $(x_{pi}, y_{pi})$ and the corresponding closest point on the cycloidal profile $(x_{ci}, y_{ci})$, the backlash $d_i$ is:
$$
d_i = \sqrt{(x_{pi} – x_{ci})^2 + (y_{pi} – y_{ci})^2} – r_{rp}.
$$
To compute this, we employ an iterative numerical procedure. Initially, set the cycloidal gear fixed ($\phi_2 = 0$) and the pin gear rotation $\phi_1 = 0$. Then, for each pin tooth, solve for the rotation angle $\phi_{1i}$ that brings it into contact with the cycloidal gear using a modified Newton method. The minimum among these angles, $\phi_{1m}$, corresponds to the first contacting tooth pair. With $\phi_{1m}$ known, we calculate all pin tooth center coordinates $(x_{pi}, y_{pi})$. Next, for each tooth pair, we find the parameter $u_{ki}$ that minimizes the distance to the cycloidal profile using a combination of the advance-retreat method and golden section search. Substituting $u_{ki}$ into the NURBS surface equation yields $(x_{ci}, y_{ci})$, and finally, $d_i$ is computed. This process is repeated for both cases: with and without tooth profile deviations, enabling a comparative analysis of backlash in rotary vector reducers.
To validate this methodology, I applied it to a specific rotary vector reducer model with parameters listed in the table below. The tooth profile deviations were measured using a high-precision gear measuring machine, sampling 3600 points along a single tooth flank. The deviations, typically in the range of micrometers, were superimposed on the theoretical profile as described. The NURBS fitting was then performed, and the accuracy of the digital surface was verified by comparing it to the theoretical points; the maximum fitting error was found to be on the order of $0.9 \times 10^{-7}$ mm, which is negligible for practical purposes in rotary vector reducers.
| Parameter | Symbol | Value |
|---|---|---|
| Number of cycloidal gear teeth | $z_c$ | 11 |
| Number of pin teeth | $z_p$ | 12 |
| Pin tooth radius | $r_{rp}$ | 7 mm |
| Eccentricity | $a$ | 4 mm |
| Pin tooth center distribution radius | $r_p$ | 90 mm |
| Equidistant modification amount | $\Delta r_{rp}$ | 0.01 mm |
| Offset modification amount | $\Delta r_p$ | -0.02 mm |
| Cycloidal gear width | $b_c$ | 10 mm |
The calculated meshing backlash values for all tooth pairs, both with and without tooth profile deviations, are summarized in the following table. This comparison highlights the impact of deviations on the actual clearance in rotary vector reducers.
| Pin Tooth Number | Without Deviations: Backlash (μm) | With Deviations: Backlash (μm) | Tooth Profile Deviation at Contact Point (μm) |
|---|---|---|---|
| 1 | 5.3 | 4.6 | 3.8 |
| 2 | 0.00034 | 0.000109 | 3.8 |
| 3 | 3.9 | 3.2 | 2.6 |
| 4 | 11.5 | 12.2 | -3.6 |
| 5 | 20.7 | 19.9 | 1.2 |
| 6 | 30.2 | 29.8 | 0.2 |
| 7 | 38.8 | 39.6 | -0.1 |
| 8 | 46.1 | 49.9 | -1.8 |
| 9 | 51.5 | 59.8 | -4.8 |
| 10 | 54.1 | 66.4 | -8.2 |
| 11 | 51.3 | 59.7 | -5.8 |
| 12 | 30.2 | 30.1 | 0.1 |
From the table, it is evident that tooth profile deviations significantly alter the meshing backlash in rotary vector reducers. For instance, tooth pair 2 shows near-zero backlash in both cases, indicating it is the first to engage, but the value is slightly smaller when deviations are considered due to positive deviation. Conversely, tooth pair 10 exhibits the largest backlash, which increases from 54.1 μm to 66.4 μm when negative deviations are accounted for. This trend aligns with theoretical expectations: positive deviations (where the actual tooth material extends beyond the theoretical profile) reduce backlash, while negative deviations increase it. The overall pattern of backlash distribution remains similar, but the magnitudes differ, underscoring the importance of incorporating real manufacturing errors into the analysis of rotary vector reducers.
The implications of these findings are profound for the design and optimization of rotary vector reducers. By accurately computing meshing backlash with tooth profile deviations, engineers can better predict transmission performance, including torque ripple, vibration, and wear patterns. This method also facilitates more informed tooth profile modification strategies, as it reveals how deviations interact with intentional modifications like equidistant or offset adjustments. For example, in the rotary vector reducer studied, the combination of modifications and deviations leads to non-uniform backlash across tooth pairs, which could affect load distribution and longevity. Therefore, during the design phase, one could use this approach to simulate various deviation scenarios and optimize modifications to minimize backlash variation, enhancing the reliability of rotary vector reducers.
Further extending this work, the methodology can be adapted to account for other types of errors, such as alignment errors, thermal distortions, or wear over time. Additionally, the digital tooth model based on NURBS allows for integration into finite element analysis (FEA) software for stress and contact simulations, providing a holistic view of gear behavior in rotary vector reducers. The use of differential geometry principles ensures mathematical rigor, while the reliance on measured data grounds the analysis in practical engineering contexts. As rotary vector reducers continue to evolve for applications in robotics, aerospace, and precision machinery, such advanced modeling techniques will become increasingly valuable for achieving higher performance standards.
In conclusion, the integration of tooth profile deviations into the calculation of meshing backlash represents a significant advancement in the analysis of rotary vector reducers. By reconstructing the actual gear surface using NURBS and employing a robust contact model, we can obtain backlash values that closely mirror real-world conditions. This approach not only improves accuracy but also offers insights into the effects of manufacturing imperfections, guiding better design and quality control practices. As I continue to explore the dynamics of gear systems, I believe that such comprehensive methods will play a crucial role in enhancing the efficiency and durability of rotary vector reducers, ultimately contributing to the advancement of precision mechanical systems worldwide.
