Figure-It-Out Function! - Part 6: The Second Reciprocal

Algebra Level 4

A function f ( x ) f(x) is such that f ( 1 ) = 2 f(1) = 2 , f ( 2 ) = 1 f(2)=1 , and f ( x ) = 1 f ( x 1 ) + f ( x + 1 ) f(x)=\dfrac{1}{f(x-1)+f(x+1)} for x 2 x \ge 2 . Find

( f ( 2014 ) f ( 2015 ) ) ( f ( 2012 ) f ( 2013 ) ) . . . . . . ( f ( 2 ) f ( 3 ) ) f ( 1 ) \large (f(2014)f(2015))^{(f(2012)f(2013))^{...^{...^{(f(2)f(3))^{f(1)}}}}}


The answer is -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.

5 solutions

Ww Margera
Sep 4, 2014

f(x)f(x-1) + f(x)f(x+1) = 1.

Define g(x) = f(x)(x+1).

Then g(x) + g(x-1) = 1.

g(1) = f(1)f(2) = 2.

g(2) = 1 - g(1) = -1.

g(x+2) = 1-g(x+1) = 1-(1-g(x)) = g(x)

So these values will just repeat from here onwards. We can observe that g(x) = -1 for even x.

We are asked to find g ( 2014 ) g ( 2012 ) . . . g ( 2 ) 2 = 1 1 . . . 1 2 = 1 1 . . . 1 1 = 1 1 1 1 = 1 g(2014)^{g(2012)^...{g(2)^2}} = {-1^{-1^...{-1^2}}} = {-1 ^ {-1^ ... {-1^1}}} = {-1^{-1^{-1^{-1}}}} = -1 as 1 1 = 1 -1^{-1} = -1 .

Mathh Mathh
Aug 27, 2014

Fact:

{ f ( n ) = a f ( n + 1 ) = 1 a f ( n + 2 ) = 2 a \begin{cases}f(n)=a\\f(n+1)=-\frac{1}{a}\end{cases}\implies f(n+2)=-2a .

Proof:

Simply use the recursive formula:

f ( n + 1 ) = 1 f ( n ) + f ( n + 2 ) 1 a = 1 a + f ( n + 2 ) f ( n + 2 ) = 2 a \begin{aligned}f(n+1)&=\frac{1}{f(n)+f(n+2)} \\ -\frac{1}{a}&=\frac{1}{a+f(n+2)} \\ f(n+2)&=-2a\square \end{aligned}

Fact:

{ f ( n ) = a f ( n + 1 ) = 1 a f ( n + 2 ) = 2 a = b f ( n + 3 ) = 1 b \begin{cases}f(n)=a\\f(n+1)=-\frac{1}{a}\\f(n+2)=-2a=b\end{cases}\implies f(n+3)=-\frac{1}{b}

Proof:

Simply use the recursive formula again. \square .

We also have n = 6 { f ( n ) = a f ( n + 1 ) = 1 a n=6\implies \begin{cases}f(n)=a\\f(n+1)=-\frac{1}{a}\end{cases} .

We can see from our proofs (and from the observation that f ( 2 ) f ( 3 ) = 1 , f ( 4 ) f ( 5 ) = 1 f(2)f(3)=-1, f(4)f(5)=-1 ) that f ( 2 k + 1 ) f(2k+1) is a negative multiplicative inverse of f ( 2 k ) f(2k) k N > 0 \forall k\in\mathbb N_{>0} .

Thus our answer is (we also have f ( 1 ) = 2 f(1)=2 ):

( 1 ) ( 1 ) ( 1 ) 2 1007 ( 1 ) ’s = 1 \underbrace{(-1)^{(-1)^{\cdots^{(-1)^2}}}}_{1007 (-1)\text{'s}}=\boxed{-1}

Good work man

Rama Devi - 6 years ago
Akshay Sharma
Jan 5, 2016

f(x) = 1/(f(x-1)+f(x+1)); f(1)=2 ; f(2)=1. Thus, f(0) = -1/2. Thus, f(1) = 2, f(2)=1; f(3)=-1......... And thus, f(2n) = (2^(n-1))*((-1)^(n+1)). And, f(2n+1) = -(f(2n))^(-1). Thus, f(2n)f(2n+1)=-1. And, (-1)^((-1)^n) = -1.

Chew-Seong Cheong
Jun 12, 2018

From the first few values of f ( x ) f(x) , we note that f ( x ) f ( x + 1 ) = { 2 for x is odd. 1 for x is even. f(x)f(x+1) = \begin{cases} 2 & \text{for }x \text{ is odd.} \\ -1 & \text{for }x \text{ is even.} \end{cases} . Let us prove by induction that the claim is true for all x 1 x \ge 1 .

Proof: From f ( x ) = 1 f ( x 1 ) + f ( x + 1 ) f(x) = \dfrac 1{f(x-1) + f(x+1)} f ( x 1 ) f ( x ) + f ( x ) f ( x + 1 ) = 1 \implies f(x-1)f(x) + f(x)f(x+1) = 1 . For x = 1 x=1 and x = 2 x=2 , f ( 1 ) f ( 2 ) = 2 × 1 = 2 \implies f(1)f(2) = 2 \times 1 = 2 . Then f ( 1 ) f ( 2 ) + f ( 2 ) f ( 3 ) = 1 f(1)f(2) + f(2)f(3) = 1 , 2 + f ( 2 ) f ( 3 ) = 1 \implies 2 + f(2)f(3) = 1 , f ( 2 ) f ( 3 ) = 1 \implies f(2)f(3) = -1 . Therefore, the claim is true for x = 1 x=1 and x = 2 x=2 respectively. Assuming the claim is true for x x and x+1). Then, when \(x is even and x + 1 x+1 is odd, f ( x + 1 ) ( x + 2 ) = 1 f ( x ) f ( x + 1 ) = 1 ( 1 ) = 2 f(x+1)(x+2) = 1 - f(x)f(x+1) = 1 - (-1) = 2 , when x x is odd and x + 1 x+1 is even, f ( x + 1 ) ( x + 2 ) = 1 f ( x ) f ( x + 1 ) = 1 2 = 1 f(x+1)(x+2) = 1 - f(x)f(x+1) = 1 - 2 = -1 . Therefore the claim are also true for x + 2 x+2 and x + 3 x+3 , and hence true for all x 1 x \ge 1 .

Now we have:

X = ( f ( 2014 ) f ( 2015 ) ) ( f ( 2012 ) f ( 2013 ) ) ( f ( 2 ) f ( 3 ) ) f ( 1 ) = ( 1 ) ( 1 ) ( 1 ) ( 1 ) ( 1 ) 2 = ( 1 ) ( 1 ) ( 1 ) ( 1 ) 1 Note that ( 1 ) 1 = 1 = 1 \begin{aligned} X & = (f(2014)f(2015))^{(f(2012)f(2013))^{\cdots^{(f(2)f(3))^{f(1)}}}} \\ & = (-1)^{(-1)^{(-1)^{\cdots^{(-1)^{(-1)^2}}}}} \\ & = (-1)^{(-1)^{(-1)^{\cdots^{(-1)^1}}}} & \small \color{#3D99F6} \text{Note that }(-1)^{-1} = - 1 \\ & = \boxed{-1} \end{aligned}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...