Andrew Cooke | Contents | Latest | RSS | Previous | Next

C[omp]ute

Welcome to my blog, which was once a mailing list of the same name and is still generated by mail. Please reply via the "comment" links.

Always interested in offers/projects/new ideas. Eclectic experience in fields like: numerical computing; Python web; Java enterprise; functional languages; GPGPU; SQL databases; etc. Based in Santiago, Chile; telecommute worldwide. CV; email.

Personal Projects

Choochoo Training Diary

Last 100 entries

Surprise Paradox; [Books] Good Author List; [Computing] Efficient queries with grouping in Postgres; [Computing] Automatic Wake (Linux); [Computing] AWS CDK Aspects in Go; [Bike] Adidas Gravel Shoes; [Computing, Horror] Biological Chips; [Books] Weird Lit Recs; [Covid] Extended SIR Models; [Art] York-based Printmaker; [Physics] Quantum Transitions are not Instantaneous; [Computing] AI and Drum Machines; [Computing] Probabilities, Stopping Times, Martingales; bpftrace Intro Article; [Computing] Starlab Systems - Linux Laptops; [Computing] Extended Berkeley Packet Filter; [Green] Mainspring Linear Generator; Better Approach; Rummikub Solver; Chilean Poetry; Felicitations - Empowerment Grant; [Bike] Fixing Spyre Brakes (That Need Constant Adjustment); [Computing, Music] Raspberry Pi Media (Audio) Streamer; [Computing] Amazing Hack To Embed DSL In Python; [Bike] Ruta Del Condor (El Alfalfal); [Bike] Estimating Power On Climbs; [Computing] Applying Azure B2C Authentication To Function Apps; [Bike] Gearing On The Back Of An Envelope; [Computing] Okular and Postscript in OpenSuse; There's a fix!; [Computing] Fail2Ban on OpenSuse Leap 15.3 (NFTables); [Cycling, Computing] Power Calculation and Brakes; [Hardware, Computing] Amazing Pockit Computer; Bullying; How I Am - 3 Years Post Accident, 8+ Years With MS; [USA Politics] In America's Uncivil War Republicans Are The Aggressors; [Programming] Selenium and Python; Better Walking Data; [Bike] How Fast Before Walking More Efficient Than Cycling?; [COVID] Coronavirus And Cycling; [Programming] Docker on OpenSuse; Cadence v Speed; [Bike] Gearing For Real Cyclists; [Programming] React plotting - visx; [Programming] React Leaflet; AliExpress Independent Sellers; Applebaum - Twilight of Democracy; [Politics] Back + US Elections; [Programming,Exercise] Simple Timer Script; [News] 2019: The year revolt went global; [Politics] The world's most-surveilled cities; [Bike] Hope Freehub; [Restaurant] Mama Chau's (Chinese, Providencia); [Politics] Brexit Podcast; [Diary] Pneumonia; [Politics] Britain's Reichstag Fire moment; install cairo; [Programming] GCC Sanitizer Flags; [GPU, Programming] Per-Thread Program Counters; My Bike Accident - Looking Back One Year; [Python] Geographic heights are incredibly easy!; [Cooking] Cookie Recipe; Efficient, Simple, Directed Maximisation of Noisy Function; And for argparse; Bash Completion in Python; [Computing] Configuring Github Jekyll Locally; [Maths, Link] The Napkin Project; You can Masquerade in Firewalld; [Bike] Servicing Budget (Spring) Forks; [Crypto] CIA Internet Comms Failure; [Python] Cute Rate Limiting API; [Causality] Judea Pearl Lecture; [Security, Computing] Chinese Hardware Hack Of Supermicro Boards; SQLAlchemy Joined Table Inheritance and Delete Cascade; [Translation] The Club; [Computing] Super Potato Bruh; [Computing] Extending Jupyter; Further HRM Details; [Computing, Bike] Activities in ch2; [Books, Link] Modern Japanese Lit; What ended up there; [Link, Book] Logic Book; Update - Garmin Express / Connect; Garmin Forerunner 35 v 230; [Link, Politics, Internet] Government Trolls; [Link, Politics] Why identity politics benefits the right more than the left; SSH Forwarding; A Specification For Repeating Events; A Fight for the Soul of Science; [Science, Book, Link] Lost In Math; OpenSuse Leap 15 Network Fixes; Update; [Book] Galileo's Middle Finger; [Bike] Chinese Carbon Rims; [Bike] Servicing Shimano XT Front Hub HB-M8010; [Bike] Aliexpress Cycling Tops; [Computing] Change to ssh handling of multiple identities?; [Bike] Endura Hummvee Lite II; [Computing] Marble Based Logic; [Link, Politics] Sanity Check For Nuclear Launch; [Link, Science] Entropy and Life

