这里好冷清,再出两个数学/物理题,活跃一下气氛
登录 | 论坛导航 -> 华新鲜事 -> 求学狮城 | 本帖共有 29 楼,分 2 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  2    末页>>
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-05 10:09:15  楼主  关注此帖评分:
这里好冷清,再出两个数学/物理题,活跃一下气氛
1. 一个边长为1的正方形,四个顶点有四只小虫ABCD。同一时刻小虫以同样的速度开始爬动。A的目标是B,B的目标是C,C的目标是D,D的目标是A。问四只小虫相遇时它们爬行的距离是多远。如果是正三角形呢,正五边形呢?一般的正n边形呢(边长为1)?

2. 一条长为L=1m的弹簧,一只小虫位于弹簧的一端,小虫以v1=1cm/s的速度向弹簧另一端爬,同时弹簧以v2=1m/s的速度拉伸,问小虫能否爬到弹簧的另一端,如果能,这个时候弹簧有多长?(注:小虫的长度为0,不老不死,上题也是,弹簧可以无限拉伸)
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:hash (等级:7 - 出类拔萃,发帖:5077) 发表:2008-06-07 17:11:12  2楼
很久以前都做过了..
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:1300cc (等级:3 - 略知一二,发帖:714) 发表:2008-06-15 13:20:04  3楼 评分:
1。永远不能相遇,或者题目给的不对
2。缺少条件

unless think in this way:
at moment t.
relative move to string is .01-(t+int(ds)|t)/L

L is string length at t, which is 1+t

it's a double integral problem. but think in extreme condition.
if the worm is not a dot but a length, one side will remain at origin and the other side will reach at end line at 100 sec time.
so the answer can be from 100 sec to infinity depends what kind of motion worm move together with string.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-17 13:46:34  4楼
1。永远不能相遇,或者题目给的不对2。缺少条件 unless think in this way: at moment t. relative move to string is .01-(t+int(ds)|t)/L L is string length at t, which is 1+t it's a double integral problem. but think in extreme condition. if the worm is not a dot but a length, one side will remain at origin and the other side will reach at end line at 100 sec time. so the answer can be from 100 sec to infinity depends what kind of motion worm move together with string.
第一题:如果你觉得永远不能相遇请给出理由
实际上,对一般的正n边形来说,根据对称性原则,在任意时刻t,这n只虫子还是构成一个正n边形,而且是比任何前一时刻构成的正n边形小。缩小的速度是可以求出来的。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-17 14:20:05  5楼
1。永远不能相遇,或者题目给的不对2。缺少条件 unless think in this way: at moment t. relative move to string is .01-(t+int(ds)|t)/L L is string length at t, which is 1+t it's a double integral problem. but think in extreme condition. if the worm is not a dot but a length, one side will remain at origin and the other side will reach at end line at 100 sec time. so the answer can be from 100 sec to infinity depends what kind of motion worm move together with string.
第二题:条件足够了
或者我应该制定的更严谨点:

一条长为L=1m的弹簧,一只小虫位于弹簧的左端端,小虫以v1=1cm/s的速度向弹簧右端爬,同时弹簧以v2=1m/s的速度向右拉伸(左端固定),问小虫能否爬到弹簧的又端,如果能,这个时候弹簧有多长?(注:小虫的长度为0,不老不死,上题也是,弹簧可以无限拉伸)


解答:


在时刻t,弹簧的长度为: L_ = L + v2 * t

弹簧上不同点的伸缩速度不一样,对某一个离弹簧左端距离为s的点来说,该点的伸缩速度为: v_ = (s / L_) * v2.

小虫的速度为v1,这是相对它当时所在的弹簧的那个点来说。所以,相对地面,小虫的速度为: v = v1 + v_。v_为当时小虫所在点的伸缩速度。

假设此时小虫离弹簧左端距离为s。那么相对地面,小虫的速度为

v = v1 + (s / (L + v2 * t)) * v2

其中s为v对时间的积分,或者说v是s对时间的微分: v = ds/dt.

即:

ds/dt = v1 + s / (L/v2 + t)

这是一个经典的微积分方程,稍微复杂了点,不过相信对很多同学来说没什么难度。求出s之后,让s = L_即可求出t与此时的L_。

实际上,换一个角度,这个问题还有另外一个简单很多的解决方法(不需要解微积分方程),几天后我会公布,兄弟们可以先思考一下。

欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-17 14:23:13  6楼
很久以前都做过了..
这两道题都有好几种解决方法:有些简单,有些复杂
不知道hash兄当时是用什么方法做的。可以尝试一下换一个角度来做。或许简单很多,也或许会复杂些。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:掬水掇月 (等级:2 - 初出茅庐,发帖:77) 发表:2008-06-18 12:12:40  7楼
第一题:如果你觉得永远不能相遇请给出理由实际上,对一般的正n边形来说,根据对称性原则,在任意时刻t,这n只虫子还是构成一个正n边形,而且是比任何前一时刻构成的正n边形小。缩小的速度是可以求出来的。
你确定?
正方形ABCD,边长1m。四虫abcd,假设虫速=V,(1/V)秒后,a虫在B,b虫在C,c虫在D,d虫在A。。。变得好小哦,新正方形BCDA。。。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:掬水掇月 (等级:2 - 初出茅庐,发帖:77) 发表:2008-06-18 12:16:12  8楼
你确定?正方形ABCD,边长1m。四虫abcd,假设虫速=V,(1/V)秒后,a虫在B,b虫在C,c虫在D,d虫在A。。。变得好小哦,新正方形BCDA。。。
上贴删除。。。
靠,原来看错题意了。

正方形本身是以小虫的位置来定义的。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:1300cc (等级:3 - 略知一二,发帖:714) 发表:2008-06-19 06:14:04  9楼
第二题:条件足够了或者我应该制定的更严谨点: 一条长为L=1m的弹簧,一只小虫位于弹簧的左端端,小虫以v1=1cm/s的速度向弹簧右端爬,同时弹簧以v2=1m/s的速度向右拉伸(左端固定),问小虫能否爬到弹簧的又端,如果能,这个时候弹簧有多长?(注:小虫的长度为0,不老不死,上题也是,弹簧可以无限拉伸) 解答: 在时刻t,弹簧的长度为: L_ = L + v2 * t 弹簧上不同点的伸缩速度不一样,对某一个离弹簧左端距离为s的点来说,该点的伸缩速度为: v_ = (s / L_) * v2. 小虫的速度为v1,这是相对它当时所在的弹簧的那个点来说。所以,相对地面,小虫的速度为: v = v1 + v_。v_为当时小虫所在点的伸缩速度。 假设此时小虫离弹簧左端距离为s。那么相对地面,小虫的速度为 v = v1 + (s / (L + v2 * t)) * v2 其中s为v对时间的积分,或者说v是s对时间的微分: v = ds/dt. 即: ds/dt = v1 + s / (L/v2 + t) 这是一个经典的微积分方程,稍微复杂了点,不过相信对很多同学来说没什么难度。求出s之后,让s = L_即可求出t与此时的L_。 实际上,换一个角度,这个问题还有另外一个简单很多的解决方法(不需要解微积分方程),几天后我会公布,兄弟们可以先思考一下。
so it will never catch up.
i'm thinking the 2nd solution.

will u guys think it's better for the BIAN MIAN to further divided to different subject. to make it a high quality forum?
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:1300cc (等级:3 - 略知一二,发帖:714) 发表:2008-06-19 07:43:22  10楼 评分:
第二题:条件足够了或者我应该制定的更严谨点: 一条长为L=1m的弹簧,一只小虫位于弹簧的左端端,小虫以v1=1cm/s的速度向弹簧右端爬,同时弹簧以v2=1m/s的速度向右拉伸(左端固定),问小虫能否爬到弹簧的又端,如果能,这个时候弹簧有多长?(注:小虫的长度为0,不老不死,上题也是,弹簧可以无限拉伸) 解答: 在时刻t,弹簧的长度为: L_ = L + v2 * t 弹簧上不同点的伸缩速度不一样,对某一个离弹簧左端距离为s的点来说,该点的伸缩速度为: v_ = (s / L_) * v2. 小虫的速度为v1,这是相对它当时所在的弹簧的那个点来说。所以,相对地面,小虫的速度为: v = v1 + v_。v_为当时小虫所在点的伸缩速度。 假设此时小虫离弹簧左端距离为s。那么相对地面,小虫的速度为 v = v1 + (s / (L + v2 * t)) * v2 其中s为v对时间的积分,或者说v是s对时间的微分: v = ds/dt. 即: ds/dt = v1 + s / (L/v2 + t) 这是一个经典的微积分方程,稍微复杂了点,不过相信对很多同学来说没什么难度。求出s之后,让s = L_即可求出t与此时的L_。 实际上,换一个角度,这个问题还有另外一个简单很多的解决方法(不需要解微积分方程),几天后我会公布,兄弟们可以先思考一下。
think in a 2nd way
worm speed is < the series of : .01 * ( 1 + 1/n + 1/n*(n-1) + 1/ n*(n-1)*(n-2) ... )
sum : .01 * ( n + 1+1/2 + 1/3 ... + 1/2 + 1/6 + 1/12 ... + 1/6+1/24+1/60 ... ... )
< .01 * ( n + ln(n) + (1-1/n) + (1-1/n)/3 + (1-1/n)/4 ... )
< .01 * ( n + ln(n) + (1-1/n) * ln(n) )
< n

