Extending Sigma Sums to Real Numbers

  • Thread starter TylerH
  • Start date
  • Tags
    Sigma
In summary, you are trying to extend the number written below the sigma to be a real number. You want to convert the sum into a definite integral.
  • #1
TylerH
729
0
I mean an extension analogous to the extension of factorial to gamma(ignoring the shift).

I want to extend the iterative number, usually written below the sigma, to be a real number, rather than an exclusively natural number.

The easiest way I can think of is to convert the sum into a definite integral, since the bounds of an integral can be any real number(or infinity). Is there any known way to convert sigma sums into definite integrals? It seems as if it should be possible, seeing as the integral is just an infinite sum of infinitesimals.
 
Physics news on Phys.org
  • #2
Intgerals are usually defined as limits, or infimums or supremums of "sigma-type" expressions. You can use expressions for the sum of squares, cubes of integers to derive some integrals, but you have to take the limit of those expressions.
 
  • #3
I'm having trouble grasping what you mean. Could you show me an example, please?
 
  • #4
You have to define what you mean by "extending". When we "extend" something we usually want it to be the way it was on where it already existed. The only place we want it to do something different is in the new territory where we extend it.

The relation between [tex] \sum_{i=1}^n f(i) [/tex] and [tex] \int_{x=1}^{x=n} f(x) dx [/tex] is that you can visualize the sum as a very coarse Riemann sum with bases of the rectangles having length = 1 (pretty big for a [tex] \triangle x [/tex]) that approximates the integral. I've seen this idea used in deriving Sterlings approximation to the n!. Look at log n! = log 1 + log 2 + ... + log n and compare it to the integral of log n.

To me it is more interesting to look at the analogy between anti-differentiation to solve definite integrals and anti-differencing to solve summations. To get a closed for formula for [tex] \sum_{i=1}^n f(i) [/tex] all you need to do is to discover a function [tex] F(i) [/tex] such that [tex] F(i+1) - F(i) = f(i) [/tex] because:

[tex] \sum_{i=1}^n f(i) = \sum_{i=1}^n (F(i+1) - F(i)) [/tex]

[tex] = (F(2)-F(1)) + (F(3) - F(2)) + (F(4) - F(3) ) + ... (F(n+1) - F(n)) [/tex]

[tex] = F(n+1) - F(1) [/tex] due to the "telescoping" sum.

That field of study is called The Calculus Of Finite Differences. Learning to find "anti-differences" is like a weird version of learning to find anti-derivatives.
 
  • #5
I don't know if you're thinking is going to work. You're trying to iterate a summation over some interval or subset of the real numbers? I think the index of summation plays a different role than the boundaries of integration.

I don't know if this will help. Take y=x2 on the interval [0,1]. Divide that interval into n equal parts. At the end point of each interval (on the x-axis) erect the perpendicular to y=x2 . Connect the points of intersection of the parabola and the perpendiculars. You'll have a bunch of trapezoids. Form a sigma expression for the area of the sums of those trapezoids. This will be some expression in n. If you take the limit of that expression as n approaches infinity it should equal what you know of as the integral of x2 from [0,1]. The way the sigma notation is converted to an integral is by taking the limit (in this case).
 
  • #6
Stephen Tashi said:
You have to define what you mean by "extending". When we "extend" something we usually want it to be the way it was on where it already existed. The only place we want it to do something different is in the new territory where we extend it.
By "extending" I mean extending the set the index belongs to from the integers to the reals.
 
  • #7
TylerH said:
By "extending" I mean extending the set the index belongs to from the integers to the reals.
.

You could regard [tex] \sum_{i=0}^n f(i) [/tex] as [tex] f(0) 1 + f(0+ 1))1 + f(0 +1+1)1 + [/tex] etc. and generalize this to
[tex] \sum_{x=a, h}^n f(x) = f(a) h + f(a+h) h + f(a+h+ h) h + [/tex] etc., which is just a Riemann sum -- not very exciting.
 
  • #8
