陈立人小时候做过的数学题,mit会做的不超过五个

对应老买买提的军事天地,观点交锋比较激烈,反驳不留情面,请作好心理准备。因为此版帖子太多,所以新帖不出现在首页新帖列表,防止首页新帖刷屏太快。


版主: Softfist

头像
juderiverman(兄弟是朱德)
著名点评
著名点评
juderiverman 的博客
帖子互动: 230
帖子: 3319
注册时间: 2022年 9月 28日 08:36

#21 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 juderiverman(兄弟是朱德) »

ILoveBainiu 写了: 2025年 6月 26日 23:14 The expression to minimize is sqrt(x² + 1²) + sqrt(y² + 3²) + sqrt(z² + 4²).

Each term in the sum can be interpreted as the length of the hypotenuse of a right triangle, or as the distance between two points in a 2D plane.

Let's visualize this as the length of a path made of three segments:

A segment with a horizontal displacement of x and a vertical displacement of 1. Its length is sqrt(x² + 1²).
A segment with a horizontal displacement of y and a vertical displacement of 3. Its length is sqrt(y² + 3²).
A segment with a horizontal displacement of z and a vertical displacement of 4. Its length is sqrt(z² + 4²).
The total length of this path is the sum we want to minimize. The path starts at an origin point, say (0,0), and ends at the point whose coordinates are the sum of the displacements.

The total horizontal displacement is x + y + z.
The total vertical displacement is 1 + 3 + 4 = 8.
We are given the constraint that x + y + z = 6. Therefore, the path connects the starting point (0, 0) to the fixed endpoint (6, 8).

The sum of the lengths of the path segments is minimized when the path is a straight line. The minimum value of the expression is therefore the straight-line distance between the point (0, 0) and the point (6, 8).

We can calculate this distance using the distance formula:

Distance = sqrt((6 - 0)² + (8 - 0)²)
Distance = sqrt(6² + 8²)
Distance = sqrt(36 + 64)
Distance = sqrt(100)
Distance = 10

Thus, the smallest possible value of the expression is 10.

看看gemini多牛逼
这个太厉害了
“We achieve inner peace when our schedule aligns with our values.”
shuiya
论坛支柱
论坛支柱
帖子互动: 407
帖子: 10962
注册时间: 2023年 3月 24日 00:02

#22 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 shuiya »

柯西不等式 直接套
yuzhou(亮伢)
著名点评
著名点评
帖子互动: 64
帖子: 5096
注册时间: 2023年 11月 21日 11:40

#23 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 yuzhou(亮伢) »

sqrt(x^2+1) + sqrt(y^2+9) + sqrt(z^2+16) >=sqrt(2x) + sqrt(6y)+sqrt(8z)

有题目对称性得到

3(sqrt(x^2+1) + sqrt(y^2+9) + sqrt(z^2+16) ) >= (sqrt(2)+sqrt(6)+sqrt(8)) (sqrt(x) + sqrt(y)+sqrt(z))


(sqrt(x) + sqrt(y)+sqrt(z))^2 =x+y+z + sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(y) sqrt(z) =6+ sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(x) sqrt(z)


由柯西不等式 (x+y+x)^2>=(sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(x) sqrt(z))^2
sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(x) sqrt(z)<=6

3倍的最小值 是(sqrt(2)+sqrt(6)+sqrt(8))*sqrt(12)
最小值是 (2sqrt(6) +6sqrt(2)+8sqrt(3))/3
上次由 yuzhou 在 2025年 6月 27日 00:43 修改。
头像
juderiverman(兄弟是朱德)
著名点评
著名点评
juderiverman 的博客
帖子互动: 230
帖子: 3319
注册时间: 2022年 9月 28日 08:36

#24 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 juderiverman(兄弟是朱德) »

yuzhou 写了: 2025年 6月 26日 23:34 sqrt(x^2+1) + sqrt(y^2+9) + sqrt(z^2+16) >=sqrt(2x) + sqrt(6y)+sqrt(8z)
如果这样的话,X应该最大,Y其次,Z最小;
假定X,Y,Z都是正整数,那应该是3,2,1……
sqrt(10)+sqrt(13)+sqrt(17)=10.891

这组值不如1,2,3……
sqrt(2)+sqrt(13)+sqrt(25)=10.0198

类似长方形到正方形的变化,应该是Z>Y>X,因为16>9>1。
“We achieve inner peace when our schedule aligns with our values.”
mzliew(两面针)
职业作家
职业作家
帖子互动: 84
帖子: 645
注册时间: 2022年 8月 13日 21:33