unless worm speed > 1. else will never catch up.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:1300cc (等级:3 - 略知一二,发帖:714) 发表:2008-06-19 07:44:22  11楼 评分:
2nd problem
感觉相遇在中点的时候,trajectory 应该刚好是a quarter sphere.
是不是啊。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-19 15:35:39  12楼
think in a 2nd wayworm speed is < the series of : .01 * ( 1 + 1/n + 1/n*(n-1) + 1/ n*(n-1)*(n-2) ... ) sum : .01 * ( n + 1+1/2 + 1/3 ... + 1/2 + 1/6 + 1/12 ... + 1/6+1/24+1/60 ... ... ) < .01 * ( n + ln(n) + (1-1/n) + (1-1/n)/3 + (1-1/n)/4 ... ) < .01 * ( n + ln(n) + (1-1/n) * ln(n) ) < n unless worm speed > 1. else will never catch up.
I don't know how do you derive that and what is n stand for
Probably you have misunderstanding in my question.

Apparently, as long as worm speed > 0, the speed of worm relative to ground is increasing at every time instance and approaching the string stretching speed. Since the increasing of worm speed will never stop until reaching string stretching speed, it will definitely catch up after some time.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-19 15:39:26  13楼
2nd problem感觉相遇在中点的时候,trajectory 应该刚好是a quarter sphere. 是不是啊。
...
你应该理解错问题了,第二题是一维的,不知道你的sphere哪来的。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-19 15:42:38  14楼
I don't know how do you derive that and what is n stand forProbably you have misunderstanding in my question. Apparently, as long as worm speed > 0, the speed of worm relative to ground is increasing at every time instance and approaching the string stretching speed. Since the increasing of worm speed will never stop until reaching string stretching speed, it will definitely catch up after some time.
approaching v1 + v2.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:shwan (等级:8 - 融会贯通,发帖:564) 发表:2008-06-19 20:27:09  15楼 评分:
第一题,正方形的话爬了1米,正三角形的话是2/3
第二题,我在想,既然小虫相对弹簧的速度恒定是1,是不是时间就是1,距离就是2呢?
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:1300cc (等级:3 - 略知一二,发帖:714) 发表:2008-06-19 22:03:55  16楼
...你应该理解错问题了,第二题是一维的,不知道你的sphere哪来的。
i mean 1D. a quarter circle maybe is preferred.
just my 2 cents
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:1300cc (等级:3 - 略知一二,发帖:714) 发表:2008-06-19 22:06:31  17楼
I don't know how do you derive that and what is n stand forProbably you have misunderstanding in my question. Apparently, as long as worm speed > 0, the speed of worm relative to ground is increasing at every time instance and approaching the string stretching speed. Since the increasing of worm speed will never stop until reaching string stretching speed, it will definitely catch up after some time.
while. we need formula to prove that. think e.g the worm speed is a function
that converge to certain limit, as series 1+1/2+1/6+1/12, it increase but converge at some level.

my n is the time, in a discrete way.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-20 10:22:30  18楼
i mean 1D. a quarter circle maybe is preferred.just my 2 cents
老兄你在乱猜是吧
1D里面没有曲线。
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-20 11:17:45  19楼
while. we need formula to prove that. think e.g the worm speed is a functionthat converge to certain limit, as series 1+1/2+1/6+1/12, it increase but converge at some level. my n is the time, in a discrete way.
speed converge to v1+v2
It can be proved (you can check my answers in "第二题:条件足够了").

Ok, I get your meaning. You are trying to discretize the problem using time slice of 1 sec, right? You can use this kind of method, although it makes problem unnecessary complex (remember not to fix the time slice, you should calculate the limit when time slice approach 0). I use this approach as well, of course, for computer programming, and the time slice is usually set to sufficiently small value to get accuracy answer.

The cause of the problem is that you set the time slice to 1 sec. During this 1 sec period, the worm moves some not negligible distance already. Using time slice of 1, the worm speed:

.01 * ( 1 + 1/n + 1/n*(n-1) + 1/ n*(n-1)*(n-2) ... )
< .01 * ( 1 + 1/n + 1/n + ... ) = .02

I.e. the method itself poses a problematic constraint on the problem.

Try set the time slice smaller.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:大树下 (等级:3 - 略知一二,发帖:26) 发表:2008-06-20 11:21:50  20楼
第一题,正方形的话爬了1米,正三角形的话是2/3第二题,我在想,既然小虫相对弹簧的速度恒定是1,是不是时间就是1,距离就是2呢?
第一题你是对的
第二题错了。弹簧每个点的速度不一样的,小虫只是相对当时所在速度为1cm/s(注意,不是1m/s).
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
论坛导航 -> 华新鲜事 -> 求学狮城 | 返回上一页 | 本主题共有 29 篇文章,分 2 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  2  末页>>

请登录后回复:帐号   密码