In the article A note on an Approximation in Trigonometry is proved a very interesting approximattion to the lesser angle of a triangle (in degrees):
$ (1) A \approx \frac{344\Delta}{2s(s-a)+bc}$
Where $\Delta$ is the area of the triangle, $s$ is the semiperimeter, and $bc$ are the two adjacent sides of the angle $A$. For the case of a right triangle, the formula becomes simpler:
$A \approx \frac{172a}{b+2c}$
where $c$ is the hypotenuse.
This approximation seems to be very old, and have been appeared in a XVI century book on trigonometry. It is very little known, and have good accuracy.
The proof in the article is purely analytical. So, my question is: How to prove the approximate formula $(1)$ by means of plane geometry only?



I have done a Monte Carlo simulation on $10^5$ random triangles (using Matlab), in order to have an idea of the quality of the proposed approximation.
Let (with @Semiclassical version):
$$F:=\dfrac{6 \Delta}{2s(s-a)+bc}$$
Approximation : $$A\approx F$$
is always
such that $A > F$ (always from under, which is understandable by considering the neglected terms in the proof given in the reference article).
very accurate : $1 < \dfrac{A}{F} < 1.005$ in about 94% cases. And another 4% between $1.005$ and $1.015$.
Here is the histogram of values of $\dfrac{A}{F}$: