document.write( "Question 534295: use the bisection method to find each of the zeros of the function:
\n" );
document.write( "a) f(x)=x^2+x-1 on [-1, 1]
\n" );
document.write( "b) f(x)= 2x^3-x-3 on [0,2]
\n" );
document.write( "c) f(x)= sin x-x/2 on [1,3]
\n" );
document.write( "d) f(x)=2^x-x-1 on [0,2] \n" );
document.write( "
Algebra.Com's Answer #351459 by Edwin McCravy(20086) You can put this solution on YOUR website! \r\n" ); document.write( "I'll just do c)\r\n" ); document.write( "\r\n" ); document.write( "f(x)= sin(x)-\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |