I'm wondering what the best method of sketching a curve is, if you know the coordinates of a point on the line and its intrinsic equation in the form: $$ s=f(\psi) $$ where s is arc length from the origin to a point on the curve and where $$tan(\psi )=\frac{dy}{dx}$$
When attempting a problem I tried to convert the equation to cartesian following a method online but I ended up getting an integral which is unsolvable with my level of maths
I'm wondering if there is another method of sketching this curve.
Thank you for any replies
Maybe you can invert the given equation $s=f(\psi)$ to an explicit equation of the form $$\psi=\psi(s)\ .$$ The curve has an arc length parametrization of the form $$s\mapsto\bigl(x(s),y(s)\bigr)\ ,$$ and one has $$\dot x(s)=\cos\psi(s),\qquad\dot y(s)=\sin\psi(s)\ .$$ This allows to find $s\mapsto\bigl(x(s),y(s)\bigr)$ explicitly or numerically.