- #1
kaasisdebaas
- 4
- 0
- TL;DR Summary
- I need a to calculate the fresnel reflection ratio of a non dielectric material given the incident angle, the refractive indexes of the incident and interfacing materials and the extinction coefficient of the interfacing material. I need to to this without directly using complex numbers.
I need a to calculate the fresnel reflection ratio of a non dielectric material given the incident angle, the refractive indexes of the incident and interfacing materials and the extinction coefficient of the interfacing material. I need to to this without directly using complex numbers, due to limitations of the software i am using.
I do not have a physics background, but here is what i have been able to figure out so far.
given
incident angle θi in radians
incident IOR n1
interfacing IOR n2
and interfacing extinction coefficient k
I calculate the transmissive angle using snells law
Then using the fresnel equations I calculate the effective reflectance
this gives me this graph for a air to glass interface which looks correct
this works for dielectric materials that have a neglectable extinction coefficient, but for metals i need to extend the formulas i have. all the reference i can find extends the IOR with an imaginary component that handles the extinction coefficient, the problem is the graphic software im using does not allow complex numbers, so i need some way to extend the formulas i have using real numbers only.
the only reference i was able to find is this page https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/#more-1921
the code on that page is avoiding the use of complex numbers but i am unable to make heads or tails of what is actually happening here.
To be clear this is not the software im working in, this is just an example of an intergration that seems to not use complex numbers directly. I am just looking for the equations that describe it
any help intergrating the extinction coefficient into the existing formulas above is appreciated, thanks!
I do not have a physics background, but here is what i have been able to figure out so far.
given
incident angle θi in radians
incident IOR n1
interfacing IOR n2
and interfacing extinction coefficient k
I calculate the transmissive angle using snells law
Then using the fresnel equations I calculate the effective reflectance
this gives me this graph for a air to glass interface which looks correct
this works for dielectric materials that have a neglectable extinction coefficient, but for metals i need to extend the formulas i have. all the reference i can find extends the IOR with an imaginary component that handles the extinction coefficient, the problem is the graphic software im using does not allow complex numbers, so i need some way to extend the formulas i have using real numbers only.
the only reference i was able to find is this page https://seblagarde.wordpress.com/2013/04/29/memo-on-fresnel-equations/#more-1921
the code on that page is avoiding the use of complex numbers but i am unable to make heads or tails of what is actually happening here.
To be clear this is not the software im working in, this is just an example of an intergration that seems to not use complex numbers directly. I am just looking for the equations that describe it
any help intergrating the extinction coefficient into the existing formulas above is appreciated, thanks!
Last edited: