Wolfram Computation Meets Knowledge

Refractive Index

The refractive index, or index of refraction of a material, is a dimensionless number that describes how light propagates through that medium.

The refractive index equals the speed of light in a vacuum divided by the speed of light in the medium.

Formula

QuantityVariable["n", "RefractiveIndex"] == Quantity[1, "SpeedOfLight"]/QuantityVariable["v", "Speed"]

symbol description physical quantity
n refractive index "RefractiveIndex"
v speed of light in the medium "Speed"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Refractive Index"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Refractive Index"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Refractive Index"], {QuantityVariable["n","RefractiveIndex"] -> 
   1.33`}]
Out[3]=

Source Metadata

Publisher Information