Mirror Reflection of a Wave: Analyzing the Outgoing Wave

  • Context: Graduate 
  • Thread starter Thread starter cedricyu803
  • Start date Start date
  • Tags Tags
    Mirror Wave
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
2 replies · 1K views
cedricyu803
Messages
20
Reaction score
0
Hi,

In (1+1)D Minkowski spacetime, with coordinates (t,x),

let's say there is an incoming plane wave of frequency [tex]\omega[/tex],
[tex]\phi_{in}(t,x)=e^{-i\omega (t+x)}[/tex].

There is a mirror, [tex]x=z(t)[/tex]

It reflects the incoming plane wave and emits an outgoing plane wave.

Question:
why is the outgoing wave
[tex]\phi_{out}=e^{-i\omega (2\tau_u-u)}[/tex],
where
[tex]u=t-x[/tex],
[tex]\tau_u-z(\tau_u)=u[/tex],
i.e. it is the retarded time.
??

For mirror at constant velocity v, this reduces to

[tex]\phi_{out}=e^{-i\omega\frac{1+v}{1-v}\cdot u}[/tex],
the two Doppler shifts are obvious.

But how can I prove the general expression?

Thanks
 
Physics news on Phys.org
I look at this as a 2-step problem.
Step 1. Ensure proper directionality
##\phi_{in} = e^{-i\omega(t+x)}## so the reflection will be headed in the opposite direction
##\phi_{out} = Ae^{-i\omega(t-x)}##.
Step 2. Match function value at ##x=z(t)## i.e. enforce continuity at the mirror.
##\phi_{in}(\tau,z(\tau)) = e^{-i\omega(\tau+z(\tau))} = Ae^{-i\omega(\tau-z(\tau))}=\phi_{out}(\tau,z(\tau))##
Solving for A gives:
##A = \frac{e^{-i\omega(\tau+z(\tau))}}{e^{-i\omega(\tau-z(\tau))}} = e^{-i\omega (2 z(\tau) )}##

For the constant velocity term, it looks like ##\tau## and ##z(\tau)## can be determined by v, and some simplification is applied.
 
RUber said:
I look at this as a 2-step problem.
Step 1. Ensure proper directionality
##\phi_{in} = e^{-i\omega(t+x)}## so the reflection will be headed in the opposite direction
##\phi_{out} = Ae^{-i\omega(t-x)}##.
Step 2. Match function value at ##x=z(t)## i.e. enforce continuity at the mirror.
##\phi_{in}(\tau,z(\tau)) = e^{-i\omega(\tau+z(\tau))} = Ae^{-i\omega(\tau-z(\tau))}=\phi_{out}(\tau,z(\tau))##
Solving for A gives:
##A = \frac{e^{-i\omega(\tau+z(\tau))}}{e^{-i\omega(\tau-z(\tau))}} = e^{-i\omega (2 z(\tau) )}##

For the constant velocity term, it looks like ##\tau## and ##z(\tau)## can be determined by v, and some simplification is applied.
Oh right!
Thanks!