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
ziro4ka [17]
3 years ago
5

What are factor of safety for brittle and ductile material

Engineering
1 answer:
galben [10]3 years ago
5 0

Explanation:

Step1

Factor of safety is the number that is taken for the safe design of any component. It is the ratio of failure stress to the maximum allowable stress for the material.

Step2

It is an important parameter for design of any component. This factor of safety is taken according to the environment condition, type of material, strength, type of component etc.

Step3

Different material has different failure stress. So, ductile material fails under shear force. Ductile material’s FOS is based on yield stress as failure stress as after yield point ductile material tends to yield. Brittle material’s FOS is based on ultimate stress as failure stress.

The expression for factor of safety for ductile material is given as follows:

FOS=\frac{\sigma_{yp}}{\sigma_{a}}

Here,\sigma_{f} is yield stress and \sigma_{a} is allowable stress.

The expression for factor of safety for brittle material is given as follows:

FOS=\frac{\sigma_{ut}}{\sigma_{a}}

Here,\sigma_{ut} is ultimate stress and \sigma_{a} is allowable stress.

You might be interested in
Argue the importance to society of incorporating green building into an engineer's designs, with at least two examples.
stellarik [79]

Answer:

Green Design is your answer

Explanation:

4 0
2 years ago
Read 2 more answers
Four kilograms of carbon monoxide (CO) is contained in a rigid tank with a volume of 1 m3. The tank is fitted with a paddle whee
Juli2301 [7.4K]

Answer:

a) 1 m^3/Kg  

b) 504 kJ

c) 514 kJ

Explanation:

<u>Given  </u>

-The mass of C_o2 = 1 kg  

-The volume of the tank V_tank = 1 m^3  

-The added energy E = 14 W  

-The time of adding energy t = 10 s  

-The increase in specific internal energy Δu = +10 kJ/kg  

-The change in kinetic energy ΔKE = 0 and The change in potential energy  

ΔPE =0  

<u>Required  </u>

(a)Specific volume at the final state v_2

(b)The energy transferred by the work W in kJ.  

(c)The energy transferred by the heat transfer W in kJ and the direction of  

the heat transfer.  

Assumption  

-Quasi-equilibrium process.  

<u>Solution</u>  

(a) The volume and the mass doesn't change then, the specific volume is constant.

 v= V_tank/m ---> 1/1= 1 m^3/Kg  

(b) The added work is defined by.  

W =E * t --->  14 x 10 x 3600 x 10^-3 = 504 kJ  

(c) From the first law of thermodynamics.  

Q - W = m * Δu

Q = (m * Δu) + W--> (1 x 10) + 504 = 514 kJ

The heat have (+) sign the n it is added to the system.

7 0
3 years ago
Consider a Carnot heat pump cycle executed in a steady-flow system in the saturated mixture region using R-134a flowing at a rat
attashe74 [19]

Answer:

7.15

Explanation:

Firstly, the COP of such heat pump must be measured that is,

              COP_{HP}=\frac{T_H}{T_H-T_L}

Therefore, the temperature relationship, T_H=1.15\;T_L

Then, we should apply the values in the COP.

                           =\frac{1.15\;T_L}{1.15-1}

                           =7.67

The number of heat rejected by the heat pump must then be calculated.

                   Q_H=COP_{HP}\times W_{nst}

                          =7.67\times5=38.35

We must then calculate the refrigerant mass flow rate.

                   m=0.264\;kg/s

                   q_H=\frac{Q_H}{m}

                         =\frac{38.35}{0.264}=145.27

The h_g value is 145.27 and therefore the hot reservoir temperature is 64° C.

The pressure at 64 ° C is thus 1849.36 kPa by interpolation.

And, the lowest reservoir temperature must be calculated.

                   T_L=\frac{T_H}{1.15}

                        =\frac{64+273}{1.15}=293.04

                        =19.89\°C

the lowest reservoir temperature = 258.703  kpa                    

So, the pressure ratio should be = 7.15

8 0
2 years ago
You are riding in an elevator that is going up at 10 ft/s. You are holding your cell phone 5 ft above the floor when it suddenly
Luba_88 [7]

Answer:

It falls at the same speed in both cases.

Explanation:

