Difficulty: Medium
Correct Answer: tau_max = sqrt( (sigma_x / 2)^2 + tau_xy^2 )
Explanation:
Introduction:
The goal is to identify the correct formula for maximum in-plane shear stress when a member has one normal stress and an in-plane shear stress.
Given Data / Assumptions:
Concept / Approach:
For plane stress, the Mohr’s circle radius equals the maximum in-plane shear stress. With σy = 0: tau_max = sqrt( ((σx - σy)/2)^2 + τxy^2 )Since σy = 0, tau_max = sqrt( (σx/2)^2 + τxy^2 )
Step-by-Step Solution:
Start from general radius: R = sqrt( ((σx - σy)/2)^2 + τxy^2 ).Set σy = 0 to get R = sqrt( (σx/2)^2 + τxy^2 ).Therefore maximum in-plane shear stress equals R, giving the required expression.
Verification / Alternative check:
Alternative form sometimes shown is: tau_max = 0.5 * sqrt( (σx - σy)^2 + 4 * τxy^2 ) Substituting σy = 0 reduces it to 0.5 * sqrt( σx^2 + 4 * τxy^2 ) which is algebraically identical to the chosen expression after simplifying under the square root.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing principal normal stresses with principal shear and omitting the division by 2 within the radius term.
Final Answer:
tau_max = sqrt( (sigma_x / 2)^2 + tau_xy^2 )
Discussion & Comments