Optics And Color Codexery

Reflection (physics)

Wavefront returns into the original medium upon striking an interface.

Reflection (physics)

Basile Morin · CC BY-SA 4.0

Reflection is the change in direction of a wavefront at an interface between two different media so that the wavefront returns into the medium from which it originated. Common examples include the reflection of light, sound and water waves. The law of reflection states that for specular reflection the angle at which the wave is incident on the surface equals the angle at which it is reflected. Reflection is observed with many types of electromagnetic waves, including visible light, radio waves, and even hard X-rays and gamma rays at shallow angles using special grazing mirrors.

field
Physics
known_for
Law of reflection, specular and diffuse reflection, total internal reflection, retroreflection
types
Specular, diffuse, retroreflection, multiple reflections
applications
Mirrors, sonar, radar, X-ray telescopes, traffic signs, thin-film optics

Lore & Background

Reflection occurs when a wavefront encounters an interface between two different media and returns into the medium from which it originated. The law of reflection, which applies to specular reflection, states that the angle of incidence equals the angle of reflection, with the incident ray, reflected ray, and normal all lying in the same plane. These laws can be derived from the Fresnel equations, which solve Maxwell's equations for light striking a boundary and predict how much light is reflected versus refracted.

Reader's Guide

Reflection is fundamental to numerous technologies and natural phenomena. In acoustics, it produces echoes and enables sonar; in geology, it is crucial for studying seismic waves. Specular reflection from flat surfaces forms mirror images, while curved mirrors can magnify or demagnify images and have optical power. Total internal reflection, occurring when light in a denser medium strikes an interface at an angle greater than the critical angle, is used in X-ray telescopes to focus waves that cannot be reflected by conventional means. Diffuse reflection, caused by microscopic irregularities, allows most objects to be visible by scattering light in all directions. Retroreflection, where light is returned toward its source, is employed in traffic signs and automobile license plates, and occurs naturally in some animals' eyes and in dew on grass. Multiple reflections between two facing mirrors produce an infinite series of images.

Did You Know?

Defining the Caustic Envelope

A caustic is the geometric boundary formed where reflected or refracted light rays converge after interacting with a curved surface. Rather than being a single line, it represents the envelope to which every individual ray in the bundle is tangent, creating a curve or surface of concentrated illumination. This boundary acts as a dividing line between regions of high and low light density. In many practical situations, the caustic manifests visually as a bright patch or a sharply defined luminous edge, often exhibiting cusp singularities—points where the curve folds back on itself. The term itself carries a historical weight: it derives from the Greek word for "burnt" (καυστός), passed through Latin as causticus meaning "burning," a nod to the fact that concentrated sunlight along such a curve can reach temperatures sufficient to cause combustion.

Everyday Encounters with Caustic Light

Caustics are far from abstract; they appear in ordinary settings with remarkable regularity. A classic example involves shining light through a drinking glass: while the glass casts a shadow, it simultaneously projects a curved region of intensified brightness. Under ideal conditions—perfectly parallel incident rays, as though originating from a point at infinite distance—the resulting pattern takes the form of a nephroid, a two-cusped curve. On a larger scale, sunlight passing through the undulating surface of a body of water generates rippling caustic patterns that dance across the bottom. Perhaps the most celebrated natural caustic is the rainbow, where light scattered by spherical raindrops is refracted into arcs of varying radius, with different wavelengths separating to produce the familiar spectral bow. Each of these phenomena illustrates the same underlying principle: curved interfaces redirect light into concentrated envelopes, making the invisible geometry of ray paths visible to the eye.

Rendering Caustics in Computer Graphics

Modern rendering pipelines in computer graphics routinely simulate caustic effects, and some systems even extend this to volumetric caustics where light appears to pool within a medium. The core technique involves raytracing the possible paths a light beam might follow, accounting for both refraction and reflection at each surface encounter. One prominent implementation is photon mapping, in which virtual photons are launched from a light source and allowed to bounce through the scene according to physical rules; wherever a sufficient density of photons strikes a surface, that region is rendered brighter than its surroundings, producing the caustic. An alternative approach, called backward ray tracing, starts at the receiving surface and works in reverse to determine whether a direct path to the light source exists. However, the driving priority in most graphics systems—particularly real-time game engines—tends to be visual appeal rather than strict physical fidelity, with generic pre-calculated textures often substituting for genuine optical computation.

Caustic Engineering and Real-World Fabrication

Caustic engineering tackles the inverse of the rendering problem: given a desired target image, one must determine the precise surface geometry whose reflected or refracted light reproduces that image. In the discrete formulation, the target surface is partitioned into numerous small micro-surfaces, each assumed smooth enough to produce a Gaussian-distributed caustic patch. The position and orientation of every micro-surface are then solved using a combination of Poisson integration and simulated annealing. For the continuous version, one promising strategy borrows from optimal transport theory to establish a mapping between incoming rays and the target pattern, after which the surface is iteratively refined using Snell's law of refraction. Once the computational design is finalized, it moves to the manufacturing stage, typically via subtractive machining. Materials range from acrylic, polycarbonate, and glass for refractive applications to steel, titanium, and gold for reflective ones. Finished caustic elements find their way into luminaires, jewelry, architectural features, and decorative glass production.

Gallery

More in Optics And Color 1-15

Spotted an error? Know more?

This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record

Comments

Loading…
Open in the interactive codex →