b ( d ! c ! d ! ! c ! ! ) + n = 1 ∑ ∞ ( 4 n + 3 ) ! ( − 1 ) n = a a e 1 ( e sin ( a 1 − b π ) + sin ( a 1 + b π ) )
The equation above holds true for positive integers a , b , c and d . Find the value of 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.
Nice solution(same ) Sir !! I was really inspired by previous problem ,so I came to write up this problem. Do you think this problem is good ?
Log in to reply
Again, the part b d ! c ! d ! ! c ! ! is not necessary. I think you have added it so that you can post it as your own. The previous one the original should be ( n − 1 ) ! instead of ( n − 2 ) ! , because computation for ( n − 1 ) ! is much easier and formula can be used. I think you should quote who posted them and where.
Log in to reply
The previous problem doesn't have factorial part which is just ∑ n = 0 ∞ 4 n + 3 ( − 1 ) n and what i do is just add the factorial part to it.
I got that problem(original problem), ∑ n = 0 ∞ 4 n + 3 ( − 1 ) n in Facebook group
Problem Loading...
Note Loading...
Set Loading...
Consider the Maclaurin series of s i n x as follows.
sin x x sin x i sin i ℜ ( i sin i ) = 1 ! x − 3 ! x 3 + 5 ! x 5 − 7 ! x 7 + 9 ! x 9 − ⋯ = 1 ! x 2 − 3 ! x 4 + 5 ! x 6 − 7 ! x 8 + 9 ! x 1 0 − ⋯ = 1 ! i + 3 ! 1 − 5 ! i − 7 ! 1 + 9 ! i − ⋯ = n = 1 ∑ ∞ ( 4 n + 3 ) ! ( − 1 ) n Putting x = i , where i = − 1 Taking the real part on both sides
Then
n = 0 ∑ ∞ ( 4 n + 3 ) ! ( − 1 ) n = ℜ ( i sin i ) = ℜ ( 2 i i ( e i i − e − i i ) ) = ℜ ( 2 i e 4 π i ( e e 4 3 π i − e − e 4 3 π i ) ) = ℜ ( 2 i e 4 π i ( e − 2 1 + 2 i − e 2 1 − 2 i ) ) = ℜ ( 2 i 1 ( e − 2 1 e ( 4 π + 2 1 ) i − e 2 1 e ( 4 π − 2 1 ) i ) ) = ℜ ( 2 i 1 ( e − 2 1 ( cos ( 4 π + 2 1 ) + i sin ( 4 π + 2 1 ) ) − e 2 1 ( cos ( 4 π − 2 1 ) + i sin ( 4 π − 2 1 ) ) ) ) = 2 2 e 1 ( 2 sin ( 2 1 − 4 π ) + sin ( 2 1 + 4 π ) )
Implying that a = 2 , b = 4 and:
3 ! 1 + n = 1 ∑ ∞ ( 4 n + 3 ) ! ( − 1 ) n ⟹ b ( d ! c ! d ! ! c ! ! ) d ! ! c ! ! ⋅ c ! d ! ( d − 1 ) ! ! ( c − 1 ) ! ! = 2 2 e 1 ( 2 sin ( 2 1 − 4 π ) + sin ( 2 1 + 4 π ) ) = 3 ! 1 = 2 4 1 = 2 4 = 2 6 ⋅ 4 ⋅ 2
Therefore, c = 7 and d = 3 , and a + b + c + d = 2 + 4 + 7 + 3 = 1 6 .