Infinitesimals in integration vs delta x in summations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
MrMultiMedia
Messages
9
Reaction score
0
Hi,
I first had a question regarding infinitesimals. What does it mean when the infinitesimal is at the beginning of the integral? For example:

∫dxf(x)
is this the same as
∫f(x)dx ?

My second question was how to convert a summation to an integral and a summation into an integral. Thanks a lot,

-MMM
 
Physics news on Phys.org
MrMultiMedia said:
Hi,
I first had a question regarding infinitesimals. What does it mean when the infinitesimal is at the beginning of the integral? For example:

∫dxf(x)
is this the same as
∫f(x)dx ?
Yes, those are just two different notations for the same thing.

MrMultiMedia said:
My second question was how to convert a summation to an integral and a summation into an integral. Thanks a lot,

-MMM
In a physics class (where mathematics is done without rigor), you just do something like this:
$$\sum_i F(x_i) =\sum_i \frac{F(x_i)}{\Delta x_i}\Delta x_i =\sum_i f(x_i)\Delta x_i \approx\int f(x) dx,$$ where ##f(x_i)=F(x_i)/\Delta x_i##.

If you want a rigorous answer, I think you will have to make the question more specific.