Engineering Stress vs. True Stress
When a specimen undergoes tension, its cross-sectional area shrinks. Engineering stress divides the applied force by the original undeformed area, providing a convenient reference for design calculations. True stress, by contrast, uses the instantaneous cross-sectional area at each moment of deformation.
This distinction matters because material behavior changes dramatically after yield. Engineering stress-strain curves flatten or even decline in the post-yield region due to area reduction masking the material's actual strengthening (strain hardening). True stress-strain curves rise continuously, reflecting the real mechanical response of the material as it work-hardens.
For small strains (under 5%), the difference is negligible. At large strains—such as in deep drawing, forging, or impact scenarios—true values become critical for accurate finite element analysis and failure prediction.
Conversion Formulas
Two relationships govern the transformation. The first converts engineering strain to true strain using the natural logarithm. The second converts engineering stress to true stress by scaling with the strain term.
True Strain (Ɛₜ) = ln(1 + Ɛₑ)
True Stress (σₜ) = σₑ × (1 + Ɛₑ)
Ɛₑ— Engineering strain (nominal strain), dimensionlessσₑ— Engineering stress (nominal stress), in MPa or PaƐₜ— True strain, dimensionlessσₜ— True stress, in the same units as engineering stress
When to Use True Values
Design calculations for components under small, elastic deformations typically use engineering values—they're simpler and the error is negligible. Finite element codes, material databases, and advanced plasticity models, however, demand true stress-strain curves.
Industries relying on large deformations include:
- Metalworking: sheet metal forming, extrusion, rolling, and forging
- Structural analysis: impact resistance and post-buckling behavior
- Material science: characterizing strain hardening exponents and ductility limits
- Fatigue and fracture: predicting necking and final rupture
Modern CAE software internally converts all stress-strain input to true values before running simulations. Understanding the transformation ensures correct material property assignment and result interpretation.
Common Pitfalls and Considerations
Avoid these mistakes when working with true strain and stress conversions.
- Don't assume equivalence at large strains — At 50% engineering strain, true strain is only 40.5%. The logarithmic relationship compresses the true strain scale, which can mislead if you apply engineering assumptions to large deformation problems. Always verify which convention your CAE software expects.
- Engineering strain must be positive for the formula — The formula ln(1 + Ɛₑ) requires Ɛₑ > −1. In compression, engineering strain ranges from 0 to −1; beyond that, the material is hypothetically compressed to zero thickness. Check your sign convention (tension positive or negative) before conversion.
- Area reduction isn't captured in stress alone — True stress accounts for area reduction, but the formulas here assume uniaxial loading and no volume change. In constrained geometries, plastic Poisson effects modify the actual area—especially important in forming simulations with friction and tool contact.
- Material data sheets may mix conventions — Legacy material property tables sometimes list engineering values; modern ones show true curves. Verify the source and convert if necessary. Mixing conventions in a simulation leads to stiffness and strength predictions that are silently wrong.
Worked Example
Suppose a tensile specimen yields at an engineering stress of 300 MPa with an engineering strain of 0.12.
Calculate true stress and true strain:
True strain = ln(1 + 0.12) = ln(1.12) ≈ 0.1133
True stress = 300 × (1 + 0.12) = 300 × 1.12 = 336 MPa
The true stress (336 MPa) exceeds the engineering value (300 MPa) by 12%, reflecting the area reduction. In a finite element model expecting true properties, entering 300 MPa would underestimate the material's load-bearing capacity in the plastic region by about 10%—a significant error for fatigue or fracture assessments.