A corridor of width aa meets a corridor of width bb at right angles. Workmen wish to push a heavy beam on dollies around the corner, but they want to be sure it will be able to make the turn before starting. How long a beam will go around the corner ?

this is an optimization question that i don't understand. The answer is l=(a^(2/3)+b^(2/3))^(3/2)l=(a23+b23)32

1 Answer
Apr 6, 2018

(a^(2/3)+b^(2/3))^(3/2)(a23+b23)32

Explanation:

Let us locate the outer corner of the corridor at (0, 0)(0,0) and the inner corner at (a, b)(a,b).

Consider lines of negative slope passing through (a, b)(a,b) and the distance between their xx and yy intercepts.

The minimum distance then models the maximum feasible length of beam.

graph{((x-14)^100+(y-13)^100-10^100)((x-20)^100+(y-20)^100-20^100)(y+x/2-5)((x-4)^2+(y-3)^2-0.02)(x^2+(y-5)^2-0.02)((x-10)^2+y^2-0.02) = 0 [-5.625, 14.375, -3, 7]}

The equation of such a line can be written in point slope form as:

y-b = m(x-a)yb=m(xa)

The xx intercept is then given by putting y=0y=0 to find:

x = a-b/mx=abm

and the yy intercept by putting x=0x=0 to find:

y = b-amy=bam

The square of the distance between these intercepts is:

(a-b/m)^2+(b-am)^2 = a^2-2ab 1/m + b^2 1/m^2 + b^2-2ab m + a^2 m^2(abm)2+(bam)2=a22ab1m+b21m2+b22abm+a2m2

The minimum will occur when the derivative of this with respect to mm is zero. That is:

0 = 2ab 1/m^2 - 2b^2 1/m^3-2ab+2a^2m0=2ab1m22b21m32ab+2a2m

Multiplying by m^3/2m32 this becomes:

0 = abm-b^2-abm^3+a^2m^40=abmb2abm3+a2m4

color(white)(0) = a^2m^4-abm^3+abm-b^20=a2m4abm3+abmb2

color(white)(0) = am^3(am-b)+b(am-b)0=am3(amb)+b(amb)

color(white)(0) = (am^3+b)(am-b)0=(am3+b)(amb)

color(white)(0) = (a^(1/3)m+b^(1/3))(a^(2/3)m^2-a^(1/3)b^(1/3)m+b^(2/3))(am-b)0=(a13m+b13)(a23m2a13b13m+b23)(amb)

Note here that the last linear factor gives m=b/a > 0m=ba>0, so is not suitable.

Also the quadratic factor has only non-real solutions.

So we require m = -b^(1/3)a^(-1/3)m=b13a13

With this value of mm, the square of the distance between the intercepts is:

(a-b/m)^2+(b-am)^2 = (a+a^(1/3)b^(2/3))^2+(b+a^(2/3)b^(1/3))^2(abm)2+(bam)2=(a+a13b23)2+(b+a23b13)2

color(white)((a-b/m)^2+(b-am)^2) = a^(2/3)(a^(2/3)+b^(2/3))^2+b^(2/3)(b^(2/3)+a^(2/3))^2(abm)2+(bam)2=a23(a23+b23)2+b23(b23+a23)2

color(white)((a-b/m)^2+(b-am)^2) = (a^(2/3)+b^(2/3))^3(abm)2+(bam)2=(a23+b23)3

So the distance is:

sqrt((a^(2/3)+b^(2/3))^3) = (a^(2/3)+b^(2/3))^(3/2)(a23+b23)3=(a23+b23)32