Optimal Cuts

I was reading a problem in Brilliant in which you had to tell the maximum quantity of pieces you could divide an orange into with 3 straight cuts, and then compared with the slicing of objects with less spatial dimensions: a circle and a line segment.

(From now on, each time I refer to "cuts" I mean "straight cuts", and when I refer to "dimensions" I mean "spatial simensions", unless I explicitely state otherwise)

I realized the following:

  • With 3 cuts, I could divide the orange into 8 pieces by duplicating the quantity of pieces each time. However, that wouldn't work with 4 cuts: I am able to cut all the pieces of the sphere in half with each cut in the first three cuts, but it becomes impossible to do so at the 4th.

  • With 2 cuts, I could divide a circle into 4 pieces, but I couldn't divide the circle into 8 pieces with a third cut.

  • With 1 cut, I could divide a line segment into 2 pieces, but the second cut would only allow me to divide one of the pieces in two.

The first thing to notice is that the best cut you can ever do will duplicate the quantity of pieces the object was into. The second thing is that, in all three situations, the last cut which could duplicate the ammount of pieces was the nth, being n equal to the number of dimensions of the object.

Is this a coincidence?

(To not complicate things up, let's assume the tool used to cut the objects and the entity cutting them have more dimensions than the objects themselves)

Let's suppose we want to cut an n-dimensional hypersphere (also called (n-1)-sphere) into the maximum number of pieces possible with n cuts. How would we do it?

We could consider the centre of the hypersphere the centre of a n-dimensional referential, which would have n axis, each one perpendicular to all the others. By cutting through a (n-1)-dimensional object perpendicular to each axis and which intersects the hypersphere, one would be able to divide each of the previous pieces into two. The result would be 2^n pieces, given that the number of pieces duplicated with each cut, starting with one object, and n cuts were made.

I don't know how to find a proof for any dimensions quantity which tells me that the (n+1)th cut can never duplicate the number of pieces, though.

Feel free to contribute.

#Dimensions #Power #Space #Powersof2 #Powers

Note by Anonymous Person
6 years, 9 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Actually that was my problem.

Anuj Shikarkhane - 6 years, 8 months ago

Do you know how to solve the problem:

What is the maximum number of regions that nn lines can divide a disk into?

I used "disk" to denote that it is a filled circle, as opposed to just the perimeter.

You can use similar ideas, to approach this higher dimensional version.

Calvin Lin Staff - 6 years, 8 months ago
×

Problem Loading...

Note Loading...

Set Loading...