Doppler Shift Special Relativity Question

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
8 replies · 2K views
nateja
Messages
33
Reaction score
0

Homework Statement


light signal of frequency 33 MHz is reflected off a (radio)mirror that is moving
toward you at half the speed of light. What is the reflected frequency in Hz?

Homework Equations



f_f = f*sqrt((1-v/c)/(1+v/c)

The Attempt at a Solution



The mirror and light wave are approaching you, so you use the receding/red shift equation (shown above).

but when you plug in .5c for v and f - 33MHz you get 19.1MHz as the answer which is wrong.

According to the solution, we need to get rid of the square root because "Doppler Shift from Mirror is the same". What does that mean?
 
Last edited:
on Phys.org
You don't want the frequency the mirror sees - the light is just reflected there, and relative to the frequency the mirror sees you have the doppler shift a second time.
Alternatively, you can solve this in a non-relativistic way, just by geometry, in our lab frame.

As the mirror comes closer, v should be -.5c.
 
Using v = -.5, doesn't work out either. The correct answer should be 11MHz.



I'm trying to think that the frequency of the incoming light is 33MHz. So it travels and it hits the mirror. It reflects and is redshifted to 11MHz... but somehow the math to get there involves only squaring the (c-v)/(c+v) BUT NOT the frequency... so confused




Here is the solution according to my professor. It will be the very last problem in this pdf: http://panda.unm.edu/Courses/Thomas/Phys262fa10/P262X4S.pdf
 
It seems to me you should detect a frequency higher than the original 33 MHz. The mirror will see the light blue-shifted as it's moving toward the source, and then the reflected light will again be blue-shifted because the mirror is moving toward you.
 
nateja said:
but somehow the math to get there involves only squaring the (c-v)/(c+v) BUT NOT the frequency... so confused
Doppler shift multiplies the frequency by some factor, and you have to do this multiplication twice. Therefore, the result is ##f'=f \sqrt{\frac{c-v}{c+v}} \sqrt{\frac{c-v}{c+v}} = f \frac{c-v}{c+v}##.

If 11 MHz is the correct answer, the mirror is moving away from us.
 
I get what you mean that if the answer is 11MHz the mirror must be moving away. This makes sense because the light will be compressed (thus increasing frequency) for a mirror moving toward us.

So, from both of your explanations, I'm understanding the following. Please correct me if my reasoning is wrong.

The mirror is approaching the light and the light is approaching the mirror, so according to the mirror, the light is compressed before it is even reflected. The already compressed light is then reflected and compressed further. Then we see it.

And we denote this 'double' doppler shift as mfb stated in his previous post.
 
So we get

f_f = f * sqrt((1+v/c)/(1-v/c))*sqrt((1+v/c)/(1-(v/c))
plug in the values f = 33MHz and v = .5c
f_f = 99MHz

We switch the equation to f_f = f*sqrt((1+v/c)/(1-v/c)) because the light and mirror are approaching each other. Correct? or semi-correct?
 
The sign of v is just a convention, and you can use the same formula both for approaching/receding mirrors if you use positive/negative v.
 
Thank you, mfb and vela!