Limit Definition of Integral

Sometimes, you’ll see an integral defined as a reimann sum, however, it’s expressed as an infinite limit as so →
∫abf(x)dx=limn→∞∑i=1nf(xi)Δx
Where →
Δx=nb−a</span>, where n won’t be defined as a number
Here’s a few examples of how to convert from limit → integral and from integral → limit:
Find the limit definition of this integral →∫28(x2+1)dx
First, we need to find our delta x → Δx=n8−2=n6
Next, we need to find our xi →xi=a+Δx⋅i=2+n6⋅i
Now, we take our function inside the integral and substitute the x’s for xi’s →f(xi)=(2+n6i)2+1
Now we need to put our limit and summation in front of the f(xi)dx →∫28(x2+1)dx=limn→∞∑i=1n[(2+n6i)2+1][n6]
Now, let’s turn this limit into an integral →limn→∞∑i=1n((1+n2i)3+ln(1+n2i))(n2)
First, we know that in our xi, the lower bound is always first, so a=1, now we use our delta x to find our b →Δx=n2,a=1…2=b−1…b=3
Now, we substitute wherever there is an xi for an x →f(x)=x3+lnx
Now we put our integral together →limn→∞∑i=1n((1+n2i)3+ln(1+n2i))(n2)=∫13(x3+lnx)dx