Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

5. Use MATLAB for the following question: The volume V and paper surface area A of a conical paper cup are given by, V= 1/3hr^2,

5. Use MATLAB for the following question:

The volume V and paper surface area A of a conical paper cup are given by,

V= 1/3hr^2, A=r r^2+h^2

where r is the radius of the base of the cone and h is the height of the cone.

i. By eliminating h, obtain the expression for A as a function of r and V.

ii. Create a user-defined function that accepts R as the only argument and computes A for a given value of V. Declare V to be global within the function.

iii. For V= 12 in^3, use the function with the fminbnd function to compute the value of r that minimizes the area A. What is the corresponding value of the height h? Investigate the sensitivity of the solution by plotting V versus r How much can R vary about its optimal value before the area increases 8 percent above its minimum value?

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

Concepts Of Database Management

Authors: Joy L. Starks, Philip J. Pratt, Mary Z. Last

9th Edition

1337093424, 978-1337093422

Students also viewed these Databases questions

Question

fscanf retums a special value EOF that stands for...

Answered: 1 week ago