Problem Heron of Alexandria.

551 Views Asked by At

Meaning of the problem is to find two right triangles equal perimeter, but with a predetermined magnification area.

That is necessary to solve a simple system of equations.

$\left\{\begin{aligned}&x+y=z+d\\&xy=qzd\end{aligned}\right.$

$q$ - any given some sort of advance coefficient.

Formula received, but it is interesting to know how others look. Maybe there is another idea and another view of the same.

3

There are 3 best solutions below

7
On

Okay. I think it is necessary to show the formula, in order to more constructive discussion went. The system:

$\left\{\begin{aligned}&x+y=z+d\\&xy=qzd\end{aligned}\right.$

Solutions can be written as:

$x=qs^2-qps$

$y=qps-p^2$

$z=ps-p^2$

$d=qs^2-ps$

Or this:

$x=qp^2+qps$

$y=qps+(q-1)s^2$

$z=qp^2+(2q-1)ps+(q-1)s^2$

$d=ps$

That's the question. Can I submit solutions in a different way? And what is the idea should be the derivation of?

2
On

In Dickson's History of the Theory of Numbers, there are two problems relating perimeter and area of rectangles (not right triangles), the second of which is to find two rectangles of equal perimeter, with the area of the second being 4 times the area of the first. Heron finds a solution for this.

Later Maximus Planude (1260-1310) gave a generalization of Heron's problem above, to find two rectangles of equal perimeter such that their areas have a given ratio b:1. It seems the Planude problem fits with the one you are looking at. Using different letters from yours, with one rectangle of sides $x,y$ and the other with sides $u,v,$ the equal perimeters and area ratio $b:1$ give the equations $$x+y=u+v, \\ x\cdot y = b \cdot u \cdot v.$$ The solution found by M. Cantor was $u=a,\ v=b(b+1)a,$ along with $x=(b+1)a,\ y=b^2a.$ It's easy enough to check that for any value of $b$ this gives a pair of rectangles with the desired properties. Apparently Cantor "noted" that the above gives all the solutions, but in Dicksons footnotes there are some remarks that this may not be all of the solutions. [I myself haven't tried much to see if this solution is complete.]

0
On

In the system of equations:

$\left\{\begin{aligned}&x+y=a+b\\&xy=qab\end{aligned}\right.$

Another solution can be written.

$a=p^2+2qps+(q^2-1)s^2$

$b=2s(p-(q-1)s)$

$x=2qs(p+(q-1)s)$

$y=p^2+2ps-(q^2-1)s^2$

All three formulas derived me just describe all solutions of the system. I think the question can be considered closed.