A program can calculate the resistance to ground of any electrode,
and the mutual resistance between any set of electrodes.
The electrode to electrode resistance can be calculated using the
same program result.
In the shunt circuit with R1, R2 and Rm
Req= R1*R2-Rm**2)/(R1+R2-2*Rm)
o V o
! !
R1 Rm R2
! !
---------- ground
o V o
! !
R1-Rm R2-Rm
! !
-----!-----
Rm
!
!
---------- ground
I = V /[(R1-Rm)//(R2-Rm)]+Rm = V /Req
Req = ((R1-Rm)*(R2-Rm)/(R1-Rm+R2-Rm)) + Rm
= (R1R2-R1Rm-R2Rm+RmRm)/(R1+R2-2Rm) + Rm
= [R1R2-Rm(R1+R2)+RmRm)+Rm(R1+R2-2Rm)]/(R1+R2-2Rm)
= [R1R2-Rm(R1+R2)+RmRm+Rm(R1+R2)-2RmRm]/(R1+R2-2Rm)
= (R1R2-Rm**2)/(R1+R2-2Rm)
In the series circuit
I I
o V o
! !
R1 Rm R2
! !
----------
o o
! !
R1-Rm R2-Rm
! !
----------
or
o o
! !
R1 R2
! !
-- -2Rm---
I= V/(R1+R2-2Rm)
=V/Req
Req= R1+R2-2Rm
For example, two rods of 10 m, 0.02 m diameter, in 100 Ohm.m resistivity
separation of 10 m.
One rod has R1= 11.57308 Ohm (= R2)
Rmutual Rm= 1.3027 Ohm
The resistance of the two rods combined results
Rc= (R1*R2-Rm**2)/(R1+R2-2*Rm)
= 6.43782 Ohm
The same set of two rods, as calculated by the same program is
Rc = 6.43789 Ohm
The resistance of rod to rod is
Rr = R1+R2-2*Rm
Rr = 21.84346 Ohm
a bit smaller than simply R1+R2
Rm is big for small separation, reducing the electrode to electrode resistance,
If the separation is big, the mutual resistance is very small, and the electrode
to electrode resistance tends to R1+R2.
D12 Rm R1-2
0.05 7.7838 15.36236
0.10 7.0517 16.09446
0.20 6.2883 16.85786
0.50 5.3530 17.79316
1.00 4.2929 18.85326
2.00 3.2794 19.86676
5.00 2.0737 21.08246
10.0 1.3027 21.84346
100.0 0.1586 22.98630