Construct a pentagon $ABCDE$ if lengths of its sides are $a,b,c,d$ and $e$ ($|AB|=a,|BC|=b,...$), and the bisector of the angle at vertex $D$ is also the perpendicular bisector of $AB$.
I know that $D\in f$, $C\in c_1=c(B,b)$ and $E\in c_2=c(A,e)$.

How do I find the exact position of point $D$?


Let $x=AD=BD$. By the triangular inequality we have the constraints: $$ |b-c|<x<b+c \quad\text{and}\quad |d-e|<x<d+e. $$
For the perpendicular bisector of $AB$ to be also the bisector of $\angle CDE$ we must have $\angle ADE=\angle BDC$. By the cosine rule this implies: $$ {d^2+x^2-e^2\over 2dx}= {c^2+x^2-b^2\over 2cx}, $$ that is: $$ x^2={d(c^2-b^2)-c(d^2-e^2)\over c-d}. $$ Of course this gives a solution only if $x>a/2$ and if the above constraints are satisfied.
Example. Setting $$ a=4,\quad b=7,\quad c=4,\quad d=6,\quad e=4 $$ we get $x=\sqrt{139}$, which is larger than $b+c$. Hence no solution exists.