Type "Eppendahl"type eppendahl

Dr. Adam Eppendahl devised this configuration from the constraints given by LEGO blocks. Make sure you understand the green and red symbols in the schematic to the right (otherwise see description syntax first).
Note: Don't be confused by the obvious lack of gears in the LEGO realization. As can be seen easily, the bevel gear (5) in my "packaged differential" schematic and the spur gear (4/10) in the schematic to the right can be omitted in pairs, as the gear integral to the differential can be meshed from the "wrong" side with LEGO blocks.

Equations: 
(a:) rot2 + rot5 + k * rot3 = 0
(b:) rot6 + rot8 - k * rot7 = 0
(c:) n4 * rot4 + n11 * rot11 = 0
(d:)
n10 * rot10 + n11 * rot11 = 0
(e:)
n12 * rot12 + n11 * rot11 = 0
 
The remaining constraints:
(f:) rot1 = rot2
(g:) rot3 = rot4
(h:) rot5 = rot6
(i:) rot8 = rot9
(j:) rot7 = rot10

Composition:
(a,f=>k) rot5 =  - rot1 - k * rot3
(b,h,i=>l) rot5 =  - rot9 + k * rot7
(k,l=>m)
rot9 - rot1 =  k * (rot3 + rot7)
(c,g=>n) rot3 = - rot11 * (n11 / n4)
(d,j=>o)
rot7 = - rot11 * (n11 / n10)
(m,n,o=>p)
rot9 - rot1 =  - rot11 * k * n11 * (n4 + n10) / (n4 * n10)
(e,p=>q)
rot12 =   (rot9 - rot1) * n4 * n10 / ( k * n12 * (n4 + n10))
To make it "south-pointing" requires, that if rot1 is held 0, rot12 has to be exactly one turn when wheel 9 of diameter d9 covered one full circle (centre at wheel 1's contact to the ground, radius equal to track width t):
(r:) d9 * rot9 * PI = 2 * t * PI                                             d1 * rot1 * PI = 2 * t * PI
(s:) rot1 = 0
rot9 = 0
(t:) rot12 = 1
rot12 = -1
(q=>) rot9  = k * n12 * (n4 + n10) / (n4 * n10)
rot1 = k * n12 * (n4 + n10) / (n4 * n10)
(r=>) d9 = 2 * t / rot9
d1 = 2 * t / rot1
(n4 = n10) => d1 = d9 =  t  * n4 / ( k * n12)

Given Parameters (Your choice !)

Reference
Size Description
4/10
n10[teeth] Spur gear, fixed to drive shaft 3/7 of differential
12
n12[teeth] Spur gear, fixed to pointer
k
k =  Differential reduction factor
T
t = [length units] Track width

Derived Parameters

Reference
Size Description
1/9
d1[units of t] Road wheel, free running on axle

© odts 2003