Inspired by this difficult Sangaku problem, I created the following Sangaku-style problem of my own.
In equilateral $\triangle ABC$, $D$ is on $AB$, $E$ is on $AC$, and the incircles of $\triangle ADE$, $\triangle DBE$ and $\triangle EBC$ have equal radii. Prove that $BD=DE$.
I have a solution that requires a computer. I am looking for a solution that does not require a computer.
My solution
Assume the side length of $\triangle ABC$ is $1$.
Let
$x=BD$
$y=DE$
$\theta=\angle BDE$
Use the sine rule and cosine rule to express $\theta$, $AE$ and $BE$ in terms of $x$ and $y$:
$\theta=\arcsin{\left(\frac{\sqrt3 (1-x)}{2y}\right)}+\frac{\pi}{3}$
$AE=\sqrt{(1-x)^2+y^2+2y(1-x)\cos{\theta}}$
$BE=\sqrt{x^2+y^2-2xy\cos{\theta}}$
The inradius of a triangle is $\frac{2\times \text{area}}{\text{perimeter}}$.
$r_1=$ inradius of $\triangle ADE=\dfrac{y(1-x)\sin{\theta}}{1-x+y+AE}$
$r_2=$ inradius of $\triangle DBE=\dfrac{xy\sin{\theta}}{x+y+BE}$
$r_3=$ inradius of $\triangle EBC=\dfrac{(1-AE)\frac{\sqrt3}{2}}{2-AE+BE}$
Setting $r_1=r_2$ and $r_1=r_3$ gives two equations in $x$ and $y$. Desmos shows they are satisfied only when $x=y$, both approximately $0.5502282106$.