Continuously Variable Transmission Idea

rajava007
Messages
5
Reaction score
2
I made a CVT (Continuously Variable Transmission) that uses two differentials to first split power between two gear ratios based on torque (1:1 and 2:1), and then recombine the separate rotations into a single output via a second differential. Yes, I did test this out, and it works. However, My Question Is: Why hasn't this cvt(the one that I just made) been implemented before? Yes, a reverse gear isn't implemented, and the completely automatic nature of it doesn't allow you to control it if needed, but why haven't vehicles like bikes used this before?
DISCLAIMER: The model below isn't fully proper; a 1:2 ratio isn't possible between the differentials, and is only possible by multiplying the output of the transmission by two.
Below is a power diagram:
1777516116883.webp

And now this is the diagram of the CVT I made without edits ontop:
1777516395127.webp
 
  • Like
Likes   Reactions: jack action and Baluncore
Engineering news on Phys.org
Welcome to PF.

Can you please name the input, control and output shafts.
 
The carrier of the gray open differential is the input, and the carrier of the black open differential is the output
 
I'm seeing straight-cut gears and differentials, but I'm not seeing anything that would imply continuous variability of the input/output gear ratio. Can you say more about what provides the continuously variable property? Thanks.
 
  • Agree
  • Like
Likes   Reactions: Averagesupernova and Bystander
So the idea is that the first differential will blend the power between both gear ratio paths. One path is a 1:1 gear ratio, and the other is a 2:1 gear ratio. By default, the open differential wants to send power with the 1:1 gear ratio. However, depending on the amount of torque required, the differential will send part, if not all of the power, to the 2:1 gear ratio. Finally, after the power has been split and either increased speed or torque, they are added back together into one rotation to use. This "blending" of gear ratios is what allows for that continuously variable property.
Some examples that can help:
First example(high load):
A motor rotates at 1 rpm, and the load is high - the differential will send all power through the 2:1 gear ratio(A); no power is given to the 1:1 gear ratio(B). Path A outputs 0.5 rpm(1/2 *1), and path B outputs 0(1/1 *0). The differential adds these outputs into one rotation(0.5+0); the final output is 0.5 prm.

Second example(no load):
A motor rotates at 1 rpm, and the load is low- the differential will send all power through the 1:1 gear ratio(B); no power is given to the 2:1 gear ratio(A). Path B outputs 1 rpm(1/1 *1), and path B outputs 0(1/2 *0). The differential adds these outputs into one rotation(1+0); the final output is 1 rpm.

Third example(medium load - half&half):
A motor rotates at 1 rpm, and the load is medium- the differential will send power through both path A and path B; each path is given equal rotation(0.5 rpm each). Path A outputs 0.5 rpm(1/1 *0.5), and path B outputs 0.25(1/2 *0.5). The differential adds these outputs into one rotation(0.5+0.25); the final output is 0.75 rpm.
 
From what I can see, the input and output are always identical. It seems to be an interesting alternative to a through-shaft. There is no variability at all to the thing. A video showing otherwise would put me in my place.

Both large gears turn at identical rates, slower than the smaller ones turning faster. The average is the same on both sides. By symmetry, 1:1 in to out.
 
I did a little more digging and found my exact concept in this article: LINK
The article also shares a video in step 1 by Autstron: LINK
*Step 12 shares that the CVT might require friction in some places to work*
 
rajava007 said:
However, My Question Is: Why hasn't this cvt(the one that I just made) been implemented before? Yes, a reverse gear isn't implemented, and the completely automatic nature of it doesn't allow you to control it if needed, but why haven't vehicles like bikes used this before?
Although I haven't analyzed the design deeply, the link you provided in your last post might give some explanation in step 2:
Note that this transmission does not convert torque. But is designed to provide a constant torque though an infinite array of speeds. Any extra torque acquired at low gear is dissipated through friction. This friction is necessary to achieve the higher gears for more speed. Because of the friction at lower gears, this transmission is most efficient at its highest gear ratio.
Having higher torque at low speed is the desired effect of a transmission. This one seems to only lower the rpm and waste the extra torque that could be provided through friction, which is not only unhelpful but also very inefficient.
 
  • Like
Likes   Reactions: rajava007
I think there are possibilities for such a configuration, but that it is too complex for an untrained brain to model immediately as a thought experiment. I get a feeling that complexity here leads easily to circularity, then to delusion, in the same way that a PMM is conceived.

There are different velocities and torques, that resolve to power. Those must follow the energy conservation laws, and the mechanical laws of gears. Since the input differential will share torque equally, as a good differential should, then that torque will be scaled by the following gears to be delivered to the output differential as two unequal torques, which defies the differential's equal sharing of torque assumption. Energy must therefore be circulating, down one side and up the other. I do not yet understand the occasion or magnitude of that circulating energy, but I suspect it may tend towards the maximum energy available. Power factor may be so poor, that no real work is being done.

