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
MAVERICK [17]
3 years ago
14

g A part made from annealed AISI 1018 steel undergoes a 20 percent cold-work operation. (a) Obtain the yield strength and ultima

te strength before and after the cold-work operation. Determine the percent increase in each strength. (b) Determine the ratios of ultimate strength to yield strength before and after the cold-work operation. What does the result indicate about the change of ductility of the part
Engineering
1 answer:
nikdorinn [45]3 years ago
6 0

Answer:

A) - Yield strength before operation = 32 kpsi

- Ultimate Strength before operation = 49.5 kpsi

- Yield strength after operation = 61.854 kpsi

- Ultimate Strength after operation = 61.875 kpsi

- Percentage increase of yield strength = 93.29%

- Percentage increase of ultimate strength = 25%

B) ratio before operation = 1.55

Ratio after operation = 1

Explanation:

From online values of the properties of this material, we have;

Yield strength; S_y = 32 kpsi

Ultimate Strength; S_u = 49.5 kpsi

Modulus; m = 0.25

Percentage of cold work; W_c = 0.2

S_o = 90 kpsi

A) Let's calculate the strain(ε) from the formula;

A_o/A = 1/(1 - W_c)

A_o/A = 1/(1 - 0.2)

A_o/A = 1.25

Thus, strain is;

ε = In(A_o/A)

ε = In(1.25)

ε = 0.2231

Yield strength after the cold work operation is;

S'_y = S_o(ε)^(m)

Plugging in the relevant values;

S'_y = 90(0.2231)^(0.25)

S'_y = 61.854 kpsi

Percentage increase of yield strength = S'_y/(S'_y - S_u) × 100% = (61.854 - 32)/32 × 100% = 93.29%

Ultimate strength after the cold work operation is;

S'_u = S_u/(1 - W_c)

S'_u = 49.5/(1 - 0.2)

S'u = 61.875 kpsi

Percentage increase of ultimate strength = S'_u/(S'_u - S_u) × 100% = (61.875 - 49.5)/49.5 × 100% = 25%

B) Ratio of ultimate strength and yield strength before cold work operations is;

S_u/S_y = 49.5/32

S_u/S_y = 1.547

Ratio of ultimate strength and yield strength after cold work operations is;

S'_u/S'_y = 61.875/61.854 = 1

The ratio after the operation is less than before the operation, thus the ductility reduced.

You might be interested in
A rectangular block of material with shear modulus G= 620 MPa is fixed to rigid plates at its top and bottom surfaces. Thelower
PIT_PIT [208]

Answer:

γ_{xy} =0.01, P=248 kN

Explanation:

Given Data:

displacement = 2mm ;

height = 200mm ;

l = 400mm ;

w = 100 ;

G = 620 MPa = 620 N//mm²;    1MPa = 1N//mm²

a. Average Shear Strain:

The average shear strain can be determined by dividing the total displacement of plate by height

γ_{xy} = displacement / total height

     = 2/200 = 0.01

b. Force P on upper plate:

Now, as we know that force per unit area equals to stress

τ = P/A

Also,  τ = Gγ_{xy}

By comapring both equations, we get

P/A = Gγ_{xy}   ------------ eq(1)

First we need to calculate total area,

A = l*w = 400 * 100= 4*10^4mm²

By putting the values in equation 1, we get

P/40000 = 620 * 0.01

P = 248000 N or 2.48 *10^5 N or 248 kN

6 0
3 years ago
What is the never repeat rule
Soloha48 [4]
Don't repeat yourself (DRY, or sometimes do not repeat yourself) is a principle of software development aimed at reducing repetition of software patterns,[1] replacing it with abstractions or using data normalization to avoid redundancy.
4 0
3 years ago
The hot and cold inlet temperatures to a concentric tube heat exchanger are Th,i = 200°C, Tc,i = 100°C, respectively. The outlet
alexgriva [62]

Answer:Counter,

0.799,

1.921

Explanation:

Given data

T_{h_i}=200^{\circ}C

T_{h_o}=120^{\circ}C

T_{c_i}=100^{\circ}C

T_{c_o}=125^{\circ}C

Since outlet temperature of cold liquid is greater than hot fluid outlet temperature therefore it is counter flow heat exchanger

Equating Heat exchange

m_hc_{ph}\left [ T_{h_i}-T_{h_o}\right ]=m_cc_{pc}\left [ T_{c_o}-T_{c_i}\right ]

\frac{m_hc_{ph}}{m_cc_{pc}}=\frac{125-100}{200-120}=\frac{25}{80}=C\left ( capacity rate ratio\right )

we can see that heat capacity of hot fluid is minimum

Also from energy balance

Q=UA\Delta T_m=\left ( mc_p\right )_{h}\left ( T_{h_i}-T_{h_o}\right )

NTU=\frac{UA}{\left ( mc_p\right )_{h}}=\frac{\left ( T_{h_i}-T_{h_o}\right )}{T_m}

T_m=\frac{\left ( 200-125\right )-\left ( 120-100\right )}{\ln \frac{75}{20}}

T_m=41.63^{\circ}C

NTU=1.921

And\ effectiveness \epsilon =\frac{1-exp\left ( -NTU\left ( 1-c\right )\right )}{1-c\left ( -NTU\left ( 1-c\right )\right )}

\epsilon =\frac{1-exp\left ( -1.921\left ( 1-0.3125\right )\right )}{1-0.3125exp\left ( -1.921\left ( 1-0.3125\right )\right )}

\epsilon =\frac{1-exp\left ( -1.32068\right )}{1-0.3125exp\left ( -1.32068\right )}

\epsilon =\frac{1-0.2669}{1-0.0834}

\epsilon =0.799

5 0
3 years ago
Create a variable pounds to store weight in pounds. Convert this to kilograms and assign the result to a variable kilos. The con
vodka [1.7K]

Answer:

>>pounds=13.2

>>kilos=pounds/2.2

Explanation:

Using Matlab to write the program, consider at any time when the weight in pounds is 13.2 lb, this variable of weight is created in MATLAB by typing >>pounds=13.2. To convert it from lb to Kg, we simply divide it by 2.2 hence the second command to created is kilos. For this, the output of the program will be 6 Kg.

5 0
3 years ago
What is the best reason a scientist might use a model to represent the solar system?
uranmaximum [27]
So they can grasp a better understanding! good luck
3 0
3 years ago
Other questions:
  • What is Pressure measured from absolute zero pressure called?
    14·1 answer
  • What word is typically written at the bottom of a cover letter to indicate an
    12·2 answers
  • When handling chemicals and solvents, technicians are recommended to
    10·2 answers
  • If a nurse does not agree to the discipline set due to a complaint made against this nurse, after reviewing the proposed agreed
    14·1 answer
  • Witch measuring tool would be used to determine the diameter of a crankshaft journal
    5·1 answer
  • Orbit is to _____ as altitude is to _____.
    13·2 answers
  • Me ayudas plis noce ​
    14·1 answer
  • During a medical evaluation, the doctor can __________.
    10·1 answer
  • Which - type of service shop is least likely to provide service to all
    9·1 answer
  • It is possible to design a reactor where the scy conductor and the nitrogen/ammonia electrode operate at different temperatures.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!