I would like to find the parametric equation for a curve starting at radius of curvature 10 at angle 0 degrees and ending at radius of curvature 100 at 90 degrees. The equation for change in radius of curvature along the path will be specified.
One can imagine this as a 90 degree arc of a circle, except the radius of the circle is changing along the path. This is similar to the concept of Euler curves, except the curvature only changes linearly for Euler curves.
Any suggestions on how to approach this problem?
Edit: Thanks for the many replies! Actually my question is that the rate of change of radius of curvature can be any function. In my case, I'd like it to be a tanh function going from radius r1 to radius r2. The radii I mentioned above are also arbitrary values. I am looking for an analytical or numerical way to approach the generalized problem.
There is a simple curve, the ellipse
$$\begin{cases}x&=&a \cos(t)\\ y&=&b\sin(t)\end{cases} \ \ \ \iff \ \ \ \dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1 \ \ \ \ $$
providing an answer to your issue. Indeed, its curvature is
$$K=\dfrac{ab}{(a^2 \sin^2 t + b^2 \cos^2 t)^{3/2}}\tag{1}$$
(see example 1 in this reference), therefore with max. and min. radii of curvature :
$$a^2/b \ \ \text{ in} \ \ A(a,0) \ \ \ \ \text{ and } \ \ \ \ b^2/a \ \ \text{ in} \ \ B(0,b).$$
It remains to solve : $$a^2/b=10 \ \ \ \text{ and } \ \ \ \ b^2/a=100...$$
giving
$$a=10^{4/3} \approx 21.54 \ \ \ \text{ and } \ \ \ \ b=10^{5/3}\approx 46.42.$$
Edit : the locus of centers of curvature, called the evolute, of an ellipse is an elongated astroid : see the very nice figures there