If I were standing still the phone would be in free fall after slipping out of my hand.

I set a frame of reference with origin on the ground and the positive Y axis pointing up.

It would slip at t0 = 0, from a position Y0 = 5 ft, with a speed of Vy0 = 0.

It would be subject to an gravitational acceleration of -32.2 ft/s^2.

Since acceleration is constant:

Y(t) = Y0 + Vy0 * t + 1/2 * 4 * t^2

When it hits the floor at t1 it will be at Y(t1) = 0

0 = 5 + 0 * t1 - 16.1 * t1^2

16.1 * t1^2 = 5

t1^2 = 5 / 16.1

t1 = \sqrt{0.31} = 0.55 s

If the elevator is standing still it would take 0.55 s to hit the ground.

Now, if the elevator is moving up at 10 ft/s.

The frame of reference will have its origin at the place the floor of the elevator is at t = 0, and stay there as the elevetor moves. The floor of trhe elevator will have a position of Ye = 10 * t

Vy0 = 10 ft/s because it will be moving initially at the same speed as the elevator.

And it will hit the floor of the elevator not at 0, but at

Ye = 10 * t2

So:

10 * t2 = 5 + 10 * t2 - 16.1 * t2^2

0 = 5 - 16.1 * t2^2

16.1 * t1^2 = 5

t1^2 = 5 / 16.1

t1 = \sqrt{0.31} = 0.55 s

It falls at the same speed in both cases.

4 0
3 years ago
This method will sell the seat in row i and column j unless it is already sold. A ticket is sold if the price of that seat in th
blsea [12.9K]

Answer:

The solution code is written in Java.

  1. public class Movie {
  2.    private double  [][] seats = new double[5][5];
  3.    private double totalSales;
  4.    public Movie(){
  5.        for(int i= 0; i < this.seats.length; i++){
  6.            for(int j = 0; j < this.seats[i].length; j++){
  7.                this.seats[i][j] = 12;
  8.            }
  9.        }
  10.        this.totalSales = 0;
  11.    }
  12.    public boolean bookSeat(int i, int j)
  13.    {
  14.        if(this.seats[i][j] != 0){
  15.            this.totalSales += this.seats[i][j];
  16.            this.seats[i][j] = 0;
  17.            return true;
  18.        }else{
  19.            return false;
  20.        }
  21.    }
  22. }

Explanation:

The method, bookSeat(), as required by the question is presented from Line 16 - 26 as part of the public method in a class <em>Movie</em>.  This method take row,<em> i</em>, and column,<em> j</em>, as input.

By presuming the seats is an two-dimensional array with all its elements are  initialized 12 (Line 7 - 10). This means we presume the movie ticket price for all the seats are $12, for simplicity.

When the<em> bookSeat() </em>method is invoked, it will check if the current price of seats at row-i and column-i is 0. If not, the current price, will be added to the <em>totalSales </em>(Line 19)<em> </em>and then set the price to 0 (Line 20) and return <em>true</em> since the ticket is successfully sold (Line 21).  If it has already been sold, return <em>false</em> (Line 23).

8 0
3 years ago
Other questions:
  • To prevent hydroplaning, _____. A. slow down B. speed up C. deflate your tires D. use cruise control
    15·1 answer
  • A square-thread power screw has a major diameter of 32 mm and a pitch of 4 mm with single threads, and it is used to raise a loa
    8·1 answer
  • A belt/pulley system has tight side of 1000N, a slack side of 100N and a wrap angle of 500 degrees. The belt is just on the poin
    5·1 answer
  • suppose we number the bytes in a w-bit word from 0 (less significant) to w/8-1 (most significant). write code for the followign
    11·1 answer
  • For what two reasons do countries specialize? Countries specialize so that opportunity costs can be increased. Countries special
    13·1 answer
  • If a ball is dropped from a height its velocity will increase until it hits the ground, assuming that aerodynamic drag due to th
    6·1 answer
  • Gummy gummy bears gummy gummy bears
    11·2 answers
  • Which type of Bridge is considered the strongest in both compression and tension?
    11·2 answers
  • Who else hates this because i do
    12·2 answers
  • ______ are an idication that your vehicle may be developing a cooling system problem.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!