Solution of the Week #513 - Two Circles in a Trapezoid

The trivial answer is if A=B=C=D, wherein A/B = 1.

To find the other solution, first consider that the top part of the shape is similar, in the mathematical sense, to the bottom part. Let’s say that the top horizontal has length 1, then the middle horizontal has some unknown factor x, and the bottom horizontal will therefore be x^2.

Next let’s look at the properties of a right trapezoid with a circle inscribed within it.


Splitting the lengths at the tangent points we call the radius of the circle R and the other two lengths S and T, forming a right angled triangle to combine them.

Using Pythagoras, (T+S)^2-(T-S)^2=(2R)^2, therefore ST=R^2.

Now let’s define S as U-R and T as V-R.

(U-R)(V-R)=R^2

UV-R(U+V)+R^2=R^2

UV=R(U+V)

R=UV/(U+V)

Therefore we can find the radius of a circle within a right trapezoid as simply the product of the top and bottom sides divided by their sum. The height of the trapezoid will be twice that.

And for completeness, the sloping side will be the sum of the top and bottom sides, less the height of the trapezium.

 

Let’s now look at the top trapezoid in the puzzle, where we have defined the top edge to be 1 and the bottom edge to be x.

The left side will be 2x/(1+x). That denominator is awkward, so let’s scale everything up by (1+x). We can do that because ultimately it is a ratio between sides that we are seeking.

Now remember everything in the bottom trapezoid is the same as the top one, but scaled up by x. We can therefore find expressions for A, B, C and D in terms of x:

 

A=2x^2

B=x+1

C=2x

D=x^3+x

 

We are told that A+C=B+D

2x^2+2x=x^3+2x+1

x^3-2x^2+1=0

 

We know that one solution (the trivial solution) is that x=1, which leaves the quadratic x^2-x-1=0. This has one positive solution: (1+sqrt(5))/2, or the golden ratio.

Finally, plugging this into the expressions for A and B gives a ratio for A/B of exactly 2.

 

So the solution is A/B = 2.

If we rescale back to letting B=1, A=2, C will be sqrt(5)-1 and D is sqrt(5). The diagonal line will have a gradient of -2. And of course the middle horizontal will be equal to the golden ratio.

 

 

 

Solution of the Week #513 - Two Circles in a trapezoid

The trivial answer is if A=B=C=D, wherein A/B = 1.

I couldn’t find an elegant way to get to the other solution, so I won’t attempt to present one. I’ll just tell you that the solution is A/B = 2.

If we let B=1, A=2, C will be sqrt(5)-1 and D is sqrt(5). The diagonal line will have a gradient of -2. The middle horizontal will be equal to the golden ratio.

Solution of the Week #512 - 4x4x4 Cube

The argument for the 3x3x3 version hinges on the fact that the central cube will have 6 newly cut faces, and therefore will require 6 slices to form, regardless of rearrangement. For the 4x4x4 cube, there are 8 inner cubes, each of which need 6 slices directly acting on them. This can be done as long as the first cut in each direction is the middle one, and then the two halves can be lined up to simultaneously perform the other cuts in that direction. So perhaps counter-intuitively, a 4x4x4 cube also only needs 6 slices.

Solution of the Week #511 - Seven Circles

They will have a radius of 2. The base of the triangle will be 40, but the other sides cannot be determined.

17 circles of radius 1 will fit along the baseline.

 In general I have found that if one circle has radius A and two circles have radius B, then n circles will have radius:

 r_n = AB/((n-1)A-(n-2)B)

 In our case A=5, B=4. When n=7, r_7 = 20/(30-20) = 2.

 Reverse engineering r_n = 1:

 1 = 20/(5(n-1)-4(n-2)) = 20/(n-5+8)

20 = n-5+8

n = 17

Solution of the Week #510 - Pair of Circles 2

As before, the largest possible pair of circles will be tangent to the longest side of the triangle: the 15 side.

Using Heron’s formula we can find that the area of the triangle is 84.

From this we can work out that the inradius of the entire triangle will be 4.

The version with two circles will effectively be a scaled down version of the full triangle with one incircle, split apart and a 2r wide strip placed between.

The ratio of the inradius to the base length is the same for this split-apart triangle as it is for the full triangle.

 

