document.write( "Question 1021209: The sequence u_n is defined recursively by the rules
\n" );
document.write( "u_1 = 3, u_2 = 3, u_(n+2) = u_(n+1) + 2u_n for all n ∈ N.
\n" );
document.write( "Find the formula for the general term of the sequence and prove it.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637001 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! The characteristic polynomial is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When n = 1, we have \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When n = 2, we have \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solving for a and b, we get a = 1, b = -1. So the general formula is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |