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
Inessa05 [86]
3 years ago
14

A tensile test is performed on a metal specimen, and it is found that a true plastic strain of 0.20 is produced when a true stre

ss of 578 MPa (83830 psi) is applied; for the same metal, the value of K in the equation is 860 MPa (124700 psi).
Calculate the true strain that results from the application of a true stress of 600 MPa (87020 psi).
Engineering
2 answers:
Tanya [424]3 years ago
8 0

Answer:

The true strain that results from the application of a true stress of 600 MPa, will be 1.25.

Explanation:

The relation between true stress and true strain is given by the following formula:

σ = K (ε)^n

First, we find the value of n by substituting the values found by first test:

σ = 578 MPa

K = 860 MPa

ε = 0.2

Therefore,

578 MPa = (860 MPa)(0.2)^n

0.2^n = 0.67209

taking ln on both sides:

n ln(0.2) = ln(0.67209)

n = -0.3973/ln(0.2)

n = -1.6

Now, for the new stress value of 600 MPa, we calculate the strain:

600 MPa = (860 MPa)(ε)^-1.6

(ε)^1.6 = 1.4333

Taking power 1/1.6 on both sides, we get:

<u>ε = 1.25</u>

disa [49]3 years ago
6 0

Answer:

0.234

Explanation:

True stress is ratio of instantaneous load acting on instantaneous cross-sectional area

σ = k × (ε)^n  

σ = true stress

ε = true strain

k = strength coefficient

n = strain hardening exponent

ε = ( σ / k) ^1/n

take log of both side

log ε = \frac{1}{n} ( log σ  - log k)

n = ( log σ  - log k) / log ε

n = (log 578 - log 860) / log 0.20 = 0.247

the new ε = ( 600 / 860)^( 1 / 0.247) = 0.234

You might be interested in
Technician A says when tightening lug or wheel nuts a torque wrench must be used. Technician B says that an air wrench can be us
ASHA 777 [7]
A, is your answer hope it helps
4 0
3 years ago
WHAT IS MEANT BY BJT AND FUNCTION OF BJT
Andrej [43]

Answer:

A Bipolar Junction Transistor, or BJT, is a solid-state device in which the current flow between two terminals (the collector and the emitter) is controlled by the amount of current that flows through a third terminal (the base).

The main basic function of a BJT is to amplify current it will allow BJTs are used as amplifiers or switches to produce wide applicability in electronic equipment include mobile phones, industrial control, television, and radio transmitters. There are two different types of BJTs are available, they are NPN and PNP.

8 0
3 years ago
You will create three classes, the first two being Student and LineAtOfficeHour. The instances of the first class defines a sing
White raven [17]

Answer:

Complete solution is given below:

Explanation:

//student class

class Student{

  private String firstname,lastname;

 

  //constructor

  Student(String first,String last){

      this.firstname=first;

      this.lastname=last;

  }

 

  //getters and setters

  public String getFirstname() {

      return firstname;

  }

  public void setFirstname(String firstname) {

      this.firstname = firstname;

  }

  public String getLastname() {

      return lastname;

  }

  public void setLastname(String lastname) {

      this.lastname = lastname;

  }

  //function to get the fullname of student

  public String fullName() {

      return this.firstname+" "+this.lastname;

  }

}

//class for line at office hour

class LineAtOfficeHour{

 

  private Student line[];

  private int N=0;

  private int back=0;

 

  //empty constructor

  LineAtOfficeHour() {

      line=new Student[5];

  }

  //parameterized constructor

  LineAtOfficeHour(Student st[]) {

      int i=0;

      line=new Student[5];

      while(i<st.length && i<5) {

          line[i]=st[i];

          i++;

      }

      this.N=i;

      this.back=i-1;

  }

  //function to check if line is empty or not

  public boolean isEmpty() {

      if(this.N==0)

          return true;

      else

          return false;

  }

  //function to check if line is full

  public boolean isFull() {

      if(this.N==5) {

          return true;

      }else

          return false;

  }

  ///function to get the size of line

  public int size() {

      return this.N;

  }

 

  //function to add a student to the line

