n = 0 ∑ ∞ ( 4 n ) ! 1
The above sum can be expressed in the form
n 1 ( k = 1 ∑ m n e i k )
where i is the imaginary unit and n is some positive multiple of 4.
Find m .
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.
I think the answer is actually m = 1 (that was my first try!), unless I'm reading the problem wrong.
Using basic Taylor series, we have k = 0 ∑ ∞ ( 4 n ) ! 1 = 4 1 ( 2 cos 1 + e + e − 1 ) = 4 1 ( e i + e − i + e + e − 1 ) = 4 1 k = 1 ∑ 4 e i k
Because the periodicity of i n is 4. Your last summation can further be generalize to 4 L 1 k = 1 ∑ 4 L e i k .
Yes Answer should be 1 .
by using expansion of e x and replacing
x = > i x
x = > − i x
x = > − x
x = > + x
and then add and devide by 4
I lost my three chances . Since I answer as
1 then 4 then 16 , but never thought to answer 2 .. :P !
But answer should be 1 !
Wow!A wonderful problem was this. As the numerator 1 is i to the any 4n I just wrote down the serieses of cosh i and cos i and those remaining even powered terms just cancelled out immediately. A little confusion was due to the dummy n of the first summation was redefined again in the second summation and instead of different mn and n only a single variable can be used as m determines how many coshi+cosi are there so that the form of the second summation will remain working for any m>1.
amazing question!!! method for beginners :p
We observe that:
e i = k = 0 ∑ ∞ k ! i k = 1 + i − 2 1 − 6 i + 2 4 1 + . . . e − 1 = k = 0 ∑ ∞ k ! ( − 1 ) k = 1 − 1 + 2 1 − 6 1 + 2 4 1 − . . . e − i = k = 0 ∑ ∞ k ! ( − i ) k = 1 − i − 2 1 + 6 i + 2 4 1 − . . . e = k = 0 ∑ ∞ k ! 1 = 1 + 1 + 2 1 + 6 1 + 2 4 1 + . . .
Because the periodicity of the powers of i is of 4 and the periodicity of the powers of -1 is of 2, we will get the factorials of the multiples of four with the same positive sign in all the taylor series above. We can also observe that the other terms cancel perfectly. So adding them will yield the desired sum repeated for times so:
n = 0 ∑ ∞ ( 4 n ) ! 1 = 4 1 j = 1 ∑ 4 e i k = 4 e e 2 + 2 e cos ( 1 ) + 1 ⟹ m = 1
In fact, this can be generalized for every number using the roots of unity.The sum of the reciprocals of the factorials of the type (nm)!, where n is fixed and m ranges from 1 to infinity, is actually the sum of e to the power if every nth root of unity, divided by n (or just to the power of the powers of a primitive root).In this case, a primitive fourth root of unity is i.
Yup, I noticed that. I was going to post a note on it but I'm hella lazy so.
Problem Loading...
Note Loading...
Set Loading...
Recall from Taylor expansion that: c o s x = n = 0 ∑ ∞ ( 2 n ) ! ( − 1 ) n x 2 n = 1 − 2 ! x 2 + 4 ! x 4 − ⋯ c o s h x = n = 0 ∑ ∞ ( 2 n ) ! 1 x 2 n = 1 + 2 ! x 2 + 4 ! x 4 + ⋯ . Now, from Euler's identity c o s x = 2 e i x + e − i x and the definition of c o s h = 2 e x + e − x we can see the problem as 2 c o s ( 1 ) + c o s h ( 1 ) = 4 e i + e − i + e 1 + e − 1 = n = 0 ∑ ∞ ( 4 n ) ! 1 .
Finally, recall that i has period the result follows.