I discovered the following relationship while playing around with concepts discussed in recent Veritasium video.
Let's consider the sequence \[π_{π+1}=(π₯β1) π_{π}+π_{π+1}\] \[π_{π+1}=π_{π}+π_{π} \] where x is any positive integer and \(a_{0}\) and \(b_{0}\) can be any non zero real numbers
Now any idea on how to prove the following result:
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution β they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Let cnβ=anββbnβ. Then the equations become cn+1βbn+1ββ=(xβ1)bnβ=cnβ+2bnββ which becomes bn+1ββ2bnββ(xβ1)bnβ1β=0. This is a second-order linear recurrence, and the roots of the associated equation are 1Β±xβ. Since x is a positive integer, and the limit can't be negative, we always choose the positive square root. Anyway, that should get you started.
Log in to reply
Thanks!