Let be the number of digits when is written in base , and let be the number of digits when is written in the base . For example, in base is , hence . Then :
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Suppose the number N has a k -digit representation in base b . Then b k − 1 ≤ N < b k , so k − 1 ≤ lo g b N < k .
The last inequality implies that k − 1 = ⌊ lo g b N ⌋ , i.e. k = ⌊ lo g b N ⌋ + 1 .
Thus p ( n ) = ⌊ lo g 6 8 n ⌋ + 1 = ⌊ n lo g 6 8 ⌋ + 1 and q ( n ) = ⌊ lo g 4 6 n ⌋ + 1 = ⌊ n lo g 4 6 ⌋ + 1 . Then
n → ∞ lim n 2 p ( n ) q ( n ) = n → ∞ lim n 2 ( ⌊ n lo g 6 8 ⌋ + 1 ) ( ⌊ n lo g 4 6 ⌋ + 1 ) = n → ∞ lim ( n ⌊ n lo g 6 8 ⌋ + 1 ) ( n ⌊ n lo g 4 6 ⌋ + 1 ) = n → ∞ lim ( n ⌊ n lo g 6 8 ⌋ + n 1 ) ( n ⌊ n lo g 4 6 ⌋ + n 1 ) = ( lo g 6 8 ) ( lo g 4 6 ) [**See note below**] = lo g 4 8 = 2 3
Note: in the above we made use of the fact that n → ∞ lim n ⌊ n x ⌋ = x . To see that this is true, first note that ⌊ x ⌋ = x − ⟨ x ⟩ , where 0 ≤ ⟨ x ⟩ < 1 . Then
n → ∞ lim n ⌊ n x ⌋ = n → ∞ lim n n x − ⟨ n x ⟩ = x − n → ∞ lim n ⟨ n x ⟩ = x [since 0 ≤ ⟨ n x ⟩ < 1 ]