A finite series

( 2021 3 ) ( 2021 6 ) + ( 2021 9 ) . . . + ( 2021 2019 ) = a × 1 0 k \binom{2021}{3}-\binom{2021}{6}+\binom{2021}{9}-{...}+\binom{2021}{2019}=a\times10^{k} Here the number has been expressed in scientific form. Enter a × k \lceil a \rceil \times k

For more finite series : A finite series-2 , A finite series-3


The answer is 3848.

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.

2 solutions

Rafsan Rcc
May 2, 2021

Carsten Meyer
May 4, 2021

Let N : = 2021 N:=2021 and define the sequence a k : = ( 1 ) k + 1 ( N k ) a_k:=(-1)^{k+1}\binom{N}{k} . If we wanted to calculate the sum over the entire sequence a k a_k , the task would be quite easy. However, we are only interested in every third term! What we need is a filter that takes in the entire sequence a k a_k and sets all unwanted terms to zero. Luckily, there is a thing called

Unity-Filter: Let n N n\in\mathbb{N} and define z = e i 2 π n z=e^{i\frac{2\pi}{n}} as the fundamental n'th root of unity. Then k Z : u k ( n ) : = 1 n l = 0 n 1 z k l = { 1 : k n Z 0 : else k \in\mathbb{Z}:\qquad u_k^{(n)}:=\frac{1}{n}\sum_{l=0}^{n-1}z^{kl} = \begin{cases} 1:&k\in n\mathbb{Z}\\ 0:&\text{else} \end{cases}

If we multiply the unity-filter with a sequence, it only lets every n'th element pass and sets all other elements to zero. In this task, we need a unity-filter with n = 3 n=3 to rewrite the sum X X we need to calculate. Adding a 0 = 1 a_0=-1 , we get X 1 : = k = 0 N 3 a 3 k = k = 0 N u k ( 3 ) a k = 1 3 l = 0 2 k = 0 N ( N k ) ( 1 ) k + 1 z l k = 1 3 l = 0 2 ( 1 z l ) N Binomial Theorem \begin{aligned} X -1&:=\sum_{k=0}^{\lfloor\frac{N}{3}\rfloor}a_{3k}=\sum_{k=0}^Nu^{(3)}_ka_k=\frac{1}{3}\sum_{l=0}^2\sum_{k=0}^N\binom{N}{k}(-1)^{k+1}z^{lk}=-\frac{1}{3}\sum_{l=0}^2 (1-z^l)^N&\left| \text{Binomial Theorem} \right. \end{aligned} The term with l = 0 l=0 vanishes, and the other two are complex conjugates because z 2 = z z^2=z^* : X = 1 2 3 { ( 1 z ) N } = 1 2 3 3 N 2 cos ( N π 6 ) = 1 + 3 N 1 2 1 z = 1 e i 2 π 3 = 3 e i π 6 \begin{aligned} X&=1-\frac{2}{3}\Re\left\{(1-z)^N\right\}=1-\frac{2}{3}\cdot 3^{\frac{N}{2}}\cos\left(-N\frac{\pi}{6}\right)=1+ 3^{\frac{N-1}{2}} &\left| 1-z=1-e^{i\frac{2\pi}{3}}=\sqrt{3}e^{-i\frac{\pi}{6}} \right. \end{aligned} While it is possible to calculate X X with arbitrary size integers (e.g. with maxima), we can also use logarithms to find a , k a,\:k : k = log 10 ( 1 + 3 N 1 2 ) = : k = 481 , a = 1 0 k k = 8 a × k = 3848 \begin{aligned} k&=\left\lfloor\log_{10}\left( 1 + 3^{\frac{N-1}{2}}\right)\right\rfloor=:\lfloor k'\rfloor = 481, &&& a&=\lceil 10^{k'-k}\rceil=8&&&\Rightarrow &&&& a\times k&=\boxed{3848} \end{aligned}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...