If k is an integer that satisfies the identity ( i = 1 ∑ n F 2 i − 1 ) 2 − ( 2 i = 1 ∑ n F 2 i − 1 2 ) = ( i = 1 ∑ 2 n − 2 ( − 1 ) i F i 2 ) − k then find k .
Details and Assumptions
F 1 = F 2 = 1 , and F n = F n − 1 + F n − 2 .
[You should assume that n ≥ 2 for the summations to make sense.]
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.
Okay, the intended solution is to just plug a number in and solve. This problem was designed to be a troll problem :P
However, there is a very clever Proof with No Words. I will give you the picture but it is up to you to figure out why it works.
Log in to reply
OH MY GOD I JUST REALIZED THAT HOLY CRAP THAT'S THE COOLEST THING I'VE EVER SEEN OH MY GOD HOLY CRAP! THAT'S SO EPIC IT ALL MAKES SENSE NOW! :D
I assumed n = 1 . (The right hand sum is simply zero.) :P
Log in to reply
Yeah, but then what about the second half where it's the sum from 1 to 2 n − 1 ? Wouldn't that translate to be 1 to 0 with 0 being the upper limit? That's impossible, there is no 0 th Fibonacci number. Did you assume it would be 1? Because then, you were REALLY lucky. :D
Log in to reply
A sum for indices 1 to 0 is simply an empty sum.
Also, F − 1 = F 1 − F 0 = 1 , by extending the identity F n + 2 − F n + 1 = F n backwards.
Log in to reply
@Ivan Koswara – When the indices are flipped (in reverse order), you actually start taking negative sums. One way to interpret it, is to consider the identity:
i = a ∑ b x i + i = b + 1 ∑ c x i = i = a ∑ c x i .
Set a = 1 , b = 0 , c = 1 , and we get that
i = 1 ∑ 0 x i + i = 1 ∑ 1 x i = i = 1 ∑ 1 x i ⇒ i = 1 ∑ 0 x i = 0 .
This is similar to the argument that ∫ a b = − ∫ b a .
@Ivan Koswara – Ah, true true. I guess you could extend the Fibonacci numbers all the way back to F − ∞ .
I tried to do that but I guess I added wrong and didn't check my work so I was like "what the heck how am I wrong" so yeah I just revealed solutions
Log in to reply
I hate when I do all this hard wok and in the end do my arithmetic wrong. It pisses me off. D:
Problem Loading...
Note Loading...
Set Loading...
Well, I'm sure there's a really neat, beautiful approach to this, but I just bashed it out.
Armed with the knowledge that this is indeed an identity, I assumed n = 2 . Thus, I attained ( 1 + 2 ) 2 − 2 ( ( 1 ) 2 + ( 2 ) 2 ) = 0 − k by evaluating each summation. Upon solving, I found k = 1 . I'll be expecting an epic proof from @Daniel Liu , though. :D