Explain why the torsion test can be considered to provide a better assessment of plasticity than the tensile test.

Answers

Answer 1
Answer:

Answer and Explanation:

The main objective that the torsion test serves is the determination of the material behavior or the behavior of the test sample when subjected to torsional stresses or forces due to the application of moments that results in shear stress along the axis.

Plasticity is the property of elastic material and tension or shear stresses leads to plasticity in a material where these links are the weakest, that gives torsion test a major advantage over the tension test.

Torsion tests are performed on materials to deduct  properties like the shear modulus of elasticity, the torsional strength, and the MOR, i.e., Modulus of Rupture.

This test can be used to obtain larger strain values of strain without any complexity as that in tension test.

This test provides a curve of shear-stress-shear strain which is more significant in determining the plasticity as compared to the curve of stress-strain in tension test.

Maximum torque for a given value of maximum stress will be 2 times higher in torsion as that of tension.

In torsion, for plastic flow, the threshold value of shear stress is achieved before the threshold value of normal stress for fracture whereas in tension the critical value of normal stress is achieved sooner than the critical shear for plastic flow.


Related Questions

for a rankine cycle with one stage of reheat between turbines, there are how many relevant pressures?
Define a homogeneous material. O Material has temperature dependent refractive index.O Material exhibits both elastic and plastic behavior. O Material exhibits little or no yielding before failure. O Material has uniform properties throughout.
A ___________ is defined as a change in shape of the part between the damaged and undamaged area hat is smooth and continuous. When the part is straightened, it is returned to proper shape and state without any areas of permanent deformation
Internal and external flow boiling regimes?
A 78-percent efficient 12-hp pump is pumping water from a lake to a nearby pool at a rate of 1.5 ft3/s through a constant-diameter pipe. The free surface of the pool is 32 ft above that of the lake. Determine the irreversible head loss of the piping system, in ft, and the mechanical power used to overcome it. Take the density of water to be 62.4 lbm/ft3.

An input voltage of 9.2 V is to be converted into its digital counterpart using an analog-to digital converter. The voltage range is 0 to 16 V. The ADC has 4-bit capacity. Determine: (a) What are the number of quantization levels, resolution, and the maximum quantization error of this ADC

Answers

Answer:

ask someone u fool hhhhhhhh

Fill in the empty function so that it returns the sum of all the divisors of a number, without including it. A divisor is a number that divides into another without a remainder.

Answers

Answer:

// Program is written in C++

// Comments are used to explain some lines

// Only the required function is written. The main method is excluded.

#include<bits/stdc++.h>

#include<iostream>

using namespace std;

int divSum(int num)

{

// The next line declares the final result of summation of divisors. The variable declared is also

//initialised to 0

int result = 0;

// find all numbers which divide 'num'

for (int i=2; i<=(num/2); i++)

{

// if 'i' is divisor of 'num'

if (num%i==0)

{

if (i==(num/i))

result += i; //add divisor to result

else

result += (i + num/i); //add divisor to result

}

}

cout<<result+1;

}

In this exercise, using the knowledge of computational language in C++, we have that this code will be written as:

The code is in the attached image.

We can write the C++  as:

#include<bits/stdc++.h>

#include<iostream>

using namespace std;

int divSum(int num)

{

int result = 0;

for (int i=2; i<=(num/2); i++)

{

if (num%i==0)

{

if (i==(num/i))

result += i; //add divisor to result

else

result += (i + num/i); //add divisor to result

}

}

cout<<result+1;

}

See more about C++ at brainly.com/question/19705654

What is the answer What two totally normal things become really weird if you do them back to back?

Answers

Answer: i like the way you scream

Annealing is a process by which steel is reheated and then cooled to make it less brittle. Consider the reheat stage for a 100-mm-thick steel plate ( 7830 kg/m3 , c 550 J/kg K, k 48 W/m K), which is initially at a uniform temperature of Ti 200 C and is to be heated to a minimum temperature of 550 C. Heating is effected in a gas-fired furnace, where products of combustion at T 800 C maintain a convection coefficient of h 250 W/m2 K on both surfaces of the plate. How long should the plate be left in the furnace

Answers

Answer:

T = 858.25 s

Explanation:

Given data:

Reheat stage for a 100-mm-thick steel plate ( 7830 kg/m3,  c 550 J/kg K, k 48 W/m K),

initial uniform temperature ( Ti ) = 200 c

Final temperature = 550 c

convection coefficient  = 250 w/m^2 k

products combustion temp = 800 c

calculate how long the plate should be left in the furnace ( to attain 550 c )

first calculate/determine the Fourier series Number ( Fo )

(T_(0)-T_(x)  )/(T_(1)-T_(x)  ) = C_(1) e^{(-0.4888^(2)*Fo )}

= 0.4167 = 1.0396e^(-0.4888*Fo)

therefore Fo =  3.8264

Now determine how long the plate should be left in the furnace

Fo = ((k)/(pc_(p) ) ) ( (t)/((L/2)^2) )

k = 48

p = 7830

L = 0.1

Input the values into the relation and make t subject of the formula

hence t = 858.25 s

Use Newton's method to determine the angle θ, between 0 and π/2 accurate to six decimal places. for which sin(θ) = 0.1. Show your work until you start computing x1, etc. Then just write down what your calculator gives you.

Answers

Answer:

x3=0.100167

Explanation:

Let's find the answer.

Because we are going to find the solution for sin(Ф)=0.1 then:

f(x)=sin(Ф)-0.1 and:

f'(x)=cos(Ф)

Because 0<Ф<π/2 let's start with an initial guess of 0.001 (x0), so:

x1=x0-f(x0)/f'(0)

x1=0.001-(sin(0.001)-0.1)/cos(0.001)

x1= 0.100000

x2=0.100000-(sin(0.100000)-0.1)/cos(0.100000)

x2=0.100167

x3=0.100167

Select the true statements regarding rigid bars. a. A rigid bar can bend but does not change length.
b. A rigid bar does not bend regardless of the loads acting upon it.
c. A rigid bar deforms when experiencing applied loads.
d. A rigid bar is unable to translate or rotate about a support.
e. A rigid bar represents an object that does not experience deformation of any kind.

Answers

Answer:

option b and E are true

Explanation:

A lever is an example of a rigid bar that can rotate around a given point. In a rigid material, the existing distance does not change whenever any load is placed on it. In such a material, there can be no deformation whatsoever. Wit this explanation in mind:

option a is incorrect, given that we already learnt that no deformation of any kind happens in a rigid bar.

option b is true. A rigid bar remains unchanged regardless of the load that it carries.

option c is incorrect, a rigid bar does not deform with loads on it

option d is incorrect. A lever is a type of rigid bar, a rigid bar can rotate around a support.

option e is true. A rigid bar would not experience any deformation whatsoever.

Other Questions