- 注册时间
- 2008-11-26
- 最后登录
- 1970-1-1
- 威望
- 星
- 金币
- 枚
- 贡献
- 分
- 经验
- 点
- 鲜花
- 朵
- 魅力
- 点
- 上传
- 次
- 下载
- 次
- 积分
- 149507
- 在线时间
- 小时
|
楼主 |
发表于 2019-8-17 08:07:58
|
显示全部楼层
本帖最后由 mathematica 于 2019-8-17 08:11 编辑
利用拉格朗日乘子法来求解三角形面积的极值!
我很好奇,软件是如何求解出结果的,虽然我知道是解方程组,但是我个人解不了
- Clear["Global`*"];
- p=(a+b+c)/2;
- f=p(p-a)(p-b)(p-c)+x*(b^2+2*a*c-12);
- fa=D[f,a];
- fb=D[f,b];
- fc=D[f,c];
- fx=D[f,x];
- Grid@Solve[{fa==0,fb==0,fc==0,fx==0},{a,b,c,x}]
- Grid@Solve[{fa==0,fb==0,fc==0,fx==0},{a,b,c,x},Reals]
- Grid@Solve[{fa==0,fb==0,fc==0,fx==0,a>0,b>0,c>0},{a,b,c,x}]
复制代码
求解结果如下:所有的根
\[
\begin{array}{cccc}
a\to -2 & b\to -2 & c\to -2 & x\to -\frac{1}{2} \\
a\to -2 & b\to 2 & c\to -2 & x\to -\frac{1}{2} \\
a\to 0 & b\to -2 \sqrt{3} & c\to 0 & x\to \frac{3}{2} \\
a\to 0 & b\to 2 \sqrt{3} & c\to 0 & x\to \frac{3}{2} \\
a\to 0 & b\to -2 \sqrt{3} & c\to -2 \sqrt{3} & x\to 0 \\
a\to 0 & b\to 2 \sqrt{3} & c\to -2 \sqrt{3} & x\to 0 \\
a\to 0 & b\to -2 \sqrt{3} & c\to 2 \sqrt{3} & x\to 0 \\
a\to 0 & b\to 2 \sqrt{3} & c\to 2 \sqrt{3} & x\to 0 \\
a\to 2 & b\to -2 & c\to 2 & x\to -\frac{1}{2} \\
a\to 2 & b\to 2 & c\to 2 & x\to -\frac{1}{2} \\
a\to -2 \sqrt{3} & b\to -2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to -2 \sqrt{3} & b\to 2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to 2 \sqrt{3} & b\to -2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to 2 \sqrt{3} & b\to 2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to -\sqrt{6} & b\to 0 & c\to -\sqrt{6} & x\to 0 \\
a\to i \sqrt{6} & b\to 0 & c\to -i \sqrt{6} & x\to 0 \\
a\to -i \sqrt{6} & b\to 0 & c\to i \sqrt{6} & x\to 0 \\
a\to \sqrt{6} & b\to 0 & c\to \sqrt{6} & x\to 0 \\
a\to (-1)^{3/4} \sqrt{6} & b\to 0 & c\to -\sqrt[4]{-1} \sqrt{6} & x\to -\frac{3}{2} \\
a\to -(-1)^{3/4} \sqrt{6} & b\to 0 & c\to \sqrt[4]{-1} \sqrt{6} & x\to -\frac{3}{2} \\
a\to \sqrt[4]{-1} \sqrt{6} & b\to 0 & c\to -(-1)^{3/4} \sqrt{6} & x\to -\frac{3}{2} \\
a\to -\sqrt[4]{-1} \sqrt{6} & b\to 0 & c\to (-1)^{3/4} \sqrt{6} & x\to -\frac{3}{2} \\
\end{array}
\]
实数根
\[
\begin{array}{cccc}
a\to -2 & b\to -2 & c\to -2 & x\to -\frac{1}{2} \\
a\to -2 & b\to 2 & c\to -2 & x\to -\frac{1}{2} \\
a\to 0 & b\to -2 \sqrt{3} & c\to 0 & x\to \frac{3}{2} \\
a\to 0 & b\to -2 \sqrt{3} & c\to -2 \sqrt{3} & x\to 0 \\
a\to 0 & b\to -2 \sqrt{3} & c\to 2 \sqrt{3} & x\to 0 \\
a\to 0 & b\to 2 \sqrt{3} & c\to 0 & x\to \frac{3}{2} \\
a\to 0 & b\to 2 \sqrt{3} & c\to -2 \sqrt{3} & x\to 0 \\
a\to 0 & b\to 2 \sqrt{3} & c\to 2 \sqrt{3} & x\to 0 \\
a\to 2 & b\to -2 & c\to 2 & x\to -\frac{1}{2} \\
a\to 2 & b\to 2 & c\to 2 & x\to -\frac{1}{2} \\
a\to -2 \sqrt{3} & b\to -2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to -2 \sqrt{3} & b\to 2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to 2 \sqrt{3} & b\to -2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to 2 \sqrt{3} & b\to 2 \sqrt{3} & c\to 0 & x\to 0 \\
a\to -\sqrt{6} & b\to 0 & c\to -\sqrt{6} & x\to 0 \\
a\to \sqrt{6} & b\to 0 & c\to \sqrt{6} & x\to 0 \\
\end{array}
\]
正的实数根
\[
\begin{array}{cccc}
a\to 2 & b\to 2 & c\to 2 & x\to -\frac{1}{2} \\
\end{array}
\]
|
|