Firstly, let's assume that we have 2 perfectly identical objects. One of them is turning at 20 rad/s, but the other one - 10 rad/s. Now they get locked together. Let's assume no velocity loss during locking. What velocity will they each turn after being locked? It's pretty obvious that they'll be turning at 15 rad/s. Problem solved!
However, now let's make them both be solid cylinders with identical shape, but one of them be twice denser than first one. One of them is 5 kg heavy, but other one is 10 kg heavy, as example. Both of them got radius of 0.1 metre.
So inertia of the first one is calculated like so:
I = (5 * 0.1^2) / 2 = 0.025
For the second one it's:
I = (10 * 0.1^2) / 2 = 0.05
So the second one also got twice bigger inertia.
Now let's assume the same case. First cylinder is turning at 20 rad/s and second one is turning at 10 rad/s. They get locked. And now I get lost. I know well that they're gone end up turning slower than 15 rad/s as there is more momentum at the slowest turning cylinder. However, I don't know how to calculate how fast will they turn. So what I ask for is the calculation for this specific problem.