Solving the Top Curve Equation of Spiral Bevel Gears Based on Forming Process

In the field of mechanical transmission, spiral bevel gears play a critical role due to their ability to transmit rotational motion between intersecting shafts with high efficiency, smooth operation, and reduced noise. These gears are widely used in automotive, aerospace, and agricultural machinery applications. The complexity of their tooth surfaces, however, poses significant challenges in manufacturing and post-processing, such as chamfering the tooth tips to reduce stress concentrations and prevent edge chipping. In this article, we explore a method for deriving the top curve equation of spiral bevel gears produced via the forming process, which is particularly advantageous for high-volume production of large gears with high transmission ratios. The derived equation is essential for automating the chamfering process, enabling precise tool positioning and orientation. We will delve into the modeling of the gear blank and cutter, coordinate transformations, and the step-by-step derivation of the top curve equation, supported by tables and mathematical formulas.

The forming process for spiral bevel gears, especially for the driven gear when the transmission ratio exceeds 2.5 and the pitch cone angle is greater than 60°, offers high productivity compared to generating methods. This process involves using a cutter with a straight-line tooth profile to machine the gear teeth in a single or few passes, simulating the action of dedicated gear-cutting machines. To facilitate this study, we utilized UG NX software for solid modeling of the cutter and gear blank, followed by Boolean operations to simulate the tooth formation. The model provides a visual representation of the gear geometry, which serves as a foundation for mathematical analysis. The primary goal is to determine the spatial curve that defines the top edge of the spiral bevel gear tooth, where the tooth surface intersects the top cone surface. This curve is not planar but a three-dimensional entity, requiring careful consideration of coordinate systems and transformations.

We begin by establishing the coordinate systems and key parameters. The gear blank is initially modeled with its coordinate origin at the center of the bottom face. The top cone surface, which forms the outer boundary of the gear teeth, is derived from the gear’s design parameters. Let the face cone angle be denoted as $\delta_0$, and the offset from the origin as $b$. In the original coordinate system $Oxyz$, where the $y$-axis aligns with the gear axis, the top cone surface can be represented as a revolution surface formed by rotating a line around the $y$-axis. The line equation in the $xy$-plane is given by:

$$ y = \cot \delta_0 \cdot x + b $$

However, to align with the gear orientation, we adjust the sign based on the geometry. In our setup, the top cone surface equation becomes:

$$ y = -\cot \delta_0 \sqrt{x^2 + z^2} + b $$

This equation describes a conical surface where any point $(x, y, z)$ on the top of the spiral bevel gear satisfies this relation. The negative sign accounts for the direction of the cone relative to the coordinate axes. This surface will later intersect with the tooth flank surfaces to yield the top curve.

Next, we focus on the tooth flanks generated by the forming process. The cutter used in this method has straight-line cutting edges, which produce planar tooth surfaces on the spiral bevel gear. We define a new coordinate system $O_1x_1y_1z_1$ attached to the cutter, where the $y_1$-axis aligns with the cutter axis. The tooth slot width, obtained from the gear design calculation card, is denoted as $b’_1$. The cutter profile consists of two lines: one for the convex side and one for the concave side of the tooth. For the convex side, let the pressure angle be $\alpha_1$, the module be $m$, the number of teeth on the driven gear be $z_2$, and the root radius be $r$. The line representing the convex flank in the $x_1y_1$-plane passes through a point $M$ determined by the slot width and root circle. The coordinates of point $M$ are:

$$ M\left(-\frac{b’_1}{2}, \sqrt{\frac{m^2 z_2^2 – b’^2_1}{4}} – r\right) $$

The equation of the line $L_2$ for the convex flank is:

$$ y_1 – \left( \sqrt{\frac{m^2 z_2^2 – b’^2_1}{4}} – r \right) = -\cot \alpha_1 \left( x_1 + \frac{b’_1}{2} \right) $$

Simplifying, we get:

$$ y_1 = \sqrt{\frac{m^2 z_2^2 – b’^2_1}{4}} – r – \cot \alpha_1 \left( x_1 + \frac{b’_1}{2} \right) $$

This line, when rotated around the cutter axis (which is parallel to the $y_1$-axis but offset), generates a conical surface. However, in the forming process, the cutter translates relative to the gear blank, so we must consider the rotation of this line around an axis in the gear coordinate system. To generalize, let the rotation axis pass through a point $(x_0, y_0, z_0)$ with direction cosines. For simplicity, we assume the axis is parallel to the $y$-axis in the original coordinate system. The surface formed by rotating line $L_2$ around this axis can be derived using the method of rotating a space curve. Define a function $F(x, y, z) = 0$ representing the line in space. After rotation, the surface equation for the convex flank in the cutter coordinate system is:

$$ y_1 = \sqrt{\frac{m^2 z_2^2 – b’^2_1}{4}} – r – \cot \alpha_1 \sqrt{ (x_1 – x_0)^2 + (z_1 – z_0)^2 – z_0^2 } + \left( -\frac{b’_1}{2} + x_0 \right) $$

Similarly, for the concave flank with pressure angle $\alpha_2$, the equation becomes:

$$ y_1 = \sqrt{\frac{m^2 z_2^2 – b’^2_1}{4}} – r + \cot \alpha_2 \sqrt{ (x_1 – x_0)^2 + (z_1 – z_0)^2 – z_0^2 } + \left( -\frac{b’_1}{2} + x_0 \right) $$

These equations describe the tooth surfaces in the cutter coordinate system. To combine them with the top cone surface, we must transform them into the original gear coordinate system $Oxyz$. This involves a series of translations and rotations that align the cutter coordinate system with the gear blank. The transformation accounts for the relative position and orientation of the cutter during the forming process.

The coordinate transformation from $Oxyz$ to $O_1x_1y_1z_1$ is defined by the mounting parameters of the spiral bevel gear. Let the root cone angle be $\delta_1$, and the coordinates of point $A$ (a reference point on the gear blank) be $(x_A, y_A, 0)$. The origin $O_1$ in the original system has coordinates:

$$ x_1 = x_A + \frac{b_0}{2} \sin \delta_1 $$
$$ y_1 = y_A + \frac{b_0}{2} \cos \delta_1 $$
$$ z_1 = 0 $$

where $b_0$ is a design parameter. The transformation involves translating by $(-x_1, -y_1, -z_1)$ and then rotating. The rotation matrix for aligning the axes depends on the orientation of the cutter relative to the gear. Typically, the cutter axis is inclined relative to the gear axis. The composite transformation matrix $T$ from $Oxyz$ to $O_1x_1y_1z_1$ can be expressed as a product of translation and rotation matrices. First, the translation matrix $P_1$ is:

$$ P_1 = \begin{bmatrix}
1 & 0 & 0 & -x_1 \\
0 & 1 & 0 & -y_1 \\
0 & 0 & 1 & -z_1 \\
0 & 0 & 0 & 1
\end{bmatrix} $$

Then, a rotation about the $z$-axis by an angle $\theta_z = \delta_1$ is applied, followed by a rotation about the $y$-axis by $\theta_y = \frac{\pi}{2}$. The rotation matrices are:

$$ R_z(\theta_z) = \begin{bmatrix}
\sin \delta_1 & \cos \delta_1 & 0 & 0 \\
-\cos \delta_1 & \sin \delta_1 & 0 & 0 \\
0 & 0 & 1 & 0 \\
0 & 0 & 0 & 1
\end{bmatrix} $$

$$ R_y(\theta_y) = \begin{bmatrix}
\cos \theta_y & 0 & \sin \theta_y & 0 \\
0 & 1 & 0 & 0 \\
-\sin \theta_y & 0 & \cos \theta_y & 0 \\
0 & 0 & 0 & 1
\end{bmatrix} $$

With $\theta_y = \frac{\pi}{2}$, we have $\cos \theta_y = 0$ and $\sin \theta_y = 1$. Thus,

$$ R_y\left(\frac{\pi}{2}\right) = \begin{bmatrix}
0 & 0 & 1 & 0 \\
0 & 1 & 0 & 0 \\
-1 & 0 & 0 & 0 \\
0 & 0 & 0 & 1
\end{bmatrix} $$

The total transformation matrix $T$ is:

$$ T = R_y\left(\frac{\pi}{2}\right) \cdot R_z(\delta_1) \cdot P_1 $$

Applying this to a point $[x, y, z, 1]^T$ in $Oxyz$ gives its coordinates in $O_1x_1y_1z_1$:

$$ \begin{bmatrix} x_1 \\ y_1 \\ z_1 \\ 1 \end{bmatrix} = T \cdot \begin{bmatrix} x \\ y \\ z \\ 1 \end{bmatrix} $$

Carrying out the multiplication, we obtain:

$$ x_1 = z – z_1 $$
$$ y_1 = (x_1 – x) \cos \delta_1 – (y – y_1) \sin \delta_1 \quad \text{(Note: This seems inconsistent; let’s derive carefully.)} $$

