Electronic – Determining resistance of 3 resistors connected in delta configuration

deltaresistors

I have 3 resistors of varying values connected in a delta configuration. I have access to all 3 nodes for measurements. I know that if I measure resistance across 2 points, I'm measuring 1 resistor in parallel with the sum of the other 2 resistors.
Is there a way to determine each of the resistor values as if the circuit were opened (not connected in parallel) without any guarding and without destructively opening the circuit? I'm trying to verify my manufactured resistors in-house prior to sending them out for laser trim.

Best Answer

The equations are easy to write down, but cumbersome to solve.

When you have a triangle of 3 resistors (a, b, c), and nodes A, B, C. Resistor a is connected between nodes B & C; resistor b between A & C, and c between A & B. Make 3 measurements -- AC, BC, and AB between nodes A&C, B&C and A&B.

Mathematica gives this:

$$a->\frac{(-AB^2+2\cdot AB \cdot AC-AC^2+2\cdot AB\cdot BC+2\cdot AC\cdot BC-BC^2)}{2 \left(AB+AC-BC\right)}$$ $$b->\frac{(-AB^2+2\cdot AB\cdot AC-AC^2+2\cdot AB\cdot BC+2\cdot AC\cdot BC-BC^2)}{2 (AB-AC+BC)}$$ $$c->\frac{(AB^2-2\cdot AB\cdot AC+AC^2-2\cdot AB\cdot BC-2\cdot AC\cdot BC+BC^2)}{2 (AB-AC-BC)}$$