Variable diameter bicycle wheel

In summary, your model is a simplified version of what is involved in a bicycle wheel. You assume that there is a massless spoke connected to the hub, with a tiny cylinder on that spoke that can move back and forth without friction. The hub is at rest, and the wheel rotates with respect to an externally applied torque. You also assume that the angular velocity has a constant direction. You use this information to calculate the new position of the weights, and then use this information to calculate the moment of inertia for the system.
  • #1
vortmax
19
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:

[tex]\dot{\omega}[/tex] = f(T,I)

[tex]\dot{T}[/tex] = f([tex]\dot{F}[/tex],r1)

[tex]\dot{I}[/tex] = f(m2,[tex]\dot{r}2[/tex])

[tex]\dot{r}2[/tex] = f(m2,[tex]\omega[/tex],k)

[tex]\dot{F}[/tex] = f(t)

thoughts? and easier way to approach it?
 
Physics news on Phys.org
  • #2
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.
 
  • #3
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 [itex]\vec{i}_{r}[/itex] be the unit radial vector.

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

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

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

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:
[tex]-k(r(t)-L)=m(\ddot{r}-r\omega^{2}) (2)[/tex]

Equations (1) and (2) describe the motion of the system.
 
  • #4
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[tex]\omega[/tex]^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

1. What is a variable diameter bicycle wheel?

A variable diameter bicycle wheel is a type of bicycle wheel that has a changing diameter as it rotates. This means that the wheel is not a perfect circle, but instead has a varying shape that can provide different benefits to the rider.

2. How does a variable diameter bicycle wheel work?

A variable diameter bicycle wheel typically has an elliptical or oval shape, with a larger diameter on one side and a smaller diameter on the other. As the wheel rotates, the rider experiences a constantly changing contact patch with the ground, which can improve stability and handling.

3. What are the benefits of using a variable diameter bicycle wheel?

Variable diameter bicycle wheels are designed to improve the performance of the bike and the comfort of the rider. They can provide better traction, improved handling and stability, and a smoother ride over rough surfaces.

4. Are there different types of variable diameter bicycle wheels?

Yes, there are different types of variable diameter bicycle wheels. Some use a single variable diameter, while others have multiple variable diameters throughout the wheel. Additionally, there are different methods of achieving variable diameter, such as using a curved rim or a 3D-printed lattice structure.

5. Are there any drawbacks to using a variable diameter bicycle wheel?

While variable diameter bicycle wheels can provide many benefits, they also have some potential drawbacks. They can be more expensive and difficult to manufacture, and may also require specialized frames or forks. Additionally, some riders may find the changing shape of the wheel to be uncomfortable or disorienting.

Similar threads

Replies
15
Views
2K
  • Classical Physics
2
Replies
61
Views
951
Replies
22
Views
1K
Replies
5
Views
1K
Replies
2
Views
990
Replies
8
Views
1K
  • Classical Physics
Replies
6
Views
720
  • Advanced Physics Homework Help
Replies
2
Views
765
Replies
15
Views
1K
  • Classical Physics
Replies
6
Views
1K
Back
Top