Difficulty: Medium
Correct Answer: b = 57.73 cm, d = 81.65 cm
Explanation:
Introduction / Context:
When cutting a rectangular section from a given circular log, the goal is often to maximize bending strength (section modulus) about the strong axis. This is a classical optimization problem with a geometric constraint.
Given Data / Assumptions:
Concept / Approach:
Maximize Z = b d^2 / 6 subject to the constraint b^2 + d^2 = D^2. Use calculus (substitute b = √(D^2 − d^2), differentiate Z with respect to d, set derivative to zero) to find the optimal ratio.
Step-by-Step Solution:
Constraint: b = √(D^2 − d^2).Z(d) ∝ d^2 √(D^2 − d^2).dZ/dd = 0 → 2D^2 − 3d^2 = 0 → d = (√6 / 3) D ≈ 0.8165 D.Then b = √(D^2 − d^2) = (√3 / 3) D ≈ 0.5774 D.For D = 100 cm: d ≈ 81.65 cm and b ≈ 57.73 cm.
Verification / Alternative check:
The ratio b : d = √3 : √6 = 1 : √2, a well-known result for the strongest rectangle from a circle.
Why Other Options Are Wrong:
Common Pitfalls:
Maximizing area instead of section modulus; ignoring the circle-inscription constraint b^2 + d^2 = D^2.
Final Answer:
b = 57.73 cm, d = 81.65 cm
Discussion & Comments