I have searched the site and found similar questions of mine but not exaclty I needed.

I have an arc. I know the coordinates of the arc center (P0), r (radius), coordinates of starting point of the arc (P1) and angle of the arc (between 0 to 360) as shown in attached diagram.
I need to calculate the coordinates end point of the arc P2. How can I do. I have found similar topics and tried to use the methods of them but the results gave me wrong output values.
Thank you in advance.

Here's an outline of one way to do it:
Give that a try.