document.write( "Question 1070612: the sum of n terms of an arithmetic series is:Sn=5n^2-11. Determine common difference \n" ); document.write( "
Algebra.Com's Answer #685696 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
There is a typo there.
\n" ); document.write( "\"S%5Bn%5D=5n%5E2-11\" cannot be the sum of n terms of an arithmetic series,
\n" ); document.write( "but \"S%5Bn%5D=5n%5E2-11n\" could be .
\n" ); document.write( "You could use either expression to find the common difference \"d=10\" ,
\n" ); document.write( "but only a sum of the form \"an%5E2%2Bbn\" could work to find an actual
\n" ); document.write( "arithmetic series, with a first term \"a%5B1%5D\" independent of \"n\" .
\n" ); document.write( "
\n" ); document.write( "A WAY TO SOLVE IT WITH \"S%5Bn%5D=5n%5E2-11n\" :
\n" ); document.write( "The sum of \"n-1\" terms is
\n" ); document.write( "\"S%5Bn-1%5D=5%28n-1%29%5E2-11%28n-1%29\"
\n" ); document.write( "\"S%5Bn-1%5D=5%28n%5E2-2n%2B1%29-11n%2B11\"
\n" ); document.write( "\"S%5Bn-1%5D=5n%5E2-10n%2B5-11n%2B11\"
\n" ); document.write( "\"S%5Bn-1%5D=5n%5E2-21n%2B16\"
\n" ); document.write( "and since \"S%5Bn%5D=S%5Bn-1%5D%2Ba%5Bn%5D\" where \"a%5Bn%5D\" is term number \"n\" ,
\n" ); document.write( "we can find an expression for \"a%5Bn%5D=S%5Bn%5D-S%5Bn-1%5D\" .
\n" ); document.write( "\"a%5Bn%5D=5n%5E2-11n-%285n%5E2-21n%2B16%29\"
\n" ); document.write( "\"a%5Bn%5D=5n%5E2-11n-5n%5E2%2B21n-16%29\"
\n" ); document.write( "\"a%5Bn%5D=10n-16%29\"
\n" ); document.write( "\"a%5Bn%5D=10n-10-6%29\"
\n" ); document.write( "\"a%5Bn%5D=10%28n-1%29-6%29\"
\n" ); document.write( "That gives us \"highlight%28d=10%29\" as the common difference,
\n" ); document.write( "and \"a%5B1%5D=-6\" as the first term.
\n" ); document.write( "We know that in an arithmetic sequence
\n" ); document.write( "with a first term \"a%5B1%5D\" ,
\n" ); document.write( "and a common difference \"d\" ,
\n" ); document.write( "term number \"n\" is
\n" ); document.write( "\"a%5Bn%5D=a%5B1%5D%2Bd%28n-1%29\" ,
\n" ); document.write( "so \"d\" is the coefficient of \"%28n-1%29\" ,
\n" ); document.write( "and the other term is \"a%5B1%5D\" .
\n" ); document.write( "
\n" ); document.write( "WHY WE KNOW \"S%5Bn%5D=5n%5E2-11\" IS WRONG:
\n" ); document.write( "We have the \"formula\" \"S%5Bn%5D=%282a%5B1%5D%2B%28n-1%29d%29n%2F2\"
\n" ); document.write( "In that expression \"n\" is a factor.
\n" ); document.write( "The expression is a quadratic (degree 2) polynomial with
\n" ); document.write( "\"S%5Bn%5D=%28%282a%5B1%5D-d%29%2Bnd%29n%2F2\"
\n" ); document.write( "\"S%5Bn%5D=%28dn%5E2%2B%282a%5B1%5D-d%29n%29%2F2\"
\n" ); document.write( "\"S%5Bn%5D=%28d%2F2%29n%5E2%2B%28%282a%5B1%5D-d%29%2F2%29n\"
\n" ); document.write( "
\n" );