Variable diameter bicycle wheel

AI Thread Summary
The discussion revolves around modeling the angular velocity profile of a bicycle wheel with weights on its spokes, which change the moment of inertia as the wheel accelerates. The user is exploring equations to describe the system's dynamics, including torque, angular momentum, and the effects of a spring connecting the weights to the hub. A simplified model is proposed, incorporating radial motion and external torque, leading to equations that govern the system's behavior. The user is seeking advice on calculating the radius of the weights based on angular velocity, particularly how to equate forces in a rotating mass-spring system. The conversation highlights the complexities of this unique wheel design and the iterative approach to solving the equations.
vortmax
Messages
18
Reaction score
1
I'm attempting to write a simple model to describe the angular velocity profile (aka angular acceleration) of a bicycle wheel for different torque vs time profiles.

Where this gets complex is that it's not a normal bicycle wheel. It is a normal wheel with weights on the spokes connected to the hub by springs. So as the wheel increases it's angular velocity, the weights move outward, changing the overall moment of inertia for the wheel.

I'm going to assume that the weights are a second rim with fixed mass, but variable radius, and both 'rims' are thin shells (so I= mr^2). I'm also just (for now) looking at a torque being applied to the 'real' rim and not considering the inertia or accelerations on the whole wheel as if it were rolling down a hill.

Any thoughts on how best to approach this? This is what I have so far:

\dot{\omega} = f(T,I)

\dot{T} = f(\dot{F},r1)

\dot{I} = f(m2,\dot{r}2)

\dot{r}2 = f(m2,\omega,k)

\dot{F} = f(t)

thoughts? and easier way to approach it?
 
Physics news on Phys.org
Welcome to PF, Vortmax.
It sounds like a pretty cool idea. I know absolutely nothing involving math, so I can't comment upon your posted formulae. I would expect, however, that the same calculations that were used for the old 'flyball governors' on steam engines would apply. They also increased their diameter with rising rpm's. Maybe there's something in the old literature than can help you.
 
Well, I'll make a shot at this, with a very simplified model:

Let the radius of the wheel be R, the mass M.
On one of the massless spokes of the wheel, there is a tiny "cylinder" of mass m that can move back and forth along the spoke without friction, having radial position r(t).

Joining the hub and the tiny cylinder is a massless spring with spring constant k, capable of giving a radial force to the cylinder, and the springs rest length is L.


For simplicity, I'll let the hub be at rest, but the wheel may rotate with respect to some externally applied torque T.

We also assume that the angular velocity has a constant direction, albeit its strength may vary.

We let \vec{i}_{r} be the unit radial vector.

The position of the cylinder is then:
\vec{r}(t)=r(t)\vec{i}_{r}
and its velocity:
\vec{v}=\dot{r}(t)\vec{i}_{r}+r(t)\omega(t)\vec{i}_{\theta}
where \omega(t) is the angular velocity of the wheel.

The cylinder's contribution to the system's angular momentum is therefore:
\vec{r}\times{m\vec{v}}=mr^{2}\omega(t)\vec{k}
where \vec{k} is the constant direction of the angular velocity.

Hence, the system's total angular momentum is:
\vec{L}=(MR^{2}+mr^{2})\omega\vec{k}
With external torque \tau\vec{k} applied, we get:
\tau=(MR^{2}+mr^{2})\dot{\omega}+2mr\dot{r}\omega (1)

Now, consider the radial component of Newton's second law of motion for the cylinder, i.e, precisely that motion of the system not captured by the moment-of-momentum equation:
We get:
-k(r(t)-L)=m(\ddot{r}-r\omega^{2}) (2)

Equations (1) and (2) describe the motion of the system.
 
Thanks, that did help a lot. Now I just need to get it into discrete form so I can code it.

To make the calculation easier, I broke down the process. Tell me if this makes sense.

For anyone not familiar with iterative methods, I just start with initial conditions, calculate any changes, update the original conditions and repeat.

I start with my initial conditions: mass of the rim, mass of the weights, radius of the rim, radius of the weights, and current angular velocity. I accelerate the wheel in it's current configuration by applying a fixed torque for x seconds (the time step). This gives me a new angular velocity. From this angular velocity, I calculate the new position of the weights (based on centripetal acceleration). From this, I can get a new moment of inertia for the system. Since angular momentum is conserved, I apply this new moment of inertia to adjust the angular velocity.

My problem now is calculating the radius of the weight based on angular velocity. Centripetal force as a function of angular velocity is m\omega^2*r, and the displacement of a spring mass system is F=-kr. When you equate the forces, the radius term is eliminated completely. Am I missing something, or how do you equate the displacement of a mass in a 1D rotating mass-spring system.
 
  • Like
Likes Tan Xin Yuan
Thread 'Question about pressure of a liquid'
I am looking at pressure in liquids and I am testing my idea. The vertical tube is 100m, the contraption is filled with water. The vertical tube is very thin(maybe 1mm^2 cross section). The area of the base is ~100m^2. Will he top half be launched in the air if suddenly it cracked?- assuming its light enough. I want to test my idea that if I had a thin long ruber tube that I lifted up, then the pressure at "red lines" will be high and that the $force = pressure * area$ would be massive...
I feel it should be solvable we just need to find a perfect pattern, and there will be a general pattern since the forces acting are based on a single function, so..... you can't actually say it is unsolvable right? Cause imaging 3 bodies actually existed somwhere in this universe then nature isn't gonna wait till we predict it! And yea I have checked in many places that tiny changes cause large changes so it becomes chaos........ but still I just can't accept that it is impossible to solve...
Back
Top