it depends on the spoke pattern and display framerate. A PAL TV has 30 frames/sec.
So imagine a 6-way symmetrical wheel like the OZ F1. That means, each 1/6 revolution of the wheel, the pattern is identical. If (wheel rpm * 6) is a multiple of 1800 (frames/min TV framerate), the wheel appears to be stationary. At (n + 0.5) * 300rpm, the wheel appears as a 'blur'. Anything between these 2 values, the wheel appears to be spinning forward or backward.
Given the F1 tyre diameter as 660mm, the circumference would be 2073mm and hence we can calculate the speeds at which the wheels appear to be stationary, spinning forward, backward, or blurry.
so for example:
Code: Select all
rpm kph appearance
600 74.63 stationary
spinning forward
750 93.28 blurry
spinning backward
900 111.94 stationary
spinning forward
1050 130.6 blurry
spinning backward
1200 149.3 stationary
as you can imagine an F1 car goes through these speeds in a flash, that's why the spinning backward/forward thing is only visible at higher speeds,or in slow-motion replays (effectively modifying the framerate). If you have wheels with a different level of symmetry, modify the calculations accordingly.