Closest approximated rational triangle

  • Context: Graduate 
  • Thread starter Thread starter ktoz
  • Start date Start date
  • Tags Tags
    Rational Triangle
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
ktoz
Messages
170
Reaction score
12
Given 2 points on a plane, if you arbitrarily place a third, is there any way to determine the closest approximation to this triangle where all sides of the approximation are rationally related?

The only thing I can think of would be to draw a small circle around the third point that represents the acceptable search area for the third point of the approximation, but after that, I'm completely stuck.

Anyone know if there is a fairly efficient way to do this?

Thanks
 
Last edited:
Mathematics news on Phys.org
No, because however close your approximation, there is another one which is closer. Between any two numbers (either real or rational) there are an infinite number of other rational numbers.
 
AlephZero said:
No, because however close your approximation, there is another one which is closer. Between any two numbers (either real or rational) there are an infinite number of other rational numbers.

Hmmm. What if the problem is redefined to:

The closest approximation whose sides are related by:

x, y, z, n = element of natural numbers
x, y, z < max
unit = 1/n

a = x * unit
b = y * unit
c = z * unit
 
Last edited: