Given , find the last three digits of
.
Credit to YouTube channel LetsSolveMathProblems.
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.
Consider the function P ( x ) = ( x − ω ) ( x − ω 2 ) . . . ( x − ω 2 0 1 9 ) . All solutions of the equation x 2 0 2 0 = 1 except for x = 1 are the zeros of P ( x ) , so P ( x ) = x − 1 x 2 0 2 0 − 1 = x 2 0 1 9 + x 2 0 1 8 + . . . + 1 . From the original expression for P ( x ) , we find that P ′ ( x ) = ( x − ω 2 ) ( x − ω 3 ) . . . ( x − ω 2 0 1 9 ) + ( x − ω ) ( x − ω 3 ) . . . ( x − ω 2 0 1 9 ) + . . . + ( x − ω ) ( x − ω 2 ) . . . ( x − ω 2 0 1 8 ) Put concisely, P'(x) = \sum\limits_{n = 1}^{2019} \prod\limits_{j=1}_{j \neq n}^{2019} (x - \omega^j) . Note that when P ′ ( ω k ) is evaluated, all terms of the sum become zero except for the term where n = k . Therefore, P'(\omega^k) = \prod\limits_{j=1}_{j \neq k}^{2019} (\omega^k - \omega^j) . The expression we are solving for is now equal to − k = 1 ∑ 2 0 1 9 P ′ ( ω k ) = − k = 1 ∑ 2 0 1 9 ( 2 0 1 9 ω 2 0 1 8 k + 2 0 1 8 ω 2 0 1 7 k + . . . + 1 ) We can evaluate a similar expression:
k = 0 ∑ 2 0 1 9 ( 2 0 1 9 ω 2 0 1 8 k + 2 0 1 8 ω 2 0 1 7 k + . . . + 1 ) = 2 0 1 9 k = 0 ∑ 2 0 1 9 ω 2 0 1 8 k + 2 0 1 8 k = 0 ∑ 2 0 1 9 ω 2 0 1 7 k + . . . + k = 0 ∑ 2 0 1 9 1
k = 0 ∑ 2 0 1 9 ω c k is a geometric series that evaluates to 1 − ω c 1 − ω 2 0 2 0 c when c = 0 . Because ω 2 0 2 0 = 1 , this equals 1 − ω c 1 − 1 = 0 . Therefore, the expression becomes k = 0 ∑ 2 0 1 9 1 = 2 0 2 0 .
Finally, we can evaluate the original expression:
− k = 1 ∑ 2 0 1 9 P ′ ( ω k ) = − ( − P ′ ( ω 0 ) + k = 0 ∑ 2 0 1 9 P ′ ( ω k ) ) = P ′ ( 1 ) − 2 0 2 0 = 2 0 1 9 + 2 0 1 8 + . . . + 2 + 1 − 2 0 2 0 = ( 1 0 1 0 ) ( 2 0 1 9 ) − 2 0 2 0 ≡ ( 1 0 ) ( 1 9 ) − 2 0 ( m o d 1 0 0 0 ) = 1 7 0 .