Recreational problem involving circles, cords, and areas

  • Context: Undergrad 
  • Thread starter Thread starter srfriggen
  • Start date Start date
  • Tags Tags
    Areas Circles
Click For Summary

Discussion Overview

The discussion revolves around a recreational problem involving the division of a circle into sections by connecting points on its circumference with chords. Participants explore the relationships between the number of dots (points), chords, and the resulting sections of area created within the circle. The scope includes mathematical reasoning and conjectures related to combinatorial geometry.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests that with 6 dots, the number of sections is 31, based on a conjectured formula of 2n-1.
  • Another participant points out that if the six points are equally spaced, the number of sections could be 30 instead of 31, indicating a potential issue with the initial counting method.
  • A later reply introduces a classic interpretation of the problem, stating that the maximum number of areas formed by n non-equally spaced dots is given by a specific summation involving binomial coefficients.
  • Some participants express uncertainty about finding a systematic approach to derive a formula for the number of sections based on the number of dots and chords.
  • One participant shares a recursive definition and an explicit formula for the number of chords formed by n dots, but does not connect this directly to the number of sections.

Areas of Agreement / Disagreement

Participants express differing views on the correct number of sections for 6 dots, with some asserting 31 and others suggesting 30. There is no consensus on a definitive formula for the number of sections, and multiple competing interpretations of the problem exist.

Contextual Notes

Participants note the importance of the arrangement of dots (equally spaced vs. not) in determining the number of sections, highlighting that the method of drawing can significantly affect the outcome. There are unresolved mathematical steps in deriving a general formula for the number of sections based on the number of dots and chords.

srfriggen
Messages
304
Reaction score
7
Hello all,

I've been trying to work out this problem I came across yesterday when a professor mentioned it in a math education course. It states, "Take a circle and put two dots on the circle then connect them with a cord. How many sections of area does the cord split the circle into?" Of course the answer is 2.

Now do it with 3 dots. The answer is 4.
Now do it with 4 dots. The answer is 8.
Now do it with 5 dots. The answer is 16.
How many if there are 6 dots?

One might think, naively as I did, that the formula for the number of sections is 2n-1, so 6 dots should have 32 sections. But it actually has 31. That was the point of the lesson.

We never got the formula so I've been trying to figure one out.


I decided to look at the number of dots and how many cords they form, and I was able to find a recursive definition and conjecture a formula. I proved it using induction.

I will write the information out like this: # of dots / #of cords;

1 / 0
2 / 1
3 / 3
4 / 6
5 / 10
6 / 15
7 / 21
8 / 28

The recursive series can be understood as s(n)=s(n-1) + (n-1), and the explicit formula is:

s(n)=(n-1)+(n-2)+...+ 3+2+1.


Now I have a nice relationship between dots and cords. Next I will show you the table of dots to cords to sections, which I worked out manually up to n=7.

1 / 0 / 1
2 / 1 / 2
3 / 3 / 4
4 / 6/ 8
5 / 10 / 16
6 / 15 / 31
7 / 21 / 58
8 / 28 / ?


So this is where I am stuck. I am trying to find a relationship with the number of sections and the number or cords or dots. I do not see any obvious recursive relationship, and certainly do not see any obvious formula.

Perhaps a different set of eyes/synapses on the problem would shed more light. Is there a more systematic approach I can use, rather than jus trying to "see" it?
 
Mathematics news on Phys.org
In this context, 'cord' should be 'chord'.
 
SteamKing said:
In this context, 'cord' should be 'chord'.

lol I'm a musician so I thought to myself, "It can't be chord!"
 
If you put the six points equally spaced (and draw it carefully enough) then you get 30 not 31 (the small one in the center disappears). So, I'm not sure you can make an algorithm to count them.

edit: how can I get an attachment to show as a little thumbnail, so people don't have to open it to see it?
 

Attachments

gmax137 said:
If you put the six points equally spaced (and draw it carefully enough) then you get 30 not 31 (the small one in the center disappears). So, I'm not sure you can make an algorithm to count them.

Wow. Mind blown! Entire class came up with 31, but difficult to draw perfect circles and perfectly straight lines.

Ok, next I suppose I'll reformulate the question and see if having the dots "evenly spaced" can lead to a formula.
 
This is a classic problem known as the "missing area" problem.

If you place n dots around a circle NOT equally spaced, but so that the chords divide the interior of the circle into the maximum possible number of areas, the number of areas is given by
\sum_{i=0}^4 \begin{pmatrix}n \\ i\end{pmatrix}
where \begin{pmatrix}n \\ i\end{pmatrix} is 0 if i> n.

If n 0, 1, 2, 3, or 4, that gives the binomial coefficient expansion of (1+ 1)^n= 2^n. For n= 5, it is missing only the last term, 1, so is [/itex]2^5- 1= 31[/itex]. For n= 6, it is missing the last two terms, 5(1)+ 1= 6, so is 2^6- 6= 64- 6= 58.
 
HallsofIvy said:
This is a classic problem known as the "missing area" problem.

If you place n dots around a circle NOT equally spaced, but so that the chords divide the interior of the circle into the maximum possible number of areas, the number of areas is given by
\sum_{i=0}^4 \begin{pmatrix}n \\ i\end{pmatrix}
where \begin{pmatrix}n \\ i\end{pmatrix} is 0 if i> n.

If n 0, 1, 2, 3, or 4, that gives the binomial coefficient expansion of (1+ 1)^n= 2^n. For n= 5, it is missing only the last term, 1, so is [/itex]2^5- 1= 31[/itex]. For n= 6, it is missing the last two terms, 5(1)+ 1= 6, so is 2^6- 6= 64- 6= 58.

thanks! I'm going to research this some more! Appreciate the help everyone!
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K