What is the relationship between the Faraday Effect and polarization in light?

JasonGodbout
Messages
28
Reaction score
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
It looks fine to me! ;)
 
I solve the problem with my teacher and its working.

Thanks
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top