Week 11 Cheatsheet — Normal Stress and Strain + Mechanical Properties
//body
← Back to weekHow this week breaks down
Three layers, all from one tensile test. Skim this once, then revise from the in-depth note.
| Layer | What you compute |
|---|---|
| Stress & strain | Translate force + geometry into and . |
| Mechanical properties | Read , , UTS, fracture stress and %EL/%AR off the – diagram. |
| Design checks | Apply factor of safety ; check lateral deformation via Poisson’s ratio. |
1 — Stress and strain
Definitions
| Quantity | Formula | Common units |
|---|---|---|
| Axial stress | Pa = N/m² ; MPa = N/mm² ; GPa = kN/mm² | |
| Axial strain | dimensionless (or %) |
Unit rule. Force is always in newtons. . If you mix kN with mm², the stress comes out in GPa — convert first.
Recipe — average normal stress in a member
- Free-body-diagram the joint or section. Solve , for the axial force .
- Compute (or rectangular ).
- . Mind the units (kN N; mm² m² if you want pascals).
Worked snippets
| Setup | Work | Answer |
|---|---|---|
| , | ||
| Brass cylinder, , | , |
2 — Elastic deformation and Young’s modulus
Hooke’s law
Valid only in the linear elastic region. Outside it, the relationship is no longer proportional.
Reading the – diagram
| Feature | What it means |
|---|---|
| Slope of linear part | Young’s modulus |
| Proportional limit | End of strict linearity |
| Yield stress | Transition elastic plastic |
| UTS | Peak stress on the engineering curve |
| Fracture stress | Stress at break (engineering curve falls after necking) |
Engineering vs. true
| Variant | Stress | Strain |
|---|---|---|
| Engineering | ||
| True |
After necking, engineering stress falls while true stress rises (instantaneous area shrinks).
0.2% offset yield
Draw a line from on the strain axis, parallel to the elastic slope. Where it crosses the curve = offset yield stress.
3 — Ductility
%EL > 5% generally counts as ductile; brittle materials fracture before significant plastic strain.
4 — Factor of safety and allowable stress
Rule-of-thumb values (slide 19):
| Application | Typical |
|---|---|
| Structural members in buildings | |
| Pressurised vessels | – |
| Automobile | |
| Aircraft / spacecraft | – |
Ductile materials use lower ; brittle materials use higher.
5 — Poisson’s ratio
Typical values (slide 22):
| Material | Material | ||
|---|---|---|---|
| Aluminium | Cast iron | – | |
| Brass | Titanium | ||
| Lead | Tungsten | ||
| Steel | Concrete | – | |
| Glass | Clay |
Use to find diameter change, then for the necked area.
Common mistakes
- Mixing kN with mm² — the result is GPa, not MPa. Always convert force to newtons.
- Substituting in MPa for steel — should be . Off by 1000.
- 0.5% strain — it’s . Convert percentages first.
- Forgetting the minus sign on Poisson’s ratio — definition has it; comes out positive for normal materials.
- Rounding people up — always round down so the allowable stress is respected.
- Confusing yield, UTS, and fracture stress — they’re three distinct points on the curve.
- Differentiating engineering vs. true stress after necking — engineering uses always.
Key formulas at a glance
For the why behind each formula and worked end-to-end examples, see the in-depth note.
//quiz
Easy → hard. Reshuffles every visit.
Axial strain is...