wu :: forums
« wu :: forums - Yet Another Spider&Fly Problem II »

Welcome, Guest. Please Login or Register.
Dec 23rd, 2024, 7:19pm

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   medium
(Moderators: william wu, towr, Grimbal, Icarus, SMQ, ThudnBlunder, Eigenray)
   Yet Another Spider&Fly Problem II
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Yet Another Spider&Fly Problem II  (Read 638 times)
Barukh
Uberpuzzler
*****






   


Gender: male
Posts: 2276
Yet Another Spider&Fly Problem II  
« on: Dec 23rd, 2004, 11:33pm »
Quote Quote Modify Modify

Continuing the S&F saga...
 
This is a variation of the problem, started by Jock.
 
In a room 1 x 1 x 2 meters, the spider is at one of the corners.
 
Where should the fly position itself to be as far from the spider as possible?
« Last Edit: Dec 24th, 2004, 4:46am by Barukh » IP Logged
JocK
Uberpuzzler
*****






   


Gender: male
Posts: 877
Re: Yet Another Spider&Fly Problem II  
« Reply #1 on: Jan 2nd, 2005, 11:28am »
Quote Quote Modify Modify

on Dec 23rd, 2004, 11:33pm, Barukh wrote:
In a room 1 x 1 x 2 meters, the spider is at one of the corners.
 
Where should the fly position itself to be as far from the spider as possible?

 
:: The fly has to position itself somewhere on the opposite 1x1 wall (corners included), as all positions not on the opposite wall are closer to the spider than the opposite corner.  
 
Furthermore, symmetry tells the fly on the 1x1 wall to restrict itself to the diagonal through the corner opposite the spider.  
 
For positions on this line, the 'helical path' corresponds to a square distance of (2+x)[sup2]+(1+1-x)[sup2], and the 'single kink' path to (2+1-x)[sup2]+(1-x)[sup2]. For 0 < x < 1, both functions are monotonic (one decreasing, the other increasing). A clever fly will therefore seek a position for which the 'helical' distance and the 'single kink' distance coincide. This happens for x = 1/4, halfway between the opposite corner and the centre of the 1x1 wall.
::
 
A follow-up question:  
 
For what room length L (room measures 1 x 1 x L) can the fly choose between more than one maximum distance position? (The spider is still in a corner)
« Last Edit: Jan 2nd, 2005, 11:30am by JocK » IP Logged

solving abstract problems is like sex: it may occasionally have some practical use, but that is not why we do it.

xy - y = x5 - y4 - y3 = 20; x>0, y>0.
Barukh
Uberpuzzler
*****






   


Gender: male
Posts: 2276
Re: Yet Another Spider&Fly Problem II  
« Reply #2 on: Jan 3rd, 2005, 2:35am »
Quote Quote Modify Modify

Nicely done, Jock. The only thing that I am not satisfied with is the following statement:
 
on Jan 2nd, 2005, 11:28am, JocK wrote:
Furthermore, symmetry tells the fly on the 1x1 wall to restrict itself to the diagonal through the corner opposite the spider.

Don’t you agree that this assumption is valid only in case there is a single maximum point? But this is far from being obvious.
 
What do we do with this?
IP Logged
JocK
Uberpuzzler
*****






   


Gender: male
Posts: 877
Re: Yet Another Spider&Fly Problem II  
« Reply #3 on: Jan 3rd, 2005, 3:05am »
Quote Quote Modify Modify

on Jan 3rd, 2005, 2:35am, Barukh wrote:
Don’t you agree that this assumption is valid only in case there is a single maximum point? But this is far from being obvious.

 
You are right:
 
Consider the 1 x 1 x 2 box with the spider in a corner. The plane through the spider-corner cutting the opposite 1 x 1 plane diagonally is a symmetry plane. Either the maximum distance solution(s) are located on this symmetry plane, or these optimal solution(s) come in pairs that constitute 'mirror images' in the symmetry plane. Intuitively I would not expect the latter to be the case, but can't prove it.  
 
If you want a rigorous mathematical proof I suggest we move this problem to the 'hard' category.. Grin
« Last Edit: Jan 3rd, 2005, 9:55am by JocK » IP Logged

solving abstract problems is like sex: it may occasionally have some practical use, but that is not why we do it.

xy - y = x5 - y4 - y3 = 20; x>0, y>0.
Barukh
Uberpuzzler
*****






   


Gender: male
Posts: 2276
Re: Yet Another Spider&Fly Problem II   Kotani-Ant.GIF
« Reply #4 on: Jan 4th, 2005, 9:52am »
Quote Quote Modify Modify

on Jan 3rd, 2005, 3:05am, JocK wrote:
If you want a rigorous mathematical proof I suggest we move this problem to the 'hard' category.. Grin

Let’s try it here…  Grin
 
In the attached drawing, S is the spider, and F is the fly. 4 instances of F correspond to 4 different paths from S to F. The drawing also clearly shows why the fly should position itself at the opposite 1x1 face in order to be farther from the spider. In particular, the points satisfying the condition of the problem, are those where all 4 instances of F lie outside the dashed circle.
 
Let x, y be the distances of the fly from the sides of the face, as depicted. Pick any positive number c [le] 2 and consider all the points on the line x+y = c. We want to show that, among all the points on this line, the point x = y = c/2 is farthest from S.
 
Refering to the drawing, the squares of the 4 distances from S to F are (from top to bottom):

D1(x) = (2+x)2 + (2-c+x)2,
D2(x) = (3-c+x)2 + (1-x)2,
D3(x) = (3-x)2 + (1-c+x)2,
D4(x) = (2+c-x)2 + (2-x)2,

and we want to maximize D(x) = min(D1(x), …, D4(x)).  
 
Note that D4(c-x) = D1(x), D3(c-x) = D2(x), therefore D(x) = D(c-x). Moreover, D1(x), D2(x) are monotonically increasing, while D3(x), D4(x) are monotonically decreasing, therefore maxx D(x) = D(c/2), which is to be shown.
 
Does it look OK?  Undecided
 
IP Logged

JocK
Uberpuzzler
*****






   


Gender: male
Posts: 877
Re: Yet Another Spider&Fly Problem II  
« Reply #5 on: Jan 4th, 2005, 11:00am »
Quote Quote Modify Modify

on Jan 4th, 2005, 9:52am, Barukh wrote:

Does it look OK?  Undecided

 
Nice!
 
Now you're ready for the above-posed follow-up question...  Grin
IP Logged

solving abstract problems is like sex: it may occasionally have some practical use, but that is not why we do it.

xy - y = x5 - y4 - y3 = 20; x>0, y>0.
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board