Exploring the Faraday Effect: Examining Polarization with Matlab

In summary, the conversation discusses a research on Faraday effect and an explanation that describes how a linearly-polarized beam of light can be represented as a combination of right- and left-circularly polarized beams. The use of Matlab to visualize this concept and the confirmation of its accuracy with a teacher is also mentioned.
  • #1
JasonGodbout
29
0

Homework Statement


I ave a research to do on Faraday effect.
I found an explanation were they said that a linearly-polarized beam of light may be considered as the superposition of equal amounts of right- and left-circularly polarized beams. The right- and left-circularly polarized beams or pi/2 and -pi/2 right?
If I'm right they are at 180 degree of each other and it give 0 as along the axes not a linear polarized wave.

I used Matlab:
t = 0:pi/50:4*pi;
X1 = cos(t-pi/2)
Y1 = sin(t-pi/2)
X2 = cos(t+pi/2)
Y2 = sin(t+pi/2)
X3 = X1+X2
Y3 = Y1+Y2
plot3(t,X1,Y1,t,X2,Y2,t,X3,Y3)
grid on
axis square

Homework Equations


Is it the explanation or my interpretation and if its me what is the correct way?
 
Physics news on Phys.org
  • #2
It looks fine to me! ;)
 
  • #3
I solve the problem with my teacher and its working.

Thanks
 

FAQ: Exploring the Faraday Effect: Examining Polarization with Matlab

What is the Faraday Effect?

The Faraday Effect is a phenomenon in which the polarization of light passing through a material is rotated when a magnetic field is applied in the same direction as the direction of light propagation.

Why is the Faraday Effect important?

The Faraday Effect is important because it allows us to measure magnetic fields and understand their properties. It is also used in various technologies such as optical isolators and magneto-optic data storage.

How does the Faraday Effect work?

The Faraday Effect works by altering the refractive index of a material in the presence of a magnetic field. This change in refractive index causes a rotation in the polarization of light passing through the material.

What is Matlab?

Matlab is a high-level programming language and interactive environment commonly used in scientific and engineering applications. It allows for data analysis, visualization, and numerical computation.

How can I use Matlab to explore the Faraday Effect?

By using Matlab, you can create simulations and visualizations of the Faraday Effect, analyze data, and perform calculations to better understand this phenomenon. This can aid in research and experimentation related to the Faraday Effect.

Back
Top