9

How can Hawking radiation with a finite (greather than zero) temperature come from the event horizon of a black hole? A redshifted thermal radiation still has Planck spectrum but with the lower temperature (remember CMB with temperature redshifted by expansion of the universe). Now, redshift at the event horizon is infinite (time is frozen for a distant observer) so the temperature of the radiation would be zero for him/her, that is no radiation is detected

Qmechanic
  • 220,844
Leos Ondra
  • 2,265

1 Answers1

1

Oh, one of my favourite questions. Let me try to explain why black holes radiate:

To understand the Hawking radiation, you need to know about the Bogoliubov-Valatin transformation, which is often use to diagonalise Hamiltonians, and which was actually developed in regards of superconductivity and superfluidity. If you have the creation and annihilation operators $$a^\dagger$$ and $$a,$$ you can define new operators

\begin{align} b&=ua+va^\dagger\\ b^\dagger&=u^*a^\dagger+v^*a. \end{align}

Just defining new operators is fun, but only really helpful if certain conditions are met. The Bogoliubov-Valatin transformation is the canonical mapping from the set of $a$-operators to the set of $b$-operators:

\begin{align} \left[b,b^\dagger\right]&=\left[ua+va^\dagger,u^*a^\dagger+v^*a\right]\\ &=\left[ua,u^*a^\dagger+v^*a\right]+\left[va^\dagger,u^*a^\dagger+v^*a\right]\\ &=\left[ua,u^*a^\dagger\right]+\left[ua,v^*a\right]+\left[va^\dagger,u^*a^\dagger\right]+\left[va^\dagger,v^*a\right]\\ &=u^2\left[a,a^\dagger\right]+uv\left[a,a\right]+uv\left[a^\dagger,a^\dagger\right]+v^2\left[a^\dagger,a\right]\\ &=u^2\left[a,a^\dagger\right]+uv\cdot0+uv\cdot0-v^2\left[a,a^\dagger\right]\\ &=\left(u^2-v^2\right)\left[a,a^\dagger\right]\\ &=\left(u^2-v^2\right), \end{align} where we have to set $u$ and $v$ in a way that our transformation is indeed canonical, i.e. that $\left(u^2-v^2\right)=1$. This is a transformation of the phase space. This transformation can be used to transform one coordinate system to another one, coordinate systems which are accelerated compared to each other! If we have one observer in the past and another one in the future, both observing an area where in between them a black hole came into existence, their coordinate systems are accelerated (compared to each other), because the black hole curves space-time. The past-observer sees a vacuum, maybe a star that will become a black hole, but otherwise a vacuum. The future-observer sees a strongly curved space-time full of radiation. But why?

The reason is the uncertainty principle! We don't know the energy state of the vacuum, it depends on our coordinate system! I am not talking here about the position-momentum uncertainty, I am talking about the energy-time uncertainty! The higher the precision of your energy measurement, the higher the uncertainty of your time measurement. And because the vacuum can have different energy states, it can also spontaneously create particles - the Hawking radiation.

Summary: A black holes radiates, because different observers can observe different energy state of the vacuum around a black hole. This has to do with the coordinate system and the uncertainty principle. The vacuum energy depends on both.

So, the redshift precisely at the event horizon might be infinite, but not a bit away from it.

kalle
  • 958