View Single Post
Old 07-14-2003, 02:26 AM   #19 (permalink)
wlcm
Tilted
 
Location: Austin, TX
Sorry, i seemed to have confused myself a bit. Let me clearify a bit: i seemed to have used the word circle when thinking of center or square. Since it is really late at night, try to bear with me if i make that mistake again.


#1: if you draw any line through the center of a square, you end up cutting the square in half.
#2: there exists a line through the center of the square that does not cut through the triangle if and only if the triangle does not enclose the center of the square.
#3: distances around the perimeter of the square from one point to another can be measured.
#4: Using the #1-3, Given a triangle that does not bound the center of the square, the sum of the two shortest distinct distances found by way of #3 has to be less than 1/2 the perimeter of the square.

#4 can be easily seen by drawing the line mentioned in #2 and seeing that if you follow the perimeter from where the line intersects the square to the other point where the line intersects the square, you must past through either all or none of the vertices of the triangle--if the triangle does not enclose the center. Either path will be 1/2 the perimeter of the square since the line cuts the square into halves.

With that said, i also say that the probability P(that any two points on the edge of a square has a distance, measured along the square's perimeter, less than 1/2 the perimeter of the square) = 1

probability that distance = exactly 1/2 is zero, since the integration of pdf at a singular point is 0.

So all that is to be found is if the third point makes everything work out.

We'll have A, B, and C represent the first, second, and third point respectively, and O represent the center of the square.

If i were to draw a line LA made by connecting A and O, i would cut the square into halves--one half containing B, and the other not. We would like C to be on the half that contains B. Probability of this happening is 1/2.

But we could think the other way and make line LB by drawing the line between O and B and wanting C to be on the half that contains A. Again the probability of that happening is 1/2.

Now i will say that the probability that the outcome that we want after drawing that line LA and LB will be P(A)=1/2 and P(B)=1/2 respectively.

So it comes down to saying that the probability that the triangle does not contain the center of the square is P(A U B) = P(A) + P(B) - P(A n B).

Now to find P(A n B). The "area" of overlap in the favorable regions varies with the distances between A and B. In order to do this, we need tobfind the expected value (average) of the distance between A and B.
Finding the expected value involves integrating, along its appropirate bounds, the uniform pdf that describes the point placements, but i won't go much into that.
It is easy enough to see that since the max distance is 1/2 the perimeter and the min distance is 0, and that the probability of placement is uniform, the average distance should be 1/4 the perimeter.

So if the expected value of the distance between points A and B is 1/4th the perimeter, the probability of point C landing in that area is 1/4. This makes it P(A n B) since this area is the overlap in the situations dealing with P(A) and P(B). P(A n B) = 1/4.

So the probability P(A U B) that the triangle does not contain the center of the square is:
P(A) + P(B) - P(A n B) = 1/2 + 1/2 - 1/4 = 3/4.

Since we are looking for the probability that the triangle contains the center of the square, P = 1 - !P, so 1 - 3/4 = 1/4.

I hope that clears up my explaination a bit. I'm thinking this is right, but not 100% sure. And of course there should be other ways to do this.

Cheerios i think you might need to refine your P(#2) a bit more, since in the second picture, it is B that turns negative, yet the actual length becomes 2L + a - b. So and i am not sure right now what it is, but something just feels like its missing from P(#2). Keep working on it and try to get a final answer in one number. I have a feeling that there is supposed to be a numerical answer for this problem.
wlcm is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360