document.write( "Question 516344: Use the Method of Finite Differences to find a function for the following sequences. Explain your process.
\n" );
document.write( "a. 9, 5, -5, -21, . . .
\n" );
document.write( "b. 2.5, 6, 13.5, 25, . . .\r
\n" );
document.write( "\n" );
document.write( "Ok...This is what I have done.
\n" );
document.write( "For \"a\" there is a second common difference of -6, and for \"b\" there is a second common difference of 4. Now I have forgotten how to use the method of finite differences. I remember learning something about generating the sequence by using:
\n" );
document.write( "a_n+1 = a_n + (the second common difference)n + something?
\n" );
document.write( "But I’m not sure this is what I need to use…I’m sure if I could just see “a” done I can do “b”. Thanks in advance for the help!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #344346 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Use the Method of Finite Differences to find a function for the following sequences. Explain your process. \n" ); document.write( "a. 9, 5, -5, -21, . . . \n" ); document.write( "b. 2.5, 6, 13.5, 25, . . .\r \n" ); document.write( "\n" ); document.write( "Ok...This is what I have done. \n" ); document.write( "For \"a\" there is a second common difference of -6, and for \"b\" there is a second common difference of 4. Now I have forgotten how to use the method of finite differences. I remember learning something about generating the sequence by using: \n" ); document.write( "a_n+1 = a_n + (the second common difference)n + something? \n" ); document.write( "But I’m not sure this is what I need to use…I’m sure if I could just see “a” done I can do “b”. Thanks in advance for the help!\r \n" ); document.write( "\n" ); document.write( "---------------- \n" ); document.write( "a. 9, 5, -5, -21, . \n" ); document.write( ";;;;;-4;;-10;-16 \n" ); document.write( ";;;;;;;-6;;;-6\r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "Form f(x) = ax^2+bx+c \n" ); document.write( "(1) = a + b + c = 9 \n" ); document.write( "f(2) = 4a +2b + c = 5 \n" ); document.write( "f(3) = 9a+3b + c = -5 \n" ); document.write( "--------------------------- \n" ); document.write( "Solve for a,b,c,d \n" ); document.write( "I solved the system using a Matrix Method to get: \n" ); document.write( " a = -3; b = 5; c = 7 \n" ); document.write( "================================== \n" ); document.write( "Equation f(x) = -3x^2 + 5x + 7 \n" ); document.write( "f(1) = 9 \n" ); document.write( "f(2) = 5 \n" ); document.write( "f(3) = -5 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--- \n" ); document.write( "The site below illustrates the method of Finite Differences\r \n" ); document.write( "\n" ); document.write( "http://mathforum.org/library/drmath/view/53223.html \n" ); document.write( " |