Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Analysis and plotting of Stress - Strain With Tensile Test Data: 5 . 1 1 A tensile testing machine such as the one shown in

Analysis and plotting of Stress-Strain With Tensile Test Data:
5.11 A tensile testing machine such as the one shown in Figure P5.11 is used
to determine the behavior of materials as they are deformed. In the typical
test, a specimen is suretched at a steady rate. The force (load) required to
deform the material is measured, as is the resulting detormation. An cxam-
Table P5.11 Tensile Tesling Dato
can be used to calculate the applied stress and the resulting strain with the
following equations.
=FA, and ,=l-b0b0
where
= suress in Ibfin2(psi)
A - simple cross-sectional area in in.?
- stain in in./in.
b0- sample length
(a) Use the provided data to calculate the stress aud the corresponding
statin for cach data pair, The tested sample was a rod of diameter
0.505 in, so you'll need on find the cross-sectional arca to use in your
Calculations.
(b) Create an x-y plot with strain on the waxis and stress on the y-axis
Connect the data points with a solid black line, and use circles to mark
each data point
(c) Add a title and appropriate axis labels
(d) The point where the graph changes from a straight line with a steep
slope to a flattened curve is called the yield stress or yield point. This
corresponds to at significant change in the material behavior. Before the
yeld point the material is elastic, returning to its original shape if the
load is removed-much like a rubber band. Once the material has been
nent and is called plastic deformation. Use a text box to mark the vield
point on your graph.
% Plot and Analyze Data from Tensile Testing Machine
format shorteng % formats output to 4 decimals, engineering notation
F=[l]% type values inside [] to enter the vector of applied Forces (1oad),1 bf = pounds
L=[,];% type values inside [] to enter the vector of sample lengths, ins.
d=;% add a value here fpr the rod diameter, ins. (given)
A=(,);% add code inside () to calculate the cross sectional area (in^2) of rod, use A=14(p1)d???2
%L(1)= original sample length =2.0 ins. Indexed from vector L
L0=L(1);% original sample length =2.0 ins. Lo is indexed from vector L as L(1)
e=(,);% add code inside () to calculate strain (epsilon), in/in as shown on the problem description
sigma =;% add code here to calculate stress, lbf/in`2(psi)(don't forget the ./ vector division operator)
figure % generates plot
% b.) create an x-y plot with strain on the x-axis and stress on the y-axis ...
% connect the data points with a solid black line and use circles to mark each data point
plot ()% add code inside () to generate the specified plot in part b.), above
c.) Add a title and appropriate x-axis and y-axis labels. Show all units
xlabel ('"); ylabel ('')
title ('')% figure title
str ''}; add code inside {'"} to create a string variable named 'Yield point"
dim e 0
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

Recommended Textbook for

DB2 11 The Database For Big Data And Analytics

Authors: Cristian Molaro, Surekha Parekh, Terry Purcell, Julian Stuhler

1st Edition

1583473858, 978-1583473856

More Books

Students also viewed these Databases questions