b a + b 2 a + b 3 a + … = 4
a + b a + ( a + b ) 2 a + ( a + b ) 3 a + … = ?
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.
Sum of infinite geometric progression is a/(1-r)... So we get in first case a/(b-1)=4 ie a/4=b-1 In second case, we get sum=a/(a+b-1)=4a/5a=0.8
In first case it's a/(1-b)=4
( a / b ) ( 1 + 1 / b + . . . ) = ( a / b ) ∗ ( 1 / ( 1 − 1 / b ) ) = a / ( b − 1 ) = 4 a = 4 ( b − 1 ) ( a / ( a + b ) ) ( 1 / ( 1 − 1 / ( a + b ) ) ) = a / ( a + b − 1 ) 4 ( b − 1 ) / ( 4 ( b − 1 ) + b − 1 ) a n s = 4 / 5 = 0 . 8
Nice solution, indeed. I haven't studied geometric series so far, so my solution is far longer.
Log in to reply
Did your solution go something like this:
1:
S = b a + b 1 ( b a ) + b 2 1 ( b a ) . . . = 4
S − b a = b 1 S , 4 − b a = b 4 , b a = 4 − b 4 , a = 4 b − 4
2:
S = a + b a + ( a + b ) 2 a + ( a + b ) 3 a . . .
S − a + b a = a + b 1 S , ( 1 − a + b 1 ) S = a + b a , S = a + b − 1 a
Finally: as a=4b-4, b=(a+4)/4
S = a + 4 a + 4 − 1 a , S = a + 0 . 2 5 a + 1 − 1 a , S = 1 . 2 5 a a ,
S = 1 . 2 5 1 , S = 4 5 1 , [ S = 5 4 ]
Hence S=0.8 :)
With geometric series one get by the first series: i = 1 ∑ ∞ b i a = a ⋅ ( i = 0 ∑ ∞ ( b 1 ) i − 1 ) = a ⋅ ( 1 − b 1 1 − 1 ) = b − 1 a = 4 . So we get a = 4 b − 4 .
Let x denote the value of the second series. Apply the same arguments as for the first series and we get x = a + b − 1 a = 4 b − 4 + b − 1 4 b − 4 = 5 ( b − 1 ) 4 ( b − 1 ) = 5 4 = 0 . 8 .
b a + b 2 a + b 3 a + ... = b − 1 a
b − 1 a = 4
a + b a + ( a + b ) 2 a + ( a + b ) 3 a + ... = a + b − 1 a = a + b − 1 a
For b − 1 a = 4, reciprocal and add 4 on both sides to get
a a + b − 1 = 4 5
And finally reciprocal this to get the desired sum a + b − 1 a = 5 4
Problem Loading...
Note Loading...
Set Loading...
Let the answer to the question be represented by x :
a / b + a / b 2 + a / b 3 . . . = 4 ≡
≡ 1 / b ( a + a / b + a / b 2 . . . ) = 4 ≡
≡ 1 / b ( a + 4 ) = 4 ≡
≡ a / b + 4 / b = 4 ≡
≡ a + 4 = 4 b ≡
≡ a = 4 b − 4
a / ( a + b ) + a / ( a + b ) 2 + a / ( a + b ) 3 . . . = x ≡
≡ 1 / ( a + b ) ( a + a / ( a + b ) + a / ( a + b ) 2 . . . ) = x ≡
≡ 1 / ( a + b ) ( a + x ) = x ≡
≡ a + x = ( a + b ) x ≡
≡ a + x = a x + b x ≡
≡ 4 b − 4 + x = ( 4 b − 4 ) x + b x ≡
≡ 4 b − 4 + x = 4 b x − 4 x + b x ≡
≡ 5 x − 5 b x = 4 − 4 b ≡
≡ 5 x ( 1 − b ) = 4 ( 1 − b ) ≡
≡ 5 x = 4 ≡
≡ x = 0 . 8