top of page

Lorentz factor vs Energy for Electrons and Protons

  • Lafky
  • Apr 7, 2021
  • 1 min read

A common question asked of light sources is, "why electrons"?


After all, if any charged particle emits radiation when moving through a magnetic field, then surely protons would be just as useful?


Actually no. Larmor's formula tells us the power emitted by a charged particle is proportional to the Lorentz factor raised to the 6th power!


ree

In practice when the acceleration is orthogonal to the velocity, as must be the case with magnetic fields, two of the gammas cancel out leaving you with P ∝ γ^4.

We can see that for a given energy of 3 GeV, electrons have γ ≈ 5871 whereas protons have a γ ≈ 4.2. The ratio of power radiated then is on the order of 3.8e12.

Comments


© 2023 by Train of Thoughts. Proudly created with Wix.com

bottom of page
.slidecontainer { width: 100%; /* Width of the outside container */ } /* The slider itself */ .slider { -webkit-appearance: none; /* Override default CSS styles */ appearance: none; width: 100%; /* Full-width */ height: 25px; /* Specified height */ background: #d3d3d3; /* Grey background */ outline: none; /* Remove outline */ opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ -webkit-transition: .2s; /* 0.2 seconds transition on hover */ transition: opacity .2s; } /* Mouse-over effects */ .slider:hover { opacity: 1; /* Fully shown on mouse-over */ } /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ .slider::-webkit-slider-thumb { -webkit-appearance: none; /* Override default look */ appearance: none; width: 25px; /* Set a specific slider handle width */ height: 25px; /* Slider handle height */ background: #4CAF50; /* Green background */ cursor: pointer; /* Cursor on hover */ } .slider::-moz-range-thumb { width: 25px; /* Set a specific slider handle width */ height: 25px; /* Slider handle height */ background: #4CAF50; /* Green background */ cursor: pointer; /* Cursor on hover */ }