Random curve given the curvature
I have a made a random curve where I know the curvature on any point of the curve (1/R of the osculating circle). My question is: How do I find the equation of this curve/graph when I know the curvature (1/R) and the points?
The curve is showed above.
Thanks
Assuming that you know the signed curvature (i.e., $+1$ for the unit circle traversed counterclockwise, $-1$ when it's traversed clockwise), you can do it via integration. I'll give details below.
But if you know only the curvature, then there's no way to reconstruct the curve. Here's why:
Let $$ f_1(x) = x^3\\ f_2(x) = \begin{cases}x^3 & x \ge 0 \\ -x^3 &x < 0\end{cases} $$
The graphs of $f_1$ and $f_2$ have the same curvatures $k(x)$ at $(x, f_1(x))$ and $(x, f_2(x))$, respectively, for every real number $x$.
Hence, if I told you $k(x)$, you would not know which graph it came from.
Now what about my claim about signed curvature? That's almost true. If I give you the signed curvature $k(t)$ for the curve, where $t$ denotes the time at which you're at each point of the curve ... you still don't know enough.
Suppose that I say $k(t) = 1$ for $0 \le t \le 1$. Then
$$ u_1(t) = (\cos 2\pi t, \sin 2\pi t) $$ is a curve with that curvature. It traverses a unit circle. Unfortunately, so is $$ u_1(t) = (\cos \pi t, \sin \pi t) $$ which traverses only a half-circle. (And, of course, I could have moved everything 5 units to the right, and gotten another solution).
So what can you do?
Suppose you're given the signed curvature $k(s)$, where $s$ tells you how far along the curve you've travelled since the starting point. And we agree to start at the origin $(0,0)$, headed in the positive $x$ direction. Then there is in fact a unique curve that starts at that point, in that direction, and has the prescribed curvature at every point. The way to find the curve involves integration --- are you familiar with that notion? --- and a little linear algebra; I can write it out for you if you like. Let me know in the comments.