Point-by-Point Illuminance via Inverse Square Law
Mathematical guide to point-by-point lighting calculations using the inverse square law and Lambert's cosine law for direct illuminance tracking.
The determination of exact illuminance at a specific location on a given surface relies fundamentally on point-by-point lighting calculation methodologies. Unlike the lumen method, which provides a statistical average of illuminance across an entire space, the point-by-point method allows lighting professionals to evaluate precise light levels at any arbitrary coordinate. This level of granularity is essential for compliance with stringent task lighting requirements, egress path regulations, and precise exterior lighting ordinances where average values are insufficient.
At the core of these calculations are two foundational principles of photometry: the inverse square law and Lambert’s cosine law. The inverse square law dictates how light intensity diminishes as it propagates through space, while the cosine law accounts for the geometric relationship between the incident light ray and the receiving surface. By synthesizing these principles via direct illuminance math, engineers can accurately predict the direct illuminance contribution from a point light source onto a defined calculation grid.
Implementing these mathematical formulas manually serves as a critical verification tool. Although modern lighting design relies heavily on sophisticated software platforms, a deep understanding of the underlying mathematics ensures that engineers can audit automated results, correctly interpret photometric reports, and identify geometric anomalies in complex spatial layouts. The rigorous application of these principles ensures that the specified lighting equipment achieves the desired performance metrics in the built environment.
Core Concepts of Point-by-Point Lighting Calculation
The Inverse Square Law
The inverse square law defines the relationship between the luminous intensity of a point source and the resulting illuminance on a surface perpendicular to the direction of the incident light. The law states that the illuminance ($E$) is directly proportional to the luminous intensity ($I$) of the source and inversely proportional to the square of the distance ($d$) between the source and the receiving surface. The mathematical expression is:
E = I / d²
In this formula, when using the metric system, $I$ is measured in candelas (cd), $d$ is measured in meters (m), and $E$ is measured in lux (lx). In the imperial system, $d$ is measured in feet (ft), resulting in illuminance expressed in footcandles (fc). The core assumption of the inverse square law is that the light source acts as a true point source. According to the five-times rule of photometry, this assumption holds true when the distance from the source to the calculation point is at least five times the maximum luminous dimension of the luminaire.
Lambert’s Cosine Law
Lambert’s cosine law, originally articulated by Johann Heinrich Lambert, addresses the reduction in illuminance when light strikes a surface at an oblique angle. The law states that the illuminance on any surface varies with the cosine of the angle of incidence ($\theta$). The angle of incidence is defined as the angle between the incoming light ray and the normal (perpendicular) vector to the receiving surface.
When Lambert’s cosine law is combined with the inverse square law, the general equation for direct illuminance on a horizontal plane from a single point source becomes:
Eh = (I * cos(θ)) / d²
Where Eh represents the horizontal illuminance, $I$ is the luminous intensity in the direction of the point, $d$ is the straight-line distance from the source to the point, and $\theta$ is the angle of incidence.
Technical Deep-Dive: Direct Illuminance Math
Direct Illuminance Math for Horizontal Planes
In architectural lighting design, calculating the horizontal illuminance (Eh) on a primary work plane (typically 0.76 m or 30 inches above the finished floor) is the most common application of the point-by-point method. Using the combined inverse square and cosine laws, the calculation requires extracting the exact luminous intensity ($I$) from the luminaire’s photometric web (IES file) at the specific vertical and horizontal angles corresponding to the target point.
Alternatively, the formula can be expressed using the vertical mounting height ($H$) of the luminaire above the calculation plane, rather than the direct distance ($d$). Through basic trigonometry, d = H / cos(θ). Substituting this into the primary equation yields an equation dependent only on height and the angle of incidence:
Eh = (I * cos³(θ)) / H²
This specific derivation, known as the cosine cubed law, is extremely advantageous for engineers laying out uniform grids across large horizontal planes, such as parking lots or open-plan offices, as the mounting height ($H$) remains constant for all calculation points.
Calculating Vertical Illuminance
Vertical illuminance (Ev) calculations are critical for evaluating facial recognition in security applications, broadcasting quality in sports arenas per ANSI/IES RP-6-20, and the visibility of vertical displays. The normal vector of a vertical surface is parallel to the horizontal plane. Therefore, the relevant angle for the cosine projection shifts to the complementary angle. The resulting formula for vertical illuminance is:
Ev = (I * sin(θ)) / d²
If expressing the formula in terms of the vertical mounting height ($H$) and the vertical angle from nadir ($\theta$), the equation for vertical illuminance facing the light source becomes:
Ev = (I * sin(θ) * cos²(θ)) / H²
It is critical to specify the exact orientation of the vertical calculation meter. The above formula assumes the meter is perfectly aimed at the nadir position of the luminaire. If the vertical plane is rotated, an additional azimuthal cosine adjustment is strictly required.
Additive Nature of Illuminance
The principle of superposition dictates that the total direct illuminance at any specific point is the scalar sum of the individual illuminance contributions from every light source in the space.
E_total = E1 + E2 + E3 + … + En
When performing point-by-point lighting calculation tasks, the engineer must compute the inverse square and cosine laws independently for each luminaire relative to the target coordinate and sum the results. This mathematical reality is why computational software utilizing rigorous point-by-point ray tracing is necessary for complex environments containing hundreds of fixtures.
| Parameter | Symbol | Metric Unit | Imperial Unit | Definition |
|---|---|---|---|---|
| Illuminance | $E$ | Lux (lx) | Footcandle (fc) | Luminous flux incident per unit area. |
| Luminous Intensity | $I$ | Candela (cd) | Candela (cd) | Luminous flux emitted in a specific direction. |
| Distance | $d$ | Meter (m) | Foot (ft) | Direct straight-line distance from source to point. |
| Mounting Height | $H$ | Meter (m) | Foot (ft) | Vertical distance from source to calculation plane. |
| Angle of Incidence | $\theta$ | Degrees (°) | Degrees (°) | Angle between the incident light ray and surface normal. |
Warning: The formulas detailed above calculate strictly the direct component of illuminance. In interior spaces with highly reflective walls and ceilings, interreflected light can significantly increase the total illuminance. Point-by-point calculations relying solely on the direct component will intentionally under-predict the final measured lux levels in high-reflectance environments.
Real-World Application Examples
Consider an exterior pole-mounted area light positioned in a parking lot. The luminaire is mounted at a vertical height ($H$) of 6.0 meters above grade. We need to calculate the horizontal illuminance on the pavement at a target point located a horizontal distance ($R$) of 8.0 meters away from the pole base.
First, determine the direct distance ($d$) using the Pythagorean theorem: d = √(H² + R²) = √(6.0² + 8.0²) = √(36 + 64) = √100 = 10.0 meters
Next, determine the angle of incidence ($\theta$): cos(θ) = H / d = 6.0 / 10.0 = 0.6 θ = arccos(0.6) = 53.1°
Assuming the engineer queries the luminaire’s IES photometry file and determines that the luminous intensity ($I$) at an angle of 53.1° is exactly 4,500 candelas.
Applying the standard horizontal illuminance formula: Eh = (I * cos(θ)) / d² = (4500 * 0.6) / 10.0² = 2700 / 100 = 27.0 lux
Alternatively, using the cosine cubed law shortcut: Eh = (I * cos³(θ)) / H² = (4500 * (0.6)³) / 6.0² = (4500 * 0.216) / 36.0 = 972 / 36 = 27.0 lux
This exact methodology must be replicated for every luminaire contributing light to the specific target point to ascertain the total maintained horizontal illuminance.
Common Mistakes and Troubleshooting
Violating the Point Source Assumption
The most prevalent error in manual point-by-point illuminance calculations is applying the inverse square law to near-field conditions. If the calculation point is too close to a large linear or area luminaire (e.g., a 4-foot volumetric troffer), the physics deviate from point source behavior, and the standard equations fail. The minimum distance must strictly exceed five times the maximum luminous dimension of the fixture. For near-field analysis, engineers must utilize integral calculus over the source area or rely on sophisticated near-field photometry models.
Incorrect Angle of Incidence Definitions
Engineers frequently confuse the angle of incidence ($\theta$) with the elevation angle. In photometry, the angle of incidence is strictly measured from the normal vector of the receiving surface. For horizontal calculation planes, this corresponds directly to the vertical angle measured from nadir (0° pointing straight down). For vertical calculation planes, the normal vector is horizontal, completely altering the geometric relationship. Inputting the incorrect angle into the cosine law drastically skews the resulting illuminance values.
Ignoring Light Loss Factors
Point-by-point mathematical derivations utilizing raw IES file intensity data yield initial illuminance values. To compute maintained illuminance required for code compliance, the engineer must multiply the final result by the total Light Loss Factor (LLF). Omitting the LLF—which accounts for Luminaire Dirt Depreciation (LDD), Lamp Lumen Depreciation (LLD), and equipment factors—will result in lighting layouts that fail field verification testing over the operational lifespan of the installation.
Related Resources
- /articles/lighting-calculations/Calculating_Average_Illuminance_via_Zonal_Cavity_Method
- /articles/photometrics/point-by-point-method-photometrics
- /articles/photometrics/inverse-square-law-lighting
Frequently Asked Questions
What is the point-by-point method in lighting?
It is a calculation technique using the inverse square law and cosine law to determine the exact direct illuminance at specific spatial coordinates.
When does the inverse square law fail?
It fails in near-field conditions where the distance to the calculation point is less than five times the maximum luminous dimension of the luminaire.
How do you calculate horizontal illuminance?
Multiply the luminaire’s luminous intensity by the cosine of the angle of incidence, then divide by the square of the direct distance to the point.
Why use point-by-point calculations over the lumen method?
The lumen method only provides spatial averages. Point-by-point calculations are strictly required for verifying minimums, maximums, and uniformity ratios.