The modulus of elasticity is 28.6 X 10³ ksi
<u>Explanation:</u>
Given -
Length, l = 5in
Force, P = 8000lb
Area, A = 0.7in²
δ = 0.002in
Modulus of elasticity, E = ?
We know,
Modulus of elasticity, E = σ / ε
Where,
σ is normal stress
ε is normal strain
Normal stress can be calculated as:
σ = P/A
Where,
P is the force applied
A is the area of cross-section
By plugging in the values, we get
σ = 
σ = 11.43ksi
To calculate the normal strain we use the formula,
ε = δ / L
By plugging in the values we get,
ε = 
ε = 0.0004 in/in
Therefore, modulus of elasticity would be:

Thus, modulus of elasticity is 28.6 X 10³ ksi
Answer:
Explanation:
var generator = new Random(1);
// Now the nextGaussian() function returns a normal distribution of random numbers with the following parameters: a mean of zero and a standard deviation of one
var draw = function() {
var num = generator.nextGaussian();
var standardDeviation = 60;
var mean = 2003;
// Multiply by the standard deviation and add the mean.
var x = standardDeviation * num + mean;
noStroke();
fill(214, 159, 214, 10);
ellipse(x, 200, 16, 16); };
Hope this will be helpful
Answer:
Hence, the three effects of electric current are heating effect, magnetic effect and chemical effect.
Answer:
There are six conditions
1. Poles should contain some residual flux.
2. Field and armature winding must be correctly connected so that initial mmm adds residual flux.
3. Resistance of field winding must be less than critical resistance.
4. Speed of prime mover of generator must be above critical speed.
5. Generator must be on load.
6. Brushes must have proper contact with commutators.
Explanation: