2 1 × 3 + 2 2 3 × 5 + 2 3 5 × 7 + 2 4 7 × 9 + ⋯ = ?
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.
Did the same way! Also, the solution is absolutely neatly written! +1!
Exactly the same
Did the exact same
Here I will use generating function:
Let
f
(
x
)
=
1
×
3
x
+
3
×
5
x
2
+
5
×
7
x
3
+
7
×
9
x
4
+
⋯
So we have to find
f
(
2
1
)
f
(
x
)
(
1
−
x
)
f
(
x
)
(
1
−
x
)
2
f
(
x
)
(
1
−
x
)
3
=
1
×
3
x
=
1
×
3
x
=
3
x
=
3
x
+
4
×
3
x
2
+
3
×
3
x
2
+
9
x
2
+
6
x
2
+
4
×
5
x
3
+
4
×
2
x
3
+
8
x
3
−
x
3
+
4
×
7
x
4
+
4
×
2
x
4
+
8
x
4
+
⋯
+
⋯
+
⋯
∴
f
(
x
)
=
(
1
−
x
)
3
3
x
+
6
x
2
−
x
3
Substitute
x
=
2
1
yields
f
(
2
1
)
=
2
3
Where can I get more examples of using generating function?
I have a slightly different solution. The sequence we sum is 2 n ( 2 n − 1 ) ( 2 n + 1 ) . The denominator is growing as x n when x = 1 / 2 , which calls for the use of generating functions. The sequence a n = ( 2 n − 1 ) ( 2 n + 1 ) = 4 n 2 − 1 is generated by F ( x ) = 4 ( x D ) 2 ( 1 − x x ) − 1 − x x = ( 1 − x ) 3 4 ( x 2 + x ) − 1 − x x . Substituting x = 1 / 2 gives the result.
Problem Loading...
Note Loading...
Set Loading...
Let’s start with the following series :
S = k = 1 ∑ ∞ 2 k k 2
⟹ S = 2 1 2 + 2 2 2 2 + 2 3 3 2 + ⋯ ∞ (1)
⟹ 2 S = 2 2 1 2 + 2 3 2 2 + ⋯ ∞ (2)
Subtracting (2) from (1)
⟹ 2 S = 2 1 + 2 2 2 2 − 1 2 + 2 3 3 2 − 2 2 + ⋯ ∞ (3)
⟹ 4 S = 2 2 1 + 2 3 3 + 2 4 5 + ⋯ ∞ (4)
Subtracting (4) from (3)
⟹ 4 S = 2 1 + 2 2 3 − 1 + 2 3 5 − 3 + ⋯ ∞
⟹ 4 S = 2 1 + 2 2 2 ( 1 + 2 1 + 2 2 1 + ⋯ ∞ )
The above braced series is an Infinite Geometric Progression with common ratio 2 1
⟹ 4 S = 2 1 + 2 2 2 1 − 2 1 1
⟹ 4 S = 2 3 ⟹ S = 6
The series in the problem can be written as :
A = k = 1 ∑ ∞ 2 k ( 2 k − 1 ) ( 2 k + 1 )
A = k = 1 ∑ ∞ 2 k 4 k 2 − 1
⟹ A = 4 k = 1 ∑ ∞ 2 k k 2 − k = 1 ∑ ∞ 2 k 1
⟹ A = 4 . S − 1 − 2 1 2 1
⟹ A = 2 4 − 1 ⟹ A = 2 3