Converting an Integral to a Rieman Sum

  • Thread starter Thread starter smize
  • Start date Start date
  • Tags Tags
    Integral Sum
smize
Messages
78
Reaction score
1
I know I should know this, but how would one convert a typical integral into a Rieman Sum?

0n sinx + x dx for whatever n.

for example.
 
Physics news on Phys.org
smize said:
I know I should know this, but how would one convert a typical integral into a Rieman Sum?

0n sinx + x dx for whatever n.

for example.

This function happens to be Riemann Integrable with closed form anti-derivatives: try using the fundamental theorem of calculus to get a closed form expression in terms of G(n) - G(0) where G(x) is the appropriate anti-derivative.
 
smize said:
I know I should know this, but how would one convert a typical integral into a Rieman Sum?

0n sinx + x dx for whatever n.

for example.
Well, since the function \,f(x)=\sin x + x\, is continuous everywhere, it is Riemann integrable in any finite

interval, and we can choose any partition for it we want, for example the partition
x_0=0\,,\,x_1=\frac{n}{k}\,,\,x_2=\frac{2n}{k},...,x_k=\frac{kn}{k}=n
for the interval \,[0,n]\, , thus

\int_0^n (\sin x +x)dx=\lim_{k\to\infty}\frac{1}{k}\sum_{i=1}^k \left( \sin \frac{in}{k}+\frac{in}{k} \right)

DonAntonio
 
To add to Don Antonio's comment:

1) Partition your domain of integration [a,b] into a collection a=x0,

x1,...,xn=b .

2)Select a point xi* in each (xi-1,xi).

3)Form the sum Ʃi=1,..,Nf(xi*)(xi-xi-1)

In your case, f(xi*)=xi*+sin(xi*)
 
Back
Top