Now is the time to build a numerical model, or to find an electrical analog.
 
  • Like
Likes   Reactions: berkeman and rajava007
  • #10
It looks like each differential carrier wil rotate at identical speeds no matter what. The interesting thing is that if one changes the speed of the left or right set of black/yellow gear pairs by braking or applying power in either direction it makes no difference to the speed of the differential carriers. If the gray carrier is the input and the black carrier is the output then that's all it is. Applying a brake to one black/yellow gear pair will simply speed the other pair up as long as it is allowed to rotate freely. Nothing really new here. It's a type of power combiner. Real CVT transmissions have some sort of variable speed source such as a variable shieve pulley set or a hydrostatic drive. They often use a differential or planetary type combiner but that is secondary.
 
  • Like
Likes   Reactions: rajava007
  • #11
Thank you so much! I have been stuck around this point for a very long time! So in summary, all this does is vary the speed?
 
  • #12
rajava007 said:
Thank you so much! I have been stuck around this point for a very long time! So in summary, all this does is vary the speed?
Averagesupernova said:
It's a type of power combiner. Real CVT transmissions have some sort of variable speed source such as a variable shieve pulley set or a hydrostatic drive. They often use a differential or planetary type combiner but that is secondary.
 
  • #13
Averagesupernova said:
It looks like each differential carrier wil rotate at identical speeds no matter what.
I do not believe that your assumption is the case.
Consider what happens when they do not rotate at the same rate.
Code:
given input and output RPM
x = input RPM
y = output RPM

solve for internal shaft RPMs
a, b, c, d, defined as

x = a + b   input differential
c = a / 2   slow gear path
d = b * 2   fast gear path
y = c + d   output differential

x = a + b
b = x - a   eqn(1)

y = a/2 + 2*b
2*b = y - a/2
b = y/2 - a/4   eqn(2)

equate b, eqn(2) = eqn(1)
y/2 - a/4 = x - a

a - a/4 = x - y/2
a*3/4 = x - y/2
a = 4*(x - y/2)/3
a = (4*x - 2*y)/3

b = x - a   we have the internal RPMs

example 1
x = 100
y = 100
a = (400 - 200)/3 = 66.666
b = 100 - 66.666 = 33.333
c = a/2 = 33.333
d = 2*b = 66.666

example 2
x = 100
y = 70
a = (400 - 140)/3 = 260/3 = 86.666
b = 100 - 86.666 = 13.333
c = a/2 = 43.333
d = 2*b = 26.666

example 3
x = 70
y = 100
a = (280 - 200)/3 = 26.666
b = 70 - 26.666 = 43.333
c = a/2 = 13.333
d = 2*b = 86.666
 
  • #14
I haven't gone through any math. I simplified it by thinking about it as if it were two identical automotive rear axles with the same ratios and same wheel sizes rolling along. Slowing down the same side of each axle by using larger tires results in identical changes in the speed on the input assuming the same rolling speed. This translates to speeding up side with smaller tires if we maintain the same speed on the input. Changing tire sizes so we have large tires kitty corner makes no difference between input shaft speeds compared to large tires on the same side. The kitty corner scenario is essentially the same as the proposal put forth by the OP.
 
  • #15
T
Averagesupernova said:
The kitty corner scenario is essentially the same as the proposal put forth by the OP.
I thought the OP built the pictured model to gain experience and demonstrate that was not the case.

Your kitty corner analysis is only correct for the case where the input and output angular velocities are the same. That symmetry is the first example at the bottom of my code block.

Then look at the asymmetric higher and lower ratios, examples 2 and 3.
 
  • #16
@rajava007
Can you please check that when you turn the input on your model, the output is locked to turn at the same rate.
 
  • #17
Baluncore said:
Your kitty corner analysis is only correct for the case where the input and output angular velocities are the same.
The input and output will always be the same. Saying they aren't is like saying that 1 + 1 = 2 except when it doesn't.
-
My example of the automotive differentials should explain why the differential carrier speeds have to be the same no matter what.
 
Last edited:
  • #18
Averagesupernova said:
The input and output will always be the same. Saying they aren't is like saying that 1 + 1 = 2 except when it doesn't.
I had posted the same. I was wrong.
One can for instance bolt the output to a wall, preventing any rotation. The input can still turn freely. Hence the device acts as a disconnect between in and out. Only by applying friction at the yellow side knobs can torque actually make it to the output, and the whole point of a differential is to transfer variable torque to the output without loss of energy.
 
  • #19
Halc said:
I had posted the same. I was wrong.
This is the problem, the human mind cannot be trusted to correctly analyse a complex mechanical system, we need a mathematical or numerical verification.

