document.write( "Question 2993: Dear sir,
\n" );
document.write( "Please help me in giving the solution to the foll.problem as I am a chemical engineer in doing simulation softwares
\n" );
document.write( "Please reply how to determine the value of THETTA in the foll.problem
\n" );
document.write( " THETTA - SIN(THETTA) = 3.4545\r
\n" );
document.write( "\n" );
document.write( "I had tried by using Taylor Series but i did't get the correct answer.
\n" );
document.write( "Please Solve that Problem and tell me any other simple method is there.\r
\n" );
document.write( "\n" );
document.write( "Regards,
\n" );
document.write( "Suresh.V
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #1299 by khwang(438) ![]() You can put this solution on YOUR website! For this kind of question there is no correct answwer, since we only can \n" ); document.write( " have approximated answers.(dependng how accuracy is required.)\r \n" ); document.write( "\n" ); document.write( " As I showed you to use sin x = x - x^3/6 \n" ); document.write( " or x - x^3/6 + x^5/150 \n" ); document.write( " to get some values.\r \n" ); document.write( "\n" ); document.write( " If you use Newton's iteation method ,let f(x) = x -sin x - 3.4545 \n" ); document.write( " xn+1 = xn - f(xn)/f'(xn) by choosing some xo(say 1) to start.\r \n" ); document.write( "\n" ); document.write( " Whatever methods you use , there is no correct answer.\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |