Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

(d) The work required to initiate tensile failure would be equal to the area under the curve from

the
origin to the tensile strength point.
By using MATLAB we found the answer = 105 MN/m2

x = [0 .09 .18 .28 .38 .48 .58 .6]; y = [0 129.36 171.19 196.88 210.14 215.54 217.09 217.1]; plot(x, y);
trapz(x, y)

ans =

105.3578

You might also like