Answer:
Explanation:
Given that solid circular rod rotates at constant speed and neglecting losses throughout the system, power is calculated as the product of torque and angular speed. That is to say:

There is a formula that relates torque with shear stress:

Where
is the torsion module, whose formula for a solid circular cross section is:

The tension module is calculated herein:

Maximum allowed torsion is found by isolating it from shear stress equation:


Then, maximum transmissible power is determined directly:

Answer:
function summedValue = SummationWithLoop(userNum)
% Summation of all values from 1 to userNum
summedValue = 0;
i = 0;
% use a while loop that assigns summedValue with the
% sum of all values from 1 to userNum
while(i <= userNum)
summedValue = summedValue + i;
i = i + 1;
end
end
Answer:
F₁ = 1500 N
F₂ = 750 N
= 500 N
Explanation:
Given :
Power transmission, P = 7.5 kW
= 7.5 x 1000 W
= 7500 W
Belt velocity, V = 10 m/s
F₁ = 2 F₂
Now we know from power transmission equation
P = ( F₁ - F₂ ) x V
7500 = ( F₁ - F₂ ) x 10
750 = F₁ - F₂
750 = 2 F₂ - F₂ ( ∵F₁ = 2 F₂ )
∴F₂ = 750 N
Now F₁ = 2 F₂
F₁ = 2 x F₂
F₁ = 2 x 750
F₁ = 1500 N , this is the maximum force.
Therefore we know,
= 3 x 
where
is centrifugal force
=
/ 3
= 1500 / 3
= 500 N
Answer:
B. To accurately measure spark advance, use a timing light that incorporates an
ignition advance meter. The spark advance cannot be determined by listening to the way the engine sounds.
Answer:
The time necessary to purge 95% of the NaOH is 0.38 h
Explanation:
Given:
vfpure water(i) = 3 m³/h
vNaOH = 4 m³
xNaOH = 0.2
vfpure water(f) = 2 m³/h
pwater = 1000 kg/m³
pNaOH = 1220 kg/m³
The mass flow rate of the water is = 3 * 1000 = 3000 kg/h
The mass of NaOH in the solution is = 0.2 * 4 * 1220 = 976 kg
When the 95% of the NaOH is purged, thus the NaOH in outlet is = 0.95 * 976 = 927.2 kg
The volume of NaOH in outlet after time is = 927.2/1220 = 0.76 m³
The time required to purge the 95% of the NaOH is = 0.76/2 = 0.38 h