MHB Find the Length of Shortest Ladder to Reach Over 8 ft. Fence

  • Thread starter Thread starter MarkFL
  • Start date Start date
AI Thread Summary
To find the shortest ladder length needed to reach over an 8 ft fence located 15 ft from a building, the problem can be modeled using optimization techniques. By minimizing the sum of the squares of the intercepts of a line passing through the point (15, 8), the objective function is defined as f(a, b) = a² + b². Using Lagrange multipliers, the relationship between the intercepts leads to the expressions for a and b in terms of the given dimensions. Substituting the values of d and h into the derived formula results in a minimum ladder length of approximately 32.01 ft. This calculation provides the optimal solution for the ladder's length to clear the fence.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

A fence 8 ft. high (h) runs parallel to a building and is 15 feet (d) from it. Find the length (L) of the shortest ladder that will reach..?

A fence 8 ft. high (h) runs parallel to a building and is 15 feet (d) from it. Find the length (L) of the shortest ladder that will reach from the ground across the top of the fence and to the wall of the building.

I have posted a link there to this thread so the OP can view my work.
 
Mathematics news on Phys.org
Hello Hi,

If we ignore all dimensions of the ladder except the length, this is equivalent to minimizing the sum of the squares of the intercepts of a line passing through the point $(d,h)$ in the first quadrant of the $xy$-plane. Let $a$ and $b$ be the $x$-intercept and $y$-intercept respectively if this line. Thus, the function we wish to minimize is (the objective function):

$f(a,b)=a^2+b^2$

Now, using the two-intercept form for a line, we find we must have (the constraint):

$\displaystyle \frac{d}{a}+\frac{h}{b}=1$

Using Lagrange multipliers, we find:

$\displaystyle 2a=\lambda\left(-\frac{d}{a^2} \right)$

$\displaystyle 2b=\lambda\left(-\frac{h}{b^2} \right)$

and this implies:

$\displaystyle b=a\left(\frac{h}{d} \right)^{\frac{1}{3}}$

Substituting for $b$ into the constraint, there results:

$\displaystyle \frac{d}{a}+\frac{h}{a\left(\frac{h}{d} \right)^{\frac{1}{3}}}=1$

$\displaystyle a=d^{\frac{1}{3}}\left(d^{\frac{2}{3}}+h^{\frac{2}{3}} \right)$

Hence, we have:

$\displaystyle b=h^{\frac{1}{3}}\left(d^{\frac{2}{3}}+h^{\frac{2}{3}} \right)$

and so we find:

$\displaystyle f_{\min}=f\left(d^{\frac{1}{3}}\left(d^{\frac{2}{3}}+h^{\frac{2}{3}} \right),h^{\frac{1}{3}}\left(d^{\frac{2}{3}}+h^{ \frac{2}{3}} \right) \right)=\left(d^{\frac{2}{3}}+h^{\frac{2}{3}} \right)^3$

Now, we need to take the square root of this since the objective function is the square of the distance we actually wish to minimize. Let $L$ be the length of the ladder, and we now have:

$\displaystyle L_{\min}=\left(d^{\frac{2}{3}}+h^{\frac{2}{3}} \right)^{\frac{3}{2}}$

Letting $d=15\text{ ft}$ and $h=8\text{ ft}$ we have:

$\displaystyle L_{\min}=\left(15^{\frac{2}{3}}+8^{\frac{2}{3}} \right)^{\frac{3}{2}}\text{ ft}\approx32.0134951101408\text{ ft}$
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top