Lesson 12 of 15
Lasers and Beam Intensity
Lasers and Beam Intensity
LASER stands for Light Amplification by Stimulated Emission of Radiation. Unlike ordinary light, laser light is:
- Monochromatic: single wavelength
- Coherent: all photons in phase
- Collimated: very low divergence
Stimulated Emission
An atom in an excited state can be triggered by an incoming photon to emit an identical photon — same wavelength, direction, and phase. This is stimulated emission, the mechanism behind laser amplification.
In a laser:
- A gain medium (gas, crystal, semiconductor) provides atoms to excite.
- A pump (electrical discharge, flash lamp, another laser) creates a population inversion — more atoms in the excited state than the ground state.
- An optical resonator (two mirrors) traps the light, building up stimulated emission.
- One mirror is partially transparent — the output coupler — letting the beam exit.
Laser Intensity
The intensity of a laser beam is the power per unit area:
For a circular Gaussian beam with diameter (radius ):
Example: A 5 mW laser pointer with beam diameter 2 mm:
Even a low-power laser can reach intensities dangerous to the eye because the beam is so narrow.
Beam Area
The cross-sectional area of a circular beam of diameter (in mm) in mm²:
Your Task
Implement the intensity and area functions. Use from the math module.
Python runtime loading...
Loading...
Click "Run" to execute your code.