Let x 0 , x 1 , x 2 , ⋯ be a sequence such that x 0 = 1 and for n ≥ 0 , x n + 1 = ln ( e x n − x n ) .
If A = 1 + N = 0 ∑ ∞ ln ( e − n = 0 ∑ N x n ) ,
find ⌊ 1 0 0 0 A ⌋ .
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.
Very nice solution!
We have that x 0 = 1 and x n + 1 = ln ( e x n − x n ) . Thus, the recursive definition of the sequence gives
x 0 = 1 ⟹ x 1 = ln ( e − 1 ) ⟹ x 2 = ln ( e − 1 − ln ( e − 1 ) ) ⟹ x 3 = ln ( e − 1 − ln ( e − 1 ) − ln ( e − 1 − ln ( e − 1 ) ) ) ⋯ .
Hence, we see that x n + 1 = ln ( e − x 0 − x 1 − x 2 − ⋯ − x n ) .
On expansion of A , we see that N = 0 ∑ ∞ ln ( e − n = 0 ∑ N x n ) = ln ( e − 1 ) + ln ( e − ( 1 + ln ( e − 1 ) ) ) + ln ( e − ( 1 + ln ( e − 1 ) + ln ( e − 1 − ln ( e − 1 ) ) ) ) + ⋯ which is the sum of all the terms of the sequence, with the exception of the first.
Since x n + 1 = ln ( e x n − x n ) , we have that ln ( e x n − x n ) = ln ( e − x 0 − x 1 − x 2 − ⋯ − x n ) .
So x 0 + x 1 + x 2 + ⋯ = n ∑ x n = 1 + n ∑ ln ( e x n − x n ) = e − n → ∞ lim e x n + 1 = e − 1 .
∴ 1 + N = 0 ∑ ∞ ln ( e − n = 0 ∑ N x n ) = 1 + e − 2 = e − 1 .
Thus, ⌊ 1 0 0 0 A ⌋ = 1 7 1 8 .
@Akeel Howell - Nice problem!
I think you could also use x n = e x n − e x n + 1 to have the inner sum telescope, and the whole sum just becomes ∑ x N + 1 and then use the identity to have this sum telescope again.
Log in to reply
@Christopher Criscitiello Agreed.
That makes for a beautiful solution. I think @Chew-Seong Cheong does a great job with this.
Very nice problem, thanks so much!
Problem Loading...
Note Loading...
Set Loading...
x n + 1 e x n + 1 ⟹ x n = ln ( e x n − x n ) = e x n − x n = e x n − e x n + 1
Therefore, we have
A = 1 + N = 0 ∑ ∞ ln ( e − n = 0 ∑ N x n ) = 1 + N = 0 ∑ ∞ ln ( e − n = 0 ∑ N ( e x n − e x n + 1 ) ) = 1 + N = 0 ∑ ∞ ln ( e − e x 0 + e x N + 1 ) = 1 + N = 0 ∑ ∞ ln ( e − e 1 + e x N + 1 ) = 1 + N = 0 ∑ ∞ ln ( e x N + 1 ) = 1 + N = 0 ∑ ∞ x N + 1 = M → ∞ lim N = 0 ∑ M x N = M → ∞ lim ( e x 0 − e x M + 1 ) = e − 1 ≈ 1 . 7 1 8 See note: k → ∞ lim x k = 0
⟹ ⌊ 1 0 0 0 A ⌋ = 1 7 1 8
Note: From x n + 1 = ln ( e x n − x n ) < ln ( e x n ) = x n . This implies that x n is decreasing from x 0 = 1 and since ln ( e x n − x n ) ≥ 0 , ⟹ n → ∞ lim x n = 0 .