The average resistivity of a sample is given by
ρ = RS⋅t, where the sheet resistance
RS is determined as follows. For an anisotropic material, the individual resistivity components, e.g.
ρx or
ρy, can be calculated using the
Montgomery method.
Basic measurements To make a measurement, a current is caused to flow along one edge of the sample (for instance,
I12) and the voltage across the opposite edge (in this case,
V34) is measured. From these two values, a resistance (for this example, R_{12,34}) can be found using
Ohm's law: :R_{12,34} = \frac{V_{34}}{I_{12}} In his paper, van der Pauw showed that the sheet resistance of samples with arbitrary shapes can be determined from two of these resistances - one measured along a vertical edge, such as R_{12,34}, and a corresponding one measured along a horizontal edge, such as R_{23,41}. The actual sheet resistance is related to these resistances by the van der Pauw formula :e^{-\pi R_{12,34}/R_s}+e^{-\pi R_{23,41}/R_s}=1
Reciprocal measurements The
reciprocity theorem tells us that R_{AB,CD} = R_{CD,AB} Therefore, it is possible to obtain a more precise value for the resistances R_{12,34} and R_{23,41} by making two additional measurements of their reciprocal values R_{34,12} and R_{41,23} and averaging the results. We define R_{\text{vertical}} = \frac{R_{12,34} + R_{34,12}}{2} and R_{\text{horizontal}} = \frac{R_{23,41} + R_{41,23}}{2} Then, the van der Pauw formula becomes e^{-\pi R_{\text{vertical}}/R_S}+e^{-\pi R_{\text{horizontal}}/R_S}=1
Reversed polarity measurements A further improvement in the accuracy of the resistance values can be obtained by repeating the resistance measurements after switching polarities of both the
current source and the voltage meter. Since this is still measuring the same portion of the sample, just in the opposite direction, the values of
Rvertical and
Rhorizontal can still be calculated as the averages of the standard and reversed polarity measurements. The benefit of doing this is that any offset voltages, such as thermoelectric potentials due to the
Seebeck effect, will be cancelled out. Combining these methods with the reciprocal measurements from above leads to the formulas for the resistances being :R_{\text{vertical}} = \frac{R_{12,34} + R_{34,12} + R_{21,43} + R_{43,21}}{4} and :R_{\text{horizontal}} = \frac{R_{23,41} + R_{41,23} + R_{32,14} + R_{14,32}}{4} The van der Pauw formula takes the same form as in the previous section.
Measurement accuracy Both of the above procedures check the
repeatability of the measurements. If any of the reversed polarity measurements don't agree to a sufficient degree of accuracy (usually within 3%) with the corresponding standard polarity measurement, then there is probably a source of error somewhere in the setup, which should be investigated before continuing. The same principle applies to the reciprocal measurements – they should agree to a sufficient degree before they are used in any calculations.
Calculating sheet resistance In general, the van der Pauw formula cannot be rearranged to give the sheet resistance
RS in terms of known functions. The most notable exception to this is when
Rvertical = R = Rhorizontal; in this scenario the sheet resistance is given by : R_S = \frac{\pi R}{\ln 2} The quotient \pi/\ln 2 is known as the van der Pauw constant and has approximate value 4.53236. In most other scenarios, an
iterative method is used to solve the van der Pauw formula numerically for RS. Typically a formula is considered to fail the preconditions for
Banach Fixed Point Theorem, so methods based on it do not work. Instead,
nested intervals converge slowly but steadily. Recently, however, it has been shown that an appropriate reformulation of the van der Pauw problem (e.g., by introducing a second van der Pauw formula) makes it fully solvable by the Banach fixed point method. Alternatively, a Newton-Raphson method converges relatively quickly. To reduce the complexity of the notation, the following variables are introduced: : s = e^{-\pi/{R_s}} : R_v = R_{vertical} : R_h = R_{horizontal} Then the next approximation R_s^+ is calculated by : R_s^+ = R_s + R_s^2\frac{1-s^{R_v} - s^{R_h}}{\pi (R_v s^{R_v} + R_h s^{R_h})} == Hall measurements ==