OK, so picture an object moving in a circle. The object rotates left at a specific speed, and has a set linear speed. If you give it enough time, the object will be right back where it started, its path forming a circle.
I want to get the angular speed from these 2 variables. By angular speed, I mean the amount of rotation that's happening from the perspective of the centre of the circle, as if the object were a spoke on a wheel.
I've been trying to figure this out, but it's driving me bonkers. Here's a few equations I've been looking at:
length of an arc = angle * r
linear speed = angular speed * r
angular speed = linear speed/r