Adapted from "Amusements in Mathematics" by Henry Ernest Dudeney.
Given a large sheet of zinc, measuring (before cutting) one metre square,
you are asked to cut out square pieces (all of the same size) from the
four corners of this sheet. You are then to fold up the sides of the resulting shape, solder the edges and make a cistern. The cistern is open
at the top. You can assume you have the appropriate tools and skill to
carry out the task.
The puzzle is what size should the cut out pieces be, such that the
cistern will hold the greatest possible quantity of water?
I guess a follow on question could be; is it possible to cut out four non- square pieces (all of the same size and shape), producing a cistern with tapering sides, which has greater volume. I haven't looked at that yet...
.....I cheated, and after this spoiler I offer an answer to the nearest micron.
"Easily" was my immediate reaction... but then I thought about it, and decided that it... well, that it's a far better question than it looks.
.....I cheated
On Sat, 3 May 2025 11:07:57 +0100, Richard Heathfield wrote:
.....I cheated, and after this spoiler I offer an answer to the nearest
micron.
In your last couple of entries, approaching an answer, the side changes by 30% and the volume changes by very little (less than 0.001%). I think something as gone off track somewhere.
If you can recall high-school calculus, then the answer falls out as a
simple fraction.
"Easily" was my immediate reaction... but then I thought about it, and
decided that it... well, that it's a far better question than it looks.
My initial reaction was "no", but then I began to have doubts. I'll give
it a go.
I guess a follow on question could be; is it possible to cut out four non- >square pieces (all of the same size and shape), producing a cistern with >tapering sides, which has greater volume. I haven't looked at that yet...
int main(void)
{
int i;
int ms = 0;
int mv = 0;
for(i = 0; i < 1000000; i++)
{
int s = 1000000 - i;
int v = s * s * s;
.....Looks like I need a new spoiler (and a brain transplant).
In article <vv55q1$3jq94$1@dont-email.me>,
Richard Heathfield <rjh@cpax.org.uk> wrote:
int main(void)
{
int i;
int ms = 0;
int mv = 0;
for(i = 0; i < 1000000; i++)
{
int s = 1000000 - i;
int v = s * s * s;
Oh no it isn't. The cistern is not a cube.
I'm not sure which side your s is. If s is the side of the cistern,
then the height h is (1000000-s)/2, and v = s * s * h. If s is the
side of the cut-off square, then the base b is (1000000-2*s) and
v = b * b * s.
And of course the calculation overflows 32-bit ints.
Redoubled in buggers. I quit!.....Looks like I need a new spoiler (and a brain transplant).
(For a few moments, at least.)
On 03/05/2025 15:26, Richard Heathfield wrote:
<snip>
Redoubled in buggers. I quit!
(For a few moments, at least.).....Looks like I need a new spoiler (and a brain transplant).
.....Looks like I need a new spoiler (and a brain transplant)
.....Looks like I need a new spoiler (and a brain transplant
.....Looks like I need a new spoiler (and a brain transplan
.....Looks like I need a new spoiler (and a brain transpla
.....Looks like I need a new spoiler (and a brain transpl
.....Looks like I need a new spoiler (and a brain transp
.....Looks like I need a new spoiler (and a brain trans
.....Looks like I need a new spoiler (and a brain tran
.....Looks like I need a new spoiler (and a brain tra
.....Looks like I need a new spoiler (and a brain tr
.....Looks like I need a new spoiler (and a brain t
.....Looks like I need a new spoiler (and a brain
.....Looks like I need a new spoiler (and a brain
.....Looks like I need a new spoiler (and a brai
.....Looks like I need a new spoiler (and a bra
.....Looks like I need a new spoiler (and a br
.....Looks like I need a new spoiler (and a b
.....Looks like I need a new spoiler (and a
.....Looks like I need a new spoiler (and a
.....Looks like I need a new spoiler (and
.....Looks like I need a new spoiler (and
.....Looks like I need a new spoiler (an
.....Looks like I need a new spoiler (a
.....Looks like I need a new spoiler (
.....Looks like I need a new spoiler
.....Looks like I need a new spoiler
.....Looks like I need a new spoile
.....Looks like I need a new spoil
.....Looks like I need a new spoi
.....Looks like I need a new spo
.....Looks like I need a new sp
.....Looks like I need a new s
.....Looks like I need a new
.....Looks like I need a new
.....Looks like I need a ne
.....Looks like I need a n
.....Looks like I need a
.....Looks like I need a
.....Looks like I need
.....Looks like I need
.....Looks like I nee
.....Looks like I ne
.....Looks like I n
.....Looks like I
.....Looks like I
.....Looks like
.....Looks like
.....Looks lik
.....Looks li
.....Looks l
.....Looks
.....Looks
.....Look
.....Loo
.....Lo
.....L
.....
....
...
..
.
Height = 166667.000000, side = 666666.000000 microns, volume = >74074074073851856.000000 cubic microns.
So 1/6, which is a suspiciously neat fraction.
.... Spoiler alert .....
Not sure I get what exactly is the problem here, and being
uncomfortable with numbers, I went about it as follows.
Let the side of the initial sheet be a. Now cut out the sqaures of
side x from the four corners and fold up the sticky bits. You have
an open cistern of side a-2x and height x. The volume is
V(x) = x(a-2x)^2
dV/dx = 0 gives
a - 2x = 0 or a - 6x = 0
The first answer is cute as with x = a/2 leaves with a zero
area base and, naturally, a volume of zero.
The second answer gives x = a/6
or a volume of a^3/9.
SPOILER (Tapered case)
[deleted]
Adapted from "Amusements in Mathematics" by Henry Ernest Dudeney.
Given a large sheet of zinc, measuring (before cutting) one metre square,
you are asked to cut out square pieces (all of the same size) from the
four corners of this sheet. You are then to fold up the sides of the resulting shape, solder the edges and make a cistern. The cistern is open
at the top. You can assume you have the appropriate tools and skill to
carry out the task.
The puzzle is what size should the cut out pieces be, such that the
cistern will hold the greatest possible quantity of water?
I guess a follow on question could be; is it possible to cut out four non- square pieces (all of the same size and shape), producing a cistern with tapering sides, which has greater volume. I haven't looked at that yet...
The puzzle is what size should the cut out pieces be, such that the
cistern will hold the greatest possible quantity of water?
ANSWER
I should have said 'point of inflexion',. not 'inflection'...
and perhaps added that h = 1/2 is a local minima...
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 496 |
Nodes: | 16 (2 / 14) |
Uptime: | 60:10:26 |
Calls: | 9,762 |
Calls today: | 3 |
Files: | 13,744 |
Messages: | 6,185,532 |