member 463737
Not sure if this is impossible, simply wondering if anti-sums are a thing, ie. (Anti)∑0.5n(n+1)=n.
The discussion revolves around the mathematical problem of finding a function f(n) such that the sum of f(n) from n=1 to a given n equals 1. Participants explore the nature of summations, the concept of anti-sums, and the implications of fixed versus variable n in the context of this summation.
Participants express differing views on whether the summation condition applies to all n or just specific values, leading to multiple competing interpretations of the problem. The discussion remains unresolved regarding the implications of these interpretations.
Participants note the potential confusion arising from using the same variable for both the summation index and the upper limit of the sum. There are also references to discrete calculus concepts that may not be universally understood, indicating a need for clarity in notation and definitions.
Crack Dragon said:… do you know where I could do any reading up on summations and the like?
Crack Dragon said:Fixed n? I really am new to this, just in this format though if that's what you were wondering: http://www.wolframalpha.com/input/?i=Sum+f(n),+n=1+to+n, are you saying ∑0=1?
The way you're using the summation symbol is wrong crack dragon. You need to sum over a "dummy" variable such as "k" in the example below.Crack Dragon said:Fixed n? I really am new to this, just in this format though if that's what you were wondering: http://www.wolframalpha.com/input/?i=Sum+f(n),+n=1+to+n, are you saying ∑0=1?
What does Δ/Δn mean? I understand the operator d/dn, but have never seen similar notation using Δ.Jhenrique said:[tex]\\ \sum f(n)\Delta n=1 \\ \\ \frac{\Delta\;\;}{\Delta n} \sum f(n)\Delta n = \frac{\Delta1}{\Delta n} \\ \\ f(n) = \left\{\begin{matrix} 1 & n=0\\ 0 & n\neq 0\\ \end{matrix}\right.[/tex]
Mark44 said:What does Δ/Δn mean? I understand the operator d/dn, but have never seen similar notation using Δ.
This (above) is what I've never seen before. Where does the k/2 on the right side come from?Jhenrique said:##\Delta f=f_1-f_0##
##\frac{\Delta f}{\Delta x}=\frac{f_1-f_0}{x_1-x_0}##
How in discrete calculus we not consider an infinitesimal interval but yes a discrete interval (unitary), so Δx=1, ie:
##\frac{\Delta f}{\Delta x}=\frac{f(x+\Delta x)-f(x)}{\Delta x}=\frac{f(x+1)-f(x)}{1}=f(x+1)-f(x)=\Delta f##
The same logic for summation:
##\sum f(x)\Delta x=\sum f(x)\cdot 1=\sum _{x}f(x)##
FTC for the discrete case:
##\sum_{x_0}^{x_1} f(x)\Delta x=\sum_{x=x_0}^{x_1}f(x)=F(x_1+1)-F(x_0)##
inverse relationships:
##\sum \frac{\Delta f}{\Delta x}(x)\Delta x=f(x)##
##\frac{\Delta}{\Delta x} \sum f(x)\Delta x = f(x)##
with infinitesimal limits...
##\int f(x)dx=\lim_{\Delta x \rightarrow 0} \sum f(x) \Delta x##
##\frac{df}{dx}=\lim_{\Delta x \rightarrow 0} \frac{\Delta f}{\Delta x}##
computing...
##\frac{d}{dx}\left (\frac{1}{2}kx^2 \right )=kx##
##\frac{\Delta}{\Delta x}\left (\frac{1}{2}kx^2 \right )=kx+\frac{1}{2}k##
Jhenrique said:##\sum f(x)\Delta x=\frac{1}{6}kx^3-\frac{1}{4}kx^2+\frac{1}{12}kx + C##
##\int f(x)dx=\frac{1}{6}kx^3 + C##
And you still have a Z transform that is the discrete analogue of Laplace transform. All this is the discrete calculus.
Mark44 said:This (above) is what I've never seen before. Where does the k/2 on the right side come from?