What a Mohr circle actually tells you

Abstract

A Mohr circle represents a two-dimensional stress state as a circle whose centre is the mean of the two normal stresses and whose radius is the maximum shear stress. Angles measured on the circle are twice the physical rotation of the plane they refer to, which is the source of most errors made with it. Requiring the circle to touch a straight failure envelope produces the Mohr-Coulomb criterion directly, and fixes the failure plane at 45 degrees plus half the friction angle from the major principal plane.

The Mohr circle is a drawing that replaces a calculation. Everything it shows can be obtained algebraically, so it earns its place only if it makes relationships visible that the algebra hides — which it does, provided you remember that every angle on it is doubled.

Every number in this article is recomputed from its inputs by a script that runs on each build of this site, and the diagram’s coordinates are checked against the same arithmetic.

The circlePermalink to “The circle”

Take a two-dimensional stress state: normal stresses σx\sigma_x and σy\sigma_y on two perpendicular planes, with shear stress τxy\tau_{xy} on both. Rotating the reference planes by an angle θ\theta traces out a circle in the (σ,τ)(\sigma, \tau) plane with

centre=(σx+σy2, 0),R=(σxσy2)2+τxy2\text{centre} = \left(\frac{\sigma_x + \sigma_y}{2},\ 0\right), \qquad R = \sqrt{\left(\frac{\sigma_x - \sigma_y}{2}\right)^{2} + \tau_{xy}^{2}}

The principal stresses are where the circle crosses the σ\sigma axis, because that is where the shear stress vanishes:

σ1=centre+R,σ3=centreR\sigma_1 = \text{centre} + R, \qquad \sigma_3 = \text{centre} - R

and the radius is therefore the maximum shear stress in the plane, R=(σ1σ3)/2R = (\sigma_1 - \sigma_3)/2. Take σx=260\sigma_x = 260 kPa, σy=140\sigma_y = 140 kPa, τxy=60\tau_{xy} = 60 kPa:

centre=200 kPa,R=602+602=602=84.85 kPa\text{centre} = 200\ \text{kPa}, \qquad R = \sqrt{60^{2} + 60^{2}} = 60\sqrt{2} = 84.85\ \text{kPa}

giving σ1=284.85\sigma_1 = 284.85 kPa and σ3=115.15\sigma_3 = 115.15 kPa.

The doubled anglePermalink to “The doubled angle”

This is the fact that causes the errors. The angle subtended at the centre of the circle is twice the angle through which the physical plane has rotated. The principal planes are found from

tan2θp=2τxyσxσy\tan 2\theta_p = \frac{2\tau_{xy}}{\sigma_x - \sigma_y}

For the numbers above, 2θp=arctan(120/120)=452\theta_p = \arctan(120/120) = 45^\circ, so the major principal plane is at θp=22.5\theta_p = 22.5^\circ — not 45°.

The reason is structural, not a convention that could have been chosen differently. The stress transformation equations contain cos2θ\cos 2\theta and sin2θ\sin 2\theta, so a rotation of the plane by θ\theta moves the stress point by 2θ2\theta around the circle. Two planes 90° apart in the ground sit on opposite sides of the circle, 180° apart — which is exactly why they have the same shear stress magnitude and why the circle closes after a physical rotation of only 180°.

If an angle taken off a Mohr circle looks twice what it should be, it is.

Adding a failure envelopePermalink to “Adding a failure envelope”

Now give the soil a strength: a straight envelope

τ=c+σtanφ\tau = c + \sigma \tan\varphi

A stress state is safe while its circle stays clear of the line, and at failure the circle touches it. Tangency is a distance condition, and that is all the Mohr-Coulomb criterion is.

Write the envelope as σtanφτ+c=0\sigma\tan\varphi - \tau + c = 0. The perpendicular distance from the circle centre (s,0)(s, 0), where s=(σ1+σ3)/2s = (\sigma_1 + \sigma_3)/2, to that line is

d=stanφ+ctan2φ+1=(stanφ+c)cosφ=ssinφ+ccosφd = \frac{\left|s\tan\varphi + c\right|}{\sqrt{\tan^{2}\varphi + 1}} = \left(s\tan\varphi + c\right)\cos\varphi = s\sin\varphi + c\cos\varphi

Setting d=R=(σ1σ3)/2d = R = (\sigma_1 - \sigma_3)/2 gives

σ1σ32=σ1+σ32sinφ+ccosφ\frac{\sigma_1 - \sigma_3}{2} = \frac{\sigma_1 + \sigma_3}{2}\sin\varphi + c\cos\varphi

Collecting terms in σ1\sigma_1,

σ1(1sinφ)=σ3(1+sinφ)+2ccosφ\sigma_1\left(1 - \sin\varphi\right) = \sigma_3\left(1 + \sin\varphi\right) + 2c\cos\varphi

and using cosφ=(1sinφ)(1+sinφ)\cos\varphi = \sqrt{(1-\sin\varphi)(1+\sin\varphi)}, so that cosφ/(1sinφ)=Kp\cos\varphi/(1-\sin\varphi) = \sqrt{K_p}, this becomes the form everyone quotes:

σ1=Kpσ3+2cKp,Kp=1+sinφ1sinφ\sigma_1 = K_p\,\sigma_3 + 2c\sqrt{K_p}, \qquad K_p = \frac{1 + \sin\varphi}{1 - \sin\varphi}

The triaxial formula and the tangency condition are the same statement. Nothing was assumed about how the soil fails beyond “the circle touches the line”.

A worked failure statePermalink to “A worked failure state”

Take c=20c = 20 kPa, φ=30\varphi = 30^\circ, σ3=100\sigma_3 = 100 kPa. Then Kp=3K_p = 3 exactly, and

