So, with a fair amount of guess work and some fudging to make round numbers, lets just see what it will take for us to stop a 747-400 from taking off with the belt. First our assumptions: the conveyor belt can do WHATEVER it needs to do to for the plane to take off. Friction is completely irrelevant other than that it enforces the rolling without slipping condition (neglect, for example, friction due to tire deformation, bearing friction etc)… and I think that’s mostly it, but I’m sure I’m leaving thing out. Anyway, let’s hit numbers:
747-400:
Engine thrust: ~300,000N (281,570N but lets round a little!)
Wheel mass: ~400kgx18 (This is a guess from the fact that a brake update shaved 50kg/wheel… this number is probably a little high, but I think it’s reasonable)
Wheel radius: ~.5m (again a guess, it’s probably on the small side, but a nice clean number)
The calculation:
First, we can treat all of the wheels as a single wheel with the same radius and the combined mass. Treating the wheel as a uniform disk
I=.5 (400kg*18) (.5m)^2=900 kg m^2
for the plane to remain exactly fixed, we need for the force on the wheel to exactly cancel the thrust from the engines. First,
T=r* F=Iaa
(T=torque, F=force, I= moment of intertia, aa=angular acceleration)
solving for aa
aa=rF/I=(.5m)310^5N/900 (kg m^2)
aa=166 rad/s^2
we convert the angular acceleration to the linear acceleration of a point on the surface of the tire (and hence the conveyor belt) through the relationship
a=aa*r=83m/s^2
(this is equivalent to 0-60mph in 1/3 of a second…)
The acceleration due to gravity is ~10m/s^2, and so the belt only needs to accelerate with 8g’s, which is smaller than initial intuition would have guessed, but still pretty large. At this rate, assuming that the plane has 10 hours of fuel at full throttle, the belt will be going 3,000,000m/s or 1/100 the speed of light by the end of the flight. Not too shabby!
There are, of course, a number of approximations, but the result should be correct to within an order of magnitude. If I’ve made any stupid mistakes in the calculation, please point them out! Note that the calculation was simplified by assuming an exact force balance.