For a simulation, I need to be able to calculate the radius $r$ of a circle $C$, knowing only two points on its circumference, $P_1$ and $P_2$, as well as the distance between them ($a$) and how much of the whole circumference $c$ is in the arc between those two points ($\frac{c}{x}$, where $x$ is known and $\geq 1$). Neither the arc itself nor its angle is known, but the arc should be equal to $\frac{2\pi r}{x}$.
The following image should illustrate this:

While being closely related to questions just as this one, it's not quite the same, as I don't know the angles.
Should this not be possible, what else would I need? Would a third point suffice?