Minimal straight cut
A piece of wooden board in the shape of an isosceles right triangle, with sides 1, 1,
, is to be sawn into two pieces. Find the length and location of the shortest straight cut which divides the board into two parts of equal area.

We consider two cases:
- Cut 1, across one of the acute angles.
- Cut 2, across the right angle.
Cut 1
Let X lie on AB with AX = x, and Y lie on AC with AY = y. Then XY is a straight cut of length z.

Area
ABC = ½ × base × perpendicular height = ½.

Area
AXY, considering AX as the base, equals ½ × x × (y/
) = xy / (2
).



Since Area
AXY = ½ × Area
ABC, we have xy = 1/
.



Applying the law of cosines to
AXY:

z2 | = x2 + y2 - 2xy cos A |
= x2 + y2 - 1, since cos A = 1/![]() | |
= (x - y)2 + (![]() |
Hence the minimum value of z2 (and therefore of z) occurs when x = y, so that z2 =
- 1.
Then, since xy = 1/
, x = y = 1/
.

Then, since xy = 1/


Intuitively, it seems clear that cutting across the smaller angle, as above, will yield a shorter minimal cut than cutting across the right angle. We verify this intuition below.
Cut 2
Let Y lie on AB with BY = y, and X lie on BC with BX = x. Then XY is a straight cut of length z.

Area
BXY = ½xy.

Since Area
BXY = ½ × Area
ABC, we have xy = ½.


Applying Pythagoras' Theorem to
BXY:

z2 | = x2 + y2 |
= (x - y)2 + 1 |
Hence the minimum value of z2 occurs when x = y, so that z2 = 1.
This is longer than the minimal length established for cut 1, above.
This is longer than the minimal length established for cut 1, above.
Minimal cut
Therefore the minimal straight cut has length
, with, in the first diagram, AX = AY =
(Of course, by symmetry, there is an equivalent cut of equal length from BC to AC.)


No comments:
Post a Comment