A while back, I created a small demo on Khan Academy. Since I’ve decided to use this blog to post educational material (and other things that I have yet to decide on), I figured that I may as well take the time to share and flesh out a mini lesson plan. Of course, after I found a way to embed Processing.js, I realized that the default angle mode is in radians while Khan Academy defaults to degrees. As a result, the CodePen snippet below has some hacky-looking modifications from the original, but it’s mostly identical. Either way, this is a good reminder to 1.) use radians from now on, and 2.) work on factoring out more constant variables so that I don’t have to go on a programmer’s version of hide-and-go seek. With that mental note out of the way, onto the lab!

Background

There are already lots of great resources explaining the history behind the photoelectric effect and the phenomenon itself. Consequently, in an attempt to provide something with a twist, I’ve decided to opt for an exploratory approach. With that said, I’ll still provide a brief recap so that we can “stand on the shoulders of giants”.

Once upon a time, there was a great light debate. On one side was the wave theory of light, and on the other side was the particle theory. Christiaan Huygens, a Dutch physicist, argued that light behaved as a wave and that each point of a wavefront was itself a source of radiation that propagated outwards with the same frequency and phase. He published this result in 1678, now known as Huygens’ Principle, in his Traité de la Lumière (Treatise on Light).

Huygens' Principle by Arne Nordmann - Own illustration, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=1944668
Refraction on a aperture

Huygens also attacked Issac Newton’s particle theory of light, rightfully claiming that his theory could not explain diffraction (bending of waves around obstacles), interference, and other phenomena. Newton countered in his 1704 publication Opticks by claiming that particles created waves in the “aether”, a magical medium that was believed to exist throughout space. Both theories would be proven wrong.

Diffraction Interference
Wave diffraction photo from Exploratorium.
CC BY 3.0 US.
An illustration of wave interference
by Sybille Yates via Shutterstock

With that said, Newton’s fame did popularize the particle theory initially, but wave theory gained traction by the 19th century. In 1887, Heinrich Hertz set up a spark gap transmitter as part of an experiment to detect electromagnetic waves. However, he noticed that sparks were more vigorous when the device was exposed to ultraviolet light. This was bizarre considering that classical wave theory states that the intensity of the light determines the amplitude of the wave, which would in turn vibrate the electrons on a piece of metal more rapidly and eject photoelectrons with greater kinetic energy. What did frequency have to do with anything?

Hertz concluded that “…I confine myself at present to communicating the results obtained, without attempting any theory respecting the manner in which the observed phenomena are brought about.” Fortunately, JJ Thompson and Philipp Lenard set out to explore this behavior in the following decade, which we’ll be replicating below.

The Setup

  1. We’ve set up a lamp to shine over the negatively-charged metal plate. There’s a really neat adjustable lightbulb where you can change the color of the light. In addition, it comes with a dimmer so you can crank the intensity up or down to your liking.

  2. On the other end is an electron collector. Notice that it’s positively charged so that electrons will be attracted to it. This can be accomplished by hooking up a variable power supply in series with the circuit shown below. Let’s just pretend it’s already hidden behind the ammeter.

  3. If you need to reset everything to the initial setup, don’t worry, we’ve hired a lab assistant. Simply click the “rerun” button in the lower right corner.


See the Pen eGMNyj by Warren (@Liwmo) on CodePen.


Questions (Part 1)

  1. Let’s start off with red light (\(\lambda=750\) nm) and the sodium plate. Go ahead and play with the light intensity. What do you notice?

  2. Next, we’ll fix the light intensity at some mid-range value. Now, slowly adjust the color. At what frequency are electrons finally ejected? What is the current through the wire?

  3. What happens to the electrons as you decrease the wavelength further? Construct a plot of current versus wavelength using quantitative data, and sketch a qualitative plot of photoelectron kinetic energy vs frequency.

  4. Double the light intensity (you can assume that slider values scale linearly from 0% to 100% brightness). What is the new current? Feel free to repeat this procedure with various starting points. With this knowledge, what does the relationship between current and intensity look like?

Break Time

Prior to the 20th century, Max Planck had already hinted at the fact that electromagnetic energy was quantized. That is, energy took on discrete values given by \(E=hf\), where \(f\) represents frequency and \(h \approx 4.136 \cdot 10^{-15} \text{ eV} \cdot \text{s}\) is a number we now call Planck’s constant. Planck only applied this “mathematical trick” in an attempt to get sensible results, but Albert Einstein saw this as the key to understanding the photoelectric effect.

Before we move on to the explanation, let’s take some time to acknowledge how counter-intuitive it was (and still is) for nature to be discretized. Sure, one can count number of items, say 5 apples, and note that counting numbers are discrete. However, in our physical world, you’re still able to cut an apple in half and get 1/2 an apple, 0.3692 apples, or any other continuous value. The food we eat is not quantized and we think of heights as continuous numbers; we don’t grow in exact 0.5 inch increments.

With that aside, we’re well on our way to the quirkiness of modern physics. Let’s think of our experiment as a collision. Then, according to the law of conservation of energy:

\[hf = KE_{max} + \Phi\]

where \(hf\) represents our photon (a quanta of EM energy) before the collision, \(KE_{max}\) is the kinetic energy of an electron after the collision, and \(\Phi\), which we’ll call the work function, is the energy required to eject the electron in the first place. Fun fact: Einstein won the Nobel prize for his insight into the photoelectric effect, not relativity.

Questions (Part 2)

  1. If we shine blue light (\(\lambda = 450\) nm) onto a cesium plate, what is the maximum kinetic energy of an emitted electron in electron volts?

  2. Answer question 5 again if we replace cesium with calcium (this is a bit of a trick question).

  3. For question 5, what is the velocity of the photoelectron in km/s?

  4. A photon with a momentum of \(0.005 \frac{\text{keV}}{\text{c}}\) has just enough energy to eject an electron from some material. Indicate the transition metal with which this material is most likely composed.

  5. Let’s say we try to apply a potential difference between the plate and collector so that it’s just enough to stop an electron from reaching the collector. This stopping voltage \(V_0\) is found to be \(0.72 \text{ mV}\). In our setup, we’re using photons with an angular frequency of \(\omega = 5.4 \cdot 10^{-15} \text{ s}^{-1}\) and a silver sample, which has a work function that depends on the face of the crystal (see resource below). Determine the corresponding face.

That’s it! The photoelectric effect demonstrated the particle-like properties of light and eventually gave way to the wave-particle duality of photons. To conclude, here’s a short video of a physical experiment: