Wolfram Computation Meets Knowledge

Numerical Aperture Using f-Number

The numerical aperture of an optical system is a dimensionless number that characterizes the range of angles over which the system can accept or emit light.

The numerical aperture decreases inversely with the f\[Hyphen]number.

Formula

QuantityVariable["NA", "Unitless"] == 1/(2*Sqrt[1 + 1/(4*QuantityVariable["N", "Unitless"]^2)]*QuantityVariable["N", "Unitless"])

symbol description physical quantity
NA numerical aperture "Unitless"
N f­number "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Numerical Aperture Using f-Number"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Numerical Aperture Using f-Number"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Numerical Aperture Using f-Number"], {QuantityVariable[
   "NA","Unitless"] -> 0.1`}]
Out[3]=

Publisher Information