Homework #10
Getting Geared Up
Problem #1 - Analysis of a simple gear set
Problem Statement
A 78-tooth spur gear is in mesh with a 27-tooth pinion. The pitch is 6 and the pressure angle is 20°. The pinion transmits 33 kW at 1600 rpm. The
= 11, the pinion is made of 4340 steel and the gear is made of A-7-d nodular-iron.
Determine the following:
What is the contact ratio for this gearset?
Find the torque on each shaft.
Size these spur gears (both the pinion and the gear) for a surface safety factor of 1.2, assuming steady torque.
Next time use a 72 tooth Gear and a 24 tooth Pinion(see Boston Gear)
Given
In[29]:=
Assumptions
We assume 100% efficiency in the transmission of power and torque in the gearset.
Realistically it would be more like 97-99% efficiency.
Find
contact ratio, torque on each shaft, and size (face width) of gears for surface safety factor of 1.2
Solution
Compute Contact Ratio
In[42]:=
In[43]:=
In[44]:=
Out[44]=
Out[45]=
Out[46]=
Out[47]=
In[48]:=
Out[48]=
In[49]:=
Out[49]=
Out[50]=
Out[51]=
In[52]:=
Out[52]=
Out[53]=
Out[54]=
As we would expect, the contact ratio is the same for both gears!
Find the torque on each gear
In[55]:=
Out[55]=
In[56]:=
Out[56]=
In[57]:=
Out[57]=
In[58]:=
Out[58]=
Note the torque is the not same for both the pinion and the gear (we ignore the 1-3% losses in the transmission), but the tangential force is! The torque ratio is the same as the gear ratio.
In[59]:=
Out[59]=
In[60]:=
Out[60]=
Determine the size of the gears for a surface safety factor of 1.2
In[61]:=
In[62]:=
We get the tangential force from the torque
In[63]:=
Out[63]=
In[64]:=
Out[64]=
Surface Geometry Factor, see page 724.
In[100]:=
In[67]:=
Out[67]=
In[69]:=
Out[69]=
From Figure 11-22, page 719,
In[70]:=
Or we can use the equations developed by Norton, on pages 718-719.
In[73]:=
In[74]:=
Out[74]=
Very close agreement!
From Table 11-16, page 720, we'll try Face < 2"
In[75]:=
From Table 11-17, page 721, we the uniform value
In[76]:=
From page 721, we use the default size factor.
In[77]:=
From page 726, we assume a reasonable surface finish so
In[78]:=
In[79]:=
Out[79]=
In[80]:=
Out[80]=
Compute the Surface Fatigue Strength
In[81]:=
The pinion is made of 4340 and is nitrided. The range of ultimate strengths is 150-175 kpsi. We will use the minimum value, i.e., 150,000 psi. Also note that CH is the relative hardness measure and represents the relative hardness of the gear to the pinion (the pinion is given the value 1).
In[82]:=
In[86]:=
Out[86]=
In[87]:=
Out[87]=
In[88]:=
Out[88]=
So the face should be say 0.875 Inch wide. We can check the produce of face width and pitch to see if its in the recommended range.
In[89]:=
Out[89]=
And it is not. The recommended range is 8-16. I don't know the basis for this.
We should check the gear side as well.
Compute the minimum required face width for the nodular iron gear required to meet the surface safety factor of 1.2.
Note: nitriding is a case (surface) hardening process and as such the second approach to establishing CH should be used. No value for Rq was given, but Figure 7-1, on page 446 has an example of a cam that has been ground polished and in the notes Rq is given as 0.175 (I assume μin), so I will use that (I expect the surface of the cam to be compariable to that of a well manufactured gear).
In[90]:=
Out[91]=
So we get a small effect on the gear from the case hardened pinion.
In[96]:=
Out[96]=
In[97]:=
Out[97]=
In[98]:=
Out[98]=
In[102]:=
Out[102]=
In[103]:=
Out[103]=
In[104]:=
Out[104]=
So we see that the demands on the pinion require a wider face than for the gear, so we will specify the face requirement based upon the Pinion, and will round it up to the next standard width.
After reviewing the catalog at Boston Gear, I find that they only provide gears of this type in 2" face width, so that would be what I would specify. :-)
Planetarty Gear Train
Problem Statement
We have a planetary gear train with 8 tooth sun, and 40 tooth planets.
The module is 1 mm. The sun is the input and the carrier is the output.
Answer the following questions about this planetary gear train.
- what is the train ratio for this planetary gear train?
- what is the gear ratio for this gear train?
- what is the torque ratio for this gear train?
- how many planets can this planetary have?
Given
Assumptions
none
Solution
First lets determine the number of teeth in the Ring gear
what is the train ratio for this planetary gear train?
what is the gear ratio for this gear train?
That is the gear ratio is 12:1 or 12 to 1.
what is the torque ratio for this gear train?
the torque ratio is the same as the gear ratio, i.e. we get twelve times as much torque out of the planetary as we put in, (but at one twelveth the speed).
how many planets can this planetary have?
Since Nring is an even number we can have an even number of planets.
In addition because the planets are quite large, three of them will not fit within the ring gear without interference, so the answer is THIS PLANETARY CAN HAVE ONLY ONE OR TWO PLANETS.
Created by Mathematica (April 20, 2004)