Chapter 3: Applications of Differentiation
Section 3.8: Optimization
|
Example 3.8.14
|
|
•
|
Find the length of the longest ladder that can be carried horizontally around the corner of the passageway shown in Figure 3.8.14(a). (The horizontal and vertical segments, corridors of widths and , respectively, are at right angles to each other.)
|
•
|
Hint: The longest ladder that can be carried around the corner at point is the shortest line segment from to that also passes through .
|
•
|
Hint: Angles and are equal because they are corresponding interior angles of the parallel lines and .
|
|
>
|
p1:=plot([[0,0],[0,5],[6,5]],style=line,color=black):
p2:=plot([[2,0],[2,13/5],[6,13/5]],style=line,color=black):
p3:=plot([[[0,1],[2,1]],[[5,13/5],[5,5]]],style=line,linestyle=dot,color=red):
p4:=plot([[0,1],[5,5]],style=line,color=green):
p5:=plots:-textplot({[-.2,1,typeset(A)],[1.9,2.8,typeset(B)],[5,5.2,typeset(C)],[5,12/5,typeset(F)],[2.2,1,typeset(E)]},font=[default,bold,12]):
p6:=plots:-textplot({[1.8,2.2,typeset(theta)],[4.8,4.6,typeset(theta)]},font=[default,12]):
p7:=plots:-textplot({[1,.8,typeset(a)],[5.2,3.7,typeset(b)]},font=[default,12]):
plots:-display(p||(1..7),scaling=constrained,view=[-.5..6,0..5.2],axes=none);
|
|
Figure 3.8.14(a) Ladder in right-angled corridor
|
|
|
|
|
|
|
Solution
|
|
|
Analysis
|
|
Figure 3.8.14(b) animates the passage of a ladder through the corridors. The accompanying slider controls the angle (see Figure 3.8.14(a)) measured in degrees. As the slider is moved, the corresponding value of , the length of the ladder, is displayed. As or , the length of the ladder becomes arbitrarily large, but of course, such large ladders would not fit around the corner of the passageway. Hence, it is the length of the shortest segment that determines the length of the longest ladder that can be brought around the corner of the passageway.
Figure 3.8.14(c) is a graph of against the angle , measured in degrees. For the particular values of and used in Figure 3.8.14(b), there appears to be a minimum value for near .
|
=
⇒
|
Figure 3.8.14(b) Slider-controlled animation
|
|
|
|
>
|
plot(2/sin(t*Pi/180)+2.4/cos(t*Pi/180),t=20..70);
|
|
Figure 3.8.14(c) Graph of
|
|
|
|
|
|
From Figure 3.8.14(a), , so that .
|
|
Analytic Solution
|
|
Define the objective function
|
•
|
Control-drag
Context Panel: Assign Function
|
|
|
Find critical numbers
|
•
|
Write the equation and press the Enter key.
|
•
|
Context Panel: Solve≻Obtain Solutions for≻
|
•
|
Context Panel: Conversions≻To List
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Evaluate for the real value of
|
•
|
Write and press the Enter key.
|
•
|
Context Panel: Simplify≻Assuming Positive
|
|
|
|
|
Additional manipulations (performed by hand) put the length of the longest ladder into the form .
|
|
Alternate Solution
|
|
An alternate solution can be constructed along the following lines. Let point in Figure 3.8.14(a) be the origin of a Cartesian coordinate system. Then the equation of the green line representing the ladder is , where , the slope of the line, is to be determined. The intersection of this line with is the point ; the intersection with the vertical line is the point , where is taken as positive.
The length of the segment is then . The equation has multiple solutions for ; the appropriate real, positive solution gives .
|
|
|
<< Previous Example Section 3.8
Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|