Let t be the distance the center of the wheel has moved from (0,0). Then:
x=t+sin(t)
y=cos(t)
Taking the derivitives:
dx/dt=1+cos(t)
dy/dt=-sin(t)
The change in arc length can be defined as ( (dx/dt)2 + (dy/dt)2 ) 1/2.
So the total arc length is the integral from 0 to 2pi of ( (dx/dt)2 + (dy/dt)2 ) 1/2.
After a few steps this integral becomes:
21/2 * (1+cos(t))1/2.
Multiply by (1-cos(t))1/2 / (1-cos(t))1/2 and the integral becomes:
21/2 * sin(t) / (1-cos(t))1/2.
Let u=cos(t) and the integral becomes:
21/2 * (1-u)-1/2.
Integrating this you get:
21/2 * 2 * (1-u)1/2 .
The bounds are 0 to 2*pi, so the total arc length is:
21/2 * 2 * (21/2+21/2) =
21/2 * 2 * 2 * 21/2 = 8
Michael Shackleford, A.S.A.