1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
lys-0071 [83]
3 years ago
6

A specimen of some metal having a rectangular cross section 10.4 mm × 12.8 mm is pulled in tension with a force of 15900 N, whic

h produces only elastic deformation. Given that the elastic modulus of this metal is 79 GPa, calculate the resulting strain.
Engineering
1 answer:
marishachu [46]3 years ago
8 0

Answer:

\sigma=0.00151

Explanation:

We apply Hooke's Law as follows :

\sigma= E\varepsilon

where \sigma is the applied stress

#The applied stress is also equal to :

\sigma=\frac{F}{A_o}=\frac{F}{lw}

Where l\ and w are the cross-sectional dimensions.

=>We equate the two stress equations:

E\varepsilon=\frac{F}{lw}\\\\\varepsilon=\frac{F}{Elw}

#We substitute our values in the equation as:

\varepsilon=\frac{15900\ N}{(79\times 10^9\ N/m^2)(10.4\ m\times 10^{-3}\times 12.8\ m\times 10^{-3})}}\\\\\\=0.00151

Hence, the resulting strain is 0.00151

You might be interested in
Using benefit-cost ratio analysis, determine which one of the three mutually exclusive alternatives should be selected. Each alt
anzhelika [568]
Hamborger hamborger hamborger hamborger
8 0
3 years ago
4. A 25 km2 watershed has a time of concentration of 1.6 hr. Calculate the NRCS triangular UH for a 10-minute rainfall event and
Alika [10]

Answer:

The NRCS triangular UH for a 10-minute rainfall is Qp = 49.84 m³/s

Peak flow of the aggregated runoff hydrograph is 420.58 m³/s

The total volume of runoff is 2125000 m³/s

Explanation:

We have

A = 25 km²

tr = 10 min = 1/6 hr

tc = 1.6 hr

lag time = 0.6 tc = 0.96 hr

Tp = tr/2 + 0.6 tc = 1/12 + 0.96 = 1.043 hr

Qp = 2.08×25/1.043 = 49.84 m³/s

Tb = 8/3×Tp = 8/3×1.043 = 2.782 hr

 

Since the area is  

Time (min)           Runoff (cm)       Volume of runoff m³

0                   0                                     0

10                  4                                     1000000 m³

20                 2.5                                  625000 m³

30                 2                                      500000 m³

Total volume of runoff = 1000000 + 625000 + 500000 =  2125000 m³/s

For the 1st  10 minutes, we have

A = 25 km²

tr = 30 min = 1/2 hr

tc = 1.6 hr

lag time = 0.6 tc = 0.96 hr

Tp = tr/2 + 0.6 tc = 1/4 + 0.96 = 1.21 hr

Qp = 2.08×25×4/1.043 = 197.92 m³/s

Tb = 8/3×Tp = 8/3×1.21 = 3.227  hr

 

For the 2nd 10 minutes, we have

A = 25 km²

tr = 30 min = 1/2 hr

tc = 1.6 hr

lag time = 0.6 tc = 0.96 hr

Tp = tr/2 + 0.6 tc = 1/4 + 0.96 = 1.21 hr

Qp = 2.08×25×2.5/1.043 = 123.7 m³/s

Tb = 8/3×Tp = 8/3×1.21 = 3.227  hr

For the 3rd 10 minutes, we have

A = 25 km²

tr = 30 min = 1/2 hr

tc = 1.6 hr

lag time = 0.6 tc = 0.96 hr

Tp = tr/2 + 0.6 tc = 1/4 + 0.96 = 1.21 hr

Qp = 2.08×25×2.5/1.043 = 98.96 m³/s

Tb = 8/3×Tp = 8/3×1.21 = 3.227  hr

 

Peak flow of aggregate runoff is given by

Qp (total) = 98.96 + 123.7 +197.92 = 420.58 m³/s

Total volume of runoff is given by

Total volume of runoff = 1000000 + 625000 + 500000 =  2125000 m³/s

6 0
3 years ago
The y and z keys swapping position is messing with your touch typing. You decide to write out your email as if the keys were in
Zarrin [17]

Answer:

# the function fix_yz is defined

# it takes a string as parameter

def fix_yz(word):

   # new_word is to hold the new corrected string

   new_word = ""

   # loop through the string

   # and check for any instance of y or z.

   # if any instance is found, it is replaced accordingly

   for each_letter in word:

       if each_letter == 'z':

           new_word += 'y'

       elif each_letter == 'Z':

           new_word += 'Y'    

       elif each_letter == 'y':

           new_word += 'z'

       elif each_letter == 'Y':

           new_word += 'Z'        

       else:

           new_word += each_letter

   # the value of new string is returned

   return new_word        

Explanation:

The function is written in Python 3 and it is well commented. An image is attached showing the output of the given example.

The function take a string as input. It then loop through the string and check for any instance of 'y' or 'z'; if any instance is found it is swapped accordingly and then append to the new_word.

The value of bew_word is returned after the loop.

4 0
3 years ago
Consider a 18-mm by 18-mm chip that is cooled on its top surface by a 6 m/s flow of 25 ºC air. Any heat transfer from its bottom
vladimir2022 [97]

Find the below attachments

7 0
3 years ago
Read 2 more answers
The question is in the following image.
Leona [35]

Answer: Statement "E" is true

Explanation:

A - Statement is not true because, though static methods can not directly access any instance variables or methods. But they can access them by using their object reference.

B - Statement is not true because a non static method can also access a static variable.

C - Statement is not true because according to the rules for instance variables in java, it can be marked as final.

D - Statement is not true because though it can be declared as final by initialization of variable mandatory and initialization of class loading, there is no rule that says it must be declared as final.

E - This statement is true because in the constructor, static variables are not associated with each object of the class since it is shared by each object. Therefore, if you initialize static variable into constructor, it means that you are trying to associate with a particular member of class and it's not possible to do so!

3 0
3 years ago
Other questions:
  • What is the resultant force on one side of a 25cm diameter circular plate standing at the bottom of 3m of pool water?
    12·1 answer
  • A vertical piston-cylinder assembly contains water. The piston has a mass of 2 kg and a diameter of 7 cm . Assume atmospheric pr
    11·1 answer
  • A 10-mm steel drill rod was heat-treated and ground. The measured hardness was found to be 290 Brinell. Estimate the endurance s
    14·1 answer
  • When diagnosing engine noise, Technician A says a mechanical stethoscope may not be appropriate in pinpointing a squeaking drive
    14·1 answer
  • Consider a 0.15-mm-diameter air bubble in a liquid. Determine the pressure difference between the inside and outside of the air
    10·1 answer
  • Which crystal system(s) listed below has (have) the following relationship for the unit cell edge lengths?
    13·1 answer
  • Air is compressed steadily from 100kPa and 20oC to 1MPa by an adiabatic compressor. If the mass flow rate of the air is 1kg/s an
    12·1 answer
  • Special certification is required for technicians who handle which of the following systems?
    10·1 answer
  • 1. A _____ is applied to a wall or roof rafters to add strength and keep the building straight and plumb.
    9·1 answer
  • QUESTION<br> Which of the following would assembler do an ideal automated assembly line?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!