Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,014 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
physics question #258863
04/02/09 15:42
04/02/09 15:42
Joined: Mar 2003
Posts: 3,010
analysis paralysis
NITRO777 Offline OP
Expert
NITRO777  Offline OP
Expert

Joined: Mar 2003
Posts: 3,010
analysis paralysis
Hi,
Im not very familiar with physics or relativity. According to relativity:

mass=mass(atRest)/squareRoot(1-(velocity^2/speedOfLight^2)

So does this mean that a particle will have infinite mass if it attains light speed?

Re: physics question [Re: NITRO777] #258866
04/02/09 15:54
04/02/09 15:54
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
I'm no physicist but from my understanding it means that a particle which has mass (at rest) cannot reach light speed.

mass = mass(atRest) / squareRoot(1-1)
<=> mass = mass(atRest) / squareRoot(0)
<=> mass = mass(atRest) / 0
=> not defined (division through zero)

Re: physics question [Re: Xarthor] #258868
04/02/09 16:03
04/02/09 16:03
Joined: Mar 2003
Posts: 3,010
analysis paralysis
NITRO777 Offline OP
Expert
NITRO777  Offline OP
Expert

Joined: Mar 2003
Posts: 3,010
analysis paralysis
Thanks Xarthor,

"cannot reach light speed" seems more likely than "reaches infinite mass" so I guess I would agree. I am still sort of confused why a particle couldn't reach light speed, it seems that anything could reach light speed if it gets enough force. The fact that it is at rest or not at rest just seems to alter the amount of force needed. Do you know what I mean?

Also from a limits perspective,
limit of mass, as velocity approaches light is infinity. So thats where I came up with the idea of infinite mass.

Last edited by TriNitroToluene; 04/02/09 16:06.
Re: physics question [Re: NITRO777] #258898
04/02/09 18:54
04/02/09 18:54
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Yep, theoretically, if mass could reach speed of light, its mass would become infinite. Well, if it could.

The reason why mass never can reach speed of light is that its mass is increasing if it becomes faster. The heavier it gets, the more energy you need to make it faster. So, if you want to make mass reach speed of light, you need an infinite energy.

Re: physics question [Re: Lukas] #258905
04/02/09 19:20
04/02/09 19:20
Joined: May 2008
Posts: 301
Oxy Offline
Senior Member
Oxy  Offline
Senior Member

Joined: May 2008
Posts: 301
mass=mass(atRest)/squareRoot(1-(velocity^2/speedOfLight^2)

when the velocity reaches the speed of light,
you get a division by 0.
The universe would crash and throw an exception

Re: physics question [Re: Oxy] #258912
04/02/09 19:49
04/02/09 19:49
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
AFAIK sometimes you can say 1/0 = infinite, although it' mathematically wrong. At least I often read that the mass of an object becomes inifinte if it reaches speed of light.
But it doesn't really matter, because it never happens anyway :P

Re: physics question [Re: Lukas] #258918
04/02/09 20:46
04/02/09 20:46
Joined: Mar 2003
Posts: 3,010
analysis paralysis
NITRO777 Offline OP
Expert
NITRO777  Offline OP
Expert

Joined: Mar 2003
Posts: 3,010
analysis paralysis
Quote:
The heavier it gets, the more energy you need to make it faster. So, if you want to make mass reach speed of light, you need an infinite energy.
ahh yes, thats the key which helps me understand it and it makes sense: mass can never reach an infinite size because it would need an infinite force.

Quote:
AFAIK sometimes you can say 1/0 = infinite
Well you can do it in certain aspects of math, like when looking at graphs of things, and for finding limits.

I don't know how they make compilers or the real technical reasons behind why you cannot divide by zero. Is anything even being attempted? In other words, say I write some code which divides 5 by zero, does the computer even attempt it?

Re: physics question [Re: NITRO777] #258925
04/02/09 22:22
04/02/09 22:22
Joined: Nov 2007
Posts: 1,143
United Kingdom
DJBMASTER Offline
Serious User
DJBMASTER  Offline
Serious User

Joined: Nov 2007
Posts: 1,143
United Kingdom
If 20 / 2 is 10, you can safely say that "2 * 10 = 20".

Now you say 20 / 0 = X. Therefore 0 * X = 20. What value of X will satisfy this statement.

None as 0 times anything = 0. Therefore X cannot exist. Dividing by zero does not exist or mathematically undefined.

Another practical example is thinking that division is basically just a set of subtraction operations.
Eg, 20 / 10 means start with 20, then subtract 2, and again, again until you reach 0. How many operations did it take? >> 10.

Now think about 20 / 0. Start with 20, then subtract 0, and again, and again. You now see why some people refer to dividing by 0 as infinity.

Not sure how a compiler goes about dealing with divisions by 0. BTW what is a compilers take on roots of negative numbers? In maths we can define imaginary numbers this way easily, but how would you in a programming language?

Last edited by DJBMASTER; 04/02/09 22:31.
Re: physics question [Re: Lukas] #259315
04/05/09 12:42
04/05/09 12:42
Joined: Sep 2002
Posts: 8,177
Netherlands
PHeMoX Offline
Senior Expert
PHeMoX  Offline
Senior Expert

Joined: Sep 2002
Posts: 8,177
Netherlands
Originally Posted By: Lukas
Yep, theoretically, if mass could reach speed of light, its mass would become infinite. Well, if it could.

The reason why mass never can reach speed of light is that its mass is increasing if it becomes faster. The heavier it gets, the more energy you need to make it faster. So, if you want to make mass reach speed of light, you need an infinite energy.


From what I understand light speed is not exactly synonimous to 'infinitely fast', so travelling at light speed (or faster) should in fact be possible even in theory.

Obviously it would cost a tremendous amount of energy making it questionable if even trying to reach such speeds makes sense (with current day propulsion).

Perhaps in a practical sense it's even impossible to a. carry enough energy/fuel onboard needed to reach those kinds of speeds and b. have a space ship strong enough to withstand forces involved and carry the entire mass (energy today isn't exactly mass free). Perhaps travelling at such speeds is as problematic as conquering supersonic speeds in the old days (e.g. bending/deforming metal at highest speeds, old propulsion systems aren't able to reach supersonic speed and so on).

Don't forget a lot of the 'we can't do that' kind of thinking only makes sense with current day propulsions in mind.

Quote:
If 20 / 2 is 10, you can safely say that "2 * 10 = 20".

Now you say 20 / 0 = X. Therefore 0 * X = 20. What value of X will satisfy this statement.

None as 0 times anything = 0. Therefore X cannot exist. Dividing by zero does not exist or mathematically undefined.


True, but it remains a somewhat philosophical question whether it makes sense to agree upon the 'fact' that 0 times anything is 0. By the time science has discovered that nothing can produce something, the whole mathematical idea becomes a bit untrue, wouldn't you agree?

Cheers


PHeMoX, Innervision Software (c) 1995-2008

For more info visit: Innervision Software
Re: physics question [Re: PHeMoX] #259317
04/05/09 12:56
04/05/09 12:56
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
For reaching the speed of light, you need an infinite amount of energy, so you CAN'T reach speed of light in theory.

AFAIK, if some object reaches speed of light, from the viewpoint of the object, the space between it and its destination becomes 0, and time is passing infinitely fast. So travelling in speed of time is like travelling in infinite speed. And if it was faster than light, it would travel back in time.

An other problem of travelling in speed of light is that the mass would become infinite. So the force of its gravitation would also become infinite and it would suck in the whole universe in 0 seconds.

Page 1 of 2 1 2

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1