#Numerical estimation for an integral, without a calculator
17 messages · Page 1 of 1 (latest)
<@&286206848099549185>
the integrand is (very) approximately 1+x^2, so I(a,b) = (b + (b^3)/3) - (a + (a^3)/3) is a reasonable approximation
Unique
I would agree with thar only when $x \le 1$.
Can you explain more why would you neglect other terms since we have values of x higher than 1?
It's a different kind of approximation
x^3 + x is not too far from x^2 when x^4 is around
I still did not get it
<@&286206848099549185>
Try plugging in x= 2, then 3, then 4, then 5 into the integrand and see what the numbers look like
Plugging $x=2$ is easy, then for other values, it will take a long time. We need an approach to solve it in a short time
Unique
the integrand is (very) approximately 1+x^2, so I(a,b) = (b + (b^3)/3) - (a + (a^3)/3) is a reasonable approximation
What was wrong with this?
That I do not know how we got that approximation
1 + x + x^2 + x^3 + x^4 is pretty close to 1 + 2x^2 + x^4