σ1=3×100+2×20×3=369.28 kPa\sigma_1 = 3 \times 100 + 2 \times 20 \times \sqrt{3} = 369.28\ \text{kPa} s=369.28+1002=234.64 kPa,R=369.281002=134.64 kPas = \frac{369.28 + 100}{2} = 234.64\ \text{kPa}, \qquad R = \frac{369.28 - 100}{2} = 134.64\ \text{kPa}

Check the tangency independently, from the distance formula:

d=ssinφ+ccosφ=234.64×0.5+20×0.8660=134.64 kPad = s\sin\varphi + c\cos\varphi = 234.64 \times 0.5 + 20 \times 0.8660 = 134.64\ \text{kPa}

which equals RR. The circle touches the envelope, as it must.

Mohr circle at failure, tangent to a linear strength envelope Shear stress plotted against normal stress. A circle passes through sigma 3 equal to 100 kilopascals and sigma 1 equal to 369 kilopascals, with its centre on the normal stress axis. A straight failure envelope with intercept c equal to 20 kilopascals and slope equal to the tangent of 30 degrees touches the circle at a single point. The radius drawn to that tangent point makes an angle of 90 degrees plus the friction angle with the normal stress axis, which corresponds to a physical failure plane at 45 degrees plus half the friction angle. σ τ σ₃ = 100 σ₁ = 369 s = 235 c = 20 φ tangent point (167, 117) τ = c + σ tan φ
The failure circle for c = 20 kPa, φ = 30°, σ₃ = 100 kPa. Every coordinate in this drawing is computed from those three inputs.

Where the soil failsPermalink to “Where the soil fails”

The radius to the tangent point is perpendicular to the envelope. The envelope makes an angle φ\varphi with the σ\sigma axis, so that radius makes an angle 90+φ90^\circ + \varphi with it. That angle is measured on the circle, so it is twice the physical one:

2θ=90+φθ=45+φ22\theta = 90^\circ + \varphi \qquad\Longrightarrow\qquad \theta = 45^\circ + \frac{\varphi}{2}

The failure plane sits at 45+φ/245^\circ + \varphi/2 from the major principal plane. For φ=30\varphi = 30^\circ that is 60°, and the tangent point is at

σ=s+Rcos(90+φ)=167.32 kPa,τ=Rsin(90+φ)=116.60 kPa\sigma = s + R\cos\left(90^\circ + \varphi\right) = 167.32\ \text{kPa}, \qquad \tau = R\sin\left(90^\circ + \varphi\right) = 116.60\ \text{kPa}

Substituting back into the envelope: 20+167.32×tan30=116.6020 + 167.32 \times \tan 30^\circ = 116.60 kPa. The point lies on the line, which it must, and computing it two ways is the cheapest check available.

Note what this angle is not. It is not 45°, which is the answer only for φ=0\varphi = 0 — the undrained case. And it is not measured from the horizontal unless the major principal plane happens to be horizontal.

Total and effective stressPermalink to “Total and effective stress”

Pore pressure uu acts equally in all directions, so it subtracts equally from σ1\sigma_1 and σ3\sigma_3:

σ1=σ1u,σ3=σ3u\sigma'_1 = \sigma_1 - u, \qquad \sigma'_3 = \sigma_3 - u

The difference σ1σ3\sigma_1 - \sigma_3 is unchanged. The effective stress circle is the same size as the total stress circle, shifted left by uu. Nothing about its diameter changes; only where it sits.

Two consequences follow immediately from that picture. Strength is governed by the effective stress circle, so the total stress circle can sit anywhere and tell you nothing on its own. And an undrained test on a saturated soil, where the effective stresses are fixed by the initial state, produces total stress circles of constant diameter — which is drawn as a horizontal envelope, τ=su\tau = s_u, with φu=0\varphi_u = 0. That apparent zero friction angle is a consequence of the drainage condition, not a property of the soil.

What the circle does not tell youPermalink to “What the circle does not tell you”

It is a two-dimensional construction, and σ2\sigma_2 does not appear anywhere in it. The Mohr-Coulomb criterion inherits that blindness: strength is made to depend only on σ1\sigma_1 and σ3\sigma_3.

That is a real modelling decision with a visible consequence. Because the criterion ignores the intermediate principal stress, its surface in principal stress space is an irregular hexagonal pyramid rather than a cone — six flat faces, one for each ordering of the three principal stresses, meeting at edges where the gradient is undefined. Implementing the criterion means dealing with those edges, and it is why the strength measured in a triaxial compression test does not transfer unchanged to a plane strain problem. Whether that matters depends on the problem; whether it is true does not.

ReferencesPermalink to “References”

  • Mohr, O. (1900). Welche Umstände bedingen die Elastizitätsgrenze und den Bruch eines Materials? Zeitschrift des Vereines Deutscher Ingenieure, 44, 1524–1530 and 1572–1577. The origin of the graphical construction and of the failure hypothesis that bears his name.
  • Coulomb, C.A. (1776). Essai sur une application des règles de maximis et minimis à quelques problèmes de statique relatifs à l’architecture. Mémoires de Mathématique et de Physique, Académie Royale des Sciences, 7, 343–382. The origin of the linear strength relation τ=c+σtanφ\tau = c + \sigma\tan\varphi.
  • Terzaghi, K. (1943). Theoretical Soil Mechanics. John Wiley & Sons, New York. The effective stress principle applied throughout soil mechanics.

The derivations above are carried out in full rather than cited, so that they can be checked rather than trusted. The circle geometry, the tangency condition and the failure plane angle follow from the two definitions at the top of the article and nothing else.

Classification decides which strength parameters are even applicable, and the arithmetic there has its own trap — see soil classification from a grading curve. The implementation of the criterion derived above, edges and all, is what KATAI 2D has to get right.

Related