so I need the parametric equation of the arc. So, arc is a sector of a circle.
Parametric circle equation is: $$ c \equiv f(t) = (\cos(t), \sin(t)),\quad 0\le t < 2\pi $$ So, we just need to find proper domain of the function, actually $t_1$ and $t_2$, start and end of a sector.
Given two points $P_1$ and $P_2$, liying on circle, its center and radius how to find $t_1$ and $t_2$ using given points? I need full parametric equation of this.
Thanks in advance!