# Poisson's Ratio Calculator

Calculate Poisson's ratio ν = −ε_transverse / ε_longitudinal and solve any of the three unknowns: ratio, lateral strain, or longitudinal strain. Tensile ε_long > 0 produces lateral contraction ε_lat < 0. Typical values: steel ≈ 0.30, aluminum ≈ 0.33, rubber ≈ 0.49, cork ≈ 0. Theoretical isotropic range 0 ≤ ν ≤ 0.5.

> Canonical page: https://elysiatools.com/en/tools/poisson-ratio-calculator

- **Category:** Math & Numbers

- **Keywords:** poisson's ratio, lateral strain, transverse strain, longitudinal strain, nu = -eps_lat/eps_long, axial strain, auxetic, elastic constants, mechanics of materials

## Overview

Calculate Poisson's ratio, lateral strain, or longitudinal strain using the relationship ν = −ε_lat/ε_long. Enter the known strain values or ratio, choose the quantity to solve for, and set the desired decimal places.

## Inputs

- **Solve for** (select)
- **Poisson's Ratio ν** (number): Poisson's ratio. Required when solving for lateral or longitudinal strain. Isotropic range 0–0.5. Steel ≈ 0.30, aluminum ≈ 0.33, rubber ≈ 0.49.
- **Lateral Strain ε_lat** (number): Transverse (lateral) strain, dimensionless. Negative when the longitudinal strain is tensile. Required when solving for ratio or longitudinal strain.
- **Longitudinal Strain ε_long** (number): Axial (longitudinal) strain, dimensionless. Required when solving for ratio or lateral strain. Must be non-zero when solving for ratio.
- **Decimal Places** (number)

## When to use

- Calculate Poisson's ratio from measured lateral and longitudinal strains.
- Find lateral strain for a material with a known Poisson's ratio and axial strain.
- Solve for longitudinal strain when Poisson's ratio and lateral strain are known.

## How it works

- Choose whether to solve for Poisson's ratio, lateral strain, or longitudinal strain.
- Enter the required dimensionless strain values and, when applicable, a Poisson's ratio between 0 and 0.5.
- The calculator applies ν = −ε_lat/ε_long, ε_lat = −ν·ε_long, or ε_long = −ε_lat/ν.
- Review the calculated result, input values, strain values, and auxiliary-material status in the JSON output.

## Use cases

- Checking experimental strain measurements in mechanics of materials.
- Estimating transverse contraction or expansion from axial loading data.
- Comparing calculated material behavior with reference values for steel, aluminum, rubber, or cork.

## Frequently asked questions

### What is the formula for Poisson's ratio?

Poisson's ratio is ν = −ε_lat/ε_long, where ε_lat is lateral strain and ε_long is longitudinal strain.

### What values are needed to calculate Poisson's ratio?

Enter lateral strain and a non-zero longitudinal strain, then select Poisson's ratio as the quantity to solve for.

### What sign should lateral strain have during tension?

For tensile longitudinal strain, lateral contraction is negative, so ε_long is positive and ε_lat is negative.

### What is the typical theoretical range for isotropic materials?

The theoretical isotropic range is 0 to 0.5. Typical values include steel near 0.30 and aluminum near 0.33.

### Can the calculator solve for strain instead of Poisson's ratio?

Yes. It can solve for lateral strain from ν and ε_long, or longitudinal strain from ν and ε_lat.

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [RLC Admittance Calculator (Y = G + jB)](https://elysiatools.com/en/tools/admittance-calculator): Compute complex admittance Y = 1/Z = G + jB for series or parallel RLC circuits: G = R/|Z|², B = −X/|Z|². Returns conductance, susceptance, magnitude and phase angle. Supports any subset of R/L/C.
- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Arithmetic Sequence Calculator](https://elysiatools.com/en/tools/arithmetic-sequence-calculator): Calculate the nth term, first terms, and finite sum of an arithmetic sequence
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.
- [Break-Even Calculator](https://elysiatools.com/en/tools/break-even-calculator): Calculate the break-even point for a product or business based on fixed costs, variable costs, and price

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
