Daniel B. answered 03/26/21
A retired computer professional to teach math, physics
In general, if you have a circle with radius r, and an angle α, then the coordinates of the point on the circle are
(r×cos(α), r×sin(α))
The other general rule you need is that for any α, and any integer k,
sin(α) = sin(α + k×360°)
cos(α) = cos(α + k×360°)
Plugging in your values
(3.8×cos(-540°), 3.8×sin(-540°)) =
(3.8×cos(-540° + 2×360°), 3.8×sin(-540° + 2×360°)) =
(3.8×cos(180°), 3.8×sin(180°)) =
(-3.8, 0)