Answer:
i) The torque required to raise the load is 15.85 N*m
ii) The torque required to lower the load is 6.91 N*m
iii) The minimum coefficient of friction is -0.016
Explanation:
Given:
dm = mean diameter = 0.03 m
p = pitch = 0.004 m
n = number of starts = 1
The lead is:
L = n * p = 1 * 0.004 = 0.004 m
F = load = 7000 N
dc = collar diameter = 0.035 m
u = 0.05
i) The helix angle is:

The torque is:

ii) The torque to lowering the load is:

iii)

Clearing u:
u = -0.016
Answer:
month = input("Input the month (e.g. January, February etc.): ")
day = int(input("Input the day: "))
if month in ('January', 'February', 'March'):
season = 'winter'
elif month in ('April', 'May', 'June'):
season = 'spring'
elif month in ('July', 'August', 'September'):
season = 'summer'
else:
season = 'autumn'
if (month == 'March') and (day > 19):
season = 'spring'
elif (month == 'June') and (day > 20):
season = 'summer'
elif (month == 'September') and (day > 21):
season = 'autumn'
elif (month == 'December') and (day > 20):
season = 'winter'
print("Season is",season)
Explanation:
Answer:
0.234
Explanation:
True stress is ratio of instantaneous load acting on instantaneous cross-sectional area
σ = k × (ε)^n
σ = true stress
ε = true strain
k = strength coefficient
n = strain hardening exponent
ε = ( σ / k) ^1/n
take log of both side
log ε =
( log σ - log k)
n = ( log σ - log k) / log ε
n = (log 578 - log 860) / log 0.20 = 0.247
the new ε = ( 600 / 860)^( 1 / 0.247) = 0.234
Answer:
(a) Relative Humidity = 48%,
Specific humidity = 0.0095
(b) Enthalpy = 65 KJ/Kg of dry sir
Specific volume = 0.86 m^3/Kg of dry air
(c/d) 12.78 degree C
(e) Specific volume = 0.86 m^3/Kg of dry air
Answer:
The elevation at the high point of the road is 12186.5 in ft.
Explanation:
The automobile weight is 2500 lbf.
The automobile increases its gravitational potential energy in
. It means the mobile has increased its elevation.
The initial elevation is of 5183 ft.
The first step is to convert Btu of potential energy to adequate units to work with data previously presented.
British Thermal Unit -
Now we have the gravitational potential energy in lbf*ft. Weight of the mobile is in lbf and the elevation is in ft. We can evaluate the expression for gravitational potential energy as follows:
Where m is the mass of the automobile, g is the gravity, W is the weight of the automobile showed in the problem.
is the final elevation and
is the initial elevation.
Replacing W in the Ep equation
Finally, the next step is to replace the variables of the problem.
The elevation at the high point of the road is 12186.5 in ft.