I have a circle with an arc beginning at point (x,y). The radius is r,...

Yesenia Obrien
Answered
2022-07-14
I have a circle with an arc beginning at point (x,y). The radius is r, the arc angle(w/ respect to center) is . How do I calculate the end point of the arc (a,b) ?
I know that the arc-length=radius*(arc angle)
I can't seem to find an easy way to solve this, I think the way to go is with parametric equations but I'm not sure.