我的解法-第一题
所在版块:求学狮城 发贴时间:2008-07-21 11:53  评分:

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
好久没来了,这段时间太忙了。。。

因为小虫匀速爬行,所以这个问题等效于它们相遇时爬了多少时间。


对正n边形来说,任意两边的夹角为PIx(n-2)/n.

假设每只小虫的速度为v。

方法一:

我们从这n边形的边长上考虑。

初始边长:1
最终边长:0

所有只需要知道小虫在任一边所在方向上的相对速度就可以解决这个问题了。

对AB两只小虫组成边:

小虫A方向为B,所以A在AB边上的速度为v。小虫B方向为C,所以B在AB边上的速度为v x cos(PIx(n-2)/n)

它们的相对速度为 v + v x cos(PIx(n-2)/n)

所以时间t = 1/(v + v x cos(PIx(n-2)/n))

爬行的距离 s = vt = 1/(1+cos(PIx(n-2)/n))。当n为4时,s=1;n为3时,s=2/3等等

方法二:

对任意的n只小虫,因为每只小虫都爬向它的目标,所以任意时刻这n只小虫组成的n边形都比前一时刻组成的n边形小,直到收缩为一点,根据对称性原则,可以知道,这一点为n边形外接圆的圆心(或内切圆的圆心,它们在同一点)。

我们从任一小虫到圆心的长度上考虑。任一小虫的爬行方向跟其与圆心连线的角度固定,一直为两边夹角的一半,即PIx(n-2)/2n。

初始长度:0.5/cos(PIx(n-2)/2n)
最终长度:0

速度:小虫在其与圆心连线上的速度为 v x cos(PIx(n-2)/2n)

所以 时间 t=0.5/cos(PIx(n-2)/2n)/ (v x cos(PIx(n-2)/2n))=1/v(1 + cos(PIx(n-2)/n))

爬行的距离 s = vt = 1/(1+cos(PIx(n-2)/n))

.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

 相关帖子 我要回复↙ ↗回到正文
这里好冷清,再出两个数学/物理题,活跃一下气氛 大树下   (455 bytes , 945reads )
我的解法-第二题 大树下   (1061 bytes , 411reads )
我的解法-第一题 大树下   (1157 bytes , 366reads )
so any hint to Q1? 1300cc   (0 bytes , 228reads )
fianlly got it. only A contribute to the progress between A,B. 1300cc   (12 bytes , 238reads )
第一题,正方形的话爬了1米,正三角形的话是2/3 shwan   (77 bytes , 400reads )
cant figure out q1. 1300cc   (6 bytes , 260reads )
第一题你是对的 大树下   (87 bytes , 391reads )
小虫匀加速?加速度是0.01?那就是51? shwan   (0 bytes , 309reads )
2nd problem 1300cc   (71 bytes , 423reads )
... 大树下   (60 bytes , 317reads )
i mean 1D. a quarter circle maybe is preferred. 1300cc   (15 bytes , 263reads )
老兄你在乱猜是吧 大树下   (16 bytes , 297reads )
the trajectory of each worm should be a whirling line. (my guess) 1300cc   (224 bytes , 270reads )
1。永远不能相遇,或者题目给的不对 1300cc   (438 bytes , 467reads )
第二题:条件足够了 大树下   (980 bytes , 479reads )
think in a 2nd way 1300cc   (343 bytes , 506reads )
I don't know how do you derive that and what is n stand for 大树下   (346 bytes , 373reads )
while. we need formula to prove that. think e.g the worm speed is a function 1300cc   (135 bytes , 275reads )
speed converge to v1+v2 大树下   (880 bytes , 399reads )
i solve the integration wrongly 1300cc   (125 bytes , 226reads )
actually 1300cc   (483 bytes , 258reads )
approaching v1 + v2. 大树下   (0 bytes , 324reads )
so it will never catch up. 1300cc   (153 bytes , 257reads )
第一题:如果你觉得永远不能相遇请给出理由 大树下   (151 bytes , 338reads )
你确定? 掬水掇月   (121 bytes , 332reads )
上贴删除。。。 掬水掇月   (56 bytes , 310reads )
很久以前都做过了.. hash   (0 bytes , 266reads )
这两道题都有好几种解决方法:有些简单,有些复杂 大树下   (92 bytes , 254reads )