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
Suppose you have two arrays: Arr1 and Arr2. Arr1 will be sorted values. For each element v in Arr2, you need to write a pseudo c
brilliants [131]

Answer:

The algorithm is as follows:

1. Declare Arr1 and Arr2

2. Get Input for Arr1 and Arr2

3. Initialize count to 0

4. For i in Arr2

4.1 For j in Arr1:

4.1.1 If i > j Then

4.1.1.1 count = count + 1

4.2 End j loop

4.3 Print count

4.4 count = 0

4.5 End i loop

5. End

Explanation:

This declares both arrays

1. Declare Arr1 and Arr2

This gets input for both arrays

2. Get Input for Arr1 and Arr2

This initializes count to 0

3. Initialize count to 0

This iterates through Arr2

4. For i in Arr2

This iterates through Arr1 (An inner loop)

4.1 For j in Arr1:

This checks if current element is greater than current element in Arr1

4.1.1 If i > j Then

If yes, count is incremented by 1

4.1.1.1 count = count + 1

This ends the inner loop

4.2 End j loop

Print count and set count to 0

<em>4.3 Print count</em>

<em>4.4 count = 0</em>

End the outer loop

4.5 End i loop

End the algorithm

5. End

6 0
2 years ago
Pick a subjectarea/field/topic that you are interested in. For each of the following Bonham- Carver uses of GIS give an example
Vanyuwa [196]

Answer:

I hope following attachment will help you a lot!

Explanation:

3 0
3 years ago
The unit weight of a soil is 14.9kN/m3. The moisture content of the soil is17% when the degree of saturation is 60%. Determine:
Serggg [28]

Answer:

a) 2622.903 N/m^3

b) 1.38233

c)4.878811765

Explanation:

Find the void ratio using the formula:

y = \frac{G_{s}*y_{w} + w*G_{s}*y_{w} }{1+e} ....... Eq1

Here;

G_{s} is specific gravity of soil solids

y_{w} is unit weight of water = 998 kg/m^3

w is the moisture content = 0.17

e is the void ratio

y is the unit weight of soil = 14.9KN/m^3

Saturation Ratio Formula:

w*G_{s} = S*e  ..... Eq2

S is saturation rate

Substitute Eq 2 into Eq 1

y = \frac{(\frac{S*e}{w}) * y_{w} + S*e*y_{w}  }{1+e}

14900 = \frac{3522.352941*e + 598.8*e }{1+e} = \frac{4121.152941*e}{1+e}\\\\ e= 1.38233

Specific gravity of soil solids

G_{s} = \frac{S*e}{w} = \frac{0.6*1.38233}{0.17} = 4.878811765

Saturated Unit Weight

y_{s} = \frac{(G_{s} + e)*y_{w}  }{1+e} \\=\frac{(4.878811765 + 1.38233)*998  }{1+1.38233}\\\\= 2622.902571 N/m^3

7 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
Users of E85 see a drop in gas mileage because ethanol can't produce the same
liraira [26]

Answer:

A

Explanation:

Due to ethanol's lower energy content, FFVs operating on E85 get roughly 15% to 27% fewer miles per gallon than when operating on regular gasoline, depending on the ethanol content.

7 0
2 years ago
Other questions:
  • The temperature of a flowing gas is to be measured with a thermocouple junction and wire stretched between two legs of a sting,
    8·1 answer
  • Which of the following does NOT describe product design.
    11·1 answer
  • Is it acceptable to mix used absorbents.
    8·2 answers
  • The ventilating fan of the bathroom of a building has a volume flow rate of 32 L/s and runs continuously. If the density of air
    7·1 answer
  • How can goal setting help with academic performance?
    13·1 answer
  • THIS IS NOT AN ACADEMIC QUESTION, but who was the bitter of 1987 in FNAF?
    6·2 answers
  • This might count as engineering, I'm not sure as this is IT
    8·1 answer
  • How are sedimentary - gravity flows different from fluid - gravity flows
    6·1 answer
  • What is the creative process that helps you overcome writer's block called?
    13·1 answer
  • assuming complementary inputs are available, the minimum number of transistors needed to realize a two input xor gate is:
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!