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
Saturated steam coming off the turbine of a steam power plant at 40°C condenses on the outside of a 3-cm-outer-diameter, 35-m-lo
Marina86 [1]

Answer:

93.57 KJ/s

Explanation:

Rate of heat transfer from the steam to the cooling water = mass rate  ×  Heat of vaporization of water at 40 °C

H vaporization of water 40 °C  at saturation pressure = 2406.0 kJ / Kg

rate of heat transfer = 2406.0 kJ / Kg × 140 Kg / ( 60 × 60s) = 93.57 KJ/s

5 0
3 years ago
1. On a 2001 Honda Civic, while replacing fuel injectors, what do you coat the new O-rings with?
scoundrel [369]

Answer:

Coat new O-rings (D) with silicone oil or polyalkyleneglycol (PAG) oil, and pull them on the injectors.

3 0
3 years ago
Write a iterative function that finds the n-th integer of the Fibonacci sequence. Then build a minimal program (main function) t
Natasha2012 [34]

Answer:

Codes for each of the problems are explained below

Explanation:

PROBLEM 1 IN C++:

#include<iostream>

using namespace std;

//fib function that calculate nth integer of the fibonacci sequence.

void fib(int n){

  // l and r inital fibonacci values for n=1 and n=2;

  int l=1,r=1,c;

 

  //if n==1 or n==2 then print 1.

  if(n==1 || n==2){

      cout << 1;

      return;

  }

  //for loop runs n-2 times and calculates nth integer of fibonacci sequence.

  for(int i=0;i<n-2;i++){

      c=l+r;

      l=r;

      r=c;

      cout << "(" << i << "," << c << ") ";

  }

  //prints nth integer of the fibonacci sequence stored in c.

  cout << "\n" << c;

}

int main(){

  int n; //declared variable n

  cin >> n; //inputs n to find nth integer of the fibonacci sequence.

  fib(n);//calls function fib to calculate and print fibonacci number.

}

PROBLEM 2 IN PYTHON:

def fib(n):

   print("fib({})".format(n), end=' ')

   if n <= 1:

       return n

   else:

       return fib(n - 1) + fib(n - 2)

if __name__ == '__main__':

   n = int(input())

   result = fib(n)

   print()

   print(result)

7 0
3 years ago
Read 2 more answers
Assume you are an observer standing at a point along a three-lane roadway. All vehicles in lane 1 are traveling at 30 mi/h, all
garik1379 [7]

Answer:

Explanation:

Given data;

  • In line 1, v1 = 30mi/hr
  • in line 2, v2 = 45mi/hr
  • in line 3, v3 = 60mi/hr
  • therefore time mean speed = v1 + v2 + v3 /n
  • = VT = 45mi/hr

  • space mean speed ; Vs
  • harmonic mean = 1/V = 1/v1 + 1/v2 + 1/v3
  • V = 13.85mi/hr
  • Hence Vs = V x n = 3 x 13.85 = 41.55mi/hr
5 0
3 years ago
Problem 7.16 (GO Tutorial) A cylindrical bar of steel 10.4 mm (0.4094 in.) in diameter is to be deformed elastically by applicat
shepuryov [24]

Answer:

P = 18035.25 N

Explanation:

Given

D = 10.4 mm

ΔD = 3.2 ×10⁻³ mm

E = 207 GPa

ν = 0.30

If

σ = P/A

A = 0.25*π*D²

σ = E*εx

ν = - εz / εx

εz = ΔD / D

We can get εx as follows

εz = ΔD / D = 3.2 ×10⁻³ mm / 10.4 mm = 3.0769*10⁻⁴

Now we find εx

ν = - εz / εx   ⇒   εx = - εz / ν = - 3.0769*10⁻⁴ / 0.30 = - 1.0256*10⁻³

then

σ = E*εz = (207 GPa)*(-1.0256*10⁻³) = - 2.123*10⁸ Pa

we have to obtain A:

A = 0.25*π*D² = 0.25*π*(10.4*10⁻3)² = 8.49*10⁻⁵ m²

Finally we apply the following equation in order o get P

σ = P/A   ⇒  P =  σ*A = (- 2.123*10⁸Pa)*(8.49*10⁻⁵ m²) = 18035.25 N

4 0
3 years ago
Other questions:
  • A 0.25" diameter A36 steel rivet connects two 1" wide by .25" thick 6061-T6 Al strips in a single lap shear joint. The shear str
    12·1 answer
  • Suppose a student rubs a Teflon rod with wool and then briefly touches it to an initially neutral aluminum rod suspended by insu
    6·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
  • is sampled at a rate of to produce the sampled vector and then quantized. Assume, as usual, the minimum voltage of the dynamic r
    9·1 answer
  • The two types of outlets that are found in an electrical system are:______
    7·1 answer
  • What would happen if the brake pedal was released while the bleed screw was open during brake bleeding?
    7·1 answer
  • The hydrofoil boat has an A-36 steel propeller shaft that is 100 ft long. It is connected to an in-line diesel engine that deliv
    8·1 answer
  • Characteristics of 3 types of soil​
    10·1 answer
  • Limited time only for christmas give yourself free 100 points Thats what im talking about
    5·2 answers
  • The project's criteria.
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!