Redshift from Massive Objects
In this article, I wanted to discuss an intriguing property of black holes - they cause a redshift. This means that for observers far away from a black hole (or any other massive object, for that matter), the wavelength of the colours emitted is enlarged

Black holes are mysterious objects in the universe with an extremely large gravitational pull. As I'm sure you've read from popular science books; this is a pull so strong that not even light can escape. What is surprising is that black holes were actually one of the first objects to be discovered in the framework of general relativity. Contrary to popular belief, black holes were not found by Einstein himself in his original paper. Rather, they were discovered as the first non-trivial solutions to the Einstein equation by Karl Schwarzschild in 1915, a little after a month after Albert Einstein published the theory of general relativity.
Black holes, as well as other objects in relativity, have pretty much all of their physical information encoded in metrics. Metrics are mathematical objects that describe distances in a combined space and time setting called 'space-time'. Given a vector that describes velocity for example, a metric will tell you the 'size' of a vector. It will also tell you the infinitesimal length of an arc in space time.
Metrics are solutions to the Einstein field equations in the theory of general relativity. One of the metrics associated with a black hole is called the Schwarzschild metric. The Schwarzschild metric doesn't just describe a space-time metric around black holes. In fact, it is the most general solution that is spherically symmetric and looks 'flat' sufficiently far away from the origin. Whilst there is a singularity that appears for all massive objects, A black hole only forms if there is an event horizon that is larger than the object itself.
In fact, Birkhoff's theorem states that any metric that is flat and spherically symmetric can be written as the Schwarzschild metric. This is an amazing fact about what space-times look like in general case. We expect that anything that bends to some mass that is spherically symmetric (like a planet, or the star, or whatever you please), will at least look like the metric of a black hole. This means that even the metric associated with our star has the properties of the Schwarzschild metric. Hell, if cows were spherical objects then even those would have metrics that take the form of the Schwarzschild metric.
In this article, I wanted to discuss an intriguing property of black holes - they cause a redshift. This means that for observers far away from a black hole (or any other massive object, for that matter), the wavelength of the colours emitted is enlarged a bit. Someone who is further away from the sun than we are will see objects with a slight red tint. There are quite a few situations where colours change due to relativistic effects. This is similar to Compton scattering in special relativity. Compton scattering is when light reflects off an electron and has a changed wavelength.
Massive Objects cause Redshift
We're all familiar with the doppler effect. The doppler effect is that strange sound you get when a siren of a police car is speeding away from you. It appears that the pitch of the siren tunes down as the car moves further and further away. A classical model for this phenomena is wavelengths of sound waves increasing as the object speeds away.
Curiously, black holes as well as other large, massive objects also cause redshift. Massive objects that generate redshift do not necessarily have to be a black holes, because of Birkhoff's theorem which I explained in the previous section. The physical intuition is as follows. Suppose we have an observer staying still, relative to a large object like a black hole. If this object has a gravitational pull, this set-up is as if the light is being 'squashed' when it's closer to a heavier object.
I've covered the intuition, but we can go into some details. So, without further ado - what does the Schwarzschild metric even look like? To understand why a metric like this causes red shift, we need to see how time is stretched at different points in our space. The time that is observed by an observer at a particular point in the space time along how that observer is travelling is called proper time. Suppose that you're sitting in your house right now, at a fixed location relative to the sun, and you look at your clock. Proper time is the time that is measured along this clock. The proper time at a particular location in your space time depends on where you are.
The speed of light is fixed at c, so the wavelength at a given point as observed is just the amount of proper time that elapses, multiplied by the constant c (since distance is equal to speed multiplied by time). In the equation below, tau represents the change in proper time.
$$ \lambda_{\text{light}} = c \times \delta \tau $$
Assuming two observers are at a fixed distance away from a massive object, the Schwarzschild metric should only contain a term which relates the proper time to the 'coordinate' time. Coordinate time is the time experienced by an observer infinitely far away from the massive object. The relationship between proper time and coordinate time is a function of how far two observers are away from the massive object.
$$ d\tau ^2 = \left ( 1 - \frac {2 M G } { c^ 2 r }\right ) dt ^ 2 $$
Suppose we have two observers at distances r_a and r _ b from the massive object. Then, the ratio of proper times for a fixed change in coordinate time $ d t $ is given by the expression
$$ \frac{ d \tau _ a } { d \tau _ b } = \sqrt{ \frac{( 1 - \frac {2 M G } { c^ 2 r _ a })}{( 1 - \frac {2 M G } { c^ 2 r_b })} } $$
It is often useful to get a sense of the scale of this effect. We can use this relationship to calculate what our sun might look like for objects that are far away from us. What would the colour of the Earth look like for us on the next star? In the code below, I put together some values that reflect the mass of the sun, as well as the fundamental constants required in the calculation. As you can see, the effect from stars comparable to our sun is insanely small.

