I try to find a closed form for the variable $x$ in the equality $x(t, \tau) = \int\limits_{\tau}^t \, f(t, s) x(s) ds$, without success. If you want a less general example, consider the linear multivariable example $\dot{x} = Ax + Bu$, whose solution for any $u$ is $x(t) = e^{A(t-\tau)} x_\tau + \int_{\tau}^{t} e^{A(t-s)} B u(s) ds$ and for u equal to $K x(\cdot)$ is $x(t, \tau) = e^{(A+BK)(t-\tau)} x_\tau$. The main motivation for such statement is the closed solution for differential equation $\dot{x}(t) = (\alpha(t) \, A + \beta(t) \, B) \, x(t)$.
2026-04-09 02:04:06.1775700246
Differential integral solution of convolution-like equation
55 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
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?
It is not necessary (because slightly confusing) to include the start time $\tau$ into the solution $x(t)$ of $\dot x=Ax+Bu\,,\,\,x(\tau)=x_\tau\,.$ It is trivial that this linear inhomogenous ODE is equivalent to $$ x(t)=e^{A(t-\tau)}x_\tau+\int_\tau^te^{A(t-s)}\,B\,u(s)\,ds\quad\quad (1) $$ and that for $u(s)=Kx(s)$ we have a homogenous ODE $\dot x=(A+BK)x\,,$ with solution $x(t)=e^{(A+BK)(t-\tau)}x_\tau\,.$
It looks like you want to generalize (1) to $$ x(t)=x_0+\int_0^tf(t,s)\,x(s)\,ds\quad\quad (2) $$ (I assume $\tau=0$ for simplicity). The integral equation (2) is equivalent to the integro differential equation \begin{align} \dot x(t)&=f(t,t)\,x(t)+\int_0^t\partial_tf(t,s)\,x(s)\,ds\,\\ &=\int_0^t\Big\{f(t,t)\,f(t,s)+\partial_tf(t,s)\Big\}\,x(s)\,ds\,. \end{align} This looks more complicated than (2). However, when $\partial_tf(t,s)=A(t)f(t,s)$ we have again a homogeneous ODE $$ \dot x(t)=f(t,t)\,x(t)+A(t)\,x(t) $$ with solution $$ x(t)=x_0\exp\Big(\int_0^tf(s,s)+A(s)\,ds\Big)\,. $$ For general $f$ I cannot think of a closed form solution. Also if -as you assumed- $x_0=0$ in (2) then the only solution is the trivial one $x\equiv0\,.$