Calculate S = n = 1 ∑ 1 0 ( 5 n − 3 n ) ( 5 n + 1 − 3 n + 1 ) 1 5 n . Enter answer as ⌊ 1 0 0 0 0 S ⌋
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.
Nope, there is not. I just not wanted it to be done by Wolfram Alpha. Actual problem was to calculate S ∞
Log in to reply
Maybe if the sum is from n=1 to 100, then use of calculator is not necessary. And Wolfram Alpha can calculate partial sums too, so this upper limit of the sigma only makes the problem calculative and lengthy.
How did you separated them??
How did you reason that separating the expression like that would yield the desired result?
Nice problem, @Pranjal Jain
But there is one problem, a little calculation we have to do.
S = ∑ n = 1 1 0 ( 5 n − 3 n ) ( 5 n + 1 − 3 n + 1 ) 1 5 n
We can split this into -
∑ n = 1 1 0 5 n − 3 n A + 5 n + 1 − 3 n + 1 B
We want 5 n 3 n in the numerator, And easiest would be 5 n − 3 n 2 . So, some bashing gives you-
∑ n = 1 1 0 5 n − 3 n A + 5 n + 1 − 3 n + 1 5 n − 3 n
A would be 5 n − 1 − 3 n − 1 to cancel out 5 2 n − 3 2 n
∑ n = 1 1 0 5 n − 3 n 5 n − 1 − 3 n − 1 + 5 n + 1 − 3 n + 1 5 n − 3 n
But here we get an extra − ( 5 n − 1 3 n + 1 + 5 n + 1 3 n − 1 ) = − 5 n 3 n ( 3 5 + 5 3 )
So, in the numerator, we finally get -
5 n 3 n ( 2 − 3 5 − 5 3 ) and ( 2 − 3 5 − 5 3 ) comes out of the sum.
( 2 − 3 5 − 5 3 ) ∑ n = 1 1 0 5 n − 3 n 5 n − 1 − 3 n − 1 + 5 n + 1 − 3 n + 1 5 n − 3 n
The sum will be a telescoping one, so, 5 1 1 − 3 1 1 5 1 0 − 3 1 0 . Hence, the answer becomes ( 2 − 3 5 − 5 3 ) ( 5 1 1 − 3 1 1 5 1 0 − 3 1 0 )
@Pranjal Jain You should have tried to lessen the calculation at the final step(which is done by a calculator) to make it a perfect problem.
We can express the nth term as Tn = 1/2[ 3^n/(5^n - 3^n) - 3^(n+1)/{ 5^(n+1) - 3^(n+1)} ] Therefore summation will be S = 1/2[ 3/2 - 3^11/(5^11 - 3^11) ]
Problem Loading...
Note Loading...
Set Loading...
S = n = 1 ∑ 1 0 ( 5 n − 3 n ) ( 5 n + 1 − 3 n + 1 ) 1 5 n S = 2 1 n = 1 ∑ 1 0 ( 5 n − 3 n ) 3 n − ( 5 n + 1 − 3 n + 1 ) 3 n + 1 ( t r y i n g t o m a i n t a i n s y m m e t r y a n d t r y i n g t o c a n c e l o u t s u b s e q u e n t t e r m s g i v e s y o u t h a t ) S = 2 1 ( 2 3 − ( 5 1 1 − 3 1 1 ) 3 1 1 ) ⌊ 1 0 0 0 0 S ⌋ = 7 4 8 1
Is there any other way of doing the last step? One that doesn't involve calculator (seeing how this is a JEE problem)?