$I=\int_0^{1.6}\frac {1}{1+x^4} dx$ by using generalized trapozoidal rule $n=8$ the final answer don't equal the correct answer .I need the final answer and how can i solve it ?
The answer to your question may not always be the one you wanted, but that doesn’t mean it is wrong. A conclusive answer isn’t always possible. When in doubt, ask people to cite their sources, or to explain how/where they learned something. Even if we don’t agree with you, or tell you exactly what you wanted to hear, remember: we’re just trying to help.
$$\int_0^{1.6}\frac{1}{x^4+1}dx\approx (1.6-0)*\frac{\frac{1}{1.6^4+1}+\frac{1}{0^4+1}}{2}\\\approx 1.6*\frac{\frac{1}{1.6^4+1}+1}{2}\\\approx1.6*\frac{2+1.6^4}{2*(1.6^4+1)}\\\approx 0.90590976488 $$ NOTE:This is an approximation,the real answer is $1.0342$ but the trapezoid rule gives a number close to the result