Stephen Tashi said:
not very exciting.
Yes... :zzz: Oh well...
 
  • #9
TylerH said:
I want to extend the iterative number, usually written below the sigma, to be a real number, rather than an exclusively natural number.
What are you really trying to do, that you think doing something like this will help?
 
  • #10
Hurkyl said:
What are you really trying to do, that you think doing something like this will help?
I really didn't have a purpose in this. There are a few places I think it would be interesting. Like the sum: [tex]\sum^b_{a=c} a[/tex] for a real a,b,c. For example, I wondered what this would be for b=2.5 and c=0. Since it should be additive, you could break it apart into [tex]\sum^2_{a=0} a + \sum^{2.5}_{a=2}a[/tex], but wtf is [tex]\sum^{2.5}_{a=2}a[/tex]?
 
  • #11
The solution to [tex]\sum_{a=0}^x a[/tex] is [tex]\frac{x^2}{2}+\frac{x}{2}[/tex]. How would I get the latter from the former? I found it using Eureqa(fitness of R^2 = 1), but I would prefer a mathematic way.
 
  • #12
TylerH,

I have no idea what you're saying in that last post. I'll put the thought of your original post this way:

Given a function [tex] f(i) [/tex] defined on the non-negative integers, find an integrable function [tex] g(x) [/tex] on the real numbers such that for all (or as many as possible!) non-negative integers n

[tex] \sum_{i=0}^n f(x) = \int_0^n g(x) dx [/tex]

And you may be wanting [tex] g(x) [/tex] to be a smooth function instead of a collection of interpolations between the partial sums of the series.
 
  • #13
Stephen Tashi said:
TylerH,

I have no idea what you're saying in that last post.
Sorry, I didn't really explain what I meant. I meant [tex]\sum_{a=0}^x a=\frac{x^2}{2}+\frac{x}{2}[/tex]. How would I find this, for a general [tex]\sum_{a=c}^x f(a)[/tex], without brute forcing(which is how I found it, with Eureqa)?

Stephen Tashi said:
I'll put the thought of your original post this way:

Given a function [tex] f(i) [/tex] defined on the non-negative integers, find an integrable function [tex] g(x) [/tex] on the real numbers such that for all (or as many as possible!) non-negative integers n

[tex] \sum_{i=0}^n f(x) = \int_0^n g(x) dx [/tex]

And you may be wanting [tex] g(x) [/tex] to be a smooth function instead of a collection of interpolations between the partial sums of the series.
I think this is getting too focused on integration. It doesn't have to be done through integration. The goal, to clear any question, is to find a continuous(and hopefully differentiable) extension to sigma.
 
  • #14
TylerH said:
Sorry, I didn't really explain what I meant. I meant [tex]\sum_{a=0}^x a=\frac{x^2}{2}+\frac{x}{2}[/tex]. How would I find this, for a general [tex]\sum_{a=c}^x f(a)[/tex], without brute forcing(which is how I found it, with Eureqa)?

The way I look at it, you simply wrote the summation formula for n consecutive integers using an [tex] x [/tex] instead of an [tex] n [/tex]

[tex] \sum_{i=0}^n i = \frac {(n)(n+1)} {2} = \frac {n^2}{2} + \frac {n}{2} [/tex]
 
  • #15
How about introducing a parameter into the sigma notation like the "step" specification in some programing languages. You have for some sigma expression k=1 to 10. There's an implied step of one, so you evaluate at k=1,2,...,10. Then you specify a step of 1/2, you evaluate at k=1,3/2,2,5/2,...,10. I think you'll need to multiply the whole expression by your step though otherwise it's going to go to infinity (typically).
 
  • #16
dimitri151 said:
How about introducing a parameter into the sigma notation like the "step" specification in some programing languages. You have for some sigma expression k=1 to 10. There's an implied step of one, so you evaluate at k=1,2,...,10. Then you specify a step of 1/2, you evaluate at k=1,3/2,2,5/2,...,10. I think you'll need to multiply the whole expression by your step though otherwise it's going to go to infinity (typically).

