I don't know why FullSimplify does not do Factor and Together. However, you cannot expect it to simplify Sqrt[r0^2] to r0, because it is not correct in general. You can force the simplification either with Simplify[Sqrt[r0^2],r0>=0] or with PowerExpand.