Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
An infinite force in a finite Universe?
Message
De
24/06/2008 02:23:57
 
 
À
21/06/2008 23:06:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Business
Catégorie:
Rédaction créative
Divers
Thread ID:
01325051
Message ID:
01326267
Vues:
24
>>>Nonetheless, isn't the U expanding at the speed of light, or summat, and light hasn't yet caught up with its bounds anyway?
>>
>>
>>What I'm saying is that it isn't expanding at all.
>>
>>Expansion is an optical illusion.
>>
>>Under expansion, more created distance causes light from galaxies to take longer to get here.
>>
>>That's what is observed.
>>
>>But it's not actually caused by expansion.
>>
>>It's causing by the light dieing out.
>
>The "redshift" involves a reduction in energy. But it also means less vibrations per second. Now, if I wave my hand once a second, you would expect to see this as one wave per second, not more or less. As far as I know, this can only be explained by the separation (i.e. the Doppler effect), or by a distortion of time, as when light gets out of a gravitational well (e.g., this kind of effect can be seen when light leaves Earth, the Sun, or - to a greater degree - when it leaves a neutron star). Or do you have a third explanation for this discrepancy in timing?


Sure.

The mathematical theory of a photon should be a class, like this:
define class absolutePhoton as Custom

	x = 0
	c = 10
	totalEnergy	= 10^5

	function move

		this.x = this.x + this.c
	
		* As the photon moves it loses energy
		this.totalEnergy =  this.totalEnergy - this.c
	
		if mod(this.totalEnergy, 10^4) = 0  and this.c > 0
			this.c = this.c - 1
		endif 
			
	return 
	
enddefine
If you call the Move() function in a loop, it moves and delivers its energy like a wave would.

But it only has so much energy it can give, and once it hits certain thresholds, begins to deliver less energy, not to mention move slower.

Light moving slowly when we're not expecting it gives the optical illusion of there being extra space for it to travel through.

There isn't extra space, there is no expansion, light simply does not travel across all infinity. It has limits.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform