Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Analysis of stress - strain data Tensile testing allows engineers to determine fundamental properties of a material. In this problem, you will compute some of

Analysis of stress-strain data
Tensile testing allows engineers to determine fundamental properties of a material. In this problem, you will compute some of these properties using actual data
collected from an unspecified steel specimen. The data are provided in the file TensileTestDataSI.xlsx, which has already been added to the same folder as your
script. The first column contains displacement, in mm. The second column contains the corresponding tensile force, in N. A plot of the raw data and preview of the
first few rows of the table are shown below.
Specimen parameters were:
L0=63.5mm
w=2.54mm
h=12.7mm
Your script should load the data into MATLAB and complete the following tasks:
Calculate the cross sectional area of the specimen in meters ?2. Assign the value to a variable named area.
Compute the Modulus of Elasticity in Pascal. Assign the value to a variable named E.
Determine the Yield Strength (in Pascal) of the sample using an offset of 0.2%. Assign the value to a variable named yield.
Find the Ultimate Tensile Strength in Pascal. Assign the value to a variable named ultimate.
Find the Fracture Strength in Pascal. Assign the value to a variable named fracture.
You may neglect the effect of strain rate, and can assume a constant cross-sectional area.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions