Naked Science Forum

On the Lighter Side => New Theories => Topic started by: WendelBuhbi on 11/02/2023 13:36:53

Title: Redshift vs Negative Blueshift: An interesting discovery?
Post by: WendelBuhbi on 11/02/2023 13:36:53
Cosmology is based on this idea of redshifting light, that light from very very far away is shifted toward the color red.

It seems intuitive to think that shifting toward red, or shifting away from blue would be equal no matter how you slice it.

It turns out, that's not true. Because of how redshift is quantified there is a "divide by zero" at z=-1.

I've found how to use that to an advantage, by making a distance relationship:

d = z / (1 + z) * c / H_0

That closely matches LCDM and FLRW.

More info here:

https://mikehelland.github.io/hubbles-law/presentations/redblue/redblue.htm

Video here:

Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: Origin on 11/02/2023 15:23:06
Cosmology is based on this idea of redshifting light, that light from very very far away is shifted toward the color red.
I think it is much more accurate to say redshift is part of cosmology.
It turns out, that's not true. Because of how redshift is quantified there is a "divide by zero" at z=-1.
How so?
Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: WendelBuhbi on 11/02/2023 15:45:52
It turns out, that's not true. Because of how redshift is quantified there is a "divide by zero" at z=-1.
How so?
[/quote]

If redshift is:

1 + z = Eemit / Eobs, z can be any positive value,

But it can't be -1. For z=-1, the energy observed would have to be 0, which you can't observe a zero energy photon, and it would be a divide by zero error anyways.

See attached, which is the observed energy (% of original) for z. You'll see the vertical asymptote at z=-1. 

Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: Origin on 11/02/2023 17:31:13
But it can't be -1
Of course not.  Z is valid for red shifts if there isn't a red shift, don't use Z.
Edit:
I was not completely right on that.  You can of course get a -Z, which simply means that the galaxy is moving towards you.  The andromeda galaxy has a Z = -0.00042 or in other words a blue shift.
Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: pzkpfw on 11/02/2023 20:12:22
Cross reference for history:

http://www.internationalskeptics.com/forums/showthread.php?t=362150

Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: WendelBuhbi on 11/02/2023 20:49:27
But it can't be -1
Of course not.  Z is valid for red shifts if there isn't a red shift, don't use Z.
Edit:
I was not completely right on that.  You can of course get a -Z, which simply means that the galaxy is moving towards you.  The andromeda galaxy has a Z = -0.00042 or in other words a blue shift.

Right.

Redshift is z > 0, and blueshift is -1 < z < 0.

Redshift is infinite, and blueshift is finite.

But the situation reverses when the equations are inverted.

"z" is used by convention for redshift and blueshift.

My proposal is to use "b" for both instead:

1 + b = 1 / (1 + z)
Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: Bored chemist on 12/02/2023 10:33:20
1 + z = Eemit / Eobs, z can be any positive value,

But it can't be -1.
What physical conditions would correspond to z=-1?
As far as I can tell, it's the case where the light source is moving at the speed of light.
Since that's impossible, it doesn't matter if the equation doesn't give a proper answer for that (non existent) case.
Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: WendelBuhbi on 12/02/2023 14:36:35
1 + z = Eemit / Eobs, z can be any positive value,

But it can't be -1.
What physical conditions would correspond to z=-1?
As far as I can tell, it's the case where the light source is moving at the speed of light.
Since that's impossible, it doesn't matter if the equation doesn't give a proper answer for that (non existent) case.

The key insight is that is z > 0 is redshift, and -1 < z < 0  is blueshift, meaning the range of redshifts is infinite, and the range of blueshifts is finite.

When inverted and represented as b (ie, 1 + b = 1 / (1 + z)) then the situation is reversed: b > 0 is blueshift, and -1 < b < 0 is redshift.

Having a finite range of redshifts leads to a different distance relationship:

 [ Invalid Attachment ]

See the full argument here:

https://mikehelland.github.io/hubbles-law/presentations/redblue/redblue.htm

Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: Bored chemist on 12/02/2023 17:38:06
meaning the range of redshifts is infinite, and the range of blueshifts is finite.
So, a bit like "hot" and "cold" then?
You can get infinitely hot (in principle) but you can only get as cold as absolute zero.

This is true, but not very exciting.
Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: WendelBuhbi on 12/02/2023 18:01:40
meaning the range of redshifts is infinite, and the range of blueshifts is finite.
So, a bit like "hot" and "cold" then?
You can get infinitely hot (in principle) but you can only get as cold as absolute zero.

This is true, but not very exciting.

That's a great analogy.

When light redshifts, it loses energy. Think of that as getting colder.

As redshift z goes up, temperature goes down.

Now with the alternative quantification, when light blueshifts, it gains energy. Getting warmer.

As blueshift b goes up, temperature goes up.

Using redshift z is like using a temperature scale that goes down as it gets warmer. Technically, it can be done. But its "backwards" from reality.

Using blueshift b is like using a temperature scale that has an absolute zero (at b=-1, the photon would have zero energy).

The exciting part is when you try to make a redshift-distance relationship with them. You can get:

Code: [Select]
d = z c/H_0
or

Code: [Select]
d = -b c/H_0
Since:

Code: [Select]
1 + b = 1 /  (1 + z)
b = 1 /  (1 + z) - 1
b = 1 / (1 + z) - (1 + z) / (1 + z)
b = (1 - (1 + z)) / (1 + z)
b = -z / (1 + z)
-b = z / (1 + z)

So:

Code: [Select]
d = -b c/H_0
Becomes:

Code: [Select]
d = z/(1+z) * c/H_0
This is a huge improvement over the traditional redshift-distance relationship (d=z c/H0) which is only a valid approximation at z << 1.
Title: Re: Redshift vs Negative Blueshift: An interesting discovery?
Post by: WendelBuhbi on 18/02/2023 20:44:08
Here is the manuscript I am trying to get peer reviewed:

https://docs.google.com/document/d/1D3VOxhgIeONMfjQh3SllT0EbvvuLhMP9OFIFarhxyYI/edit?usp=sharing

Any comments or criticisms are welcome.

 [ Invalid Attachment ]
Title: -
Post by: Christylalge on 23/03/2023 21:13:12
Im at the point where I doubt those who are not vaccinated will be missed.

Also, if this is a bio-weapon, why wouldnt you get vaccinated against it?
Title: Re: -
Post by: Origin on 23/03/2023 22:45:25
Im at the point where I doubt those who are not vaccinated will be missed.

Also, if this is a bio-weapon, why wouldnt you get vaccinated against it?
That is a rather weird hijack...