At first, I was amazed to those who could answer my recent OPs. I wonder, what kind of approach did they use to solve my OPs like:
But then I have a suspicion that they probably cheated since they answered them but posted no solutions. Besides, those problems can't be tackled by using softwares like Wolfram|Alpha, Mathematica, Maple, etc unless using special algorithms. Well, I hope I am wrong. (◠‿◠)
Anyway, here is a problem that I've just created.
k = 1 ∑ ∞ ( − 1 ) k ( 2 k − 1 ) 4 − 1 6 2 k − 1 = d a π + b π s e c h c π
Compute a + b + c + d .
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.
Oh you meant this one. Nicely done! Very clever approach. ⌣ ¨
Log in to reply
Nice problem :)
Log in to reply
Thanks! I like user like you, first one who solves it, first one also who posts its solution :)
I too considered the series - ∑ n = 1 ∞ ( n − 1 / 2 ) 2 + x 2 ( − 1 ) n ( 2 n − 1 ) = s e c h ( x ) . But I did so 2 times, rather than splitting x 2 − 4 into ( x − 2 ) ( x + 2 ) . You could have used the same series with the imaginary root in x which will give that − .
Log in to reply
But your method is much smoother! +1'd! Nice problem! @Anastasiya Romanova
Problem Loading...
Note Loading...
Set Loading...
We take: x = 2 k − 1
Then: x 4 − 1 6 x = ( x − 2 ) ( x + 2 ) ( x 2 + 4 ) x
By Partial Fractions: x 4 − 1 6 x = x − 2 A + x + 2 B + x 2 + 4 C x + D x = ( x + 2 ) ( x 2 + 4 ) A + ( x − 2 ) ( x 2 + 4 ) B + ( x − 2 ) ( x + 2 ) ( C x + D )
We take values for x as {2, -2, 0, 1}
So, we get:
A = 1 6 1 , B = = 1 6 1 , D = 0 , C = − 8 1
Rewriting:
k = 1 ∑ ∞ 1 6 1 2 k − 1 − 2 ( − 1 ) k + 1 6 1 2 k − 1 + 2 ( − 1 ) k − 8 1 ( 2 k − 1 ) 2 + 4 ( − 1 ) k ( 2 k − 1 )
k = 1 ∑ ∞ 1 6 ( − 1 ) k ( 2 k − 3 1 + 2 k + 1 1 ) + k = 1 ∑ ∞ − 8 ( − 1 ) k ( 2 k − 1 ) 2 + 4 2 k − 1
In the first summation:
= 1 6 1 ( − ( − 1 + 3 1 ) + ( 1 + 5 1 ) − ( 3 1 + 7 1 ) + . . . )
= 1 6 1 ( 2 − 3 2 + 5 2 − 7 2 + 9 2 − 1 1 2 + . . . )
8 1 k = 1 ∑ ∞ 2 k − 1 ( − 1 ) k + 1 = 8 1 4 π
In the second summation:
− 8 1 k = 1 ∑ ∞ ( 2 k − 1 ) 2 + 4 ( − 1 ) k ( 2 k − 1 ) = − 8 1 4 − π s e c h ( π )
Then:
3 2 π + 3 2 π s e c h ( π ) = 3 2 π + π s e c h ( π )
So: a = 1 , b = 1 , c = 1 , d = 3 2
a + b + c + d = 3 5