If f ( n ) is the probability that no integer square number lies between two randomly picked real numbers between 0 and n 2 , where n is an integer, then n → ∞ lim n ⋅ f ( n ) = b a where a and b are positive co-prime integers. Find a + b .
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.
Nice solution!
Same way!!! Although I didn't use Stolz-Cesaro.......nice!!
Log in to reply
Yes, we can also use the identity 1 2 + 2 2 + ⋯ + n 2 = 6 1 n ( n + 1 ) ( 2 n + 1 ) to show that 1 2 + 3 2 + 5 2 + ⋯ + ( 2 n − 1 ) 2 = 3 n ( 2 n + 1 ) ( 2 n − 1 ) . Or just use induction.
Problem Loading...
Note Loading...
Set Loading...
Assume the probability distribution mentioned follows a uniform distribution .
Define the notation [ a , b ] c as the probability of randomly choosing 2 real numbers between 0 and c such that they fall in between a and b , where 0 ≤ a ≤ b ≤ c .
For example, f ( 1 ) = [ 0 , 1 ] 1 = 1 and f ( 2 ) = [ 0 , 1 ] 4 + [ 1 , 4 ] 4 = ( 4 1 ) 2 + ( 4 3 ) 2 = 8 5 .
In general,
f ( n ) = = = [ 0 , 1 ] n 2 + [ 1 , 4 ] n 2 + [ 4 , 9 ] n 2 + ⋯ + [ ( n − 1 ) 2 , n 2 ] n 2 ( n 2 1 ) 2 + ( n 2 3 ) 2 + ( n 2 5 ) 2 + ⋯ + ( n 2 2 n − 1 ) 2 n 4 1 [ 1 2 + 3 2 + 5 2 + ⋯ + ( 2 n − 1 ) 2 ]
We have n → ∞ lim n f ( n ) = n → ∞ lim n 3 1 2 + 3 2 + 5 2 + ⋯ + ( 2 n − 1 ) 2 .
Let a n = 1 2 + 3 2 + 5 2 + ⋯ + ( 2 n − 1 ) 2 and b n = n 3 . By Stolz–Cesàro theorem , if n → ∞ lim b n + 1 − b n a n + 1 − a n is finite and is equal to l , then so does the limit in question.
n → ∞ lim b n + 1 − b n a n + 1 − a n = n → ∞ lim ( n + 1 ) 3 − n 3 ( 2 n + 1 ) 2 = 3 4
Hence, the limit in question is equal to 3 4 . Our answer is 4 + 3 = 7 .