# Beer-Lambert Law Calculator

A = ε·c·l both ways, with T = 10⁻ᴬ, %T, unit selectors, and the 0.05–1.0 working-range check.

> Canonical page: https://elysiatools.com/en/tools/beer-lambert-law-calculator

- **Category:** Science & Education

- **Keywords:** beer lambert law, absorbance, molar absorptivity, transmittance, spectrophotometry, concentration from absorbance

## Overview

The Beer-Lambert Law Calculator performs bi-directional spectrophotometry calculations using the equation A = ε·c·l. It calculates optical absorbance from sample concentration or back-calculates unknown molar concentrations from measured absorbance readings. In addition to determining fractional and percentage transmittance (T = 10⁻ᴬ), the tool automatically verifies whether your absorbance values fall within the reliable 0.05 to 1.0 linear working range.

## Inputs

- **Solve for** (select)
- **Molar absorptivity ε (L·mol⁻¹·cm⁻¹)** (number): e.g. 6220 (NADH at 340 nm)
- **Concentration c** (number): e.g. 100
- **Concentration unit** (select)
- **Path length l** (number): e.g. 1
- **Path length unit** (select)
- **Measured absorbance A** (number): e.g. 0.30

## When to use

- Determining the unknown concentration of a solute from a spectrophotometer absorbance reading.
- Predicting expected absorbance and transmittance values before running photometric or enzymatic assays.
- Validating whether an experimental optical density falls within the accurate linear dynamic range (0.05–1.0).

## How it works

- Select your target variable to solve for: either Absorbance (A) or Concentration (c).
- Enter the known molar absorptivity coefficient (ε) in L·mol⁻¹·cm⁻¹ along with the cuvette path length (l) in cm or mm.
- Provide either the known concentration (c) in M, mM, or µM, or enter your measured absorbance (A).
- Review the calculated result, converted molarity units, exact transmittance percentage (%T), and linearity checks.

## Use cases

- Enzyme kinetics assays quantifying NADH production or depletion at 340 nm.
- Analytical chemistry workflows back-calculating chemical concentrations from standard spectrophotometric measurements.
- Laboratory assay preparation to calculate necessary sample dilutions before reading optical density.

## Frequently asked questions

### What is the formula behind the Beer-Lambert Law calculator?

The calculator uses A = ε·c·l, where A is absorbance, ε is molar absorptivity, c is molar concentration, and l is the optical path length.

### How is light transmittance calculated from absorbance?

Transmittance is calculated using the exponential relationship T = 10⁻ᴬ, which is also expressed as a percentage (%T = T × 100).

### Why does the tool check if absorbance is between 0.05 and 1.0?

Absorbance readings between 0.05 and 1.0 represent the optimal linear range where instrument noise and stray light errors are minimal.

### What concentration units are supported?

You can input and view concentrations in moles per litre (M), millimoles per litre (mM), or micromoles per litre (µM).

### Can I use path lengths other than standard 1 cm cuvettes?

Yes, you can input custom path lengths and choose between centimetres (cm) and millimetres (mm).

## Related tools

- [Conductivity Cell Constant Calculator](https://elysiatools.com/en/tools/conductivity-cell-constant): K = κ/G and κ = K·G with unit selectors for κ, G and K — calibrate the cell or convert a reading into conductivity.
- [Hall Effect Calculator](https://elysiatools.com/en/tools/hall-effect-calculator): Hall voltage V_H = I·B/(n·q·t) with signed carrier charge, density in m⁻³ or cm⁻³, the Hall coefficient R_H, and sensitivity in V/T.
- [Henry's Law Calculator](https://elysiatools.com/en/tools/henry-law-calculator): C = k_H·P in three modes with preset 25 °C Henry constants, molar-mass mass readout and atm/kPa/torr pressure.
- [Osmotic Pressure Calculator](https://elysiatools.com/en/tools/osmotic-pressure-calculator): π = i·M·R·T with van't Hoff factor, multi-unit readout and a molar-mass inversion mode.
- [Heisenberg Uncertainty Principle Calculator](https://elysiatools.com/en/tools/uncertainty-principle-calculator): Δx·Δp ≥ ℏ/2: minimum Δp from Δx, minimum Δx from Δp, or a pair check with satisfaction ratio. Units m–pm and kg·m/s / g·cm/s / eV/c; optional mass derives Δv.
- [Arrhenius Equation Calculator](https://elysiatools.com/en/tools/arrhenius-equation-calculator): k = A·e^(−Ea/RT) solved for k, A, or Ea (two-point form), with Ea in kJ/mol and kcal/mol.
- [Battery Capacity Calculator](https://elysiatools.com/en/tools/battery-capacity-calculator): C = I·t both ways — runtime from capacity or capacity from runtime — with optional voltage for Wh and W.
- [Boiling Point Elevation](https://elysiatools.com/en/tools/boiling-point-elevation): ΔT_b = K_b·m·i from a solvent preset table with van't Hoff factor support and custom solvents.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Copyright-Free FLAC Audio Samples](https://elysiatools.com/en/samples/flac-samples): Lossless FLAC audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free WAV Audio Samples](https://elysiatools.com/en/samples/wav-samples): Uncompressed PCM WAV audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
