6.22

    assume

    Bits Per Track

    1. bpt = x * r * K

    Track Count

    1. tc = (1-x) * r * M

    M, K are constant

    so

    Bit Count

    1. bc = K * M * r^2 * (1-x) * x

    when x == 1/2, bc is maximum