I wanted a numerical model to confirm the result either way. Now I would still like to know if the model pictured by the OP agrees with my numbers.

Zx is the input RPM, Zy the output.
Za, Zb, Zc, Zd are the RPM of the gears.
Zxx is the RPM of the input when the loop is closed.

The model for the differentials are:
Zx= ( Za + Zb ) / 2
Zy= ( Zc + Zd ) / 2
The model for the gears are:
Zc = Za / 2.
Zd = Zb * 2.

Examining the numerical results.
Notice that Zx ≠ Zxx, except when Zx = Zy.
So it appears to have a ratio locked at 1:1.

Note also that energy cannot be transmitted if Zx or Zy = zero.

Code:
For Zx = 0 To 100.1 Step 10/3
    Zy = 100 - Zx
    ' compute
    Zb = 2 * Zy - Zx
    Za = 2 * Zx - 2 * Zb
    Zc = Za / 2
    Zd = 2 * Zb
    ' close the loop
    Zxx = Za / 2 + Zb / 2
    Print Zx; Za; Zb; Zc; Zd; Zy; Zxx
Next Zx

    Zx        Za        Zb        Zc        Zd        Zy        Zxx
    0.000  -400.000   200.000  -200.000   400.000   100.000  -100.000
    3.333  -373.333   190.000  -186.667   380.000    96.667   -91.667
    6.667  -346.667   180.000  -173.333   360.000    93.333   -83.333
   10.000  -320.000   170.000  -160.000   340.000    90.000   -75.000
   13.333  -293.333   160.000  -146.667   320.000    86.667   -66.667
   16.667  -266.667   150.000  -133.333   300.000    83.333   -58.333
   20.000  -240.000   140.000  -120.000   280.000    80.000   -50.000
   23.333  -213.333   130.000  -106.667   260.000    76.667   -41.667
   26.667  -186.667   120.000   -93.333   240.000    73.333   -33.333
   30.000  -160.000   110.000   -80.000   220.000    70.000   -25.000
   33.333  -133.333   100.000   -66.667   200.000    66.667   -16.667
   36.667  -106.667    90.000   -53.333   180.000    63.333    -8.333
   40.000   -80.000    80.000   -40.000   160.000    60.000     0.000
   43.333   -53.333    70.000   -26.667   140.000    56.667     8.333
   46.667   -26.667    60.000   -13.333   120.000    53.333    16.667
   50.000     0.000    50.000     0.000   100.000    50.000    25.000
   53.333    26.667    40.000    13.333    80.000    46.667    33.333
   56.667    53.333    30.000    26.667    60.000    43.333    41.667
   60.000    80.000    20.000    40.000    40.000    40.000    50.000
   63.333   106.667    10.000    53.333    20.000    36.667    58.333
   66.667   133.333    -0.000    66.667    -0.000    33.333    66.667 ****
   70.000   160.000   -10.000    80.000   -20.000    30.000    75.000
   73.333   186.667   -20.000    93.333   -40.000    26.667    83.333
   76.667   213.333   -30.000   106.667   -60.000    23.333    91.667
   80.000   240.000   -40.000   120.000   -80.000    20.000   100.000
   83.333   266.667   -50.000   133.333  -100.000    16.667   108.333
   86.667   293.333   -60.000   146.667  -120.000    13.333   116.667
   90.000   320.000   -70.000   160.000  -140.000    10.000   125.000
   93.333   346.667   -80.000   173.333  -160.000     6.667   133.333
   96.667   373.333   -90.000   186.667  -180.000     3.333   141.667
  100.000   400.000  -100.000   200.000  -200.000     0.000   150.000
 
Last edited:
  • #20
Though your gear system differs, IMHO, result resembles a 'Variable Slip Differential', where clutch limits 'independence' of output shafts.

FWIW, perhaps research epicyclic gear-boxes with ratios changed by variously braking stages ??

A colleague explained such to me: Seems such constant-mesh gear-boxes were fitted to local bus fleet, pneumatically operated. At first, all was well. In fact, drivers and passengers alike were delighted.

Sadly, their first 'serious' winter, frost choked air-line couplings. It was his job to scoot from depot in little van, wallop the 'Usual Suspects' with a soft-faced hammer, restore progress.

I delighted / horrified him by mentioning the hapless US nuclear sub whose air-tanks' tropical humidity fatally 'frosted' air-lines when, after a reactor 'scram', they tried to blow their ballast tanks...

Like that sub's kin, the bus-fleet was urgently retro-fitted with both wider air-couplings and better humidity control...
 
  • #21
Does no one have a comment on my observation that the scenario the OP has posted is identical to a pair of automotive rear axles rolling along?
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
Replies
6
Views
7K