Recursive Recursion - 1

a n = a n + 1 a n 1 b n + 1 b n 1 b n = b n + 1 a n 1 + a n + 1 b n 1 \large \begin{array} {l l } a_{n} & = a_{n+1}a_{n-1} - b_{n+1}b_{n-1} \\ b_{n} & = b_{n+1}a_{n-1} + a_{n+1}b_{n-1} \\ \end{array}

Consider, two recursive relations defined as above with initial starting conditions a 0 = 1 a_{0} = 1 , b 0 = 2 b_{0} = 2 , a 1 = 3 a_{1} = 3 and b 1 = 4 b_{1} = 4 .

If the value of a 2015 2 + b 2015 2 a_{2015}^{2} + b_{2015}^{2} can be expressed as x y \dfrac{x}{y} , where x x , y y are coprime integers. Find the value of x + y x+y .


The answer is 6.

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

Surya Prakash
Jul 29, 2015

Consider,

a n + i b n = a n + 1 a n 1 + i 2 b n + 1 b n 1 + i a n + 1 b n 1 + i b n + 1 a n 1 a_{n} + i b_{n} = a_{n+1}a_{n-1} + i^{2} b_{n+1}b_{n-1} + ia_{n+1}b_{n-1} + ib_{n+1}a_{n-1} a n + i b n = ( a n + 1 + i b n + 1 ) ( a n 1 + i b n 1 ) a_{n} + i b_{n} = (a_{n+1} + i b_{n+1})(a_{n-1} + i b_{n-1} )

Let S n = a n + i b n S_{n} = a_{n} + i b_{n}

So,

S n = S n + 1 S n 1 = S n + 1 S n S n 2 S_{n}=S_{n+1}S_{n-1}=S_{n+1}S_{n}S_{n-2} S n + 1 = 1 S n 2 S_{n+1} = \dfrac{1}{S_{n-2}} S n = 1 S n 3 = S n 6 S_{n}= \dfrac{1}{S_{n-3}} = S_{n-6}

So,

S 2015 = S 5 = 1 S 2 S_{2015} = S_{5}=\dfrac{1}{S_{2}}

But since S 1 = S 2 S 0 S_{1} = S_{2}S_{0}

So,

S 2 = S 1 S 0 = 3 + 4 i 1 + 2 i S_{2}=\dfrac{S_{1}}{S_{0}} =\dfrac{3+4i}{1+2i} a 2015 2 + b 2015 2 = S 2015 2 = 1 S 2 2 = 1 5 a_{2015}^{2} + b_{2015}^{2} = |S_{2015}|^{2} = \frac{1}{|S_{2}|^{2}} = \frac{1}{5}

So, x + y = 6 x+y=\boxed{6} .

Moderator note:

Great observation with the use of the complex number substitution!

Brilliant! Do you have any resources that have more problems of this type?

Alan Yan - 5 years, 8 months ago

Log in to reply

No. This is own problem

Surya Prakash - 5 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...