#25 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 mzliew(两面针) »

这样不行的,不等式右边只是给了左边的一个下界,但不一定是下确界。比如说你可以说三个平方根之和肯定大于等于0, 但0不一定是最小值。下确界才是最小值。你列出来的那个值,算出来是9.08,确实比10小,但永远都到不了这么小。
yuzhou 写了: 2025年 6月 26日 23:34 sqrt(x^2+1) + sqrt(y^2+9) + sqrt(z^2+16) >=sqrt(2x) + sqrt(6y)+sqrt(8z)

有题目对称性得到

3(sqrt(x^2+1) + sqrt(y^2+9) + sqrt(z^2+16) ) >= (sqrt(2)+sqrt(6)+sqrt(8)) (sqrt(x) + sqrt(y)+sqrt(z))


(sqrt(x) + sqrt(y)+sqrt(z))^2 =x+y+z + sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(y) sqrt(z) =6+ sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(x) sqrt(z)


由柯西不等式 (x+y+x)^2>=(sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(x) sqrt(z))^2
sqrt(x) sqrt(y)+ sqrt(y) sqrt(z)+ sqrt(x) sqrt(z)<=6

3倍的最小值 是(sqrt(2)+sqrt(6)+sqrt(8))*(sqrt(12))/3
最小值是 (2sqrt(6) +6sqrt(2)+8sqrt(3))/3
OzarkAna
论坛点评
论坛点评
帖子互动: 80
帖子: 2651
注册时间: 2022年 7月 27日 16:55

#26 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 OzarkAna »

真闲的蛋疼
Yesterday
论坛支柱
论坛支柱
帖子互动: 1226
帖子: 11600
注册时间: 2022年 7月 31日 01:18

#27 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 Yesterday »

ILoveBainiu 写了: 2025年 6月 26日 23:14 The expression to minimize is sqrt(x² + 1²) + sqrt(y² + 3²) + sqrt(z² + 4²).

Each term in the sum can be interpreted as the length of the hypotenuse of a right triangle, or as the distance between two points in a 2D plane.

Let's visualize this as the length of a path made of three segments:

A segment with a horizontal displacement of x and a vertical displacement of 1. Its length is sqrt(x² + 1²).
A segment with a horizontal displacement of y and a vertical displacement of 3. Its length is sqrt(y² + 3²).
A segment with a horizontal displacement of z and a vertical displacement of 4. Its length is sqrt(z² + 4²).
The total length of this path is the sum we want to minimize. The path starts at an origin point, say (0,0), and ends at the point whose coordinates are the sum of the displacements.

The total horizontal displacement is x + y + z.
The total vertical displacement is 1 + 3 + 4 = 8.
We are given the constraint that x + y + z = 6. Therefore, the path connects the starting point (0, 0) to the fixed endpoint (6, 8).

The sum of the lengths of the path segments is minimized when the path is a straight line. The minimum value of the expression is therefore the straight-line distance between the point (0, 0) and the point (6, 8).

We can calculate this distance using the distance formula:

Distance = sqrt((6 - 0)² + (8 - 0)²)
Distance = sqrt(6² + 8²)
Distance = sqrt(36 + 64)
Distance = sqrt(100)
Distance = 10

Thus, the smallest possible value of the expression is 10.

看看gemini多牛逼
看来你得到白牛指导了。用几何解决代数问题是另一个维度
ILoveBainiu
职业作家
职业作家
帖子互动: 30
帖子: 731
注册时间: 2022年 12月 24日 00:10

#28 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 ILoveBainiu »

Yesterday 写了: 2025年 6月 27日 00:52 看来你得到白牛指导了。用几何解决代数问题是另一个维度
菌斑僵菌很多看不懂拉格朗日,就不贴了
宽衣,通商,唐诗,宋词,秦刚,秦城
此生不悔入华夏,来世还做小昂萨
bam
论坛元老
论坛元老
帖子互动: 1126
帖子: 31377
注册时间: 2022年 7月 23日 20:43

#29 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 bam »

ILoveBainiu 写了: 2025年 7月 1日 03:39 菌斑僵菌很多看不懂拉格朗日,就不贴了
这不虾扯蛋吗,但凡不是文科生谁不懂拉格朗日乘数法啊
ILoveBainiu
职业作家
职业作家
帖子互动: 30
帖子: 731
注册时间: 2022年 12月 24日 00:10

#30 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 ILoveBainiu »

