How do we convert a summation to integration?

  • Context: Undergrad 
  • Thread starter Thread starter MacNCheese
  • Start date Start date
  • Tags Tags
    Integration Summation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
MacNCheese
Messages
7
Reaction score
0
When converting a summation of the form

[tex]\sum x_i y_i[/tex]

to integration, how do we know if it's

[tex]\int x dy[/tex]

or

[tex]\int y dx[/tex]

At first I thought they're equivalent but obviously that's only true for a linear function with no constant offset.

I kind of see integration as a better form of multiplication so I've always had trouble with the fact that multiplication is commutative but integration isn't. A little help?
 
on Phys.org
Summation is used to find the area under the curve. Integration is same thing, but much faster.
 
Well if you look at something like center of mass, it's mentioned as (in wikipedia)

[tex]\frac {\sum m_i r_i} {\sum m_i}[/tex]

for discrete particles and

[tex]\frac {1} {M} \int r dm[/tex]

for continuous distribution. There's no 'delta' anywhere.
 
MacNCheese said:
Well if you look at something like center of mass, it's mentioned as (in wikipedia)

[tex]\frac {\sum m_i r_i} {\sum m_i}[/tex]

for discrete particles and

[tex]\frac {1} {M} \int r dm[/tex]

for continuous distribution. There's no 'delta' anywhere.
Although the symbol Δ doesn't appear, it is implicit in the meaning of mi which is a small piece of the mass, which sums to M.
 
HallsofIvy said:
Yes, those are two completely different formulas. The first is NOT the Riemann sum leading to the second.

Isn't it? Then how do we derive such an expression?

mathman said:
Although the symbol Δ doesn't appear, it is implicit in the meaning of mi which is a small piece of the mass, which sums to M.

Thanks, that helps.