Crossed ladders problem

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

The crossed ladders problem is a puzzle of unknown origin that has appeared in various publications and regularly reappears in Web pages and Usenet discussions.

The problem

File:CrossedLadders.svg
Crossed ladders of lengths a and b. h is half the harmonic mean of A and B; equivalently, the reciprocals of A and B sum to the reciprocal of h (the optic equation). Given a, b, and h, find w.

Two ladders of lengths a and b lie oppositely across an alley, as shown in the figure. The ladders cross at a height of h above the alley floor. What is the width of the alley?

Martin Gardner presents and discusses the problem[1] in his book of mathematical puzzles published in 1979 and cites references to it as early as 1895. The Crossed Ladders Problem may appear in various forms, with variations in name, using various lengths and heights, or requesting unusual solutions such as cases where all values are integers. Its charm has been attributed to a seeming simplicity which can quickly devolve into an "algebraic mess" [characterization attributed by Gardner to D. F. Church].

Solution

The problem description implies that w > 0, that a > w and b > w, that h > 0, and that A > h, B > h, where A and B are the heights of the walls where sides of lengths b and a respectively lean (as in the above graph).

Both solution methods below rely on the property that \tfrac{1}{A}+\tfrac{1}{B}=\tfrac{1}{h}, which can be seen as follows:

Divide the baseline into two parts at the point where it meets  h \,, and call the left and right parts  w_1 \, and w_2 \,, respectively. The angle where  a \, meets  w \, is common to two similar triangles with bases w\, and w_1\, respectively. The angle where  b \, meets  w  \, is common to two similar triangles with bases w\, and w_2\, respectively. This tells us that
 \frac{B}{w} = \frac{h}{w_1}  \quad      \text{and}      \quad \frac{A}{w} = \frac{h}{w_2}  \quad \text{where} \quad w_1 > 0, w_2 > 0,
which we can then re-arrange (using w_1 + w_2 = w) to get
\frac{1}{A} + \frac{1}{B} = \frac{1}{h} .

First method

Two statements of the Pythagorean theorem (see figure above)

A^2+w^2=b^2
and
B^2+w^2=a^2
can be subtracted one from the other to eliminate w, and the result can be combined with \tfrac{1}{A}+\tfrac{1}{B}=\tfrac{1}{h} with alternately A or B solved out to yield the quartic equations[2]
A^4-2hA^3+(h-A)^2(a^2-b^2)=0,
B^4-2hB^3+(h-B)^2(b^2-a^2)=0.
These can be solved algebraically or numerically for the wall heights A and B, and the Pythagorean theorem on one of the triangles can be used to solve for the width w.

Second method

The problem may be reduced to the quartic equation x 3(x − c) − 1 = 0, which can be solved by approximation methods, as suggested by Gardner, or the quartic may be solved in closed form by Ferrari's method. Once x is obtained, the width of the alley is readily calculated. A derivation of the quartic is given below, along with the desired width in terms of the quartic solution. Note that the requested unknown, w, does not appear directly in most of the derivation.

From \tfrac{1}{A}+\tfrac{1}{B}=\tfrac{1}{h}, we get
\text{(Eq. 1)} \quad A B = h (A + B) \, .
Using the Pythagorean theorem, we can see that
w^2+B^2=a^2 and w^2+A^2=b^2.
By isolating w² on both equations, we see that
a^2-B^2=b^2-A^2
which can be rearranged and factored into
\text{(Eq. 2)} \quad a^2 - b^2 = (B + A) (B - A) \,.
Square (Eq 2) and combine with (Eq 1)
(a^2 - b^2)^2 = (B+A)^2(B-A)^2, \,
(a^2 - b^2)^2 = (B+A)^2(B^2-2AB+A^2)
Rearrange to get
(a^2 - b^2)^2 = (A+B)^2(A^2+B^2-2AB)
Then
(a^2 - b^2)^2 = (A+B)^2(A^2+B^2+2AB-4AB), \,
(a^2 - b^2)^2 = (A+B)^2((A^2+2AB+B^2)-4AB), \,
(a^2 - b^2)^2 = (A+B)^2((A+B)^2-4AB),
Now, combine with (Eq 1)
(a^2 - b^2)^2 = (A+B)^2((A+B)^2-4h(A+B)), \,
(a^2 - b^2)^2 = (A+B)^2(A+B)((A+B)-4h) \,
Finally
\text{(Eq. 3)} \quad (a^2 - b^2)^2 = (A+B)^3(A+B-4h) \,
Let
 x = \frac{A + B}{\sqrt{a^2 - b^2}}, \,
 c = \frac{4 h}{\sqrt{a^2-b^2}}. \,
Then
 x^3(x-c)-1 = 0.\, (same as Eq 3 with the sides reversed)
The above fourth power equation can be solved for x using any available method. The width of the alley is then found by using the value found for x: The identity
A+B = A+\sqrt{A^2+(a^2-b^2)}
can be used to find A, and w can finally be found by
w = \sqrt{b^2-A^2}.

A quartic equation has four solutions, and only one solution for this equation matches the problem as presented. Another solution is for a case where one ladder (and wall) is below ground level and the other above ground level. In this case the ladders do not actually cross, but their extensions do so at the specified height. The other two solutions are a pair of conjugate complex numbers. The equation does not have the ladder lengths explicitly defined, only the difference of their squares, so one could take the length as any value that makes them cross, and the wall spacing would be defined as between where the ladders intersect the walls.

As the wall separation approaches zero, the height of the crossing approaches h = \frac{ab}{a+b}. This is because \tfrac{1}{A}+\tfrac{1}{B}=\tfrac{1}{h} (proven at the start) implies h=\tfrac{AB}{A+B}, and as w goes to zero b goes to A and a goes to B according to the top diagram.

As the solutions to the equation involve square roots, negative roots are equally valid. They can be interpreted as both ladders and walls being below ground level and with them in opposing sense, they can be interchanged.

The complex solutions can be interpreted as wall A leaning to the left or right and wall B below ground, so the intersection is between extensions to the ladders as shown for the case h, a, b = 3, 2, 1. The ladders a and b and a^2-b^2 are not as specified. The base w is a function of A, B, and h and the complex values of A and B can be found from the alternative quartic

 x^4 - 2 h x^3 + D x^2 - 2 h D x + h^2 D = 0

with D being a^2-b^2 for one wall and b^2-a^2 for the other (±5 in the example). Note that the imaginary solutions are horizontal and the real ones are vertical. The value D is found in the solution as the real part of the difference in the squares of the complex coordinates of the two walls. The imaginary part = 2*Xa*Yai = 2*Xb*Ybi (Walls a and b) The short ladder in the complex solution in the 3,2,1 case appears to be tilted at 45 degrees, but actually slightly less with a tangent of 0.993. Other combinations of ladder lengths and crossover height have comparable complex solutions. With combination 105,87,35 the short ladder tangent is approximately 0.75.

Integer solutions

There are solutions in which all parameters are integers—for example,[2] (a, b, A, B, w1, w2, w, h) = (119, 70, 42, 105, 16, 40, 56, 30). Such solutions involve Pythagorean triples for the two right triangles with sides (A, w, b) and (B, w, a) and integer solutions of the optic equation \tfrac{1}{A}+\tfrac{1}{B}=\tfrac{1}{h}.

See also

  • Right trapezoid, the quadrilateral with vertices at the tops and bottoms of the two ladders

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 Weisstein, Eric W. "Crossed Ladders Problem." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/CrossedLaddersProblem.html

External links