  public void enterLine(Student s) {

      if(isFull())

          System.out.println("Line is full!!!!");

      else {

          line[++back]=s;

          this.N++;

      }

  }

  public Student seeTeacher() {

      Student result=null;

      if(this.N>=0) {

          result=line[0];

          int i=0;

          for(i=1;i<N;i++) {

              line[i-1]=line[i];

          }

          line[i-1]=null;

          this.N--;

          this.back--;

      }

     

     

      return result;

  }

  //function to print students in line

  public String whosInLine() {

      String result ="";

      for(int i=0;i<this.N;i++) {

          result+=line[i].fullName()+",";

      }

      return result;

  }

}

//driver method

public class TestLine {

  public static void main(String[] args) {

      LineAtOfficeHour list=new LineAtOfficeHour();

     

      if(list.isEmpty()) {

          System.out.println("Line is empty!!!!!!!!!");

      }

     

      Student s1[]=new Student[3];

      s1[0]=new Student("John","Smith");

      s1[1]=new Student("Sam","Zung");

      s1[2]=new Student("Peter","Louis");

      list=new LineAtOfficeHour(s1);

     

      if(list.isEmpty()) {

          System.out.println("Line is empty!!!!!!!!!");

      }else {

          System.out.println("Line is not empty.........");

      }

     

      System.out.println("Students in line: "+list.whosInLine());

     

      System.out.println("Student removed: "+list.seeTeacher().fullName());

     

      System.out.println("Students in line: "+list.whosInLine());

  }

}

6 0
4 years ago
The Hamming encoder/decoder in the lecture detected and corrected one error bit. By adding a thirteen bit which is the exclusive
krek1111 [17]

Cos of error of special characters

The solution has been attached to the portal

7 0
3 years ago
How much power would you need to cool down a closed, 1 Liter container of water from 100°C to 20°C in 5 minutes? (a) 1.1W (b)1.1
qaws [65]

Answer:

The power required to cool the water is 1.11Kw.

Hence the correct option is (b).

Explanation:

Power needed to cool down is equal to heat extract from the water.

Given:

Volume of water is 1 liter.

Initial temperature is 100C.

Final temperature is 20C.

Time is 5 minutes.

Take density of water as 100 kg/m3.

Specific heat of water is 4.186 kj/kgK.

Calculation:

Step1

Mass of the water is calculated as follows:

\rho=\frac{m}{V}

1000=\frac{m}{(1l)(\frac{1m^{3}}{1000l})}

m=1kg

Step2

Amount of heat extraction is calculated as follows:

Q=mc\bigtriangleup T

Q=1(4.186kj/kgk)(\frac{1000 j/kgk}{1 kj/kgk})\times(100-20)

Q=334880 j.

Step3

Power to cool the water is calculated as follows:

P=\frac{Q}{t}

P=\frac{334880}{(5min)(\frac{60s}{1min})}

P=1116.26W

or

P=(1116.26W)(\frac{1Kw}{1000 W})

P=1.11 Kw.

Thus, the power required to cool the water is 1.11Kw.

Hence the correct option is (b).

8 0
4 years ago
Other questions:
  • Choose two consumer services careers and research online to determine what kinds of professional organizations exist for these p
    11·1 answer
  • Sketch T-s and p-v diagrams for the Diesel cycle.
    8·1 answer
  • Calculate the theoretical efficiency for an Otto cycle engine with γ=1.40 and compression ration r=9.50.
    6·1 answer
  • The news media often report an earthquake's magnitude on the Richter scale. Which of the following items are characteristics of
    14·1 answer
  • Braking is when you squeeze the brake pedal until just before the wheels lock the ease off the pedal then squeeze again repeatin
    6·2 answers
  • What is 29.95 inHg in kPa?
    5·1 answer
  • What is 222 divided by 11.2
    15·2 answers
  • Which of the following allows team members to visualize a design model from a variety of perspectives?
    12·2 answers
  • What color in the visible spectrum has the longest wavelength?<br> yellow<br> red<br> blue<br> green
    12·1 answer
  • Impedance is defined as the total opposition to current in an AC circuit. Question 17 options: True False
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!