Problem 4 : 2 sequences

Algebra Level 5

Let n n be a positive integer and let a 1 , a 2 , . . . , a n 1 a_1, a_2, ..., a_{n - 1} be arbitary real numbers. Define the sequences u 0 , u 1 , u 2 , . . . , u n u_0, u_1, u_2, ..., u_n and v 0 , v 1 , v 2 , . . . , v n v_0, v_1, v_2, ..., v_n inductively by u 0 = u 1 = v 0 = v 1 = 1 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 u_{k + 1} = u_k + a_ku_{k - 1}, v_{k + 1} = v_k + a_{n - k}v_{k - 1} , for k = 1 , 2 , . . . . , n 1 k = 1, 2, ...., n - 1 . Determine the largest possible value of u n v n |u_n - v_n| .

(If you think the answer is infinity, answer 999 999 .)


The answer is 0.

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.

1 solution

Cody Johnson
Jul 28, 2014

Basically the same as 2009 C3.

By interpreting the u i u_i and v i v_i as multilinear polynomials, it suffices to solve the problem in the special case where a k { 1 4 , 0 } a_k \in \{ -\tfrac 14, 0\} . Define x k = 2 k u k x_k = 2^k u_k and y k = 2 k v k y_k = 2^k v_k . We consequently have that

x k + 1 = { 2 x k x k 1 if a k = 1 4 2 x k otherwise . x_{k+1} = \begin{cases} 2x_k - x_{k-1} & \text{if } a_k = -\tfrac14 \\ 2x_k & \text{otherwise}. \end{cases}

Consider a mansion with n n rooms in a line, numbered R 1 R_1 , R 2 R_2 , \dots , R n R_n . We wish to paint each room either black or white in such a manner that if a k = 1 4 a_k = -\tfrac 14 , then R k R_k and R k + 1 R_{k+1} cannot both be black when k k is odd, and cannot both be white when k k is even.

Now it's easy to see that x k x_k then counts the number of ways to paint the first k k rooms. Similarly, y k y_k then counts the number of ways to paint the last k k rooms. Thus x n = y n x_n = y_n .

Did you just copy paste v_Enhance's solution? :P

Sreejato Bhattacharya - 6 years, 10 months ago

Log in to reply

What??? How could you say such a thing?

Cody Johnson - 6 years, 10 months ago

Log in to reply

http://www.artofproblemsolving.com/Forum/viewtopic.php?p=3543449&#p3543449

Sreejato Bhattacharya - 6 years, 10 months ago

Log in to reply

@Sreejato Bhattacharya Must just be a coincidence.

Cody Johnson - 6 years, 10 months ago

This one appeared at our TST. -_- Didn't know they just copy paste shortlist problems.

Jubayer Nirjhor - 6 years, 10 months ago

Log in to reply

Actually, most countries do that. That's why the shortlist is kept confidential till the next IMO.

Sreejato Bhattacharya - 6 years, 10 months ago

Log in to reply

Didn't know that too.

Jubayer Nirjhor - 6 years, 10 months ago

It's 2013 A1 :)

Zi Song Yeoh - 6 years, 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...