Physics equations used in real world photonics problem?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
flux!
Messages
32
Reaction score
0
We typically solve idealized problems in physics coursework. How about when we deal with real world Photonics Industry Problems, what Physics equations we will be talking of here?
 
Physics news on Phys.org
At last! I though I could not apply those equation if not only in coursework. Could you post down one equation in photonics you typically use?
 
A lot of the equations I use come from the same starting points as you might see in course work.
One neat example is the paraxial Helmholtz equation, which described the evolution/propagation of laser beams.

For example, from Maxwell's equations, we can get the wave equation for light.
[itex]\frac{\partial^{2}\vec{E}}{\partial x^{2}}+\frac{\partial^{2}\vec{E}}{\partial y^{2}}+\frac{\partial^{2}\vec{E}}{\partial z^{2}}=\frac{1}{c^{2}}\frac{\partial^{2}\vec{E}}{\partial t^{2}}[/itex]
If we only consider the amplitude of the electric field [itex]E[/itex] as important, and assume the light is monochromatic enough that the electric field can be factored into a time-dependent function [itex]f(t)[/itex], and a space-dependent function [itex]A(x,y,z)[/itex], the space-dependent part is described by the Helmholtz equation
[itex]\frac{\partial^{2}A}{\partial x^{2}}+\frac{\partial^{2}A}{\partial y^{2}}+\frac{\partial^{2}A}{\partial z^{2}}=-k^{2} A[/itex]
Now, if we also say that the light is predominantly moving along the [itex]z[/itex] direction, or that the [itex]z[/itex]-component of the momentum of the field is much larger than the [itex]x[/itex] or [itex]y[/itex] components, we can further approximate the helmholtz equation, by basically taking a small angle approximation.
When we do this, we get the paraxial Helmholtz equation, named because it describes light predominantly moving along one axis.
[itex]-\frac{\partial^{2} A}{\partial x^{2}}-\frac{\partial^{2} A}{\partial y^{2}}=2 i k \frac{\partial A}{\partial z}[/itex]
Solutions to this equation show how laser beams change as the propagate through free space.

One of the more popular solutions to this equation is the Gaussian laser beam. What makes this equation nice to use is that it is often easier to solve explicitly than the more complicated, but more fundamental equations seen in coursework.
 
  • Like
Likes   Reactions: flux! and Greg Bernhardt
That was very informative, Thank you! Could I let this topic open so others could add their frequently encountered equation?