L = n → ∞ lim k = 1 ∑ n n 2 n − k cos ( n 4 k )
Find the value of ⌊ 1 0 0 0 L ⌋ .
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.
Don't you think the answer would be 10 ? If L = 0.1033 , then 100L = 10.33, so floor(100L) = 10. I wasted my 3 attempts because of your wrong answer :/
Log in to reply
Thanks. Those who answered 10 have been marked correct.
In future, if you spot any errors with a problem, you can “report” it by selecting "report problem" in the “dot dot dot” menu in the lower right corner. This will notify the problem creator who can fix the issues.
I am extremely sorry for the inconvenience. I will make amends right away. @Calvin Lin sir, can you mark those who have marked 10 initially as right.
Problem Loading...
Note Loading...
Set Loading...
The limit/summation can be converted into a Riemann Integral.
n → ∞ lim n 1 k = 1 ∑ n n n − k cos ( n 4 k ) = L
L = ∫ 0 1 ( 1 − x ) cos 4 x d x = 1 6 4 ( 1 − x ) sin 4 x − cos 4 x ∣ 0 1
L = 1 6 1 − cos 4 ≈ 0 . 1 0 3 3 ⇒ ⌊ 1 0 0 0 L ⌋ = 1 0 3