Given that { a n } is a sequence satisfying a 0 not equal to 0 or 1 , a 1 = 1 − a 0 , a n + 1 = 1 − a n ( 1 − a n ) . Evaluate: a 0 a 1 a 2 ⋯ a n ( a 0 1 + a 1 1 + a 2 1 + ⋯ + a n 1 ) where n is a positive integer
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.
Superb solution!!!!
You method of posting solutions are very admirable
First inductively we can show, a n + 1 = 1 − a 0 . a 1 . . . a n Then we can inductively show, ∑ 0 n a i 1 = a 0 . . . a n 1 Hence ,the answer is 1.
From the first few a n , we note that a n = 1 − p n − 1 , where p n = ∏ k = 0 n a k . We can prove this claim by induction . For n = 1 , a 1 = 1 − a 0 = 1 − p 0 , the claim is true for n = 1 . Assuming the claim is true for n , then
a n + 1 = 1 − a n ( 1 − a n ) = 1 − a n ( 1 − 1 + p n − 1 ) = 1 − p n
The claim is also true for n + 1 and hence true for all n ≥ 1 .
We can also prove by induction that s n = k = 0 ∑ n a k 1 = p n 1 . For n = 1 , s 1 = a 0 1 + a 1 1 = a 0 a 1 a 1 + a 0 = p 1 1 − a 0 + a 0 = p 1 1 . The claim is true for n = 1 . Assuming the claim is true for n , then
s n + 1 = s n + a n + 1 1 = p n + 1 a n + 1 + p n = p n + 1 1 − p n + p n = p n + 1 1
The claim is also true for n + 1 and hence true for all n ≥ 1 .
Therefore,
a 0 a 1 a 2 ⋯ a n ( a 0 1 + a 1 1 + a 2 1 + ⋯ + a n 1 ) = p n ( p n 1 ) = 1
Superb solution
The solution provided by Mark Hennings is great, but I did something that I think I shouldn't have. So I'll share that here.
First, We write a 2 = 1 − a 1 + a 1 2 = 1 − ( 1 − a 0 ) + ( 1 − a 0 ) 2 = 1 − a 0 + a 0 2
Thus, a 0 and a 1 are cube roots of − 1 . That is a 0 = − ω and a 1 = − ω 2 , You can interchange them but it won't matter because in both cases a 2 = 0 .
Thus all other a i = 1 .
Since we need to find the sum of the products of these numbers taking all but one at a time, we can easily see that there is only one term that would be free of a 2 , and that would be − ω × − ω 2 × 1 × . . . × 1 = 1
Problem Loading...
Note Loading...
Set Loading...
Note that a n = 1 − a n 1 − a n + 1 n ≥ 1 so that n = 0 ∏ N a n = a 0 n = 1 ∏ N 1 − a n 1 − a n + 1 = a 0 1 − a 1 1 − a N + 1 = 1 − a N + 1 for all N ≥ 0 . Also 1 − a n + 1 1 − 1 − a n 1 = a n ( 1 − a n ) 1 − 1 − a n 1 = a n 1 n ≥ 1 so that n = 0 ∑ N a n 1 = a 0 1 + n = 1 ∑ N ( 1 − a n + 1 1 − 1 − a n 1 ) = a 0 1 + 1 − a N + 1 1 − 1 − a 1 1 = 1 − a N + 1 1 for all N ≥ 0 , and hence n = 0 ∏ N a n × n = 0 ∑ N a n 1 = 1 for all N ≥ 0 .