This may seem simple to a lot of you out there, but I was wondering if there is a way to find the constant, a, in the Archimedian spiral equation:
$$ r=a\theta $$
Specifically, I need to be able to fit the parameter by means of measuring the distance between curves on the spiral. I tried setting this measurable distance to the length (in polar coordinates), but when I use the same first and second angles, my distance is 0. Here is an example where D=32: $$ D= 32= \sqrt{(r_{1}^2+r_{2}^2-2r_{1}r_{2}cos(\theta_{2}-\theta_{1})} $$ I should be able to plug in the expression for r above. Since I measure along the x-axis (same angles) I get D=0. Can someone tell me what I am missing and/or a better method for finding a in r=a*theta.
Thanks!