Hello everyone. I made an integral approximation in Desmos just for fun. It shows how increasing n makes the summation more accurate for estimating the integral of x from 0 to 1. The higher the n, the closer it gets to the true value. Any ideas for similar projects or improvements?
Here is the link: https://www.desmos.com/calculator/1c7hurfegn
#Integral Approximation in Desmos
57 messages · Page 1 of 1 (latest)
this is just n+1 / 2n, I'm pretty sure
yea thats true
which is the same as 1/2 + 1/2n
the integral from 0 to 1 of f(x) = x is just 0.5 - since 1/2n is the error, it makes sense why a bigger n makes the error smaller. as n approaches infinity, 1/2n approaches 0, bringing you closer to 0.5 (or the area under the function)
but the point is to aproximate the integral so it should be kept a summation that does this job
Just use the Riemann integral limit formula lol
why make it more complex
well listen
we get the aproximmation of the integral
through summations
the easy way
um
this is easy
this is simple
?
simpler
not really ?
no need to calculate limits
that is a limit
its still the same thing
you're taking the limit as n goes to infinity though
the whole point of this
is to show how increasing
the number of strips
gets it more accurate
yes
we dont want accuracy
we want to show how its achieved
that is what the formula does
it has n strips and increases n
$\int_{a}^{b}f(x)dx=\lim_{n\to\infty}\sum_{i=1}^{n}\frac{b-a}{n}f(a+i\frac{b-a}{n})$
Coffey 2.0
a+i(b-a)/n is the value of f at the nth strip
aka the height
(b-a)/n is the width
so that's the area
yes, I was too
me too