|
|
 | | From: | Virgil | | Subject: | Equilateral Triangle Redux. | | Date: | Sat, 22 Jan 2005 21:29:21 -0700 |
|
|
 | A while back someone posted the following:
Given an equilateral triangle and a fourth point not coincident with any vertex of the triangle to find the smallest possible triangle with integer sides so that each of the distances from a vertex to the fourth point is also integral.
In trying to analyse the problem generalized to find integer solutions not necessarily for the smallest triangle, I ran into a different problem towards which I am not making much headway.
The problem is to find necessary and sufficient conditions on integers a and b, with a < b and coprime, so that a^2 + a b + b^2 is the square of an integer.
If anyone can point me towards a solution, I should be grateful.
|
|
 | | From: | N. Silver | | Subject: | Re: Equilateral Triangle Redux. | | Date: | Sun, 23 Jan 2005 06:17:20 GMT |
|
|
 | Virgil wrote:
> The problem is to find necessary and sufficient conditions on integers > a and b, with a < b and coprime, so that a^2 + a b + b^2 is the square > of an integer.
> If anyone can point me towards a solution, I should be grateful.
This problem is in Dickson's History of the Theory of Numbers. In the College Math Journal in the middle 80's, it was analyzed as part of getting integer solutions for a calculus problem: Take a rectangular piece of cardboard and fold it into the bottom of a box. Find the max volume of such a box. Another version of the same problem was published in the Mathematics Magazine around the same time.
|
|
 | | From: | JEMebius | | Subject: | Re: Equilateral Triangle Redux.- | | Date: | Sun, 23 Jan 2005 15:32:37 +0100 |
|
|
 | Please take a look at http://www.geocities.com/fredlb37/triples8.pdf - mentioned in a previous posting in news:sci.math (see below) - this will solve your problem at least in part.
Johan E. Mebius
Virgil wrote:
>A while back someone posted the following: > > Given an equilateral triangle and a fourth point not coincident with >any vertex of the triangle to find the smallest possible triangle with >integer sides so that each of the distances from a vertex to the fourth >point is also integral. > >In trying to analyse the problem generalized to find integer solutions >not necessarily for the smallest triangle, I ran into a different >problem towards which I am not making much headway. > >The problem is to find necessary and sufficient conditions on integers >a and b, with a < b and coprime, so that a^2 + a b + b^2 is the square >of an integer. > >If anyone can point me towards a solution, I should be grateful. > > (Raw copy of newsgroup post:) =========================================================== From: "heck" Newsgroups: sci.math Subject: A 120 degree triangle preserving matrix Date: 15 Jan 2005 06:43:52 -0800 Organization: http://groups.google.com Lines: 17 Message-ID: <1105800232.205558.71230@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 66.112.27.169 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1105800236 12563 127.0.0.1 (15 Jan 2005 14:43:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 15 Jan 2005 14:43:56 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=66.112.27.169; posting-account=OEK0fQ0AAAB0H2W2IJVllgOosbg3XeKP Xref: news.xs4all.nl sci.math:732660
Perhaps someone will find this interesting.
Let M be the matrix
4 3 6 . 3 4 6 4 4 7
If a^2+b^2+ab = c^2 then (a b c)M = (u v w) where
u^2+v^2+uv = w^2, and u-v = a-b. http://www.geocities.com/fredlb37/triples8.pdf ===========================================================
|
|
|