What is the side length of the smallest sized equilateral triangle that can be placed on the (x,y) plane where all coordinates are integers AND no side is horizontal and no side is vertical?

1 Answer
Jan 5, 2016

There is no such triangle, due to #sqrt(3)# being irrational.

Explanation:

Without loss of generality, one of the vertices is at #(0, 0)#.

Let the vertex anticlockwise from #(0, 0)# be #(m, n)# for some integers #m# and #n#.

The midpoint of the corresponding side is #(m/2, n/2)#

The line through #(0, 0)# and #(m, n)# has slope #n/m#, so any perpendicular to this side has slope #-m/n#.

The third vertex of the triangle lies on the line through the midpoint #(m/2, n/2)# with slope #(-m/n)#.

In fact it will lie at the point:

#(m/2, n/2) + sqrt(3)/2 (-n, m) = ((m-sqrt(3)n)/2, (n+sqrt(3)m)/2)#

since the height of an equilateral triangle is #sin 60^@ = sqrt(3)/2# times the length of one of the sides.

So we require #(m-sqrt(3)n)/2# to be an integer and #(n+sqrt(3)m)/2# to be an integer.

Since #sqrt(3)# is irrational, this would imply that #n=0# and #m=0#, hence there is no such triangle.