(15-2r)/r = 15/4

60-8r = 15r

60 = 23r

r = 60/23

Solution of the Week #501 - Rectangle and Quarter Circle

The first thing we can do is to work out the radius of the quarter circle. We can form a right triangle on the figure that has hypotenuse r and legs 6 and (r-2).

Using Pythagoras this works out as r=10.

If we make a copy of the figure, rotate it 90 degrees and place it next to the original figure we can see what the length and width of the rectangle are in terms of the radius.

Since we already know r=10, we find that the rectangle measures 14 x 4 units.

Solution of the Week #500 - Rectangle

If we call the length of the rectangle ‘x’ and the height of the rectangle ‘y’, then the value we are seeking is 2x+2y-xy.

If we just look at one half of the figure, replacing the circle with some radii and showing tangent lines as equal we get:

We now have a right-angled triangle with sides x, y and (x+y-2).

x^2+y^2 = (x+y-2)^2

x^2+y^2 = x^2+2xy-4x+y^2-4y+4

Subtract x^2+y^2 from both sides:

0 = 2xy-4x-4y+4

Subtract 2xy-4x-4y from both sides:

4x+4y-2xy = 4

Divide all terms by 2

2x+2y-xy = 2

 

The value of 2x+2y-xy is what we are seeking, and so the answer is 2. There isn’t enough information to determine x and y, but the difference between the perimeter and the area will be constant.

 

Solution of the Week #498 - Three Week Odyssey

Say I walked x miles on the first day. In the first week I will have walked 7x+21 miles. In the second week, 7x+70 miles. In the third week, 7x+119 miles.

These distances need to form a right angles triangle, so we can use Pythagoras Theorem:

(7x+21)^2 + (7x+70)^2 = (7x+119)^2

49x^2+294x+441 + 49x^2+980x+4900 = 49x^2+1666x+14161

49x^2-392x-8820=0

x^2-8x-180=0

(x+10)(x-18)=0

So the distance travelled on the first day was either -10 miles or 18 miles. Since the distance needs to be positive the answer is 18 miles. In total I walked 147+196+245 = 588 miles.

A shortcut to the solution would be to note that the difference between week 2 and week 1 is the same as the difference between week 3 and week 2: 49. So we are looking for a scaled up version of a primitive Pythagorean triple in arithmetic progression. Since 3,4,5 is the only such triangle we need only scale this up by a factor of 49 to find our distances.

Solution of the Week #496 - Four Towns

Since Gunton is due north of Kipton and Lawton is due east, Gunton-Kipton-Lawton form a right angle. Since we don’t know the speed we can’t yet directly equate the given times and the given distances. Let’s say we are travelling at ‘s’ miles per minute. We can create the following diagram:

We can use the law of cosines to give an expression for cos(a) and cos(90-a) in terms of s:

 Cos(a) = (15^2+(78s)^2–(102s-15)^2)/(2*15*78s)

Cos(a) = (17-24s)/13

Cos(90-a) = (16^2+(78s)^2–(82s-16)^2)/(2*16*78s)

Cos(90-a) = (41-10s)/39

 But, cos(90-a) is also expressible as sin(a), and (sin(a))^2+(cos(a))^2=1

 (51-72s)^2+(41-10s)^2 = 39^2

5284s^2-8164s+2761=0

 s can be 1/2 or 2761/2642

 If we use this second figure and plot the resulting distances, Torton would be way to the north-west, not generally north-east as stated, so the speed is 1/2 mile/minute or 30mph. The distance between Kipton and Torton is therefore 39 miles.

 

Solution of the Week #495 - Smallest Triangle

If we call the base b, and the other sides a and c, such that a>c (a can’t be equal to c as the mirror line would be parallel with the base). We want a and c to be as close as possible, so that the angle of the mirror line is as shallow as possible. Since they are integers the smallest difference is 1, so let’s say a-1=c. With that being the case the length that we want to be 45 will be bc (in general it would be bc/(a-c)). To minimise the perimeter we want b to be roughly double c. If we had said we wanted the dashed line to be 50 instead of 45, we could achieve that exactly with b=10, c=5 and a=6.

Here the closest is b=9, c=5, a=6, with a perimeter of 20, and area of 10*sqrt(2).