I am trying to understand how I can calculate an elevation (i.e. the distance) of a tangent line given an arc and radius.
For example :
Given that I know $d$ and $s$, how do I get the value for $?$ ?
If the value $s$ will never be greater than $\frac{\pi}{2}$, then when $s = \frac{\pi}{2}$, the value for $? = d$, right? So can this be solved as a linear function?
(Note: while I have sufficient understanding of maths, this is not my best subject.)
Edit
Sorry about the picture. I made this as a 2 minutes drawing in Gimp; $s$ is the distance of an arc. (I should've placed that variable within the circle, instead...)

Let $L$ denote the length of the hypotenuse. Then
$$ L=d\sec\left(\dfrac{s}{d}\right)$$
So the excess length is
$$ ?=L-d=d\left( \sec\left(\dfrac{s}{d}\right)-1\right)$$
Note that the angle is here measured in radians.