The equations governing this gear set seem pretty simple to me. There are four of them:
The gear ratio of the left gear set (##GR_L##), relating angular velocities (##\omega##) of the input (##i##) and output (##o##) shafts:
$$GR_L = \frac{\omega_{oL}}{\omega_{iL}}$$
The gear ratio of the right gear set (##GR_R##), relating angular velocities of the input (##i##) and output (##o##) shafts:
$$GR_R = \frac{\omega_{oR}}{\omega_{iR}}$$
The relationship between the angular velocities of the input differential:
$$\omega_{in} = \frac{\omega_{iL} + \omega_{iR}}{2}$$
The relationship between the angular velocities of the output differential:
$$\omega_{out} = \frac{\omega_{oL} + \omega_{oR}}{2}$$
Already, we can tell we have a problem because we have 4 equations and 5 unknowns (##\omega_{iL}##, ##\omega_{iR}##, ##\omega_{oL}##, ##\omega_{oR}##, ##\omega_{out}##).
For the overall gear ratio (##GR##), it is defined as:
$$GR = \frac{\omega_{out}}{\omega_{in}} = \frac{\omega_{oL} + \omega_{oR}}{\omega_{iL} + \omega_{iR}}=\frac{\omega_{iL}GR_L + \omega_{iR}GR_R}{\omega_{iL} + \omega_{iR}}$$
From that simple equation, we can already define simple - and very intuitive - solutions:
- if ##\omega_{iR} = 0##, then ##GR = GR_L##;
- if ##\omega_{iL} = \omega_{iR}##, then ##GR = \frac{GR_L + GR_R}{2}##
- if ##\omega_{iL} = 0##, then ##GR = GR_R##;
By introducing sets of clutches similar to those used in modern automatic transmissions, this setup can be easily transformed into a 3-speed gearbox.
We can define a new constraint, for example ##\frac{\omega_{iR}}{\omega_{in}}##, and the overall gear ratio becomes:
$$GR = \left(1-\frac{1}{2}\frac{\omega_{iR}}{\omega_{in}}\right)GR_L + \frac{1}{2}\frac{\omega_{iR}}{\omega_{in}}GR_R$$
The previous simple solutions become:
- if ##\frac{\omega_{iR}}{\omega_{in}}= 0##, then ##GR = GR_L##;
- if ##\frac{\omega_{iR}}{\omega_{in}} = 1##, then ##GR = \frac{GR_L + GR_R}{2}##
- if ##\frac{\omega_{iR}}{\omega_{in}} = 2##, then ##GR = GR_R##;
So, if one controls the input angular velocity of one of the shafts of the differentials with respect to the input carrier angular velocity, it seems the setup could be a CVT, varying between ##GR_L## and ##GR_R##.