请用拉格朗日乘数法求如下目标函数的极值

来源:百度知道 编辑:UC知道 时间:2024/06/22 23:45:49
find the minimal area of a pyramid with rectangular base of edges of length a, b and heigh h>0 if the volume of the pyramid is 1
也可以用matlab 算出写出答案即可 急急急急急急急!!!!!!!!!!
谢谢

这是求以长a宽b的矩形为底面,高h的四棱锥的面积最小
体积 1/3 abh=1,所以 abh=3

顶点在底面的投影是底面的中心
侧面的三角形的高,及相应面积为
h1=sqrt(h^2+(a/2)^2),S1= 1/2 b*h1
h2=sqrt(h^2+(b/2)^2),S2=1/2 a*h2
总面积为
S=ab+b*sqrt(h^2+(a/2)^2)+a*sqrt(h^2+(b/2)^2),
满足 abh=3

拉格朗日乘数法
设f=S-c*(abh-3)
分别求偏导数,求解结果
a=b=(3/2*根2)^(1/3)=3^(1/3)/(2^(1/6))
h=6^(1/3)
此时 面积最小值为 6.6039