The Euler spiral is a planar curve, whose curvature increases linearly with arc length from the origin. This Wikipedia article features a derivation of its equation based on the fact, that the curvature is in fact the rate of change of the angle of the tangent vector. I was wondering what an alternative derivation would look like, that would start with an unknown parametrization:
$$\binom{x(t)}{y(t)}$$
and based on the formulas for curvature:
$$k(t) = \frac{x'(t)y''(t) - y'(t)x''(t)}{(x'(t)^2+y'(t)^2)^{3/2}}$$
and arc length:
$$L(t) = \int _0 ^t \sqrt{x'(\tau)^2+y'(\tau)^2} \ d\tau$$
would get to something like:
$$const. = \frac{(x'(t)^2+y'(t)^2)^{3/2}}{x'y'' - y'x''} \cdot \int _0 ^t \sqrt{x'(\tau)^2+y'(\tau)^2} \ d\tau$$
Here I am stuck, one should probably simplify this by using a parametrization by the arc length..? And where do the sine and cosine in the resulting parametric equations come from?