Jun 7, 2012

Geometry: 102


Minimal straight cut 

A piece of wooden board in the shape of an isosceles right triangle, with sides 1, 1, root 2, 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.

Isosceles right triangle with sides 1, 1, square root of 2, divided by a straight cut into two parts of equal area.
---------------------------------------------------
 

Solution to puzzle 77: Minimal straight cut

A piece of wooden board in the shape of an isosceles right triangle, with sides 1, 1, root 2, 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.
Isosceles right triangle with sides AB=1, BC=1, AC=square root of 2. Let AX=x, AY=y, with XY=z.
Area triangleABC = ½ × base × perpendicular height = ½.
Area triangleAXY, considering AX as the base, equals ½ × x × (y/root 2) = xy / (2root 2).
Since Area triangleAXY = ½ × Area triangleABC, we have xy = 1/root 2.
Applying the law of cosines to triangleAXY:
z2= x2 + y2 - 2xy cos A
 = x2 + y2 - 1,  since cos A = 1/root 2
 = (x - y)2 + (root 2 - 1)
Hence the minimum value of z2 (and therefore of z) occurs when x = y, so that z2 = root 2 - 1.
Then, since xy = 1/root 2, x = y = 1/fourth root of 2.
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.
Isosceles right triangle with sides AB=1, BC=1, AC=square root of 2. Let BX=x, BY=y, with XY=z.
Area triangleBXY = ½xy.
Since Area triangleBXY = ½ × Area triangleABC, we have xy = ½.
Applying Pythagoras' Theorem to triangleBXY:
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.

Minimal cut

Therefore the minimal straight cut has length root ((root 2) - 1), with, in the first diagram, AX = AY = fourth root of 1/2   (Of course, by symmetry, there is an equivalent cut of equal length from BC to AC.)

Remarks

It is natural to ask whether a shorter cut is possible if we are not restricted to using a straight line.  The answer is: yes! 

To see why, we use symmetry.
Consider the diagram below, obtained by successive reflection of the triangle in its sides.  The area of the whole square is 4; the area of the (regular) octagon is 2.
 
 

No comments:

Post a Comment