document.write( "Question 310301: Find the cubic polynomial which takes the following values y(0) = 1, y(1) = 0, y(2) = 1 and y(3) = 10 . Hence obtain the value of y(0.5). \n" ); document.write( "
Algebra.Com's Answer #221862 by stanbon(75887) ![]() You can put this solution on YOUR website! Find the cubic polynomial which takes the following values y(0) = 1, y(1) = 0, y(2) = 1 and y(3) = 10 . Hence obtain the value of y(0.5). \n" ); document.write( "---------------------------- \n" ); document.write( "Procedure: \n" ); document.write( "Cubic form: y = ax^3 + bx^2 + cx + d \n" ); document.write( "--- \n" ); document.write( "You need to determine a, b, c, and d. \n" ); document.write( "---- \n" ); document.write( "You are given 4 points and can generate 4 equations \n" ); document.write( "such as: \n" ); document.write( "y(3) = 10 gives you equation \n" ); document.write( "10 = a(3)^3 + b(3)^2 + c(3) + d \n" ); document.write( "--- \n" ); document.write( "y(2) = 1 gives you equation \n" ); document.write( "1 = a(2)^3 + b(2)^2 + c(2) + d \n" ); document.write( "... \n" ); document.write( "etc. \n" ); document.write( "==== \n" ); document.write( "So, having the 4 equations you can solve for \n" ); document.write( "a, b, c, d \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( "============================== \n" ); document.write( " |