I Interactive Minkowski Diagram Tool

Divy Jain
Messages
2
Reaction score
4
I've made a Interative Minkowski Diagram Tool,
http://divykjain.github.io/IMD

You can add events, connect events and add world lines. Lorentz transformation for moving frames also present.

I've added support for frame velocities equal or greater than light speeds(but the animations are a mess for ftl speeds)

Please do check it out!
Comments (about bugs, feature requests, physics, graphics) are welcomed!
 
  • Like
Likes vanhees71, PeterDonis, jedishrfu and 1 other person
Physics news on Phys.org
Quite nice. I noticed you used P5.js as the basis for your application.

Is this the javascript mode for Processing? or did you use something else to create it?
 
One interesting feature you could consider is some animation for the twin paradox and other similar problems.

One might select the paradox and in the case of the twin paradox, enter the speed of the twin's spaceship. In your diagram you could shows its track with markers for the time so that someone could see why the spaceship twin's clock is running slower than the stationary twin.
 
jedishrfu said:
Is this the javascript mode for Processing?
Yes, for more information on p5.js you can refer to p5js.org/

jedishrfu said:
One interesting feature you could consider is some animation for the twin paradox and other similar problems.

One might select the paradox and in the case of the twin paradox, enter the speed of the twin's spaceship. In your diagram you could shows its track with markers for the time so that someone could see why the spaceship twin's clock is running slower than the stationary twin.
To see the clocks one can refer to the hyperbolic(space-time) contours, the events lying on the same contours have experienced the same amount of proper time.
But still I'll try to add a feature that makes it easier to see that!
 
I was thinking of a kind of light trail:

  1. t0 lights
  2. t1 then t1' lights a little behind t1
  3. and at the end t10 and t8' light up end of trip

It would show the time going slower on the spaceship and the fact that the spaceship twin has aged less and is thus younger than his/her stationary Earth twin.

Thanks for the p5js.org reference. I think the P5JS folks may have broken away from Processing to develop their version as it used to be a part of the Processing modes selection.

But it definitely looks nice.
 
I asked a question here, probably over 15 years ago on entanglement and I appreciated the thoughtful answers I received back then. The intervening years haven't made me any more knowledgeable in physics, so forgive my naïveté ! If a have a piece of paper in an area of high gravity, lets say near a black hole, and I draw a triangle on this paper and 'measure' the angles of the triangle, will they add to 180 degrees? How about if I'm looking at this paper outside of the (reasonable)...
Back
Top