© 2006-2017 Andrew Cooke (site) / post authors (content).

Bicycle Wheels, Inertia, and Energy

From: andrew cooke <andrew@...>

Date: Sun, 19 Apr 2015 17:44:45 -0300

[This post is in development. I will be editing it after it’s published to my site, because I want to view it formatted correctly]

Introduction

It’s common to hear that larger bicycle wheels accelerate more slowly because they have a larger moment of inertia. But a thread on Reddit raised interesting questions that pushed me to think more carefully about the physics involved.

Physical Model

First, we need a model for a wheel. I will ignore the hub, and consider just two components - spokes and rim/tyre (for simplicity I’ll sometimes refer to the latter as just the rim below, but the tyre is obviously important too).

(I’m excluding disks because I am not sure how they are made. I may return to them later).

I’m assuming that spokes are of length \(r\), while the rim and tyre are of length \(2\pi r\) which is an approximation - the spokes are shorter and the rim is slightly shorter than the tyre, and of finite depth. But it’s good enough.

Masses and Momentts of Inertia

To get masses I’ll use linear density for all the spokes (summed). In other words, \(M_S = r \rho_S\). Similarly, for the rim, \(M_R = 2 \pi r \rho_R\). So the total mass \(M = r (2 \pi \rho_R + \rho_S)\)

The moment of interia of the rim, \(I_R\), about the axle is simple, just \(M_R r^2\) or \(2 \pi r^3 \rho_R\).

The moment of inertia of the spokes is a little more complex because they are not a disk (the effective density decreases with radius). So let’s go back to basics:

\[I_S = \int_0^r x^2 \rho_S dx = r^3 \rho_S / 3\]

So the total moment of inertia of the wheel is \(I = r^3 (2 \pi \rho_R + \rho_S / 3)\).

Energy

To accelerate a bicycle to velocity \(v\) we need to expend energy in both accelerating the centre of mass and in rotating the wheel. When the bike is moving with velocity \(v\) the wheel rotates with angular velocity \(\dot\theta = v / r\). The total energy required is

\[E = \frac{1}{2} (M v^2 + I \dot{\theta}^2) = \frac{1}{2} r v^2 [(2 \pi \rho_R + \rho_S) + (2 \pi \rho_R + \rho_S / 3)]\]

If we compare this to the equivalent energy for non-rotating mass, \(E_{NR} = \frac{1}{2} M v^2\) then we can write \(E = X E_{NR}\) where

\[X = \frac{(2 \pi \rho_R + \rho_S) + (2 \pi \rho_R + \rho_S / 3)} {2 \pi \rho_R + \rho_S} = 1 + \frac{2 \pi \rho_R + \rho_S / 3}{2 \pi \rho_R + \rho_S}\]

Discussion

First, pretty clearly, \(X>1\). In other words, as is commonly known, rotating mass hurts. It’s close to twice as “bad” in terms of the total energy required to reach a particular speed.

Second, because \(M\) increases with \(r\), so does \(E\) (because \(E = X M v^2\)). That means that larger wheels mean you need to do more work. But how much more?

There are two ways to look at this. One way is to note that because \(X > 1\), a larger wheel is worse than you would expect from the weight alone. The “effective mass” is almost twice as bad. But the other way is to note that, perhaps counter-intuitively, that relationship is only linear (through \(M\)). You might expect increasing wheel size to hit you “quadratically” - more than you’d expect from the effective mass alone. But it doesn’t. And one way to explain this is given in the Reddit thread I linked to earlier - for a given speed over the ground, a larger wheel rotates more slowly.

Andrew

(I had to reconstruct this page from fragments after a mix-up with email. I hope it is still coherent).

Comment on this post