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
Consider an extremely long and perfectly calibrated scale. A car with a mass of 1000 kg is placed on it, and the scale registers this weight accurately. Now, suppose the car begins to move, reaching very high speeds. Neglecting air resistance and rolling friction, if the car attains, for example, a velocity of 500 km/h, will the scale still indicate a weight corresponding to 1000 kg, or will the measured value decrease as a result of the motion? In a second scenario, imagine a person with a...
Dear all, in an encounter of an infamous claim by Gerlich and Tscheuschner that the Greenhouse effect is inconsistent with the 2nd law of thermodynamics I came to a simple thought experiment which I wanted to share with you to check my understanding and brush up my knowledge. The thought experiment I tried to calculate through is as follows. I have a sphere (1) with radius ##r##, acting like a black body at a temperature of exactly ##T_1 = 500 K##. With Stefan-Boltzmann you can calculate...
Thread 'Gauss' law seems to imply instantaneous electric field propagation'
Imagine a charged sphere at the origin connected through an open switch to a vertical grounded wire. We wish to find an expression for the horizontal component of the electric field at a distance ##\mathbf{r}## from the sphere as it discharges. By using the Lorenz gauge condition: $$\nabla \cdot \mathbf{A} + \frac{1}{c^2}\frac{\partial \phi}{\partial t}=0\tag{1}$$ we find the following retarded solutions to the Maxwell equations If we assume that...
Back
Top