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
matrenka [14]
3 years ago
5

Give the approximate temperature at which creep deformation becomes an important consideration for each of the following metals:

Engineering
1 answer:
IrinaVladis [17]3 years ago
8 0

Answer:

The creep temperature for different materials is as follows.

A. <u>Nickel :- </u>T_{c} = 690.4 K

B. <u>Copper :-  </u>T_{c} = 542.8 K

C.<u> Iron :-</u>T_{c} = 723.6 K

D.<u> Tungsten :-</u>T_{c} = 1469.2 K

E. <u>Lead :- </u>T_{c} = 240.2 K

F. <u>Aluminium :- </u>T_{c} = 373.2 K

Explanation:

Creep is the slow plastic deformation occur at high elevated temperature.

The approximate temperature for different metals is as follows at which creep becomes considerable.

A. <u>Nickel :-</u>  The relation between melting temperature & creep temperature is given by the formula.

T_{c}  = 0.4 T_{m}

The melting temperature of nickel = 1726 K

Creep temperature T_{c} = 0.4 × 1726

T_{c} = 690.4 K

B. <u>Copper :- </u>The relation between melting temperature & creep temperature for copper is given by the formula.

T_{c}  = 0.4 T_{m}

The melting temperature of copper = 1357 K

Creep temperature T_{c} = 0.4  × 1357

T_{c} = 542.8 K

C.<u> Iron :- </u>The relation between melting temperature & creep temperature for iron is given by the formula

T_{c}  = 0.4 T_{m}

The melting temperature of iron = 1809 K

Creep temperature T_{c} = 0.4  × 1809

T_{c} = 723.6 K

D.<u> Tungsten :- </u>The relation between melting temperature & creep temperature for tungsten is given by the formula

T_{c}  = 0.4 T_{m}

The melting temperature of iron = 3673 K

Creep temperature T_{c} = 0.4  × 3673

T_{c} = 1469.2 K

E. <u>Lead :-</u>The relation between melting temperature & creep temperature for lead is given by the formula

T_{c}  = 0.4 T_{m}

The melting temperature of lead = 600.5 K

Creep temperature T_{c} = 0.4  × 600.5

T_{c} = 240.2 K

F. <u>Aluminium :- </u>The relation between melting temperature & creep temperature for aluminium is given by the formula

T_{c}  = 0.4 T_{m}

The melting temperature of lead = 933 K

Creep temperature T_{c} = 0.4  × 933

T_{c} = 373.2 K

You might be interested in
Define Plastic vs elastic deformation.
Snowcat [4.5K]

Answer:

Plastic deformation, irreversible or permanent. Deformation mode in which the material does not return to its original shape after removing the applied load. This happens because, in plastic deformation, the material undergoes irreversible thermodynamic changes by acquiring greater elastic potential energy.

Elastic deformation, reversible or non-permanent. the body regains its original shape by removing the force that causes the deformation. In this type of deformation, the solid, by varying its tension state and increasing its internal energy in the form of elastic potential energy, only goes through reversible thermodynamic changes.

3 0
3 years ago
Give me uses of a grinding machine in agriculture.
Tju [1.3M]

Answer:

The grinding machine is used for roughing and finishing flat, cylindrical, and conical surfaces; finishing internal cylinders or bores; forming and sharpening cutting tools; snagging or removing rough projections from castings and stampings; and cleaning, polishing, and buffing surfaces.

4 0
3 years ago
A vacuum pump is used to drain a basement of 20 °C water (with a density of 998 kg/m3 ). The vapor pressure of water at this tem
lord [1]

Answer:

The maximum theoretical height that the pump can be placed above liquid level is \Delta h=9.975\,m

Explanation:

To pump the water, we need to avoid cavitation. Cavitation is a phenomenon in which liquid experiences a phase transition into the vapour phase because pressure drops below the liquid's vapour pressure at that temperature.  As a liquid is pumped upwards, it's pressure drops. to see why, let's look at Bernoulli's equation:

\frac{\Delta P}{\rho}+g\, \Delta h +\frac{1}{2}  \Delta v^2 =0

(\rho stands here for density, h for height)

Now, we are assuming that there aren't friction losses here. If we assume further that the fluid is pumped out at a very small rate, the velocity term would be negligible, and we get:

\frac{\Delta P}{\rho}+g\, \Delta h  =0

\Delta P= -g\, \rho\, \Delta h

This means that pressure drop is proportional to the suction lift's height.

We want the pressure drop to be small enough for the fluid's pressure to be always above vapour pressure, in the extreme the fluid's pressure will be almost equal to vapour pressure.

That means:

\Delta P = 2.34\,kPa- 100 \,kPa = -97.66 \, kPa\\

We insert that into our last equation and get:

\frac{ \Delta P}{ -g\, \rho\,}= \Delta h\\\Delta h=\frac{97.66 \, kPa}{998 kg/m^3 \, \, 9.81 m/s^2} \\\Delta h=9.975\,m

And that is the absolute highest height that the pump could bear. This, assuming that there isn't friction on the suction pipe's walls, in reality the height might be much less, depending on the system's pipes and pump.

8 0
3 years ago
A cylindrical aluminum core is surrounded by a titanium sleeve, and both are attached at each end to a rigid end-plate. Set up t
NeX [460]

Complete Question

The complete question is shown on the first uploaded image

Answer:

a) The elongation of the composite bar is given as δ = 0.072 in

b) The axial stress induced in each material is = 5485.7 psi

Explanation:

The explanation to the answer above is shown on the second uploaded image

3 0
3 years ago
A program contains the following function definition: int cube(int number) { return number * number * number; } Write a stateme
Nonamiya [84]

Answer:

The statement can be written as

int result = cube(4);

Explanation:

A function is a block of reusable codes to perform some tasks. For example, the function in the question is to calculate the cube of a number.

A function can also operate on one or more input value (argument) and return a result. The <em>cube </em>function in the question accept one input value through its parameter <em>number </em>and the <em>number</em> will be multiplied by itself twice and return the result.  

To call a function, just simply write the function name followed with parenthesis (e.g. <em>cube()</em>). Within the parenthesis, we can include zero or one or more than one values as argument(s) (e.g. <em>cube(4)</em>).

We can then use the "=" operator to assign the return output of the function to a variable (e.g. <em>int result = cube(4)</em>)

8 0
3 years ago
Other questions:
  • Assume that price is an integer variable whose value is the price (in US currency) in cents of an item. Assuming the item is pai
    11·1 answer
  • Here you go!!!!!!!!!!!!!!!!!1
    8·1 answer
  • A process consists of two steps: (1) One mole of air at T = 800 K and P = 4 bar is cooled at constant volume to T = 350 K. (2) T
    7·1 answer
  • Describe the relationship between atomic structure and Youngs' modulus?
    15·1 answer
  • Which is the required type of fire extinguisher for standard naval vessels
    9·1 answer
  • What have you learned from the previous lesson? Let's try to check your prior knowledge
    9·1 answer
  • Describe how to use cleaning tools and equipment safely and properly
    6·1 answer
  • You are a planning aide on a team and are given the assignment of researching the historical significance and original blueprint
    5·1 answer
  • What is the answer???
    10·1 answer
  • Question 2: (a) In your own words, clearly distinguish and differentiate between Ethics in Engineering and Ethics in Computing (
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!