Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Other Topics > Science, Math, and Philosophy
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 10-26-2007, 03:36 PM
TomCowley TomCowley is offline
Senior Member
 
Join Date: Sep 2004
Posts: 354
Default Re: 2 Olympiad Geometry problems I like

I think you're forgetting that no distance can ever be greater than r, since all points are at most r from P_1. The hexagon gives 7r^2.
Reply With Quote
  #12  
Old 10-26-2007, 03:39 PM
jay_shark jay_shark is offline
Senior Member
 
Join Date: Sep 2006
Posts: 2,277
Default Re: 2 Olympiad Geometry problems I like

[ QUOTE ]
I think you're forgetting that no distance can ever be greater than r, since all points are at most r from P_1.

[/ QUOTE ]

P1 is center of the circle or circumference ?
I've heard of a point being a center or a hemisphere , but I've never heard of a point being the center of a circumference .
Reply With Quote
  #13  
Old 10-26-2007, 03:45 PM
TomCowley TomCowley is offline
Senior Member
 
Join Date: Sep 2004
Posts: 354
Default Re: 2 Olympiad Geometry problems I like

I assumed it was the center of the circle. I don't know what center of the circumference would even mean (it's on the circumference?). OP can clarify.
Reply With Quote
  #14  
Old 10-26-2007, 04:18 PM
TomCowley TomCowley is offline
Senior Member
 
Join Date: Sep 2004
Posts: 354
Default Re: 2 Olympiad Geometry problems I like

Ahh, the problem is a pain in the ass because it's actually <=7 (hexagon), but I guess it's really hard to prove that's optimal. Assuming that points are evenly spaced (tedious but not hard to show that non-evenly spaced points can never be optimal), we can treat this as a circle packing problem. Each circle will have radius R/n. Now, since the minicircles must be centered in the big circle, they can fill a maximum area of pi*(R+R/n)^2. Dividing areas of the circles means that there can be at most pi*(R+R/n)^2/(pi*(R/n)^2) = n^2 + 2n + 1 minicircles of radius R/n. Now the sum-of-squares metric that we're trying to compute states that we have at most n^2 + 2n +1 points at a distance of 2R/n apart, so the sum is at most (n^2 + 2n + 1)*4R^2/n^2 = 4R^2 (1 + 2/n + 1/n^2). Obviously the bigger n is, the smaller this expression is, so we want the minimum n. Since n<2 means there can only be one point (since we have a point at the middle of the circle, the center of the next minicircle would be outside the circle), which is trivially true, the smallest meaningful n is 2. Plugging that in gives 4R^2 (1 + 1 + 1/4) = 9r^2, which is an upper bound.

And, amazingly, the n=2 solution is the hexagon.
Reply With Quote
  #15  
Old 10-26-2007, 05:02 PM
thylacine thylacine is offline
Senior Member
 
Join Date: Jul 2003
Posts: 1,175
Default Re: 2 Olympiad Geometry problems I like

[ QUOTE ]
Let ACE be the hardest set of vertices to cover. Now, the easiest way to cover these is to have two points on a line opposite the side of the triangle ACE with the largest angle. So the distance between the vertex with the largest angle and the opposite side will be 1. Now the shortest distance across the hexagon will be either AE, AC, or CE (since the sides are parallel). The shortest distance will be opposite the smallest angle in ACE, and by the definition of sine will be 1/sin(180-largest angle-angle).

Since the largest possible angle in ACE is approaching 90 degrees (can't be bigger in a standard no angle>180 hexagon), that leaves 90 degrees to divide among the smaller angles. So the largest possible smallest angle is approaching 45 degrees. So the value of 180-largest angle-angle will be approaching 45 from above. So the value of sin(180-largest angle-angle) will be approaching 1/sqrt(2) from above. So the value of 1/sin(180-largest angle-angle), which is our final answer, will be approaching sqrt(2) from below, so the upper bound of sqrt(2) is proven.

Edit: took the wrong complement, fixed.

[/ QUOTE ]

Good start. Actually AE, AC, CE (and BD, DF, FB) are upper bounds for hexagon width so you just need one being at most sqrt(2).

Also if ACE (or BDF) has no obtuse angle, I believe your argument does this case.

But you still have to the case where ACE and BDF both have an obtuse angle.
Reply With Quote
  #16  
Old 10-26-2007, 05:05 PM
jay_shark jay_shark is offline
Senior Member
 
Join Date: Sep 2006
Posts: 2,277
Default Re: 2 Olympiad Geometry problems I like

Tom , the sum of the squares of the sides of a hexagon inscribed in a circle of radius r is 6*r^2 .

An equilateral triangle works .

Let a be the side length of the equilateral inscribed in a circle of radius r .


a^2 = r^2+r^2-2*r^2cos120
a^2 = 3^r^2
a = r*sqrt3

So the sum of the squares is 9*r^2

--------------------------------------------------

The sum of the squares of the sides of a hexagon inscribed in a circle is 6*r^2 .

In general , the sum of the squares of the sides of a polygon should decrease as n increases .
Reply With Quote
  #17  
Old 10-26-2007, 05:13 PM
sirio11 sirio11 is offline
Senior Member
 
Join Date: Aug 2003
Location: I\'m mad as hell and I can\'t take it anymore ....
Posts: 3,516
Default Re: 2 Olympiad Geometry problems I like

[ QUOTE ]
I think you're forgetting that no distance can ever be greater than r, since all points are at most r from P_1. The hexagon gives 7r^2.

[/ QUOTE ]

This is correct. P_1 is the center of the circle
Reply With Quote
  #18  
Old 10-26-2007, 05:44 PM
TomCowley TomCowley is offline
Senior Member
 
Join Date: Sep 2004
Posts: 354
Default Re: 2 Olympiad Geometry problems I like

You're forgetting the center point, which has distance r, so 6r^2 for the hexagon sides, + r^2 for the center point, =7r^2.
Reply With Quote
  #19  
Old 10-26-2007, 05:52 PM
jay_shark jay_shark is offline
Senior Member
 
Join Date: Sep 2006
Posts: 2,277
Default Re: 2 Olympiad Geometry problems I like

Right .

Good thing he cleared up that P1 is on the center of the circle .
Reply With Quote
  #20  
Old 10-26-2007, 07:54 PM
TomCowley TomCowley is offline
Senior Member
 
Join Date: Sep 2004
Posts: 354
Default Re: 2 Olympiad Geometry problems I like

Good catch. If ACE is obtuse, then it's tougher to cover ACF and/or BCF, where C/F are the obtuse angles, than it is to cover ACE, and the shortest distance across the hexagon is CF, not AC/CE/AE. Then the problem reduces to the parallelogram ACEF, and by similar analysis as for ACE in the other post, the CF distance is maximized to sqrt(2) as EFA reduces to 90 degrees from above.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:56 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.