Skip to content

Optics Chapter Overview

This chapter covers the wave-optics fundamentals you need before reading the simulation or image sensor chapters. It is solver-agnostic: the equations and intuitions here hold for any electromagnetic method.

Why wave optics?

Geometric (ray) optics treats light as straight rays that refract and reflect at interfaces. It works well when every feature in the system is much larger than the wavelength. Modern CMOS image sensors break this assumption:

  • Pixel pitches of 0.6–1.0 um are comparable to visible wavelengths (0.38–0.78 um).
  • Color filter arrays, microlens arrays, and Deep Trench Isolation (DTI) form periodic sub-wavelength structures.
  • Anti-reflection coatings and BARL stacks rely on interference, which ray optics cannot describe.

To predict quantum efficiency, crosstalk, and angular response correctly, we have to solve Maxwell's equations directly. That is what this chapter prepares you for.

What this chapter covers

PageTopicKey takeaway
Light BasicsWavelength, refractive index, polarization, absorptionThe vocabulary used by every later page
Electromagnetic WavesMaxwell's equations, plane waves, boundary conditionsThe governing equations all solvers approximate
Thin Film OpticsFresnel coefficients, multilayer interference, ARC designWhy BARL stacks and ARCs work
DiffractionPeriodic gratings, diffraction orders, Bloch wavesWhy sub-wavelength pixel features require modal methods

Boundary with nearby pages

Nearby pageDifference
Optics PrimerBuilds intuition without equations; this chapter gives the compact formulas and solver vocabulary.
Image Sensor OpticsApplies these laws to microlenses, CFA, BARL, silicon, and DTI.
RCWA ExplainedTurns the diffraction and Maxwell formalism into a numerical algorithm.

How this connects to the rest of theory

  • The image sensor chapter applies these concepts to the layered BSI pixel structure.
  • The simulation chapter shows how each solver discretizes Maxwell's equations into a numerical scheme.

TIP

If you only need a refresher, Light Basics and the first sections of Electromagnetic Waves are enough to follow the rest of the documentation.