Let's discuss Mathematics

I don't think so...

Roots

jerusalem-artichoke-roots.jpg


Flower

fal2007_jerusalem_artichoke_flowers.jpg

Of course, you're correct. I was thinking of a Romanesco Cauliflower. I have no idea why I confused the two :crazyeye:
 
He has an infinite square grid which he wants to tile with identical tiles. He also wants each individual tile to admit dihedral symmetry.

In other words, if you take a single tile, it is is preserved under some horizontal reflection, some vertical reflection and under a quarter-turn rotation around the intersection of the two reflection axis.

Correct.

EDIT: here is a counter-example.
Take a "cross" made up of 5 squares. Then subdivide each square in 4, to get a tile made up 20 squares. This satisfies your hypothesis, but not your conclusion.

Also correct, this in fact occurred to me this morning in the bus to work ...
 
EDIT: note that neither 1,4,5,12,13,17 (the start of the basic sequence) 1,4,5,9,12,13,16 (the start of your sequence) appears in the online encyclopedia of integer sequences.

Hmmm. Maybe we have an uncomputable sequence then? This does not follow of course, but it would explain why it is not in the encyclopedia. I'm not a professional mathematician, but I do know that tiling problems of known complexity or (un-)decidability are often used in reduction arguments establishing the complexity or (un-)decidability of other problems.

I was sort of guessing that the symmetry restrictions were so strong as to make the problem at least decidable. That guess is still on, but ...
 
Hmmm. Maybe we have an uncomputable sequence then? This does not follow of course, but it would explain why it is not in the encyclopedia. I'm not a professional mathematician, but I do know that tiling problems of known complexity or (un-)decidability are often used in reduction arguments establishing the complexity or (un-)decidability of other problems.

I was sort of guessing that the symmetry restrictions were so strong as to make the problem at least decidable. That guess is still on, but ...

What do you mean by "uncomputable"?
For any given n, we can give an upper bound on the time it will take to know if n is in our set or not. In less precise terms, this is a "finite" problem. It is decidable. It might still be a "hard" problem.


As for the strong restrictions making the problem decidable, this is a fallacy.

Adding restrictions can make the problem harder.

For example, if we remove the symmetry conditions, then the problem is trivial. EVERY n has the property that there exist a tile with n squares than can tile the plane (take the 1 by n rectangle for example). Adding the symmetry condition makes the problem harder, because it interacts in non-trivial way with the tiling property.
 
We probably need to dive into this http://en.wikipedia.org/wiki/Polyomino ...

Doesn't seem to be much there that is applicable, except that there are rather few polyomino's with full dihedral symmetry group, which is obvious by simply playing with them.

(note also the easily explainable numerical fact that these only exist when n is 0 or 1 mod 4).

Possibly the references from "Tiling the plane with copies of a single polyomino" might have something of interest.

By the way, was there an interesting motivation to this problem?
 
What do you mean by "uncomputable"?

There's a number of (equivalent) ways ways to make that precise, but let's go for this one: the enumeration function of the sequence (f(n) = the n-th number in the sequence) is recursive (i.e. μ-recursive). But I'll settle for any of the equivalent characterizations of computable function.

For any given n, we can give an upper bound on the time it will take to know if n is in our set or not. In less precise terms, this is a "finite" problem. It is decidable. It might still be a "hard" problem.

I'm not so sure. This is exactly the problem for it to be computable/decidable. For that there must be a uniform procedure that works in all cases. I do not think you can give that upper bound without such a procedure. But I'm open to suggestions. Proofs even better. :)

I think one approach would be to isolate some form of periodic property any such tiling must have; and then predict that if you have not found such periodicity in some number of steps (that number depending on the size and form of the tile), you will not find it anymore.

As for the strong restrictions making the problem decidable, this is a fallacy.

Adding restrictions can make the problem harder.

For example, if we remove the symmetry conditions, then the problem is trivial. EVERY n has the property that there exist a tile with n squares than can tile the plane (take the 1 by n rectangle for example). Adding the symmetry condition makes the problem harder, because it interacts in non-trivial way with the tiling property.

I'm not so sure here either. Adding restrictions can also make the problem easier. Certainly the assumption that all tiles are squares is stronger than our current assumption - and it also makes the problem trivial.
 
Possibly the references from "Tiling the plane with copies of a single polyomino" might have something of interest.

Yes, I was especially thinking of that but maybe some of the concepts in other sections may also be useful.

By the way, was there an interesting motivation to this problem?

Well, the two 13 tiles in my first post came out of discussions on civ 3 city placement. I somehow wondered if it was possible to characterize the class of similar shapes that also tile the plane - but remove the civ related restictions.
 
I'm not so sure. This is exactly the problem for it to be computable/decidable. For that there must be a uniform procedure that works in all cases. I do not think you can give that upper bound without such a procedure. But I'm open to suggestions. Proofs even better. :)

My suggestion would be to try to prove that if there is a tiling, then there is a lattice one, with a rather small fundamental area (in terms of number of tiles in it).

I actually believe this to be true, and I believe it would imply decidability.


I'm not so sure here either. Adding restrictions can also make the problem easier. Certainly the assumption that all tiles are squares is stronger than our current assumption - and it also makes the problem trivial.

All I said was that "Adding restrictions CAN make the problem harder."
It can also make the problem easier, as you say. What are you "not so sure" about?
 
Tonight, I was wondering if there is a simple relationship between circles and coins.

You can surround a circle of radius 1 with 6 coins of radius 1, all touching.

What is the radius of the centre coin for 7, 8, etc. surrounding coins all touching? Is there an analytical solution?

EDIT: Must be easy to calculate from the vertices of regular n-gons.
 
does anybody have a sure-fire proof method of re-arranging equations? like some rules...?

*anticipates abuse from PS*
 
I think an approximate answer is -

Radius(inner coin)=(n*r/pi)-r (r=radius of outer coins)

Should get more accurate as n increases. (Or use biblical pi=3 for n=6)
 
PS: Draw the big circle with radius R and center A, and small circles touching each others and the big one with radii r. Take two small circles that touch each others, and call their centers B and C. Then draw a triangle ABC.

The vertices AB and AC are R+r and BC is 2r, the angle at A is 2pi/n. Split the triangle at A, you'll get a right triangle with hypotenuse R+r, angle pi/n and the opposite side r. From that you get
tan(pi/n)=r/(R+r),
and furthermore
(R+r)tan(pi/n)=r
and
R=r [1-tan(pi/n)]/tan(pi/n).

So any R bigger than that will do.

I bet you didn't even try ;)

Quackers:, can you be little more specific, and also tell what you've been told at school?

EDIT: sin of course, not tan ;)
 
Multiply both sides by (x+2) to get a linear equation in x. Then solve for x.
 
Back
Top Bottom