The reason airplanes leave a white smoke trail in their wake is because their exhaust gases contain moisture that condenses at high altitudes.
Hope this helps!
Answer:
//Function is written using C++ Programming Language
// Comments are used for explanatory purpose
// The main method is not included
using namespace std;
// Declare arraySum with two arguments. The first represents the array name while the other
// Represents the number of elements
int arraySum(int arr[], int n)
{
int total = 0; // declare and Initialise total to 0
// Iterate through the array to calculate sum
for (int i = 0; i < n; i++) {
total += arr[i];
}
return total;
}
Answer:
Maximum shear stress is;
τ_max = 1427.12 psi
Explanation:
We are given;
Power = 2 HP = 2 × 746 Watts = 1492 W
Angular speed;ω = 450 rev/min = 450 × 2π/60 rad/s = 47.124 rad/s
Diameter;d = 1 in
We know that; power = shear stress × angular speed
So,
P = τω
τ = P/ω
τ = 1492/47.124
τ = 31.66 N.m
Converting this to lb.in, we have;
τ = 280.2146 lb.in
Maximum shear stress is given by the formula;
τ_max = (τ•d/2)/J
J is polar moment of inertia given by the formula; J = πd⁴/32
So,
τ_max = (τ•d/2)/(πd⁴/32)
This reduces to;
τ_max = (16τ)/(πd³)
Plugging in values;
τ_max = (16 × 280.2146)/((π×1³)
τ_max = 1427.12 psi
Answer:
C. Dial indicator
Explanation:
This meassers small diameters
Answer:
<em>a) 4.51 lbf-s^2/ft</em>
<em>b) 65.8 kg</em>
<em>c) 645 N</em>
<em>d) 23.8 lb</em>
<em>e) 65.8 kg</em>
<em></em>
Explanation:
Weight of the man on Earth = 145 lb
a) Mass in slug is...
32.174 pound = 1 slug
145 pound = slug
= 145/32.174 = <em>4.51 lbf-s^2/ft</em>
b) Mass in kg is...
2.205 pounds = 1 kg
145 pounds = kg
= 145/2.205 = <em>65.8 kg</em>
c) Weight in Newton = mg
where
m is mass in kg
g is acceleration due to gravity on Earth = 9.81 m/s^2
Weight in Newton = 65.8 x 9.81 = <em>645 N</em>
d) If on the moon with acceleration due to gravity of 5.30 ft/s^2,
1 m/s^2 = 3.2808 ft/s^2
m/s^2 = 5.30 ft/s^2
= 5.30/3.2808 = 1.6155 m/s^2
weight in Newton = mg = 65.8 x 1.6155 = 106
weight in pounds = 106/4.448 = <em>23.8 lb</em>
e) The mass of the man does not change on the moon. It will therefore have the same value as his mass here on Earth
mass on the moon = <em>65.8 kg</em>