Actually, from the matrix product, the transformed coordinates are:

$$ \begin{aligned}
x_1 &= z – z_1 \\
y_1 &= x_1 \cos \delta_1 – x \cos \delta_1 + y \sin \delta_1 – y_1 \sin \delta_1 \quad \text{(This includes $y_1$ on both sides; we need to solve explicitly.)} \\
z_1 &= y_1 \cos \delta_1 – y \cos \delta_1 – x \sin \delta_1 + x_1 \sin \delta_1
\end{aligned} $$

To avoid confusion, we instead derive the inverse transformation from $O_1x_1y_1z_1$ to $Oxyz$, which is more straightforward for substituting into surface equations. The inverse transformation matrix $T^{-1}$ is the inverse of $T$. Since $T$ is composed of translation and rotation, its inverse is:

$$ T^{-1} = P_1^{-1} \cdot R_z(-\delta_1) \cdot R_y\left(-\frac{\pi}{2}\right) $$

However, for simplicity, we can express the relationship between coordinates directly. Given the geometry of the spiral bevel gear setup, the tooth surface equations in $O_1x_1y_1z_1$ are known. We substitute the expressions for $x_1, y_1, z_1$ in terms of $x, y, z$ into those equations. From the transformation, we have:

$$ x_1 = z – z_1 $$
$$ y_1 = (x – x_1) \cos \delta_1 + (y – y_1) \sin \delta_1 \quad \text{(adjusted based on context)} $$

But to be precise, let’s define the transformation step by step. The cutter coordinate system $O_1x_1y_1z_1$ is obtained by: first translating the origin to $O_1$, then rotating about the $z$-axis by $-\delta_1$ (since the gear is tilted), and then rotating about the $y$-axis by $-\frac{\pi}{2}$ to align axes. The coordinates in $O_1x_1y_1z_1$ are related to $Oxyz$ by:

$$ \begin{bmatrix} x \\ y \\ z \\ 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 & x_1 \\ 0 & 1 & 0 & y_1 \\ 0 & 0 & 1 & z_1 \\ 0 & 0 & 0 & 1 \end{bmatrix} \cdot R_y\left(\frac{\pi}{2}\right)^{-1} \cdot R_z(\delta_1)^{-1} \cdot \begin{bmatrix} x_1 \\ y_1 \\ z_1 \\ 1 \end{bmatrix} $$

Given the complexity, we use the derived formulas from the original text. According to the analysis, the convex flank surface $S_1$ in the original coordinate system $Oxyz$ is:

$$ f(x, y, z) = \frac{1}{2} \sqrt{m^2 z_2^2 – b’^2_1} – r – (x_1 – x) \cos \delta_1 – (y – y_1) \sin \delta_1 – \cot \alpha_1 \sqrt{ (z – z_1 – x_0)^2 + \left[ (y_1 – y) \cos \delta_1 – (x – x_1) \sin \delta_1 – z_0 \right]^2 – z_0^2 } – \frac{b’_1}{2} + x_0 $$

Similarly, the concave flank surface $S_2$ is:

$$ f(x, y, z) = \frac{1}{2} \sqrt{m^2 z_2^2 – b’^2_1} – r – (x_1 – x) \cos \delta_1 – (y – y_1) \sin \delta_1 + \cot \alpha_2 \sqrt{ (z – z_1 – x_0)^2 + \left[ (y_1 – y) \cos \delta_1 – (x – x_1) \sin \delta_1 – z_0 \right]^2 – z_0^2 } – \frac{b’_1}{2} + x_0 $$

These equations represent the tooth surfaces of the spiral bevel gear in the global coordinate system. The top curve is the intersection of these surfaces with the top cone surface $y = -\cot \delta_0 \sqrt{x^2 + z^2} + b$. Therefore, for the convex side, the top curve $C_1$ is defined by the system:

$$ \begin{cases}
f_1(x, y, z) = 0 \\
y = -\cot \delta_0 \sqrt{x^2 + z^2} + b
\end{cases} $$

where $f_1(x, y, z)$ is the equation for $S_1$. Similarly, for the concave side, curve $C_2$ is defined by $f_2(x, y, z) = 0$ and the top cone equation. These systems of equations parametrically describe the spatial curves along the tooth tips. To express them in parametric form, we can eliminate variables or use numerical methods. For instance, we can solve for $y$ from the top cone equation and substitute into $f_1(x, y, z) = 0$, resulting in an equation in $x$ and $z$. Then, parameterizing one variable, say $x = t$, we can solve for $z$ and $y$ to get a parametric curve.

