The sequence { a n } satisfies a 1 = 1 and 5 a n a n + 1 = a n − a n + 1 for n ≥ 1 . What is the value of a 1 1 ?
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.
We could also do it this way: ⟹ ⟹ ⟹ a n + 1 1 − a n 1 = 5 1 ∑ 1 0 a n + 1 1 − a n 1 = 5 = 5 0 a 1 1 1 − a 1 1 = 5 0 a 1 1 1 = 5 1
I had almost solved it but in the last step, instead of writing 5 1 , I stupidly wrote 4 9 .
Log in to reply
Thats actually a better one...I have been struggling with recurrence relations problems.. Think you can help me please? Is there any simpler way to solve any recurrence relation?
Log in to reply
Depends upon the relation you're talking about! Some are easy as this one, and some are really tough (at least for me). For example, right now, I am struggling with this one:
Given that a n + 1 = 1 + a 1 a 2 … a n and a 1 = 1 , we're to find ∑ 1 ∞ a i 1 .
I have made some progress, but am stuck with a simpler (so it seems!) recurrence relation.
This link seems really good for recurrence relations:
Also, for such relations, my first attempt is to see if we can bring in telescopic cancellations. Like this problem
ya right,after solving few values we can see that last digit of even no of a's are 6 in denominator and last digit of odd no is 1 in denominator and a11, where 11 is odd so last digit will be 1 in denominator so 1/51 is write answer.............
Problem Loading...
Note Loading...
Set Loading...
5 a n a n + 1 = a n − a n + 1
⇒ 5 a n a n + 1 + a n + 1 = a n
⇒ a n + 1 = 5 a n + 1 a n
⇒ a n + 1 = 5 + a n 1 1
Substituting a few values,
a 2 = 6 1 , a 3 = 1 1 1 , a 4 = 1 6 1
We see that the denominator is an Arithmetic Progression.
Hence,
The series would go on like this : 1 , 6 1 , 1 1 1 , 1 6 1 …
We find a 1 1 by simple observation as,
a 1 1 = 5 1 1