Equal areas of segments in the lazy caterer problem? The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraWhat's wrong with this solution of Tarski's circle-squaring problem?square cake with raisinscutting a cake without destroying the toppingsAbout cutting AlmondsCut the rectangleLazy Caterer's Problem: why a new line can cut all the othersTool for the partition problem with planar rectanglesThe reverse pizza problem .Is there a way to determine the cheapest way to cut a line if each cut costs the current length of a line?Cutting a pie into n equal pieces with fewest straight cuts
Loose spokes after only a few rides
how can a perfect fourth interval be considered either consonant or dissonant?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Why doesn't a hydraulic lever violate conservation of energy?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Didn't get enough time to take a Coding Test - what to do now?
Do ℕ, mathbbN, BbbN, symbbN effectively differ, and is there a "canonical" specification of the naturals?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Sort list of array linked objects by keys and values
Match Roman Numerals
Mortgage adviser recommends a longer term than necessary combined with overpayments
Intergalactic human space ship encounters another ship, character gets shunted off beyond known universe, reality starts collapsing
What can I do if neighbor is blocking my solar panels intentionally?
Why are PDP-7-style microprogrammed instructions out of vogue?
What is the padding with red substance inside of steak packaging?
What do I do when my TA workload is more than expected?
How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Can we generate random numbers using irrational numbers like π and e?
different output for groups and groups USERNAME after adding a username to a group
Would an alien lifeform be able to achieve space travel if lacking in vision?
Why can't devices on different VLANs, but on the same subnet, communicate?
Huge performance difference of the command find with and without using %M option to show permissions
Button changing its text & action. Good or terrible?
Equal areas of segments in the lazy caterer problem?
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraWhat's wrong with this solution of Tarski's circle-squaring problem?square cake with raisinscutting a cake without destroying the toppingsAbout cutting AlmondsCut the rectangleLazy Caterer's Problem: why a new line can cut all the othersTool for the partition problem with planar rectanglesThe reverse pizza problem .Is there a way to determine the cheapest way to cut a line if each cut costs the current length of a line?Cutting a pie into n equal pieces with fewest straight cuts
$begingroup$
In the book "Build Your Brain Power" by Wootton and Horne, they mention the lazy caterer's problem, asking for a way to cut a circular cake into 8 equally sized pieces with 3 cuts. Clearly since the maximum number of possible segments is 7 for the $n=3$ case, that is impossible.
But, I was nonetheless wondering about this: is it possible, for any $ngeq 3$ (3 cuts or more) case of the lazy caterer's problem, for each of the resulting areas to be equal? How would one prove or disprove this?
geometry coordinate-systems
$endgroup$
add a comment |
$begingroup$
In the book "Build Your Brain Power" by Wootton and Horne, they mention the lazy caterer's problem, asking for a way to cut a circular cake into 8 equally sized pieces with 3 cuts. Clearly since the maximum number of possible segments is 7 for the $n=3$ case, that is impossible.
But, I was nonetheless wondering about this: is it possible, for any $ngeq 3$ (3 cuts or more) case of the lazy caterer's problem, for each of the resulting areas to be equal? How would one prove or disprove this?
geometry coordinate-systems
$endgroup$
$begingroup$
Lazy, but fair.
$endgroup$
– Eric Tressler
Dec 19 '15 at 4:11
add a comment |
$begingroup$
In the book "Build Your Brain Power" by Wootton and Horne, they mention the lazy caterer's problem, asking for a way to cut a circular cake into 8 equally sized pieces with 3 cuts. Clearly since the maximum number of possible segments is 7 for the $n=3$ case, that is impossible.
But, I was nonetheless wondering about this: is it possible, for any $ngeq 3$ (3 cuts or more) case of the lazy caterer's problem, for each of the resulting areas to be equal? How would one prove or disprove this?
geometry coordinate-systems
$endgroup$
In the book "Build Your Brain Power" by Wootton and Horne, they mention the lazy caterer's problem, asking for a way to cut a circular cake into 8 equally sized pieces with 3 cuts. Clearly since the maximum number of possible segments is 7 for the $n=3$ case, that is impossible.
But, I was nonetheless wondering about this: is it possible, for any $ngeq 3$ (3 cuts or more) case of the lazy caterer's problem, for each of the resulting areas to be equal? How would one prove or disprove this?
geometry coordinate-systems
geometry coordinate-systems
edited Dec 19 '15 at 5:55
James Harrison
asked Dec 19 '15 at 4:06
James HarrisonJames Harrison
834615
834615
$begingroup$
Lazy, but fair.
$endgroup$
– Eric Tressler
Dec 19 '15 at 4:11
add a comment |
$begingroup$
Lazy, but fair.
$endgroup$
– Eric Tressler
Dec 19 '15 at 4:11
$begingroup$
Lazy, but fair.
$endgroup$
– Eric Tressler
Dec 19 '15 at 4:11
$begingroup$
Lazy, but fair.
$endgroup$
– Eric Tressler
Dec 19 '15 at 4:11
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Well, it's not possible for three cuts. Each cut has 3 pieces on one side of it, and 4 on the other, so it must cut off 3/7 of the circle on the side away from the center. That allows you to solve for the distance of the cut from the center of the circle; it turns out to be about 1/9 of the radius. Since all three cuts must be the same distance from the center, and since the three pieces between the acute angle formed by a pair of cuts and the circle must all have the same area, the acute angle between any pair of cuts must be the same, and so must be $tau/6$ ($tau$ being the angle measure of a full circle). So the central piece must be an equilateral triangle centered on the center of the circle, with height roughly 1/3 the radius (3 times the distance from the center to each side). But unfortunately the area of such an equilateral triangle is much less than 1/7 the area of the circle.
Similarly, 4 cuts won't work: 2 of the lines cut off segments with area of 5/11 of the circle, and 2 cut off segments with area 4/11. Again, you can compute the distance each line must be from the center of the circle, and guarantee that there will be pieces near the center that will be too small.
Presumably, the situation just worsens from there, and there will always be too-small slivers near the center, but this presumption falls short of a proof that there is no equal-area lazy caterer dissection for any $n$. But I'd be astonished if there were.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1581780%2fequal-areas-of-segments-in-the-lazy-caterer-problem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Well, it's not possible for three cuts. Each cut has 3 pieces on one side of it, and 4 on the other, so it must cut off 3/7 of the circle on the side away from the center. That allows you to solve for the distance of the cut from the center of the circle; it turns out to be about 1/9 of the radius. Since all three cuts must be the same distance from the center, and since the three pieces between the acute angle formed by a pair of cuts and the circle must all have the same area, the acute angle between any pair of cuts must be the same, and so must be $tau/6$ ($tau$ being the angle measure of a full circle). So the central piece must be an equilateral triangle centered on the center of the circle, with height roughly 1/3 the radius (3 times the distance from the center to each side). But unfortunately the area of such an equilateral triangle is much less than 1/7 the area of the circle.
Similarly, 4 cuts won't work: 2 of the lines cut off segments with area of 5/11 of the circle, and 2 cut off segments with area 4/11. Again, you can compute the distance each line must be from the center of the circle, and guarantee that there will be pieces near the center that will be too small.
Presumably, the situation just worsens from there, and there will always be too-small slivers near the center, but this presumption falls short of a proof that there is no equal-area lazy caterer dissection for any $n$. But I'd be astonished if there were.
$endgroup$
add a comment |
$begingroup$
Well, it's not possible for three cuts. Each cut has 3 pieces on one side of it, and 4 on the other, so it must cut off 3/7 of the circle on the side away from the center. That allows you to solve for the distance of the cut from the center of the circle; it turns out to be about 1/9 of the radius. Since all three cuts must be the same distance from the center, and since the three pieces between the acute angle formed by a pair of cuts and the circle must all have the same area, the acute angle between any pair of cuts must be the same, and so must be $tau/6$ ($tau$ being the angle measure of a full circle). So the central piece must be an equilateral triangle centered on the center of the circle, with height roughly 1/3 the radius (3 times the distance from the center to each side). But unfortunately the area of such an equilateral triangle is much less than 1/7 the area of the circle.
Similarly, 4 cuts won't work: 2 of the lines cut off segments with area of 5/11 of the circle, and 2 cut off segments with area 4/11. Again, you can compute the distance each line must be from the center of the circle, and guarantee that there will be pieces near the center that will be too small.
Presumably, the situation just worsens from there, and there will always be too-small slivers near the center, but this presumption falls short of a proof that there is no equal-area lazy caterer dissection for any $n$. But I'd be astonished if there were.
$endgroup$
add a comment |
$begingroup$
Well, it's not possible for three cuts. Each cut has 3 pieces on one side of it, and 4 on the other, so it must cut off 3/7 of the circle on the side away from the center. That allows you to solve for the distance of the cut from the center of the circle; it turns out to be about 1/9 of the radius. Since all three cuts must be the same distance from the center, and since the three pieces between the acute angle formed by a pair of cuts and the circle must all have the same area, the acute angle between any pair of cuts must be the same, and so must be $tau/6$ ($tau$ being the angle measure of a full circle). So the central piece must be an equilateral triangle centered on the center of the circle, with height roughly 1/3 the radius (3 times the distance from the center to each side). But unfortunately the area of such an equilateral triangle is much less than 1/7 the area of the circle.
Similarly, 4 cuts won't work: 2 of the lines cut off segments with area of 5/11 of the circle, and 2 cut off segments with area 4/11. Again, you can compute the distance each line must be from the center of the circle, and guarantee that there will be pieces near the center that will be too small.
Presumably, the situation just worsens from there, and there will always be too-small slivers near the center, but this presumption falls short of a proof that there is no equal-area lazy caterer dissection for any $n$. But I'd be astonished if there were.
$endgroup$
Well, it's not possible for three cuts. Each cut has 3 pieces on one side of it, and 4 on the other, so it must cut off 3/7 of the circle on the side away from the center. That allows you to solve for the distance of the cut from the center of the circle; it turns out to be about 1/9 of the radius. Since all three cuts must be the same distance from the center, and since the three pieces between the acute angle formed by a pair of cuts and the circle must all have the same area, the acute angle between any pair of cuts must be the same, and so must be $tau/6$ ($tau$ being the angle measure of a full circle). So the central piece must be an equilateral triangle centered on the center of the circle, with height roughly 1/3 the radius (3 times the distance from the center to each side). But unfortunately the area of such an equilateral triangle is much less than 1/7 the area of the circle.
Similarly, 4 cuts won't work: 2 of the lines cut off segments with area of 5/11 of the circle, and 2 cut off segments with area 4/11. Again, you can compute the distance each line must be from the center of the circle, and guarantee that there will be pieces near the center that will be too small.
Presumably, the situation just worsens from there, and there will always be too-small slivers near the center, but this presumption falls short of a proof that there is no equal-area lazy caterer dissection for any $n$. But I'd be astonished if there were.
answered Mar 31 at 6:59
Glen WhitneyGlen Whitney
471311
471311
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1581780%2fequal-areas-of-segments-in-the-lazy-caterer-problem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Lazy, but fair.
$endgroup$
– Eric Tressler
Dec 19 '15 at 4:11