To illustrate the parameters involved in designing a spiral bevel gear, we present the following tables summarizing typical design values and cutter specifications.

Table 1: Spiral Bevel Gear Design Parameters
Parameter Symbol Value Unit
Number of teeth (driven gear) $z_2$ 40
Module $m$ 5 mm
Face cone angle $\delta_0$ 70° degree
Root cone angle $\delta_1$ 65° degree
Tooth slot width $b’_1$ 8 mm
Pressure angle (convex) $\alpha_1$ 20° degree
Pressure angle (concave) $\alpha_2$ 20° degree
Root radius $r$ 100 mm
Offset parameter $b$ 50 mm
Table 2: Cutter and Transformation Parameters
Parameter Symbol Value Unit
Cutter reference point $x_0$ $x_0$ 10 mm
Cutter reference point $z_0$ $z_0$ 5 mm
Gear blank point $x_A$ $x_A$ 0 mm
Gear blank point $y_A$ $y_A$ 0 mm
Blank parameter $b_0$ $b_0$ 30 mm

Using these parameters, we can compute the top curve equations numerically. For example, substituting the values into the convex side equation $f_1(x, y, z) = 0$, we get a specific form. The top cone equation becomes $y = -\cot 70^\circ \sqrt{x^2 + z^2} + 50$. Since $\cot 70^\circ \approx 0.3640$, we have:

$$ y = -0.3640 \sqrt{x^2 + z^2} + 50 $$

Then, $f_1(x, y, z)$ simplifies to:

$$ \frac{1}{2} \sqrt{5^2 \times 40^2 – 8^2} – 100 – (10 – x) \cos 65^\circ – (y – 0) \sin 65^\circ – \cot 20^\circ \sqrt{ (z – 0 – 10)^2 + \left[ (0 – y) \cos 65^\circ – (x – 10) \sin 65^\circ – 5 \right]^2 – 5^2 } – 4 + 10 = 0 $$

Computing constants: $\sqrt{25 \times 1600 – 64} = \sqrt{40000 – 64} = \sqrt{39936} \approx 199.84$, so $\frac{1}{2} \times 199.84 = 99.92$. $\cos 65^\circ \approx 0.4226$, $\sin 65^\circ \approx 0.9063$, $\cot 20^\circ \approx 2.7475$. Thus,

$$ 99.92 – 100 – (10 – x) \times 0.4226 – y \times 0.9063 – 2.7475 \sqrt{ (z – 10)^2 + \left[ -0.4226 y – (x – 10) \times 0.9063 – 5 \right]^2 – 25 } + 6 = 0 $$

Simplifying further:

$$ 5.92 – 0.4226(10 – x) – 0.9063 y – 2.7475 \sqrt{ (z – 10)^2 + \left( -0.4226 y – 0.9063 x + 9.063 – 5 \right)^2 – 25 } = 0 $$

This equation, combined with the top cone equation, defines the convex top curve. A similar process applies to the concave side. For practical applications, such as chamfering, these equations can be solved iteratively to generate tool paths.

The derivation of the top curve equation for spiral bevel gears is crucial for automating post-processing operations. In traditional manufacturing, chamfering the tooth tips is done manually, leading to inconsistencies and high labor costs. With the mathematical model presented here, CNC machines can be programmed to follow the precise top curve, ensuring uniform chamfers and improved gear performance. The forming process, while efficient, requires accurate modeling to capture the gear geometry. Our approach leverages coordinate transformations to integrate the cutter and gear blank coordinate systems, yielding a comprehensive description of the tooth surfaces.

To further elucidate the coordinate transformation, we provide a step-by-step summary of the matrix operations. The transformation from the original system $Oxyz$ to the cutter system $O_1x_1y_1z_1$ is encapsulated in the matrix $T$. The inverse transformation is used to express the tooth surface equations in $Oxyz$. The general form of a homogeneous transformation matrix for rotation and translation is:

$$ T = \begin{bmatrix} R & \mathbf{p} \\ \mathbf{0}^T & 1 \end{bmatrix} $$

where $R$ is a 3×3 rotation matrix and $\mathbf{p}$ is a translation vector. For our case, $R = R_y(\frac{\pi}{2}) \cdot R_z(\delta_1)$ and $\mathbf{p} = -R \cdot [x_1, y_1, z_1]^T$. The rotation matrices are orthogonal, so $R^{-1} = R^T$. This property simplifies the inversion.

