$$x\left(t\right)=\begin{cases}1-t&0\le t\le 1\\ 1+t&-1\le t\le 0\\ 0&else\end{cases}$$ How can I understand that: $$x(t)=h(t)*h(t)$$ when: $$h\left(t\right)=\begin{cases}1&-\frac{1}{2}\le t\le \frac{1}{2}\\ 0&else\end{cases}$$ I am studying to a test and can not really understand the intuition to how I see the convolution from a function. ( it was a question to find Fourier Trasnform, I can do it without convolution, but I wanted to know for me how to get intuition for it )
2026-04-01 17:03:37.1775063017
Express a function as convolution of two function - How to get intuition for the convolution
31 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in INTUITION
- How to see line bundle on $\mathbb P^1$ intuitively?
- Intuition for $\int_Cz^ndz$ for $n=-1, n\neq -1$
- Intuition on Axiom of Completeness (Lower Bounds)
- What is the point of the maximum likelihood estimator?
- Why are functions of compact support so important?
- What is it, intuitively, that makes a structure "topological"?
- geometric view of similar vs congruent matrices
- Weighted average intuition
- a long but quite interesting adding and deleting balls problem
- What does it mean, intuitively, to have a differential form on a Manifold (example inside)
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?
You do that using the explicit formula -
$x(t) = \int h(s)h(t-s)ds $
Since $h$ is simply an indicator function of the interval $[-1/2, 1/2]$, then $h(s)h(t-s)$ is also an indicator function! It is an indicator of the intersection between the intervals $[-1/2, 1/2]$ and $[t-1/2, t+1/2]$ (both of length $1$). This is the set ${ -1/2 \le s , t-s \le 1/2} $, which can be re-written as
${ max(-1/2, t-1/2) \le s \le min(1/2, t+1/2) }$
as long as $t-1/2 \le 1/2$ (the left endpoint of the first interval is less than the right endpoint of the second) and $-1/2 \le t+1/2$ (and vice versa) - i.e., $-1\le t\le 1$. Otherwise the intervals are disjoint and their intersection is the empty set (which its indicator's integral is 0).
If $t \le 0$, the LHS is $-1/2$, and if $t \ge 0$, the RHS is $1/2$.
To sum up, we got that the integrand is the indicator function of the interval -
$[-1/2, t+1/2]$ for $t \le 0$
$[t-1/2, 1/2]$ for $t \ge 0$
The integral of an indicator is simply the length of the interval, which is $1+t$ in the first case, and $1-t$ in the second case. To sum up, we got the exact answer you have written down.
Intuitively, I like to think of a convolution by looking at the formula directly - For each $t$, I'm multiplying $h(s)$ and $h(t-s)$, thinking of one as a "slider" of the values of $h$ starting from $0$ and going to the right, and the other as a "slider" starting from $t$ and going to the left. Looking at this graphically makes sense in my opinion.