Define as a least-degree polynomial that passes through the coordinates Define the expected function, to be equal to Find
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.
Lagrangian interpolation tells us that f n ( x ) = j = 0 ∑ n j ! k = j 0 ≤ k ≤ n ∏ j − k x − k = j = 0 ∑ n ( − 1 ) n − j j ! ( n − j ) ! j ! k = j 0 ≤ k ≤ n ∏ ( x − k ) = j = 0 ∑ n ( n − j ) ! ( − 1 ) n − j k = j 0 ≤ k ≤ n ∏ ( x − k ) By the Taylor series for e x , the leading coefficient, a n of f n ( x ) approaches e 1 for large n . f n ( x ) − f n − 1 ( x ) is a degree n polynomial with roots at x = 0 , 1 , 2 , . . . , n − 1 , so f n ( x ) − f n − 1 ( x ) = a n x ( x − 1 ) ( x − 2 ) ⋯ ( x − ( n − 1 ) ) . Setting x = n gives us the numerator of the desired limit, so we have n → ∞ lim n ! n ! − n ! e = n → ∞ lim n ! a n n ! = e 1
Incidentally, n ! − n ! e happens to be equal to the derangement function , ! n .