$$ f( m,n) =\left\{ \begin{array}{l} 1&\text{ if } m=n=0;\\ 0&\text{ if } m\ne 0,\ n=0;\\ \displaystyle\sum_{t\in \left\{ -1,0,1 \right\}}{f(m+t,n-1)} &\text{ if }\ n>0.\\ \end{array} \right. $$ This is a question about convolution. I can calculate the value of specific $f(m_0,n_0)$ by writing a brute force computer program, but I want to know how to get the explicit expression.
2026-04-08 00:21:42.1775607702
Get explicit expression of $f(m,n)$
105 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in DISCRETE-MATHEMATICS
- What is (mathematically) minimal computer architecture to run any software
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- The function $f(x)=$ ${b^mx^m}\over(1-bx)^{m+1}$ is a generating function of the sequence $\{a_n\}$. Find the coefficient of $x^n$
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
- Find the truth value of... empty set?
- Solving discrete recursion equations with min in the equation
- Determine the marginal distributions of $(T_1, T_2)$
Related Questions in RECURRENCE-RELATIONS
- Recurrence Relation for Towers of Hanoi
- Solve recurrence equation: $a_{n}=(n-1)(a_{n-1}+a_{n-2})$
- General way to solve linear recursive questions
- Approximate x+1 without addition and logarithms
- Recurrence relation of the series
- first order inhomogeneous linear difference equation general solution
- Guess formula for sequence in FriCAS
- Solve the following recurrence relation: $a_{n}=10a_{n-2}$
- Find closed form for $a_n=2\frac{n-1}{n}a_{n-1}-2\frac{n-2}{n}a_{n-2}$ for all $n \ge 3$
- Young Tableaux generating function
Related Questions in CONVOLUTION
- What is the result of $x(at) * δ(t-k)$
- Convolution sum
- PDF of the sum of two random variables integrates to >1
- If $u \in \mathscr{L}^1(\lambda^n), v\in \mathscr{L}^\infty (\lambda^n)$, then $u \star v$ is bounded and continuous.
- Proof of Young's inequality $\Vert u \star v \Vert_p \le \Vert u \Vert_1 \Vert v \Vert_p.$
- Duhamel's principle for heat equation.
- Computing the convolution of $f(x)=\gamma1_{(\alpha,\alpha+\beta)}(x)$
- Convolution of distributions property
- Self-convolution of $f(\vec{r}) = e^{-x^2-y^2}/r^2$
- Inverse $z$-transform similar to convolution
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Let $g:\Bbb Z \longrightarrow \Bbb Z$ be such that $g\equiv 0$ except that $g(-1) = g(0) = g(1) = 1$. Then it's easy to verify that for $n>0$ we have
$$f(m, n) = \sum_{j\in\Bbb Z}f(j, n-1) \cdot g(m-j).$$
Let $f_n(m) := f(m,n)$, and observe that $g = f_1$. We can then rewrite for $n>0$
$$f_n(m) = \sum_{j\in\Bbb Z}f_{n-1}(j) \cdot g(m-j) = (f_{n-1}*f_1)(m).$$
Of course, we can further expand and obtain that for $n>0$
$$f_n(m) = (\underbrace{f_1 * f_1 * \dots * f_1}_{n \text{ times}})(m),$$
At this point, one can proceed using the convolution theorem. Do you think you can take it from here?
Let $\mathfrak D[f]$ denote the Fourier transform of $f$. The convolution theorem states that
$$\mathfrak D[f*g] = \mathfrak D[f] \cdot \mathfrak D[g].$$
We can couple this with the inverse fourier tranform to turn the problem of calculating $n$ convolutions into the problem of calculating $n$ multiplications.
Indeed, by the theorem we have $\mathfrak D[f_n] = {\left(\mathfrak D[f_1]\right)}^n$. Then, with the inverse fourier transform, we can recover
$$f_n(m) = \frac 1{2\pi}\int_0^{2\pi} \mathfrak D[f_n](\omega)\, e^{i\omega m} \, d\omega = \frac 1{2\pi}\int_0^{2\pi}{\big(\mathfrak D[f_1](\omega)\big)}^n e^{i\omega m} \, d\omega.\tag{1}$$
Now, $\mathfrak D[f_1]$ is a power series of $e^{-i\omega}$, and it's a good exercise to check that, for this kind of function, the integral $(1)$ yields the coefficient of $e^{-i\omega m}$.
With $x = e^{-i\omega}$, we hence have $\mathfrak D[f_1](\omega) = x + 1 + \frac1x,$ and therefore
$$f_n(m) = \left[x^m\right]\left(x + 1 + \frac1x\right)^n. \tag{2}$$
Now, calculating this is a matter of combinatorics.
In each of the $n$ factors of the product $\left(x + 1 + \frac1x\right)^n$, we must choose one of $x$, $1$ or $1/x$, and the overall product must be $x^m$. Let $a_{-1}$ be the number of $x^{-1}$ we choose, and similarly for $a_0$ and $a_1$. Then, these numbers must satisfy the equations
$$a_{-1}+a_0+a_1 = n \quad\text{ and }\quad a_1 - a_{-1} = m.$$
Subtracting them, we find $a_0 + 2a_{-1} = n - m$, so that $a_0 \equiv n - m \pmod 2$ and $a_0 \leqslant n - m$. Choosing a value for $a_0$ that satisfies these constraints then determines the values of $a_{-1}$ and $a_1$:
$$\begin{align} a_{-1} &= \frac{n-m-a_0}2, \\a_{1} &= \frac{n+m-a_0}2. \end{align}$$
Accounting also for the different orders in which we can choose the factors, we hence have
$$f_n(m) = \sum_{\substack{0\,\leqslant\, t \,\leqslant\, n-m\\t\,\equiv\, n-m\pmod 2}} \frac{n!} {t!{\left(\frac{n+m-t}2\right)}!{\left(\frac{n-m-t}2\right)}!}.$$
You can specialize the formula depending on the parity of $n-m$ to get a 'traditional' index on the summation, but this is the gist of it.