That would be the suggestion of post #7. It gives Riemann sums.

Tyler_H's example is to take the closed form formula for a sum and changes the variable in the formula to a real number.
[tex] \sum_{i=0}^n i = \frac{ i (i+1) }{2} [/tex] generalizes to
[tex] \sum_{i=0}^{i=x} i = \frac{ x(x+1)}{2} [/tex]

Suppose we have a series [tex] \sum_{i=0}^n f(i) [/tex] and we don't know a closed form formula for it. How would we define the extension? Do the examples of extending closed form formulas suggest any properties that the extension should have besides producing the right answer at integer values?
 
  • #17
I can't think of any properties, other than being equal at integer values, worth defining. The goal is to have a continuous, and hopefully differentiable, sigma.

On second thought, to prevent arbitrary max/mins in the extension: For an extension, g(x): If, for any a < b, [tex]\sum_{i=0}^a f(i) < \sum_{i=0}^b f(i)[/tex] then the g'(x) > 0 for all x in (a,b). And, vice versa.
 
  • #18
I suppose we are assuming [tex] f() [/tex] is a function defined on the reals and
[tex] g(n) = \sum_{i=0}^n f(i) [/tex].
I don't think we should insist [tex] g'(x) > 0 [/tex]. We don't want a definition that only applies for f(i) that are non-negative. For example, it would nice if the definition worked for [tex] f(i) = (-1)^i [/tex]

Does a shift operation suggest anything?

[tex] \sum_{i=0}^n f(i + 1) = \sum_{i=1}^{n+1} f(i) = g(n+1) - g(0) [/tex]

We can look at smaller shifts.

For [tex] 0 < h < 1 [/tex] the expression [tex] \sum_{i=0}^n f(i+h) [/tex] makes sense.
 

Related to Extending Sigma Sums to Real Numbers

1. What is the concept of "Extending Sigma Sums to Real Numbers"?

The concept of "Extending Sigma Sums to Real Numbers" is an advanced mathematical technique used to calculate the sum of an infinite series of real numbers. It involves using a mathematical formula called the sigma notation to represent the series and then finding the limit of the series as the number of terms approaches infinity.

2. Why is "Extending Sigma Sums to Real Numbers" important in scientific research?

"Extending Sigma Sums to Real Numbers" is important in scientific research because it allows for the calculation of complex and infinite series, which are often encountered in scientific experiments and data analysis. It also provides a more efficient and accurate method for calculating sums compared to traditional methods.

3. How is the sigma notation used in "Extending Sigma Sums to Real Numbers"?

The sigma notation is used in "Extending Sigma Sums to Real Numbers" to represent the infinite series of real numbers. It is written as Σ (the capital Greek letter sigma) followed by the expression inside parentheses, with a variable representing the terms of the series, and the starting and ending values for the variable. The notation is then followed by the formula for the terms of the series.

4. Can "Extending Sigma Sums to Real Numbers" be applied to any type of series?

Yes, "Extending Sigma Sums to Real Numbers" can be applied to any type of series, whether it is arithmetic, geometric, or a combination of both. As long as the series follows a pattern and has a finite or infinite number of terms, the sigma notation and the technique of finding the limit can be used to calculate the sum.

5. What are some real-world applications of "Extending Sigma Sums to Real Numbers"?

"Extending Sigma Sums to Real Numbers" has various real-world applications, such as in physics, engineering, economics, and finance. It is used to calculate the total distance traveled by a moving object, the total amount of money earned from compound interest, and the total energy produced by a power plant, among others.

Similar threads

Replies
1
Views
973
Replies
1
Views
220
Replies
85
Views
4K
  • Classical Physics
Replies
0
Views
176
  • Science and Math Textbooks
Replies
3
Views
834
Replies
4
Views
447
Replies
20
Views
1K
  • Linear and Abstract Algebra
Replies
28
Views
3K
Replies
17
Views
5K
Back
Top