Difficulty: Medium
Correct Answer: 0.707
Explanation:
Introduction / Context:
When a rectangle is inscribed in a given circle (e.g., a beam cut from a circular log), its dimensions are constrained by the circle's diameter. To maximize flexural strength, we maximize the section modulus Z of the rectangle subject to the circular constraint.
Given Data / Assumptions:
Concept / Approach:
We maximize f = b * d^2 subject to b^2 + d^2 = C^2. Using optimization (e.g., Lagrange multiplier) gives a fixed ratio between b and d for the optimum.
Step-by-Step Solution:
Let f = b * d^2, g = b^2 + d^2 - C^2 = 0∂f/∂b = d^2, ∂f/∂d = 2 b d∂g/∂b = 2 b, ∂g/∂d = 2 dSet gradients proportional: d^2 = 2 λ b and 2 b d = 2 λ dFrom the second: b = λ; from the first: d^2 = 2 b^2 ⇒ d = √2 * bTherefore width/depth = b/d = 1/√2 ≈ 0.707
Verification / Alternative check:
The result is classical: the depth should be √2 times the width to maximize Z, giving b/d = 1/√2 ≈ 0.707.
Why Other Options Are Wrong:
Common Pitfalls:
Maximizing area b * d instead of section modulus b * d^2 leads to a different ratio and an incorrect answer for strength design.
Final Answer:
0.707
Discussion & Comments