# Fresnel Equations Calculator

r_s, r_p, R_s, R_p, T = 1−R, and the Brewster angle for any dielectric interface, with the 4% normal-incidence anchor.

> Canonical page: https://elysiatools.com/en/tools/fresnel-equations

- **Category:** Science & Education

- **Keywords:** fresnel equations, reflectance, transmittance, s polarization, p polarization, brewster angle, optics

## Overview

The Fresnel Equations Calculator computes reflection and transmission coefficients at the planar interface between two dielectric media. It provides exact values for amplitude coefficients (r_s, r_p), power reflectance (R_s, R_p), transmittance (T_s, T_p), Snell's refracted angle, and the Brewster angle based on incident and transmitting refractive indices.

## Inputs

- **Refractive index n₁ (incident)** (number): e.g. 1.0
- **Refractive index n₂ (transmitting)** (number): e.g. 1.5
- **Incidence angle θ₁ (degrees)** (number): e.g. 30

## When to use

- Evaluating surface reflection losses and transmission through uncoated optical windows, prisms, or lenses.
- Analyzing polarization-dependent reflectance differences between s-polarized and p-polarized light at non-normal incidence.
- Determining the Brewster angle for laser cavity windows or polarizing beam splitters to minimize reflection losses.

## How it works

- Enter the refractive index of the incident medium (n₁) and the transmitting medium (n₂).
- Specify the angle of incidence (θ₁) in degrees measured from the surface normal.
- The tool computes the refracted angle (θ₂) via Snell's law, solves the Fresnel equations for s and p polarizations, and determines the Brewster angle.

## Use cases

- Optical system engineering: Quantifying transmission throughput and ghost-reflection power across multiple optical interfaces.
- Laser and polarization optics: Aligning Brewster windows to eliminate insertion loss for linearly polarized laser beams.
- Physics education: Demonstrating electromagnetic wave boundary conditions, polarization extinction, and Snell's law behavior.

## Frequently asked questions

### What do the Fresnel equations calculate?

They calculate the amplitude and power ratios of reflected and transmitted electromagnetic waves across a boundary between two dielectric materials.

### What is the distinction between s-polarization and p-polarization?

s-polarization has the electric field vector perpendicular to the plane of incidence, whereas p-polarization has the electric field vector parallel to the plane of incidence.

### What occurs at the Brewster angle?

At the Brewster angle θ_B = arctan(n₂/n₁), the reflectance for p-polarized light (R_p) becomes zero, resulting in 100% transmission of the p-polarized component.

### What is the normal incidence reflection formula?

At 0° incidence, both polarizations share the same reflectance formula: R = ((n₁ - n₂) / (n₁ + n₂))², which equals 4% at an air-to-glass (1.0 to 1.5) boundary.

### How is transmittance derived?

For non-absorbing lossless dielectric interfaces, conservation of energy applies such that transmittance is computed directly as T = 1 - R for each polarization state.

## Related tools

- [Electric Field of a Point Charge](https://elysiatools.com/en/tools/electric-field-point-charge): E = k·|Q|/r² in N/C with charge and distance unit selectors, the radial direction from the sign of Q, and the force an electron would feel at that point.
- [Rapidity Calculator](https://elysiatools.com/en/tools/rapidity-calculator): φ = artanh(β) with γ = cosh φ, γβ = sinh φ, the e^φ Doppler factor, and the tanh(2φ) additivity check — where boosts just add.
- [Snell's Law Calculator](https://elysiatools.com/en/tools/snell-law-calculator): n₁·sinθ₁ = n₂·sinθ₂ for either angle, with the total-internal-reflection regime and critical angle when sinθ exceeds 1.
- [Heisenberg Uncertainty Principle Calculator](https://elysiatools.com/en/tools/uncertainty-principle-calculator): Δx·Δp ≥ ℏ/2: minimum Δp from Δx, minimum Δx from Δp, or a pair check with satisfaction ratio. Units m–pm and kg·m/s / g·cm/s / eV/c; optional mass derives Δv.
- [Shapiro-Wilk, Anderson-Darling and Lilliefors Normality Tutor](https://elysiatools.com/en/tools/shapiro-wilk-anderson-darling-lilliefors-normality-tutor): Run the three workhorse normality tests (Shapiro-Wilk AS R94, Anderson-Darling, Lilliefors) with a Q-Q plot and a Monte-Carlo power comparison.
- [Ampère Force Calculator](https://elysiatools.com/en/tools/ampere-force-calculator): F = B·I·L·sinθ for a current-carrying wire, with unit selectors, the force magnitude, the 90° reference, and the right-hand-rule direction.
- [Arrhenius Equation Calculator](https://elysiatools.com/en/tools/arrhenius-equation-calculator): k = A·e^(−Ea/RT) solved for k, A, or Ea (two-point form), with Ea in kJ/mol and kcal/mol.
- [Battery Capacity Calculator](https://elysiatools.com/en/tools/battery-capacity-calculator): C = I·t both ways — runtime from capacity or capacity from runtime — with optional voltage for Wh and W.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
