Given that $\lim \limits_{x \to 0} \dfrac{\sin x}{x}=1$ can we simply invoke that $\dfrac{\sin(0)}{0}=1$ in the absence of the limit notation?

168 Views Asked by At

For context; In quantum mechanics with continuous eigenvalues lets suppose we have a probabiltity density like this:

$$\left\lvert a(p) \right\rvert^2=\frac{2a \lvert A \rvert^2\sin^2(ap/\hbar)}{(ap/\hbar)^2}\tag{1}$$ and you wish to show that the relative probability of measuring the particle with momentum $p=\dfrac{\pi \hbar}{2a}$ and with $p=0$ is $\dfrac{4}{\pi^2}$.

The solution simply states that

the relative probability for $p=\dfrac{\pi \hbar}{2a}$ to $p=0$ is $$\frac{1}{(\pi/2)^2}:\frac{\sin(0)}{0}$$


Is this answer really mathematically correct? I wasn't aware that you could invoke the $\dfrac{\sin x}{x}\to 1$ without having limit notation: $\lim \limits_{x \to 0} \dfrac{\sin x}{x}=1$. It seems to me the author has simply evaluated $(1)$ at $p=0$. I thought that this was wrong and we can only say that the fraction tends to $1$.

3

There are 3 best solutions below

0
On BEST ANSWER

The solution uses somewhat sloppy notation; what they're actually using is $$ \lvert a(p)\rvert^2=2a \lvert A \rvert^2(f(ap/\hbar))^2 $$ where $$ f(x)=\begin{cases} \dfrac{\sin x}{x} & x\ne 0 \\[6px] 1 & x=0 \end{cases} $$ In other words, they're using the unique extension of $\frac{\sin x}{x}$ by continuity at $0$.

9
On

No you can’t since the expression $\frac{\sin(0)}{0}$ is indeterminate.

https://en.m.wikipedia.org/wiki/Indeterminate_form

0
On

$\dfrac {\sin x}x$ is just a number, so in this sense $\dfrac{\sin 0}0$ is undetermined.

However you can define a function $f(x)=\dfrac{\sin x}x$ everywhere $x\neq 0$ and since $\lim\limits_{x\to 0}f(x)$ exists we can extend $f$ by continuity to $\tilde f$.

$\tilde f:\begin{cases}\tilde f(0)=1\\\tilde f(x)=\dfrac{\sin x}x & \forall x\neq 0\end{cases}\quad$ this function is defined over whole $\mathbb R$.

$f$ is not the same as $\tilde f$, because one is defined in zero, while the other is not, but modulo continuity they are the same.

What about I'm now interested in $g(x)=\dfrac{\sin(x^2)}x$ ?

I'm conducting the same methodology and extend $g$ by continuity to $\tilde g$ where $\tilde g(0)=0$.


Now the reason I cannot talk about $\dfrac{\sin 0}0$, is because I do not know which one between $\tilde f(0)=1$ and $\tilde g(0)=0$, I have to consider.

Both are possible interpretations of this ratio, but they give a different value, this is why we call this form an indeterminate.


So when you are conducting calculations, you always have to refer to the function ($f$ in this case) you consider. And the value in $0$ whether you obtain it via a limit or via the continuously extended $\tilde f$, it is just a matter of presentation.