(This continues this post, but asks if we can find another family of solutions.)
Given the Heronian triangle with half-sides $(a,b,c)$, area $A$, and medians $(m_1,m_2,m_3)$,
$$A=\sqrt{(a + b + c) (b + c - a) (a + c - b) (a + b - c)}$$ $$m_1=\sqrt{2 (b^2 + c^2) - a^2}$$ $$m_2=\sqrt{2 (c^2 + a^2) - b^2}$$ $$m_3=\sqrt{2 (a^2 + b^2) - c^2}$$
Using an elliptic curve, one can find non-zero integer $(a,b,c,m_1,m_2,m_3)$ but non-rational $A\neq0$. If we start with area $A$, Schubert conjectured in 1905 that solving the first three equations in non-zero integers was impossible, but was proven wrong in 1989.
I. Three quadratics
We do the cyclic substitution $(a,b,c) = (p+q,\,q-r,\,r-p)$, then the first three equations simplify to,
\begin{align} 16\, p\, q\, (-p - q + r) r\, &=\, A^2\\[5pt] (p - q)^2 - 4 (p + q) r + 4 r^2 &= m_1^2\\[5pt] (2 p + q)^2 - 2 (2 p - q) r + r^2 &= m_2^2 \end{align}
So three quadratics in $r$ to be made squares. They are infinitely solvable.
II. Examples
In Part 1, using two Somos-5 sequences, one can find infinitely many primitive solutions to the three quadratics. For example, starting with $(p,q,r) = (24,\,49,-2)$ from the family, then,
$$(a,b,c) = (p+q,\,q-r,\,r-p) = (73, \,51,\, -26)$$
Ignoring signs, this yields the smallest integer area $A=1680$ and,
$$(m_1, m_2, m_3) = (35,\, 97,\, \sqrt{u})$$
The transformation also goes in the other direction. Given $(a,b,c)$ not generated by the Somos-5 sequences, for example the primitive,
$$(a,b,c) = (4368, 1241, 3673)$$ $$(m_1, m_2, m_3) = (3314, 7975,\, \sqrt{v})$$
We can use this $(a,b,c)$ to find,
$$(p,q,r) = (-273, 4641, 3400)$$
which also solves the three quadratics, suggesting there may be another family.
III. Question
Q: Can we find another infinite family of $(p,q,r)$ that solves the three quadratics above, distinct from the one using Somos-5 sequences? Perhaps using an elliptic curve or other recurrence relations?