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
this is an optimization question that i don't understand. The answer is
1 Answer
Explanation:
Let us locate the outer corner of the corridor at
Consider lines of negative slope passing through
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)y−b=m(x−a)
The
x = a-b/mx=a−bm
and the
y = b-amy=b−am
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(a−bm)2+(b−am)2=a2−2ab1m+b21m2+b2−2abm+a2m2
The minimum will occur when the derivative of this with respect to
0 = 2ab 1/m^2 - 2b^2 1/m^3-2ab+2a^2m0=2ab1m2−2b21m3−2ab+2a2m
Multiplying by
0 = abm-b^2-abm^3+a^2m^40=abm−b2−abm3+a2m4
color(white)(0) = a^2m^4-abm^3+abm-b^20=a2m4−abm3+abm−b2
color(white)(0) = am^3(am-b)+b(am-b)0=am3(am−b)+b(am−b)
color(white)(0) = (am^3+b)(am-b)0=(am3+b)(am−b)
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)(a23m2−a13b13m+b23)(am−b)
Note here that the last linear factor gives
Also the quadratic factor has only non-real solutions.
So we require
With this value of
(a-b/m)^2+(b-am)^2 = (a+a^(1/3)b^(2/3))^2+(b+a^(2/3)b^(1/3))^2(a−bm)2+(b−am)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(a−bm)2+(b−am)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(a−bm)2+(b−am)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