Difference between revisions of "Snell's law"

From JSXGraph Wiki
Jump to navigationJump to search
(Created page with "<jsxgraph width="500" height="500" box="box"> var board = JXG.JSXGraph.initBoard('box', {boundingbox: [-5, 5, 5, -5], axis:false}); // Line l1 as an interface between...")
 
Line 1: Line 1:
 +
Refraction of a light ray emanating from the source L at the interface between two environments of different refractive indices,
 +
''n<sub>1</sub>'', ''n<sub>2</sub>''.
 +
 +
Reference: https://en.wikipedia.org/wiki/Snell%27s_law
 +
  </p>
 +
 
<jsxgraph width="500" height="500" box="box">
 
<jsxgraph width="500" height="500" box="box">
 
     var board = JXG.JSXGraph.initBoard('box', {boundingbox: [-5, 5, 5, -5], axis:false});
 
     var board = JXG.JSXGraph.initBoard('box', {boundingbox: [-5, 5, 5, -5], axis:false});

Revision as of 12:08, 15 July 2020

Refraction of a light ray emanating from the source L at the interface between two environments of different refractive indices, n1, n2.

Reference: https://en.wikipedia.org/wiki/Snell%27s_law

The complete JavaScript code