Evaluate the integral $I=\int_0^{1.6}\frac {1}{1+x^4} dx$

171 Views Asked by At

$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.

2

There are 2 best solutions below

0
On

$$\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

0
On

If you do it in two steps $$I=\int_0^{1.6}\frac{1}{x^4+1}dx=\int_0^{0.8}\frac{1}{x^4+1}dx+\int_{0.8}^{1.6}\frac{1}{x^4+1}dx$$ and apply, for each interval, exactly what kingW3 wrote, you would arrive to $1.02049$ for the exact value of $1.0342$. This shows you, I hope, the impact of the number of trapezes.