What's the envelope curve appear in this graph?

662 Views Asked by At

I graphed the curve defined by

$$y=3|e^{-(x/2-1/3)^2+ibx}+e^{-(x/2+1/3)^2-ibx}|$$

where $b=1000$. The graph is here:

https://dl.dropbox.com/u/9034084/screenshots/interference.png

Clearly when b goes to infinity one can talk about the envelope of this family. So my question is, what are the envelope curves (I'm curious on both upper bound and lower bound) ?

2

There are 2 best solutions below

3
On BEST ANSWER

The graph will lie between the following curves $$3 \left( e^{-(x/2-1/3)^2}+e^{-(x/2+1/3)^2} \right)$$ and $$3 \left \vert e^{-(x/2-1/3)^2}-e^{-(x/2+1/3)^2} \right \vert$$ since $$\vert \vert c \vert - \vert d \vert \vert \leq \left \vert c e^{ibx} + d e^{-ibx} \right \vert \leq \vert c \vert + \vert d \vert$$

0
On

We change some constants to make this easier to work with... $$\begin{eqnarray*}y &=& \left|e^{-(x-1)^2+ibx}+e^{-(x+1)^2-ibx} \right| \\ &=& \left|e^{-(x-1)^2}(\cos(bx)+i\sin(bx))+e^{-(x+1)^2}(\cos(bx)-i\sin(bx)) \right| \\ &=& \left|\left(e^{-(x-1)^2}+e^{-(x+1)^2}\right)\cos(bx) + i\left(e^{-(x-1)^2}-e^{-(x+1)^2}\right)\sin(bx) \right| \\ &=& \sqrt{\cos^2(bx)\left(e^{-(x-1)^2}+e^{-(x+1)^2}\right)^2 + \sin^2(bx)\left(e^{-(x-1)^2}-e^{-(x+1)^2}\right)^2} \\ &=&\sqrt{\left(\cos^2(bx)+\sin^2(bx)\right)\left(e^{-2(x-1)^2}+e^{-2(x+1)^2}\right) + 2\left(\cos^2(bx)-\sin^2(bx)\right)\left(e^{-(x-1)^2-(x+1)^2}\right)} \\ &=& \sqrt{e^{-2(x-1)^2}+e^{-2(x+1)^2}+2\cos(2bx)e^{-2(x^2+1)}}\end{eqnarray*}$$

The last term is the oscillatory term, with $\cos(bx)$ ranging between $-1$ and $1$. Hence, the envelopes are $\sqrt{e^{-2(x-1)^2} + e^{-2(x+1)^2} \pm 2e^{-2(x^2+1)}}$.