Spectrophotometers report absorbance, but you almost always want concentration. This tool converts between them two ways: directly through the Beer-Lambert law when you know the molar absorptivity, or by fitting a calibration curve when you do not.
How it works
The Beer-Lambert law relates absorbance to concentration:
A = epsilon x c x l -> c = A / (epsilon x l)
where epsilon is the molar absorptivity in inverse molar per centimetre and l is the path length, usually 1 cm. In standard-curve mode the tool instead fits your calibration points to a straight line by least squares and inverts it for the unknown:
A = m x c + b -> c = (A - b) / m
The fitted slope m corresponds to epsilon x l, and the intercept b absorbs any blank background.
Tips and notes
Keep absorbance readings between about 0.1 and 1.0; below that you are near noise, and above roughly 1.5 the detector is no longer linear, so dilute and re-read. Always blank the instrument against your buffer first, and in curve mode include a zero-concentration standard so the intercept is anchored. Watch the R-squared: anything below 0.99 usually means a stray standard or a reading that has drifted out of the linear range. The classic worked example is quantifying NADH at 340 nm, where the molar absorptivity is 6,220 inverse molar per centimetre.