In one complete rotation, what is the total distance traveled by a point on the rim of a rolling disc of radius 5?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Very beautiful problem, though I'm curious as to whether it can be done without calc.
Begin with the parametric equation for a cycloid
x = r ( t − sin ( t ) )
y = r ( 1 − cos ( t )
The length of the curve is then given by
L = ∫ 0 2 π ( d x ) 2 + ( d y ) 2 d t
L = r ∫ 0 2 π ( 1 − cos ( t ) ) 2 + ( sin ( t ) ) 2 d t
L = r ∫ 0 2 π 2 − 2 cos ( t ) d t
L = 2 r ∫ 0 2 π 2 1 − cos ( t ) d t
L = 2 r ∫ 0 2 π sin ( 2 t ) d t
L = 4 r ( − cos ( π ) + cos ( 0 ) )
L = 8 r
Here, the radius is 5 and thus the answer is 40.