Mohr's Circle Calculator
Compute principal stresses, maximum shear stress, and stress transformations for any plane stress state.
📐 What is Mohr's Circle?
Mohr's circle is a graphical construction that represents the complete state of plane stress at a point in a loaded body. Developed by German civil engineer Christian Otto Mohr in 1882, it transforms the mathematical stress transformation equations into a circle drawn on a coordinate system where the horizontal axis represents normal stress and the vertical axis represents shear stress. Every point on the circle corresponds to a specific plane orientation through the stress element, with the x-coordinate giving the normal stress on that plane and the y-coordinate giving the shear stress.
Engineers use Mohr's circle across a wide range of applications. In mechanical engineering, it helps verify that shaft fillets, welded joints, and press-fit hubs do not exceed the shear yield strength under combined bending and torsion loads. In structural engineering, designers apply it to beam-columns under eccentric axial loads, to reinforced concrete sections under combined flexure and shear, and to steel connections where both direct and shear forces act together. In geotechnical engineering, Mohr's circle is the foundation of the Mohr-Coulomb failure criterion, which governs slope stability, bearing capacity, and retaining wall design for cohesive and frictional soils alike.
A common misconception is that a 45-degree rotation of the stress element produces a 45-degree rotation on the circle. In fact, the angle on Mohr's circle is double the physical angle: a 45-degree physical rotation corresponds to a 90-degree arc on the circle. This doubling arises because the transformation equations use sin(2θ) and cos(2θ). As a result, the maximum shear stress planes, which are 90 degrees from the principal planes on the circle, are only 45 degrees away in the physical material.
This calculator computes all key Mohr's circle outputs in two modes. Principal Stresses mode returns σ1, σ2, τmax, σavg, and the orientation of the principal planes directly. Stress at Angle mode applies the full transformation equations to find the exact normal and shear stresses acting on any arbitrarily rotated plane, making it easy to check specific cut planes in design or verification work.
📐 Formula
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1: Uniaxial Tension
A steel bar under uniaxial tension: σx = 100 MPa, σy = 0 MPa, τxy = 0 MPa
Example 2: Pure Shear State
A shaft under pure torsion: σx = 0 MPa, σy = 0 MPa, τxy = 50 MPa
Example 3: Combined Biaxial and Shear
A pressure vessel lug: σx = 80 MPa, σy = 30 MPa, τxy = 25 MPa
Example 4: Stress Transformation at 30 Degrees
Find stresses on a plane at 30° from the x-axis: σx = 80 MPa, σy = 20 MPa, τxy = 40 MPa
❓ Frequently Asked Questions
🔗 Related Calculators
What is Mohr's circle used for in engineering?
Mohr's circle is a graphical method for determining stresses on any plane through a point in a loaded body. Engineers use it to find principal stresses, maximum shear stress, and the orientation of critical planes. It is widely applied in structural, mechanical, and geotechnical engineering for failure analysis, material selection, and design verification.
How do you calculate principal stresses using Mohr's circle formulas?
Compute the center C = (σx + σy) / 2 and radius R = sqrt(((σx - σy)/2)^2 + τxy^2). Then σ1 = C + R and σ2 = C - R. σ1 is the maximum (most tensile) and σ2 is the minimum (most compressive) normal stress. Both act on planes of zero shear stress.
What is the center and radius of Mohr's circle?
The center lies on the horizontal axis at σavg = (σx + σy) / 2. The radius R = sqrt(((σx - σy)/2)^2 + τxy^2) equals the maximum in-plane shear stress. A large radius indicates high stress variation with plane orientation, which is critical for failure assessment.
How do you find the principal plane angle from stress components?
The principal plane angle is θp = 0.5 times atan2(2τxy, σx - σy). The 0.5 factor appears because angles on Mohr's circle are double the physical angles. If τxy = 0 and σx > σy, then θp = 0, meaning the x-face is already a principal plane.
What is the maximum shear stress and how is it calculated?
The maximum in-plane shear stress equals the radius of Mohr's circle: τmax = sqrt(((σx - σy)/2)^2 + τxy^2). It acts on planes oriented 45 degrees from the principal planes. On the circle diagram, maximum shear stress corresponds to the topmost and bottommost points.
What are stress transformation equations?
Stress transformation equations give stresses on a plane rotated by θ: σx' = σavg + ((σx - σy)/2)cos(2θ) + τxy sin(2θ) and τx'y' = -((σx - σy)/2)sin(2θ) + τxy cos(2θ). Each angle θ from 0 to 180 degrees traces a complete revolution around Mohr's circle.
Can Mohr's circle be used for three-dimensional stress analysis?
Yes. In 3D, three Mohr's circles are drawn for the three principal stress pairs (σ1, σ2), (σ2, σ3), and (σ1, σ3). The absolute maximum shear stress is half the range between the largest and smallest principal stresses. This approach underpins the Tresca and von Mises failure criteria.
What does it mean when Mohr's circle degenerates to a point?
A Mohr's circle of zero radius means the stress state is hydrostatic: σx = σy and τxy = 0. Every plane through that point carries the same normal stress and zero shear stress. This occurs inside a fluid under uniform pressure, where pressure acts equally in all directions.
How are principal stresses used in failure analysis?
Principal stresses are the key inputs to failure criteria. The Rankine criterion predicts failure when σ1 reaches tensile strength. The Tresca criterion predicts yielding when τmax = (σ1 - σ2)/2 reaches shear yield strength. Von Mises uses distortional energy derived from all three principal stresses.
What is the sign convention used in this Mohr's circle calculator?
Positive normal stress is tensile; negative is compressive. Positive shear stress τxy acts in the positive y-direction on a positive x-face (and in the negative y-direction on a negative x-face). Apply the same convention consistently for correct principal stress and angle results.
Why are angles doubled on Mohr's circle?
Angles are doubled because the stress transformation equations contain sin(2θ) and cos(2θ) terms rather than sin(θ) and cos(θ). A physical rotation of θ corresponds to a 2θ rotation on the diagram. Therefore, a 45-degree physical rotation to reach the maximum shear stress plane appears as 90 degrees on the circle.