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)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Recursive example:
\n" ); document.write( "\"system%28a%5B1%5D+=+5%2Ca%5Bn%2B1%5D+=+a%5Bn%5D+%2B+7%29\"
\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( "\"a%5Bn%5D\" = nth term
\n" ); document.write( "n is some positive integer 1,2,3,4,...
\n" ); document.write( "\"a%5Bn%2B1%5D\" = term just after the nth term\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So,
\n" ); document.write( "\"a%5B2%5D+=+a%5B1%5D%2B7+=+5%2B7+=+12\" is the 2nd term
\n" ); document.write( "\"a%5B3%5D+=+a%5B2%5D%2B7+=+12%2B7+=+19\" is the 3rd term
\n" ); document.write( "\"a%5B4%5D+=+a%5B3%5D%2B7+=+19%2B7+=+26\" is the 4th term
\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( "\"a%5B1%5D+=+5\" = first term
\n" ); document.write( "\"d+=+7\" = common difference\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The explicit closed form equation would be
\n" ); document.write( "\"a%5Bn%5D+=+a%5B1%5D+%2B+d%28n-1%29\"
\n" ); document.write( "\"a%5Bn%5D+=+5+%2B+7%28n-1%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's try n = 4
\n" ); document.write( "\"a%5Bn%5D+=+5+%2B+7%28n-1%29\"
\n" ); document.write( "\"a%5B4%5D+=+5+%2B+7%284-1%29\"
\n" ); document.write( "\"a%5B4%5D+=+5+%2B+7%283%29\"
\n" ); document.write( "\"a%5B4%5D+=+5+%2B+21\"
\n" ); document.write( "\"a%5B4%5D+=+26\"
\n" ); document.write( "That matches the previous \"a%5B4%5D\" value found through the recursive process.
\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( "
\n" );