document.write( "Question 1209829: Find the ordered pair (p,q) such that
\n" ); document.write( "F_n = p \alpha^n + q \beta^n.
\n" ); document.write( "

Algebra.Com's Answer #850735 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Let $F_n$ denote the $n$-th Fibonacci number, where $F_0 = 0$, $F_1 = 1$, and $F_{n+2} = F_{n+1} + F_n$ for $n \ge 0$. The characteristic equation for this recurrence is $x^2 - x - 1 = 0$. The roots of this equation are
\n" ); document.write( "\[ \alpha = \frac{1 + \sqrt{5}}{2} \quad \text{and} \quad \beta = \frac{1 - \sqrt{5}}{2}. \]
\n" ); document.write( "We are given that $F_n = p \alpha^n + q \beta^n$. We need to find the values of $p$ and $q$.\r
\n" ); document.write( "\n" ); document.write( "We can use the initial values $F_0 = 0$ and $F_1 = 1$.
\n" ); document.write( "For $n=0$, we have $F_0 = p \alpha^0 + q \beta^0 = p + q = 0$.
\n" ); document.write( "For $n=1$, we have $F_1 = p \alpha^1 + q \beta^1 = p \alpha + q \beta = 1$.\r
\n" ); document.write( "\n" ); document.write( "From the first equation, $q = -p$. Substituting this into the second equation, we get
\n" ); document.write( "\[ p \alpha - p \beta = 1 \]
\n" ); document.write( "\[ p (\alpha - \beta) = 1 \]
\n" ); document.write( "\[ p \left( \frac{1 + \sqrt{5}}{2} - \frac{1 - \sqrt{5}}{2} \right) = 1 \]
\n" ); document.write( "\[ p \left( \frac{2 \sqrt{5}}{2} \right) = 1 \]
\n" ); document.write( "\[ p \sqrt{5} = 1 \]
\n" ); document.write( "\[ p = \frac{1}{\sqrt{5}}. \]
\n" ); document.write( "Since $q = -p$, we have $q = -\frac{1}{\sqrt{5}}$.\r
\n" ); document.write( "\n" ); document.write( "Therefore, the ordered pair $(p,q)$ is
\n" ); document.write( "\[ \left( \frac{1}{\sqrt{5}}, -\frac{1}{\sqrt{5}} \right). \]\r
\n" ); document.write( "\n" ); document.write( "Thus, the formula for the $n$-th Fibonacci number is
\n" ); document.write( "\[ F_n = \frac{1}{\sqrt{5}} \left( \frac{1 + \sqrt{5}}{2} \right)^n - \frac{1}{\sqrt{5}} \left( \frac{1 - \sqrt{5}}{2} \right)^n. \]\r
\n" ); document.write( "\n" ); document.write( "Final Answer: The final answer is $\boxed{\left( \frac{1}{\sqrt{5}}, -\frac{1}{\sqrt{5}} \right)}$
\n" ); document.write( "
\n" ); document.write( "
\n" );