All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Algorithms
Triple Convergence (Posted on 2007-06-08) Difficulty: 3 of 5
Given two intersecting lines L1 and L2, and a initial point P0, I apply one of the three following algorithms:

(1) Let P1 be the closest point to P0 in L1; then let P2 be the closest point to P1 in L2; then, P3 the closest point to P2 in L1, P4 the closest point to P3 in L2, and so to infinity.

(2) Let P0' be the closest point to P0 in L1 and P0" the closest point to P0 in L2, and let P1 be the midpoint of P0' and P0"; now take P1' as the closest point to P1 in L1, and P1" as the closest point to P1 in L2, and let P2 be the midpoint of P1' and P1", and so to infinity.

(3) Let P0' be symmetrical to P0 with regard to L1, and P0" symmetrical to P0 with regard to L2, and let P1 be the midpoint of P0' and P0"; now let P1' be symmetrical to P1 with regard to L1, and P1" symmetrical to P1 with regard to L2, and let P2 be the midpoint of P1' and P1", and so to infinity.

Can you prove that no matter which algorithm I pick, the sequence P0, P1, P2, ... will converge to the same limit? Could you generalize that for three intersecting planes? For four three-dimensional spaces?

No Solution Yet Submitted by Federico Kereki    
Rating: 4.0000 (3 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Cosine. No proofs. Comment 1 of 1

In each case the P's converge to the point of intersection of the lines.  The ratio between succesive distances from this point is determined by the angle between the two lines and is always <1.

Case 1:   The point can be anywhere and the ratio is .5+.5cos(2a) where a is the acute angle between the lines.

Case 2:  If P0 is on an angle bisector of the (acute or obtuse) angle formed by the lines the ratio is .5+.5cos(a) where a is the (acute or obtuse) angle between the lines.
If P0 is not on the angle bisector the ratio between succesive Pn's varies but still tends to the same value.

Case 3:  The point can be anywhere and the ratio is the absolute value of cos(a) where a is the angle formed by the lines that has P0 within it.

It may be that I've defined the angle in slightly strange ways in each case but it still works.  The point is this ratio is always <1 so the points converge.


  Posted by Jer on 2007-06-11 12:46:43
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (13)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information