Pick's Theorem

This solution of Andrei's from School 205 Bucharest, gives a very useful algebraic view of the problem and is worth a read.

I would encourage you all to have a go at this problem by stepping back and beginning by breaking down the problem as suggested in the hints. How many different shapes can you draw of the form (4,0)? Do they all have the same area? Can you see why? Look at other shapes of the form (n,0). What do these shapes have in common? What about shapes of the form (3,n)?

By breaking the problem down in this way patterns will emerge that give hints about what is happening.


I started from the figures given in the problem, and I calculated the area (A), the number of lattice points on the perimeter (p) and the number of interior lattice points (i). I found the table below:

Figure

A

p

i

Square
1
4
0
Triangle 1
3/2
3
1
Hexagon
6
6
4
Triangle 2
3/2
5
0
Parallelogram
1
4
0

I started from the idea that if any relation exists between A, p and i, then there must be a linear relationship. Let x be the coefficient of A, y be the coefficient of p, and z be the coefficient of k; t is the free term. So:

xA + yp + zi + t = 0

Replacing the values corresponding to the first four rows (because the last is identical with the first) I found a system of 4 equations with four unknowns:

x + 4y + t = 0
3/2x + 3y +z + t = 0
4x + 6y + 4z + t = 0
3/2x + 5y + t = 0

Except the (0,0,0,0) solution, I found the relation between x, y, z and t either of the type:

x = -i, y = i/2, z = i, t = -i,
or:
x = i, y = -i/2, z = -i, t = i.

The last two solutions imply that the relation between A, p and i must be:

-A + p/2 + i -1 = 0

or:

A = p/2 + i -1

This is not a demonstration, from what I have found I can't be sure it works always. But I have looked on the web, and I found some derivations of Pick's theorem, that looks as I found it. One is at the address: http://mathforum.org/trscavo/geoboards/intro4.html , another is: www.cut-the-knot.org/ctk/Pick.shtml and some others could be found as well.
This is a method of calculating the area of any polygon on a geoboard quickly and easily. The theorem has been found by Georg Alexander Pick, born in 1859 in Vienna, and was first published in 1899.