Sensors
Strain-Gauge Rosette
Three gauges at known angles measuring the full 2D strain tensor at a point
A strain-gauge rosette is three (sometimes four) strain gauges bonded to a part at known angles — typically 0°, 45°, and 90° for the rectangular form or 0°, 60°, and 120° for the equiangular delta. A single gauge measures strain along its axis; three at different angles give enough independent readings to solve for the entire 2D strain tensor at the point: normal strains ε_x and ε_y plus shear γ_xy. From the tensor you compute the principal strains ε₁ and ε₂, their orientations, and the maximum shear — the inputs to every stress-analysis workflow for surface measurement of real parts.
- Three-gauge geometries0°/45°/90° (rectangular), 0°/60°/120° (delta)
- Unknowns solvedε_x, ε_y, γ_xy (full 2D tensor)
- Principal strainε₁,₂ = (ε_a+ε_c)/2 ± √(...)
- Gauge factor2.0 – 2.1 (metal foil)
- Bridge front-endWheatstone, mV/V output
- UseStress analysis, load cells, fatigue
Interactive visualization
Press play, or step through manually. The visualization is yours to drive — try it before reading on.
Watch the 60-second explainer
A condensed visual walkthrough — narrated, captioned, under a minute.
Why three gauges and not one
Strain at a point is a tensor, not a scalar. In 2D — the surface of a part, which is what surface gauges actually measure — strain is described by three independent components: ε_x (normal strain along x), ε_y (normal strain along y), and γ_xy (shear strain in the xy plane). Three numbers; three independent measurements needed; three gauges. A single uniaxial gauge gives you one number — the strain along the gauge's own axis. If you know in advance that the principal stress direction is, say, along the bolt-thread axis of a turnbuckle, one gauge along that direction is enough. But for a complicated geometry — a turbine-blade root, a connecting-rod big-end, a wing-spar lug, the corner of a window cutout on a fuselage — the principal directions and magnitudes are unknown until you measure them.
So you put three gauges at three different angles in a compact package and solve for the tensor. The two standard geometries are rectangular (0°/45°/90°) and delta (0°/60°/120°). The rectangular layout is mathematically simpler: gauge A reads strain along the x axis, gauge C reads strain along the y axis, and gauge B at 45° gives the third equation needed to solve for the shear. The delta layout has the advantage that all three angles look identical to the underlying physics, so error sensitivity is the same regardless of how the rosette happens to be aligned with the (unknown) principal directions. Use rectangular when a natural reference direction exists; delta when it doesn't.
The strain-transformation equation
The strain measured by a gauge at angle θ from the x axis is
ε(θ) = ε_x · cos²θ + ε_y · sin²θ + γ_xy · sinθ · cosθ
Three gauges at three different angles give three equations in three unknowns (ε_x, ε_y, γ_xy). For the rectangular rosette with gauges at 0°, 45°, and 90° the system reduces to:
ε_a = ε(0°) = ε_x
ε_b = ε(45°) = (ε_x + ε_y)/2 + γ_xy/2
ε_c = ε(90°) = ε_y
Solving:
ε_x = ε_a
ε_y = ε_c
γ_xy = 2·ε_b − ε_a − ε_c
That's it. Three direct gauge readings give the full strain tensor in two algebra lines. Now compute the principal strains by completing the Mohr's-circle math:
ε_avg = (ε_x + ε_y) / 2 // center of Mohr's circle
r = √( ((ε_x − ε_y)/2)² + (γ_xy/2)² ) // radius
ε₁ = ε_avg + r // major principal strain
ε₂ = ε_avg − r // minor principal strain
θ_p = (1/2) · atan2(γ_xy, ε_x − ε_y) // angle from x to ε₁ direction
γ_max = 2·r // maximum in-plane shear strain
σ₁ = E / (1 − ν²) · (ε₁ + ν·ε₂) // principal stress, plane stress
σ₂ = E / (1 − ν²) · (ε₂ + ν·ε₁)
With the principal stresses σ₁ and σ₂ in hand, every standard failure criterion is in reach: von Mises equivalent stress for ductile materials, Rankine maximum-tensile for brittle, Mohr-Coulomb for soils and rock. The rosette has done its job: turned three resistance changes into a complete picture of what the surface of the part is doing under load.
Worked example: a beam with combined bending and torsion
Mount a rectangular rosette on the top surface of a circular cantilever shaft that's loaded with a transverse tip force AND a torque. The 0° gauge points along the shaft axis; 90° points circumferentially; 45° splits the difference. After applying the load, the data-acquisition system reads:
Raw gauge readings:
ε_a (0°) = 680 µε (along shaft axis)
ε_b (45°) = 340 µε
ε_c (90°) = −230 µε (circumferential, compressive)
Strain tensor in shaft (x,y) coordinates:
ε_x = ε_a = 680 µε
ε_y = ε_c = −230 µε
γ_xy = 2·ε_b − ε_a − ε_c = 2·340 − 680 − (−230) = 230 µε
Mohr's circle:
ε_avg = (680 + (−230)) / 2 = 225 µε
r = √( ((680 − (−230))/2)² + (230/2)² )
= √( 455² + 115² ) = √( 207,025 + 13,225 ) = √220,250 ≈ 469 µε
ε₁ = 225 + 469 = 694 µε
ε₂ = 225 − 469 = −244 µε
γ_max = 2·469 = 938 µε
θ_p = (1/2) · atan2(230, 910) = 7.1° from x axis
Principal stresses for steel (E = 207 GPa, ν = 0.30, plane stress):
σ₁ = E/(1−ν²) · (ε₁ + ν·ε₂) = 207e9/0.91 · (694 − 73)e-6 ≈ 141 MPa
σ₂ = E/(1−ν²) · (ε₂ + ν·ε₁) = 207e9/0.91 · (−244 + 208)e-6 ≈ −8 MPa
Von Mises equivalent stress (plane stress):
σ_vm = √(σ₁² − σ₁·σ₂ + σ₂²)
= √(141² + 141·8 + 8²)
≈ 145 MPa
Compare to material yield (1018 steel σ_y ≈ 370 MPa):
Safety factor n = 370 / 145 ≈ 2.6 → acceptable
That entire analysis takes under five minutes once the gauge data is in hand. The chain is rosette readings → strain-transformation algebra → principal strains → constitutive law → principal stresses → equivalent stress → failure check. Every commercial FEA validation campaign concludes with a similar back-calculation from one or more rosettes bonded to the prototype.
Bridge wiring of a rosette
Each gauge in the rosette has only one job: report ΔR/R proportional to ε along its axis. Resistance changes are tiny — a 0.1% strain is a 0.2% change on a 350-ohm gauge, just 0.7 ohms. The standard front-end is a Wheatstone bridge per gauge: the gauge fills one arm of the four-resistor diamond; the other three arms are precision fixed resistors (or dummy gauges on an unstrained reference piece for temperature compensation). A 5 V bridge excitation gives roughly 5 mV per 1,000 microstrain — a useful signal that an instrumentation amplifier with gain 100 turns into 500 mV per 1,000 microstrain, which a 16- or 24-bit ADC can resolve to better than one microstrain.
For a three-gauge rosette there are three Wheatstone bridges, three instrumentation amps, and three ADC channels — or one multiplexed ADC sequenced through three bridges. Modern parts integrate the bridge excitation, instrumentation amp, ADC, and digital interface into a single chip (the TI ADS1262, AD7195, MAX11253 families), so the entire signal chain for a six-channel system fits on a circuit board the size of a credit card. The data-acquisition system streams microstrain per gauge at kilohertz rates; the host software does the rosette transformation in real time.
Rosette configurations
| Type | Gauge angles | Reference axis | Strain components solved | Best for |
|---|---|---|---|---|
| Uniaxial single gauge | One angle | Required | Strain along axis only | Known principal direction (axial member) |
| Tee (90°) | 0°, 90° | Required | ε_x and ε_y (assumes γ_xy=0) | Known principal directions in two axes |
| Rectangular (45°) | 0°, 45°, 90° | Optional | ε_x, ε_y, γ_xy (full tensor) | Stress analysis with rough alignment |
| Delta (60°) | 0°, 60°, 120° | Not needed | ε_x, ε_y, γ_xy (full tensor) | No reference, symmetric error |
| Four-element (T-delta) | 0°, 45°, 90°, 135° | Optional | Full tensor with redundancy | Aerospace certification, fatigue, FEA validation |
| Half-bridge tee | 0°, 90° (one bridge) | Required | Bending-only, T-compensated | Load cells, in-line force |
| Full-bridge (4 gauges) | 2 along axis, 2 transverse | Required | Pure tension/compression, full T-compensation | Industrial load cells |
The selection logic in practice. For a load cell or in-line force transducer designed by the gauge manufacturer, the bridge is pre-engineered to give pure force readout with temperature compensation built in — the user never sees the rosette concept. For an instrumented prototype or a fatigue-test specimen where the loading is uncertain, three-gauge rosettes are the standard. Delta layout is preferred for parts without a natural reference axis (a human bone, a bicycle frame tube, a turbine blade); rectangular layout is preferred when the part has obvious axes (a beam, a shaft, a pressure vessel) and the small amount of structural information makes alignment easier and reduces the chance of mathematical aliasing in the inverse transformation.
Where rosettes are essential
- Aerospace structural certification. Every wing-attach fitting, every spar root, every engine-mount lug instrumented during ground vibration tests and flight-test campaigns.
- Bridge proof tests. New bridges are loaded by a fleet of fully laden trucks; dozens of rosettes record the actual strain distribution and compare to the design FEA.
- Mechanical fatigue. Connecting rods, drive shafts, crankshaft fillets — rosettes feed strain-life or stress-life calculations through Miner's-rule damage accumulation.
- Pressure-vessel inspection. Surface rosettes record actual hoop and axial strain at suspect locations; back-calculated stress is compared to ASME allowable.
- Biomedical. Bone-strain studies, dental-implant load distribution, prosthetic-joint life testing.
- Sports equipment. Bicycle frames, golf-club shafts, hockey sticks — rosettes during proof and fatigue tests for performance and safety.
- Geological monitoring. Rock-mechanics installations in tunnel walls measuring stress-redistribution after excavation.
Common misconceptions
- Three gauges give three strains. They give three strain components of one tensor, which is mathematically and physically different.
- The rosette's center is where you sample. The three gauges sample slightly different points; gauge spacing matters in steep gradients.
- Alignment doesn't matter for delta rosettes. The math is rotation-invariant, but the physical angle still needs to be known to within ~1° for accuracy.
- Through-thickness stress is captured. Surface rosettes measure surface strain; for triaxial states in thick parts, separate rosettes on multiple surfaces or a 3D FEA model with rosette boundary conditions are needed.
- Bonding doesn't affect the reading. Inadequate cure or wrong adhesive can introduce 20% error; the gauge installation is half the measurement quality.
- Temperature compensation is automatic. Self-compensated gauges are tuned for one substrate alloy; using them on a different material introduces large thermal error.
Frequently asked questions
Why three gauges instead of one?
A single gauge measures only the component of strain along its own axis. If you don't know the principal-strain directions in advance (and on a real, complex-geometry part you almost never do), you need three independent measurements to solve for the three components of the 2D strain tensor: ε_x, ε_y, and γ_xy. Three gauges at known different angles give exactly that. With the tensor known you compute principal strains and stresses by Mohr's-circle algebra.
What's the difference between 45° and 60° rosettes?
Rectangular (45°) rosette: gauges at 0°, 45°, and 90°. Mathematically simplest: ε_a, ε_b, ε_c read directly along x, 45°, and y. Easy to align if there is a known geometric reference direction. Delta (60°) rosette: gauges at 0°, 60°, and 120°. The three gauges have equivalent symmetry, so the rosette has no preferred axis and gives the same error budget regardless of principal-direction angle. Used when no obvious reference exists, e.g., on biological or rotationally symmetric parts.
How do you compute principal strains?
For a rectangular (45°) rosette with gauge readings ε_a (0°), ε_b (45°), ε_c (90°): mean strain ε_avg = (ε_a + ε_c) / 2. Half-range r = √((ε_a − ε_c)²/4 + (ε_b − ε_avg)²). Principal strains ε₁ = ε_avg + r, ε₂ = ε_avg − r. Principal-direction angle θ_p = (1/2) · atan2(2·(ε_b − ε_avg), ε_a − ε_c). Plug ε₁ and ε₂ into Hooke's-law constitutive equations with material E and ν to get principal stresses σ₁ and σ₂.
What is a strain gauge physically?
A thin metal foil (usually constantan or karma alloy) photo-etched into a serpentine pattern on a polyimide backing, bonded to the part with cyanoacrylate or epoxy. When the part stretches, the foil stretches with it; the wire gets longer and thinner, so its resistance rises. The gauge factor GF = (ΔR / R) / ε is typically 2.0 to 2.1 for metal foils, 50 to 200 for semiconductor gauges. Active gauge area is typically 1 to 10 mm on a side. The whole rosette is one stamped patch about the size of a fingernail.
How big are the resistance changes?
Tiny. Yield strain for structural steel is about 0.2% (2,000 microstrain); with gauge factor 2 the resistance change is 0.4%, i.e. 1.4 ohms on a 350-ohm gauge. Useful measurements often live below 0.01% strain — 0.04 ohms out of 350. The signals are read by a Wheatstone bridge with each rosette gauge in one arm; the few-millivolt bridge output is amplified by an instrumentation amplifier with gain 100 to 1,000, then digitized.
How do you compensate for temperature?
Three ways. Self-compensated gauges: the foil alloy is chosen so its thermal-expansion-coefficient mismatch with the target material is roughly zero — eliminates most temperature error on the design substrate. Dummy gauge: a fourth identical gauge bonded to an unstressed reference piece of the same material; placed in the opposite bridge arm, its temperature drift cancels. Half- and full-bridge configurations: pairing rosette gauges in the bridge so equal temperature changes cancel automatically.
Where are rosettes used?
Anywhere you need surface stress at a known location on a real part. Aerospace structural-fatigue testing — every wing-attach fitting, every spar, every engine mount. Civil engineering — bridge proof tests, building-frame instrumentation, wind-load campaigns. Mechanical engineering — gear teeth, drive shafts, frames. Biomedical — bone, dental implants, prosthetics. Sports equipment — bike frames, racing helmets, climbing gear. Geological — rock-mechanics monitoring in tunnels.