nawidgc
- 24
- 0
Let P(x,y) be a point on a unit circle that is centered at (0,0). How to compute exactly the function
\frac{\partial^2 x}{\partial s^2}
where x is the x-coordinate of the point P(x,y) and s is the tangent at point P(x,y). Clearly,\frac{\partial x}{\partial s} = t_x = -n_y
where t_x is the x-component of the tangent at point P(x,y) and n_y is the y-component of the normal to circle boundary at point P(x,y). I have verified above equation with finite difference. Now how do I obtain an exact expression for \frac{\partial }{\partial s }\left(\frac{\partial x}{\partial s}\right)
to get \frac{\partial^2 x}{\partial s^2}? Thanks for help.