Wolfram Computation Meets Knowledge

Principal Stresses

At every point in a stressed body, there are at least three planes, called principal planes, with normal vectors, called principal directions, where the corresponding stress vector is perpendicular to the plane, i.e. parallel or in the same direction as the normal vector, and where there are no normal shear stresses. The three stresses normal to these principal planes are called principal stresses.

The tangent of twice the principal angle equals twice the shear stress divided by the difference between the normal stresses in the x and y directions. The maximum normal stress equals the average of the normal stresses in the x and y directions plus the square root of the sum of the shear stress squared and one-quarter of the square of the difference between the normal stresses in the x and y directions. The minimal normal stress equals the average of the normal stresses in the x and y directions minus the square root of the sum of the shear stress squared and one-quarter of the square of the difference between the normal stresses in the x and y directions. The maximum shear stress equals half the difference between the maximum and minimum normal stresses. The tangent of twice the maximum shear angle equals the difference between the normal stresses in the x and y directions divided by twice the shear stress.

Formula

{Tan[2*QuantityVariable[Subscript["θ", "p"], "Angle"]] == (2*QuantityVariable[Subscript["τ", "x⁣y"], "Stress"])/(QuantityVariable[Subscript["σ", "x"], "Stress"] - QuantityVariable[Subscript["σ", "y"], "Stress"]), QuantityVariable[Subscript["σ", "1"], "Stress"] == (QuantityVariable[Subscript["σ", "x"], "Stress"] + QuantityVariable[Subscript["σ", "y"], "Stress"])/2 + Sqrt[(QuantityVariable[Subscript["σ", "x"], "Stress"] - QuantityVariable[Subscript["σ", "y"], "Stress"])^2/4 + QuantityVariable[Subscript["τ", "x⁣y"], "Stress"]^2], QuantityVariable[Subscript["σ", "2"], "Stress"] == (QuantityVariable[Subscript["σ", "x"], "Stress"] + QuantityVariable[Subscript["σ", "y"], "Stress"])/2 - Sqrt[(QuantityVariable[Subscript["σ", "x"], "Stress"] - QuantityVariable[Subscript["σ", "y"], "Stress"])^2/4 + QuantityVariable[Subscript["τ", "x⁣y"], "Stress"]^2], QuantityVariable[Subscript["τ", "max"], "Stress"] == (QuantityVariable[Subscript["σ", "1"], "Stress"] - QuantityVariable[Subscript["σ", "2"], "Stress"])/2, Tan[2*QuantityVariable[Subscript["θ", "s1"], "Angle"]] == -(QuantityVariable[Subscript["σ", "x"], "Stress"] - QuantityVariable[Subscript["σ", "y"], "Stress"])/(2*QuantityVariable[Subscript["τ", "x⁣y"], "Stress"])}

symbol description physical quantity
θp principal angle "Angle"
σx normal stress in the x direction "Stress"
σy normal stress in the y direction "Stress"
τx⁣y shear stress "Stress"
σ1 maximum normal stress "Stress"
σ2 minimum normal stress "Stress"
τmax maximum shear stress "Stress"
θs1 maximum shear angle "Angle"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Principal Stresses"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Principal Stresses"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[ResourceObject["Principal Stresses"], {QuantityVariable[
\!\(\*SubscriptBox[\("\[Theta]"\), \("s1"\)]\),"Angle"] -> 
   Quantity[1.36`, "Radians"]}]
Out[3]=

Source Metadata

Publisher Information