You are not logged in.
Pages: 1
What is the greatest number of parts the plane can be divided by:
n straight lines ?
n circles ?
Offline
For the lines:
There are two different "types" of divisions. What are they?
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
Straight Lines in a plane at funny angles:
I drew it in MSPaint and got this:
2n + BowlingPinNumber(n-2)
2n + (n-2)(n-1)/2
For the circles I am getting:
2n + twiceBowlingPinNumbers(n-2)
2n + (n-2)(n-1)
but I can't prove these, sorry.
Last edited by John E. Franklin (2008-07-18 07:11:09)
igloo myrtilles fourmis
Offline
With straight lines the answer fits a quadratic function. Find the first few examples and solve for the polynomial coefficients.
Offline
You guys aren't saying anything about how it is you're drawing these lines. That's the hard part. Figuring out the function once you know how to optimally draw them is easy.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
The nth optimal line can intersect (n-1) other lines. The nth, line, by simply existing, creates an extra region by dividing the current one into two, and for every line it intersects, it creates another region.
So the nth optimal line creates 1+(n-1) = n regions.
The empty plane already has 1 region, so for n lines, you will get 1+(1+2+3+...+n) regions.
This is equal to
regions.For the circles, the nth optimal circle will intersect each of the other (n-1) circles twice. If you draw several examples you will see that each time the new circle intersects the others, a new region is created (this also accounts for the region created by the new circle itself). So the nth circle will create 2(n-1) = 2n-2 new regions.
The first circle is a bit of a tricky case, so we'll just start the sum with the 2nd circle and add 2 to the end. For n circles you will get (2(2)-2+...+2(n)-2)+2 regions.
This is equal to
!!!!!!Last edited by Identity (2008-07-18 17:13:21)
Offline
Sorry I'm not good at explaining it like Identity, but our
answers are the same if you expand mine. Mine was
mostly guesswork, but Identity seems to have a good
description. All I can say is there's stuff in the
middle of the plane, and stuff around the outside like
petals on a flower, for the straight lines, anyway.
igloo myrtilles fourmis
Offline
for lines I get:
1+((n-2)(n-1)/2)
Offline
Pages: 1