I'm asked to derive a relationship for the leaning angle of a bicycle with the following specs:
- Center of gravity for bike and rider is a distance $L$ above the ground when vertical, and the total mass of bike and rider is $M$.
- The wheel radius is $r$ and the wheel mass is $m$
- The radius of curvature for the turn is $R$, the speed is $v$
I am to show that $$\tan \theta = \frac{v^2}{R} \frac{2mr + ML}{MLg}$$ but I am unsure. If I take $M$ to be the total mass, including the wheels, then I would guess that the condition is that centrifugal force and gravity act in such a way that the total torque is zero, i.e. $$M g L \sin \theta = M \frac{v^2}{R} \cos \theta L$. But then the mass of the wheels and their radius doesn't enter.
If, on the other hand, I exclude the wheels from $M$, wouldn't I still have to add them to both sides, i.e. $$(MgL + 2mgr) \sin \theta = \frac{v^2}{R} \cos \theta (ML + 2mr)$$
or where does the extra term 2mr come from?