document.write( "Question 1206279: Please give me a clear explanation and an example of an explicit and recursive equation Algebra 1 level. \n" ); document.write( "
Algebra.Com's Answer #843601 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Recursive example: \n" ); document.write( " \n" ); document.write( "The top line indicates the 1st term is 5. \n" ); document.write( "The next line says \"whatever the nth term is, add 7 to it to get the (n+1)th term\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "n is some positive integer 1,2,3,4,... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "And so on.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We generate the sequence 5, 12, 19, 26, ...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since we're adding the same thing to each term, we can state this sequence is arithmetic. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The explicit closed form equation would be \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's try n = 4 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "That matches the previous \n" ); document.write( "I'll let the student try other values of n. Make sure of course to only plug in positive integers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There's pros and cons to both forms. If you wanted say the 99th term of this arithmetic sequence, then it would be tedious to follow the recursive route. \n" ); document.write( "This is because you'd need the 98th term, but the 98th term needs the 97th term, and so on. \n" ); document.write( "Use the explicit equation instead.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But the recursive method isn't always bad. It might be more intuitive to some students to see what is going on. For some students it might be easier to repeatedly add 7 to get to the desired term. The recursive form is generally practical for small values of n. \n" ); document.write( " \n" ); document.write( " |