Home

The Bidwell effect

An unexplained phenomenon of colour vision

The Bidwell effect is a remarkable phenomenon of colour vision. The apparatus consists of a disc, one half of which is white, and the other half of which is black. At the junction, a cake-slice is cut out of the disc. The disc is lit strongly from the front with a white light, and rotates a few times a second. A red light is placed behind the disc so that it is revealed every time the gap in the disc passes in front of it. Astonishingly, the red light appears greenish-blue. Not a trace of redness is left.

It took a lot of experiment to get this effect to work well. Along the way, I learned the following lessons:

  • The black part of the disc must be really black. You should use black velvet, noting that not all black velvets are equally black.
  • The intensity of the white light shining on the disc is crucial. If it is too dim, the original red colour of the red light does not disappear, but if the white light is too bright, the illusory green colour becomes washed out. It is easy to adjust the brightness of the white light by changing its distance from the disc. I used a 50 W halogen reflector lamp.
  • It is important that the red light is even in brightness. If it isn't, some parts will remain red while others turn green. In the latest version of the device, I used a red LED shining through a hole into a white table-tennis ball.
  • The size of the missing sector in the disc doesn't seem to be very important. My current disc has a 60-degree missing sector.
  • The speed of rotation of the disc isn't crucial - 3 revolutions per second is about right. On the other hand, the direction of rotation is important. The sequence seen by the viewer should be black-red-white-black-red-white.

I first saw this effect as a lecture demonstration when I was an undergraduate. I haven't yet had time to write up the latest version of the demo, Meanwhile, you can read below a description of the apparatus that I built to see if I could reproduce the effect. If it looks like a pile of junk, that's because most of it is. But it works.

Apparatus for demonstrating the Bidwell effect

Details of construction

The disc was made of two CDs. Each had a cut-out in it, and by adjusting the overlap of these cut-outs, I could adjust the size of the resulting gap. Half of the front CD was covered in black velvet, and the other half was painted matt white. The front of the disc was lit by a desk lamp, and I used a low-wattage red light bulb as the red light. This was placed behind the disc in such a place that it was hidden except when the cut-out passed in front of it.

The disc was rotated by a stepper motor salvaged from an old ink-jet printer. I used a stepper motor because it gave me very good control of the speed of the disc. It also allowed me to control exactly where the disc stopped. This was useful because I could ensure that the disc always stopped with the cut-out in front of the red light, allowing the user to easily see that the light really was red.

I generated control signals for the stepper motor using a PIC microcontroller - these signals were inputs to a Darlington array (ULN2003 chip) that switched the actual currents to the stepper motor. The program for the PIC chip had a number of features. Firstly, it allowed the user to adjust the speed of the motor. Secondly, on starting, it slowly ramped up the disc speed, because the stepper motor will 'slip' if it tries to go to full speed immediately. Finally, when the user presses the 'stop' button, the program ensures that the disc comes to rest with the cut-out in front of the red light. To do this, I used an infra-red LED/diode combination (OPB625) to detect the cut-out on each revolution. When the 'stop' button is pressed, the program waits until the cut-out passes the detector, and then starts a slowing-down sequence that lets the motor do a predetermined number of steps before coming to a halt. The number of steps, and hence the stopping position, is adjustable using a potentiometer.

Why does the effect happen?

As far as I am aware, nobody is completely sure. However, it is something to do with the after-images that you see after viewing a coloured light. After a red light is extinguished, you see a very brief positive (red) after-image followed by a longer-lived negative (blue-green) after-image. Somehow, the bright white part of the disc that immediately follows the exposure of the red light drowns out the positive after-image. But by the time the negative after-image occurs, the disc has turned so that you have a nice dark background to see it against. What I don't understand is why the initial (real) flash of red is not seen.