Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Solve the following problem using MATLAB. The yield stress of many metals, , varies with the size of the grains. Often, the relationship between the

Solve the following problem using MATLAB. The yield stress of many metals, image text in transcribed, varies with the size of the grains. Often, the relationship between the grain size, d, and the yield stress is modeled with the Hall-Petch equation: image text in transcribed

The following are results from measurements of average grain size and yield stress:

image text in transcribed(a) Determine the constants image text in transcribed and k such that the Hall-Petch equation will best fit the data. Plot the data points (circle markers) and the Hall-Petch equation as a solid line. Use the Hall-Petch equation to estimate the yield stress of a specimen with a grain size of 0.003 mm. (b) Find the quadratic function that best fits the data by writing a MATLAB user-defined function that determines the coefficients of a quadratic polynomial, f(x) = a2x2 + a1x + a0, that best fits a given set of data points. Name the function a= QuadFit(x,y), where the input arguments x and y are vectors with the coordinates of the data points, and the output argument a is a three-element vector with the values of the coefficients a2, a1 and a0. Plot the data points (circle markers) and the quadratic equation as a solid line. Use the quadratic equation to estimate the yield stress of a specimen with a grain size of 0.003 mm.

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_2

Step: 3

blur-text-image_3

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

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago