document.write( "Question 47189: Is there a formula to discovering if a given table of values is linear or quadric? example: Parent input parent output
\n" );
document.write( " x f(x)
\n" );
document.write( " -3 9
\n" );
document.write( " -1 1
\n" );
document.write( "Also is there a formula to find the transformation that applies between the parent & the transformed? \n" );
document.write( "
Algebra.Com's Answer #31241 by atif.muhammad(135) ![]() You can put this solution on YOUR website! Is there a formula to discovering if a given table of values is linear or quadric? :\r\n" ); document.write( "\r\n" ); document.write( "One method I use is to look for the differences between the values.\r\n" ); document.write( "\r\n" ); document.write( "In a linear table of values, the difference between each and every value should be the same.\r\n" ); document.write( "\r\n" ); document.write( "In a quadric table of values, the difference will vary.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Also is there a formula to find the transformation that applies between the parent & the transformed?:\r\n" ); document.write( "\r\n" ); document.write( "There is no such formula but one can plot the graph and possibly through intelligent guessing, figure out the transformation.\n" ); document.write( " |