Particle accelerators: Small really is beautiful
economist.com
Particle accelerators: Small really is beautiful
1–10 of 12 posts
Re: Particle accelerators: Small really is beautiful
#2From: Stanford's own article: http://news.stanford.edu/news/2013/september/slac-chip-accel...
Re: Particle accelerators: Small really is beautiful
#3What the Economist article seem to fail to mention: "In the accelerator-on-a-chip experiments, electrons are first accelerated to near light-speed in a conventional accelerator . Then they are focused into a tiny, half-micron-high channel within a glass chip just half a millimeter long." From: Stanford's own article: http://news.stanford.edu/news/2013/september/slac-chip-accel...
Re: Particle accelerators: Small really is beautiful
#4Re: Particle accelerators: Small really is beautiful
#5Re: Particle accelerators: Small really is beautiful
#6What the Economist article seem to fail to mention: "In the accelerator-on-a-chip experiments, electrons are first accelerated to near light-speed in a conventional accelerator . Then they are focused into a tiny, half-micron-high channel within a glass chip just half a millimeter long." From: Stanford's own article: http://news.stanford.edu/news/2013/september/slac-chip-accel...
From the Economist article: "Dr Byer did still rely on an old-school accelerator to feed moderately high-speed electrons into his device in the first place. But lasers could do that job too, as the German team, led by Peter Hommelhoff, of the Friedrich Alexander University in Erlangen, and John Breuer, from the Max Planck Institute of Quantum Optics in Garching, demonstrate in a second paper, just published in Physic…
"The electrons fed into it were first sped up using a midsized standard accelerator, so when they arrived at the glass accelerator they were already travelling at 99.86% of the speed of light, or 60m electron-volts..."
Re: Particle accelerators: Small really is beautiful
#7What the Economist article seem to fail to mention: "In the accelerator-on-a-chip experiments, electrons are first accelerated to near light-speed in a conventional accelerator . Then they are focused into a tiny, half-micron-high channel within a glass chip just half a millimeter long." From: Stanford's own article: http://news.stanford.edu/news/2013/september/slac-chip-accel...
Re: Particle accelerators: Small really is beautiful
#8Re: Particle accelerators: Small really is beautiful
#9What the Economist article seem to fail to mention: "In the accelerator-on-a-chip experiments, electrons are first accelerated to near light-speed in a conventional accelerator . Then they are focused into a tiny, half-micron-high channel within a glass chip just half a millimeter long." From: Stanford's own article: http://news.stanford.edu/news/2013/september/slac-chip-accel...
Re: Particle accelerators: Small really is beautiful
#10Earlier quoted context omitted.
From the Economist article: "Dr Byer did still rely on an old-school accelerator to feed moderately high-speed electrons into his device in the first place. But lasers could do that job too, as the German team, led by Peter Hommelhoff, of the Friedrich Alexander University in Erlangen, and John Breuer, from the Max Planck Institute of Quantum Optics in Garching, demonstrate in a second paper, just published in Physic…
and also: "The electrons fed into it were first sped up using a midsized standard accelerator, so when they arrived at the glass accelerator they were already travelling at 99.86% of the speed of light, or 60m electron-volts..."
Nevertheless...
Here's a handy online-tool to calculate the speed of a particle accellerated in a electric field (enter 60000 kV to get the values for the 60 MeV electron):
http://www.ou.edu/research/electron/bmz5364/calc-kv.html
Or calculate it yourself: E = E₀ / √( 1 - β²) with E₀ being the rest-energy of the particle (511 keV in the case of the electron) and β being the velocity relative to the speed of light.
At 99.86% of the speed of light, an electron will have a total (rest-mass + acquired energy by accelleration) energy of about 10 MeV:
(in python, energies in keV)
>>> 511. / math.sqrt( 1 - .9986 ** 2 )
9660.374008193809