Let's say we have the curve on the left, for which we can can calculate the curvature as a function of the arc-length using:
$$\kappa = \frac{\frac{d^2y}{dx^2}}{(1 +(\frac{dy}{dx})^2)^{3/2}}$$
But now assume we lose the left figure, and we only have the following information:
- $\kappa(l)$ + sign indicating curvature direction
- $x(l=0)$
- $y(l=0)$
Could we reconstruct the curve using this information?


I seem to have found an answer, adapted from this question:
$$ \alpha (l)=\left( \int \cos\theta (l)dl +a,\int \sin\theta (l)dl +b\right) $$ where
$$ \theta (l) = \int \kappa(l)dl+\phi $$
Here $a=x(0)$, $b=y(0)$ and $\phi$ is the initial heading.