Difficulty: Medium
Correct Answer: 4
Explanation:
Introduction / Context:
Flexural (bending) stress for a simply supported beam with a central point load depends on the maximum bending moment and the cross-section's section modulus. Comparing two beams with different spans and section sizes illustrates how geometry dominates stress levels for the same load.
Given Data / Assumptions:
Concept / Approach:
For a central load, M_max = W * L / 4. Bending stress at extreme fibre: σ = M * c / I, with c = h/2 and I = b * h^3 / 12 (rectangular section). Compute σ for each beam and form the ratio.
Step-by-Step Solution:
For B1: L = l, b = 1, h = 1 → I_1 = 1*1^3/12 = 1/12, c_1 = 1/2.M_1 = W*l/4, so σ_1 = (W*l/4) * (c_1 / I_1) = (W*l/4) * ((1/2) / (1/12)) = (W*l/4) * 6 = 1.5 * W * l.For B2: L = 2l, b = 2, h = 2 → I_2 = 2*2^3/12 = 16/12 = 4/3, c_2 = 1.M_2 = W*(2l)/4 = W*l/2, so σ_2 = (W*l/2) * (1 / (4/3)) = (W*l/2) * (3/4) = 0.375 * W * l.Ratio σ_1 : σ_2 = (1.5)/(0.375) = 4.
Verification / Alternative check:
Section modulus Z = I/c; Z_1 = (1/12)/(1/2) = 1/6, Z_2 = (4/3)/1 = 4/3. Using σ = M/Z gives the same result.
Why Other Options Are Wrong:
Common Pitfalls:
Using I proportional to b*h^2 instead of b*h^3; forgetting that span doubles the moment for the same W but section size has a larger effect here.
Final Answer:
4
Discussion & Comments