bam 写了: 2025年 7月 1日 03:43 这不虾扯蛋吗,但凡不是文科生谁不懂拉格朗日乘数法啊
千老未必会
宽衣,通商,唐诗,宋词,秦刚,秦城
此生不悔入华夏,来世还做小昂萨
bam
论坛元老
论坛元老
帖子互动: 1126
帖子: 31377
注册时间: 2022年 7月 23日 20:43

#31 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 bam »

ILoveBainiu 写了: 2025年 7月 1日 03:54 千老未必会
文科生化钱老有可能,不过本版将军以理工科为主哈
LiuQiangDong(qqq)
论坛支柱
论坛支柱
帖子互动: 330
帖子: 10655
注册时间: 2022年 12月 30日 01:59

#32 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 LiuQiangDong(qqq) »

俩子空间相切吧
gemini的解法是做题家解法
投机取巧
好处是速度快
容易拿分
坏处是不普世
限制思维扩展
x1 图片
ziganwu
论坛支柱
论坛支柱
帖子互动: 475
帖子: 11410
注册时间: 2022年 7月 27日 08:23

#33 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 ziganwu »

把做题的时间用来多操逼也不会落得今天的下场
头像
OPQ(文忠道)
知名作家
知名作家
帖子互动: 66
帖子: 1167
注册时间: 2022年 10月 20日 23:35

#34 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 OPQ(文忠道) »

A nice problem with nice solutions.
2023年12月,张雪峰在一个直播片段中表示“文科都是服务业,什么是服务业?总结称一个字就是‘舔’,就是‘爷, 我给你笑一个’”。这一言论引发网民争议。
头像
SidRat
见习点评
见习点评
帖子互动: 91
帖子: 1378
注册时间: 2022年 12月 15日 07:34

#35 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 SidRat »

lpz9678 写了: 2025年 6月 26日 22:28 图片
数形结合,答案是10啦! :D
头像
SidRat
见习点评
见习点评
帖子互动: 91
帖子: 1378
注册时间: 2022年 12月 15日 07:34

#36 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 SidRat »

lpz9678 写了: 2025年 6月 26日 22:28 图片
数形结合,答案是10啦! :D
如下图所示,要使3项之和最小,那么就需要A、I、G、F四点共线,此时AF = sqrt(6^2 + (4+4)^2) = 10。
图片
x1 图片
头像
大巨魔
论坛精英
论坛精英
帖子互动: 254
帖子: 7545
注册时间: 2023年 5月 17日 06:18

#37 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 大巨魔 »

SidRat 写了: 2025年 7月 1日 08:08 数形结合,答案是10啦! :D
如下图所示,要使3项之和最小,那么就需要A、I、G、F四点共线,此时AF = sqrt(6^2 + (4+4)^2) = 10。
图片
你这个图再优化一下就是标准答案了
lpz9678楼主
论坛点评
论坛点评
帖子互动: 208
帖子: 2050
注册时间: 2025年 6月 14日 13:01

#38 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 lpz9678楼主 »

SidRat 写了: 2025年 7月 1日 08:08 数形结合,答案是10啦! :D
如下图所示,要使3项之和最小,那么就需要A、I、G、F四点共线,此时AF = sqrt(6^2 + (4+4)^2) = 10。
图片
没错。基本原理是,要让三个变量之和最小的话,需要三个变量等比例,也就是三个小直角三角形相似,而且还都跟大直角三角形相似。根据相似性,口算都可以得出 xyz的值,以及斜边和的值
lpz9678楼主
论坛点评
论坛点评
帖子互动: 208
帖子: 2050
注册时间: 2025年 6月 14日 13:01

#39 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 lpz9678楼主 »

LiuQiangDong 写了: 2025年 7月 1日 05:07 俩子空间相切吧
gemini的解法是做题家解法
投机取巧
好处是速度快
容易拿分
坏处是不普世
限制思维扩展
什么思维扩展,扩展了还是格局太小。你看不到题目顶(底)层的逻辑。要让几个受线性约束的变量之和最小,这几个变量互相要成比例。这就是这个问题最底层的逻辑,根据三角形的相似性,口算都可以得出xyz的值
马大帅(姐夫)
论坛点评
论坛点评
马大帅 的博客
帖子互动: 168
帖子: 2520
注册时间: 2022年 10月 16日 18:22

#40 Re: 陈立人小时候做过的数学题,mit会做的不超过五个

帖子 马大帅(姐夫) »

无所谓
全世界还活着的赤手空拳把老婆打死的人我看也不超过五个
那又怎样
回复

回到 “军事天地(Military)”