Predicting Cell Movement and Shape in Conway's Game of Life

  • Thread starter Thread starter johngalt827
  • Start date Start date
  • Tags Tags
    Game Life
AI Thread Summary
Conway's Game of Life does not have specific equations to predict cell movement or shape, as it operates on algorithmic rules rather than mathematical formulas. The game is governed by simple rules that dictate how cells live, die, or reproduce based on their neighbors. To analyze cell behavior over generations, one can set up a simulation that follows these rules and iterates through the generations. This simulation can provide insights into the configuration of cells at any given generation. Ultimately, while there are no predictive equations, algorithmic simulations can effectively model the game's dynamics.
johngalt827
Messages
2
Reaction score
0

Homework Statement


I've decided to research Conway's Game of Life for my science project. and I can't seem to find any equations that would fit as Life's physical laws. Any ideas would be gratefully received. (Please keep in mind that I am merely a high schooler)

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Im not sure life has any equations as such. I am not a biologist but nobody had answered your question so I thought Id give my two cents.

Life is normally governed by rules such as Darwinian Natural Selection (read " https://www.amazon.com/dp/0451529065/?tag=pfamazon01-20 "). These theories don't really have equations and are concepts.

At a fundamental all life and everything is governed by Quantum Mechanics or some even more fundamental theory, which does contain equations, but we are a ways off working this out yet!

Hope this helps.

J
 
Last edited by a moderator:
phyzguy said:
I don't really understand your question. Are you just looking for the algorithmic rules of the game? These are spelled out clearly here:
http://en.wikipedia.org/wiki/Conway's_Game_of_Life

Actually, I was wondering if there were equations that would be able to predict the movement(?)/shape of the cells after "n" generations.
 
johngalt827 said:
Actually, I was wondering if there were equations that would be able to predict the movement(?)/shape of the cells after "n" generations.

I don't think anything of this sort exists.
 
johngalt827 said:
Actually, I was wondering if there were equations that would be able to predict the movement(?)/shape of the cells after "n" generations.
Well, not an equation, no. An algorithm, yes.

See, what you do is you set up a simulation. You configure your simulation to match the rules of the Game of Life that you're going to run (we'll call the simulation "The Game of the Game of Life"), then you iterate through the simulation until you reach generation 'n'. Your simulation will now spit out the movement and shape of the cells at generation 'n'. Now you can go back to your Game of Life and know what it will look like at gerenation "n".

Now here's a bonus question: how might you predict what the cells' shape and movement will be like at generation "n" in your Game of the Game of Life?

:biggrin:
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top