( 1 2 n ) 2 + 2 . ( 2 2 n ) 2 + 3 . ( 3 2 n ) 2 ⋯ ⋯ + 2 n . ( 2 n 2 n ) 2
Find the closed form of the above series.
Notation
:
!
denotes the
factorial
notation. For example,
8
!
=
1
×
2
×
3
×
⋯
×
8
.
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.
Let the sum be say equal to P.
P=0 (2nC0)^2+1 (2nC1)^2...........+2n-1 (2nC2n-1)^2+2n (2nC2n)^2
P=0 (2nC2n)^2+1 (2nC2n-1)^2...........+2n-1 (2nC1)^2+2n (2nC0)^2
add both the equations we get
2P=2n{(2nC0)^2+(2nC1)^2..........(2nC2n-1)^2+(2nC2n)^2}
P=n{4nC2n}
Hence P=(4n-1!)/(2n-1!)(2n-1!)
Just put n=1 to get the answer without solving it.
Yes....did the same way!!!!
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Binomial Theorem
We will start with the following expansion :
( 1 + x ) 2 n = ( 0 2 n ) + ( 1 2 n ) x + ( 2 2 n ) x 2 + ⋯ + ( 2 n 2 n ) x 2 n
Differentiating with respect to x we have
⟹ 2 n ( 1 + x ) 2 n − 1 = ( 1 2 n ) + 2 ( 2 2 n ) x + 3 ( 3 2 n ) x 2 + ⋯ + 2 n ( 2 n 2 n ) x 2 n − 1 ........... (1)
( x + 1 ) 2 n = ( 0 2 n ) x 2 n + ( 1 2 n ) x 2 n − 1 + ⋯ + ( 2 n 2 n ) ........... (2)
Multiplying (1) & (2) we compare the co-efficient of x 2 n − 1
2 n ( 1 + x ) 4 n − 1 = ( ( 1 2 n ) + 2 ( 2 2 n ) x + 3 ( 3 2 n ) x 2 + ⋯ + 2 n ( 2 n 2 n ) x 2 n − 1 ) ( Rejected ( 0 2 n ) x 2 n + ( 1 2 n ) x 2 n − 1 + ( 2 2 n ) x 2 n − 2 + ( 3 2 n ) x 2 n − 3 + ⋯ + ( 2 n 2 n ) )
The like colours in the parenthesis multiply and power of x in their product is 2n-1 , therefore the co-efficient of x 2 n − 1 in RHS is our desired sum ,
S = ( 1 2 n ) 2 + 2 . ( 2 2 n ) 2 + 3 . ( 3 2 n ) 2 ⋯ ⋯ + 2 n . ( 2 n 2 n ) 2
Coefficient of x 2 n − 1 in 2 n ( 1 + x ) 4 n − 1 is 2 n ( 2 n − 1 4 n − 1 )
The coefficients must be equal on both sides so,
S = 2 n ( 2 n − 1 4 n − 1 ) = 2 n ( 2 n − 1 ) ! 2 n ! ( 4 n − 1 ) ! = 2 n ( 2 n − 1 ) ! 2 n ( 2 n − 1 ) ! ( 4 n − 1 ) ! = ( ( 2 n − 1 ) ! ) 2 ( 4 n − 1 ) !