Let n be a positive integer and let a 1 , a 2 , . . . , a n − 1 be arbitary real numbers. Define the sequences u 0 , u 1 , u 2 , . . . , u n and v 0 , v 1 , v 2 , . . . , v n inductively by u 0 = u 1 = v 0 = v 1 = 1 and u k + 1 = u k + a k u k − 1 , v k + 1 = v k + a n − k v k − 1 , for k = 1 , 2 , . . . . , n − 1 . Determine the largest possible value of ∣ u n − v n ∣ .
(If you think the answer is infinity, answer 9 9 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 you just copy paste v_Enhance's solution? :P
Log in to reply
What??? How could you say such a thing?
Log in to reply
http://www.artofproblemsolving.com/Forum/viewtopic.php?p=3543449&#p3543449
Log in to reply
@Sreejato Bhattacharya – Must just be a coincidence.
This one appeared at our TST. -_- Didn't know they just copy paste shortlist problems.
Log in to reply
Actually, most countries do that. That's why the shortlist is kept confidential till the next IMO.
It's 2013 A1 :)
Problem Loading...
Note Loading...
Set Loading...
Basically the same as 2009 C3.
By interpreting the u i and v i as multilinear polynomials, it suffices to solve the problem in the special case where a k ∈ { − 4 1 , 0 } . Define x k = 2 k u k and y k = 2 k v k . We consequently have that
x k + 1 = { 2 x k − x k − 1 2 x k if a k = − 4 1 otherwise .
Consider a mansion with n rooms in a line, numbered R 1 , R 2 , … , R n . We wish to paint each room either black or white in such a manner that if a k = − 4 1 , then R k and R k + 1 cannot both be black when k is odd, and cannot both be white when k is even.
Now it's easy to see that x k then counts the number of ways to paint the first k rooms. Similarly, y k then counts the number of ways to paint the last k rooms. Thus x n = y n .