Analyzing the Setup
The quadratic equation x2−x−1=0 serves as the foundation for this mathematical landscape. The roots, α and β, are governed by Vieta's formulas:
α+β=1 and αβ=−1.
Because
α and
β are roots of the quadratic, they satisfy the following identities:
α2=α+1
β2=β+1
These identities act as our master key for manipulating higher powers of the roots.
The Recurrence Relation
We define the sequence
an as:
an=α−βαn−βn
By multiplying the identity
α2=α+1 by
αn, we obtain
αn+2=αn+1+αn. Applying the same logic to
β and subtracting the two resulting equations yields the Fibonacci recurrence:
an+2=an+1+an
This confirms that every term in the sequence is the sum of the two preceding terms.
The Telescoping Magic
To evaluate the sum ∑i=1nai, we rearrange the recurrence relation into ai=ai+2−ai+1. Writing out the terms:
a1=a3−a2
a2=a4−a3
...
an=an+2−an+1
Summing these vertically results in a
telescoping sum where intermediate terms cancel out. We are left with:
i=1∑nai=an+2−a2
Since a2=α−βα2−β2=α+β=1, the sum simplifies to an+2−1. Thus, Option A is confirmed.
The Power of Generating Functions
To evaluate the infinite sum
∑n=1∞10nan, we define the generating function
S=∑n=1∞anxn. Using the recurrence
an=an−1+an−2, we derive:
S=1−x−x2x
Evaluating this at
x=101 yields:
S=1−1/10−1/1001/10=8910
This confirms that Option B is correct.
The Algebraic Beauty of bn
We examine the sequence
bn=an−1+an+1. By substituting the definition of
an and utilizing the identity
1=−αβ, we simplify the expression:
bn=αn+βn
This elegant result confirms that Option D is correct. Conversely, evaluating the sum for bn at x=101 results in 8912, which proves that Option C is incorrect.