In the context of spiral bevel gear design, the forming process parameters must be carefully selected to ensure proper tooth contact and strength. The top curve equation also aids in stress analysis by defining the boundary conditions for finite element models. Moreover, the equation can be used to verify the gear geometry after manufacturing, comparing the theoretical curve with measured data from coordinate measuring machines (CMM).

We now present a more detailed derivation of the rotation surface equation. Given a line in space with equation $F(x, y, z) = 0$, rotated around an axis with direction vector $\mathbf{v} = (X, Y, Z)$ passing through point $\mathbf{p}_0 = (x_0, y_0, z_0)$, the surface equation can be found by solving the system:

$$ \begin{cases}
F(t_1, t_2, t_3) = 0 \\
\mathbf{v} \cdot (\mathbf{r} – \mathbf{t}) = 0 \\
|\mathbf{r} – \mathbf{p}_0| = |\mathbf{t} – \mathbf{p}_0|
\end{cases} $$

where $\mathbf{r} = (x, y, z)$ is a point on the surface, and $\mathbf{t} = (t_1, t_2, t_3)$ is a point on the generating curve. For our line $L_2$ in the $x_1y_1$-plane, we have $t_3 = 0$. The axis is parallel to the $y$-axis, so $\mathbf{v} = (0, 1, 0)$. Solving yields the surface equation as shown earlier. This method is general and can be applied to other gear types.

To highlight the importance of spiral bevel gears in modern machinery, we note that their design and manufacturing continue to evolve with advancements in computational tools. The forming process, though traditional, benefits from digital modeling and simulation. The top curve equation derived here is a building block for more complex analyses, such as contact pattern prediction and load distribution.

In conclusion, we have demonstrated a systematic approach to solving the top curve equation of spiral bevel gears based on the forming process. The process involves modeling the gear blank and cutter, deriving the tooth flank equations in a local coordinate system, transforming them to the global system, and intersecting with the top cone surface. The resulting parametric equations enable precise calculation of the tooth tip geometry, which is vital for automated chamfering and quality control. Future work could extend this method to spiral bevel gears produced by generating processes or to hypoid gears, incorporating more complex cutter profiles and machine kinematics. The integration of this mathematical model into CAD/CAM systems will streamline the manufacturing of spiral bevel gears, enhancing their performance and longevity in demanding applications.

To ensure clarity, we summarize the key equations below in a consolidated form.

Top Cone Surface:

$$ y = -\cot \delta_0 \sqrt{x^2 + z^2} + b $$

Convex Flank Surface in Original Coordinates:

$$ f_1(x, y, z) = \frac{1}{2} \sqrt{m^2 z_2^2 – b’^2_1} – r – (x_1 – x) \cos \delta_1 – (y – y_1) \sin \delta_1 – \cot \alpha_1 \sqrt{ (z – z_1 – x_0)^2 + \left[ (y_1 – y) \cos \delta_1 – (x – x_1) \sin \delta_1 – z_0 \right]^2 – z_0^2 } – \frac{b’_1}{2} + x_0 = 0 $$

Concave Flank Surface in Original Coordinates:

$$ f_2(x, y, z) = \frac{1}{2} \sqrt{m^2 z_2^2 – b’^2_1} – r – (x_1 – x) \cos \delta_1 – (y – y_1) \sin \delta_1 + \cot \alpha_2 \sqrt{ (z – z_1 – x_0)^2 + \left[ (y_1 – y) \cos \delta_1 – (x – x_1) \sin \delta_1 – z_0 \right]^2 – z_0^2 } – \frac{b’_1}{2} + x_0 = 0 $$

Transformation Coordinates:

$$ x_1 = x_A + \frac{b_0}{2} \sin \delta_1, \quad y_1 = y_A + \frac{b_0}{2} \cos \delta_1, \quad z_1 = 0 $$

Top Curve Equations (System):

For convex side: Solve $f_1(x, y, z) = 0$ and $y = -\cot \delta_0 \sqrt{x^2 + z^2} + b$ simultaneously.

For concave side: Solve $f_2(x, y, z) = 0$ and $y = -\cot \delta_0 \sqrt{x^2 + z^2} + b$ simultaneously.

These equations provide a complete mathematical description of the tooth tips on spiral bevel gears. By parameterizing, for instance, using $x$ as a parameter, we can numerically compute $z$ and $y$ for each point along the curve. This data can then be used to generate tool paths for chamfering operations, ensuring accuracy and repeatability. The methodology underscores the value of integrating geometric modeling with analytical techniques to advance the manufacturing of complex components like spiral bevel gears.

Scroll to Top