Skip to main content

All Questions

8 votes
1 answer
251 views

Changing Variables in Discrete Calculus

In discrete calculus one soon meets the $h$-difference operator $$\Delta_h[f(x)] = f(x+h) - f(x)$$ and we often define $\Delta = \Delta_1.$ We can similarly define the indefinite sums $\Delta_h^{-1}$ ...
KJL's user avatar
  • 153
2 votes
1 answer
105 views

Function satisfying $f(z) = 1 + z f\left(\frac{z}{1+z}\right)$

Iterate the following equation to obtain an explicit formula for $f( z)$: $$ \begin{align*} f( z) = 1 + z f\left( \frac{z}{1 + z}\right) .\end{align*} $$ Iterating this equation one obtains $$ \begin{...
Richard's user avatar
  • 575
1 vote
1 answer
194 views

I wish to solve exactly this formula involving sums and products

I was solving a physics exercise and I encountered this formula: $$\left< n_l \right>=\left[1+\sum_{k\neq l} \left(e^{bN(l-k)}\frac{\prod_{j\neq l} (1-e^{b(l-j)})}{\prod_{j\neq k} (1-e^{b(k-j)})}...
The_Abacus's user avatar
1 vote
1 answer
172 views

Compute summation of modules expression?

This question is an extension of the following question: How can I calculate summations of modulus expressions? In particular, what I want to look at is the sum $$\sum_{k=1}^n(pk\pmod{q})$$ where $p,q\...
Hyacinth's user avatar
  • 293
4 votes
1 answer
684 views

Formula for nth derivative of partial sum of geometric series.

I am trying to find a formula for either (1) the $n$th derivative for the following $m$th partial sum: $$\frac{d^n}{dx^n} \sum_{i=0}^m x^i$$ or (2) the $n$th derivative of the infinite series given by ...
RyRy the Fly Guy's user avatar
2 votes
3 answers
117 views

Sum with two indices, how to handle the condition $i\neq j$?

I'm given $$ \sum_{i,j=1, i \neq j}^{N} ij \tag 1 $$ I assume this is a short hand for $$ \sum_{i=1}^{N} \Bigg ( \sum_{j=1}^{N} ij \Bigg ) \qquad? \tag 2 $$ But where does $i\neq j$ belong, to the ...
JDoeDoe's user avatar
  • 2,362
1 vote
1 answer
38 views

Prove Value of Summation with Combinatoric

Prove that: $$\sum_{k=0}^n\binom{n}{k}\left(\frac{k}{n}\right)^2x^k(1-x)^{n-k}=\frac{x(1+x(n-1))}{n}$$ I've managed to simplify the sum up until this point: $$\frac{\sum_{k=1}^n\binom{n-1}{k-1}kx^k(...
EllipticalInitial's user avatar
2 votes
2 answers
178 views

Evaluate the Finite Sum with Binomial Coefficient [duplicate]

Evaluate the following sum: $$\sum_{k=0}^n\binom{n}{k}\frac{k}{n}x^k(1-x)^{n-k}$$ This almost looks like the Binomial Theorem, except there's that pesky little $\frac{k}{n}$ term in there that ...
EllipticalInitial's user avatar
3 votes
3 answers
138 views

Infinite Sum with Combinatoric Expression

Calculate the value of the infinite sum, where $0<p<1$ and $r,n\in\mathbb{Z}_{\ge1}$: $$\sum_{y=1}^\infty \binom{r+y-1}{y}y^n(1-p)^y$$ Just for context, this is the $n^{th}$ moment of the ...
EllipticalInitial's user avatar
-1 votes
2 answers
70 views

Proof that the series $1 * 1 + 2 * 2 + 3 * 3 ... n * n$ is $O(n^3)$ [closed]

Is this summation correct?: $\sum_{i=1}^{n} (i \cdot i)$ How would I go about proving that the statement is $O(n^3)$?
Godron629's user avatar
  • 127
1 vote
1 answer
1k views

Find generating function for the sequence 0, 0, 0, 0, 3, 4, 5, 6, ...

1.Derive the generating function for the sequence $$0, 0, 0, 0, 3, 4, 5, 6, . . .$$ 2.Derive the generating function for the sequence $$0, 0, −12, 36, −108, 324, .. .$$ So the first function ...
Rui Yu's user avatar
  • 33
1 vote
3 answers
416 views

$T(n)=2T(n-1)+n,T(1)=1,n\ge2$ [duplicate]

Solve the recurrence $T(n)=2T(n-1)+n,T(1)=1,n\ge2$ My approach: $$T(n)=2T(n-1)+n$$ $$T(n)=2(2T(n-2)+(n-1))+n$$ $$T(n)=4T(n-2)+2(n-1)+n\dots$$ $$T(n)=2^kT(n-k)+2^{k-1}(n-k+1)+\dots+2^{k-k}n$$ From ...
laura's user avatar
  • 2,540
2 votes
1 answer
73 views

Integration of 1 to n...

Anybody can explain how, summation of $1$ to $N$, can be replaced with integration and result leads to $(1/2)N^2$: $$ \sum_{i=1}^N i \sim \int_1^N x \ \mathrm{d}x \sim \frac{1}{2}N^2 $$ Note: Image ...
user252514's user avatar
5 votes
1 answer
58 views

How to evaluate $\sum\limits_{n \geq 0} \left(S_{n + 2} + S_{n + 1}\right)^2(-1)^n$, given the multivariable recurrence relation?

The given multivariable recurrence relation is that for every $n \geq 1$ $$S_{n + 1} = T_n - S_n$$ where $S_1 = \dfrac{3}{5}$ and $T_1 = 1$. Both $T_n$ and $S_n$ depend on the following condition $$ \...
NasuSama's user avatar
  • 3,364
0 votes
1 answer
137 views

Summation simplification explanation

I'm trying to understand summation for my algorithm course and it has been a while since I took discrete math. Could any body please explain how does summation simplification work from the problem ...
ln206's user avatar
  • 25

15 30 50 per page