Questions tagged [greens-function]

This tag is for questions about a Green's function which is the impulse response of an inhomogeneous differential equation defined on a domain, with specified initial conditions or boundary conditions.

Green's function is a function of many variables associated with integral representation of solution of a boundary problem for a differential equation.

Generally speaking, a Green's function is an integral kernel that can be used to solve differential equations from a large number of families including simpler examples such as ordinary differential equations with initial or boundary value conditions, as well as more difficult examples such as inhomogeneous partial differential equations (PDE) with boundary conditions.

In the general case of a linear boundary problem with homogeneous boundary conditions$$L\phi(x)=f(x),~~~~x\in D\tag1$$$$\Gamma_i\phi(x)=0,~~~~i=1,2,\cdots,I,~~x\in S\tag2$$where $~Γ_i φ(x)~$ are linear homogeneous functions of $~φ(x)~$ and its derivatives on the boundary $~S~$ of domain $~D~$. An inverse transformation (if it exists) of the form $$\phi(x)=\int_D G(x,\xi)dv\tag3$$uses Green's function $~G(x, ξ)~$ as a kernel for the given problem, Eq. (1) & (2).

Equation (3) describes the solution as a superposition of elementary solutions which can be interpreted as point sources or power pulses $~f(ξ) δ(x, ξ)~$ at the point $~x = ξ~$ (where $~δ(x, ξ)~$ is the Dirac delta function).

The function $~G(x, ξ)~$ of the argument $~x~$ must satisfy the homogeneous boundary condition $(2)$, and also the equation$$LG(x,\xi)=0,~~~\text{for}~~~x\ne \xi\tag4$$ and the condition$$\int_DLG(x,\xi)dv=1\tag5$$or, as generalized function, the equation$$LG(x,\xi)=\delta(x,\xi)\tag6$$If the operator $~L~$ is self-conjugate, Green's function $~G(x, ξ)~$ is symmetric, i.e., $~G(x, ξ) = G(ξ, x)~$. For a boundary problem for a linear ordinary differential equation$$L\phi\equiv a_n(x)\frac{d^n\phi}{dx^n}+\cdots+a_1\frac{d\phi}{dx}+a_0=f(x)\tag7$$the general solution on the section $~[a, b]~$ can be presented in the form$$\phi=\int_a^bG(x,\xi)f(\xi)d\xi+\sum_{k=1}^n C_k\phi_k(x).\tag8$$where {\phi_k} is the functional system of solutions of a homogeneous equation $~L(φ) = 0, ~~C_k~$ are arbitrary constants obtained from boundary conditions.

It often appears possible to determine Green's function so that a particular solution$$\int_a^bG(x,\xi)f(\xi)dv$$satisfies the given boundary conditions. Such Green's function must have a jump of $~(n – 1)^{th}~$ derivative for $~x = ξ~$

$$\left|\frac{\partial^{n-1}G}{\partial x^{n-1}}\right|_{x\to \xi^{+}}-\left|\frac{\partial^{n-1}G}{\partial x^{n-1}}\right|_{x\to \xi^{-}}=\frac{1}{a_n(\xi)}$$

Applications:

In the modern study of linear partial differential equations, Green's functions are studied largely from the point of view of fundamental solutions instead. Under many-body theory, the term is also used in physics, specifically in quantum field theory, aerodynamics, aeroacoustics, electrodynamics, seismology and statistical field theory, to refer to various types of correlation functions, even those that do not fit the mathematical definition. In quantum field theory, Green's functions take the roles of propagators.

References:

https://en.wikipedia.org/wiki/Green%27s_function

https://brilliant.org/wiki/greens-functions-in-physics/

669 questions
0
votes
0 answers

green's function for periodic boundary condition of certain ODE

I've got a problem in the following computation. I am looking for the general solution of periodic boundary value problem $$ Ly(t):=y''(t)+y(t)=f(t),t\in(0,\pi/2)\quad y(0)=y(\pi/2),y'(0)=y'(\pi/2). $$ I tried to find the corresponding Green's…
elliptic
  • 376
0
votes
0 answers

Solution to a dirichlet problem

Let there be a Green function $G(x,y,x_0,y_0)$ for $D={(x,y)\in{\Re}^2|x^2+2y^2<7}$ and let $(x_0,y_0)$ be any point within $D$. Calculate the integral: $$u(x,y) = \oint_{\partial D} G_{\vec{n}}(x,y,x_0,y_0)ds$$ So neither of the paths I can clearly…
0
votes
0 answers

Confused about setup of equation for Green's Function

This is my first time ever attempting to use Green's Function and I have taken no formal classes on the subject, so my mistake might be rather entry level, so please bare with me. From the Wikipedia article on Green's Function, the solution to a PDE…
0
votes
0 answers

Green's function of Laplace equation in axissymmetric bounded region

Given a Laplace equation in an axissymmetric region, i.e., $\nabla^2 \varphi(r,z) = \frac{1}{r}\frac{\partial}{\partial r}\left(r \frac{\partial \varphi}{\partial r}\right) + \frac{\partial^2\varphi}{\partial z^2} = 0$, is is possible to find the…
Tony Dong
  • 211
0
votes
1 answer

Green's Function within the the given "quarter-space"

Consider the function $\psi(\bar x)$ is a solution to Poisson's equation $$\nabla^2 \psi(\bar x) = \rho (\bar x)$$ int the "quarter-space" defined by $V=\{(x,y,z): x\ge 0,y \ge 0, z \in R\}$ with the boundary conditon $\frac{\partial\psi}{\partial…
KD10001
  • 25
0
votes
1 answer

Finding Green's Function for Particular Case

Determine the Green's Function for the particular case of the set $D=\{(x_1,x_2)\in R^2 : x_2 < -3\}$.
BAU
  • 3
0
votes
1 answer

Green Function and Eigen Value problem

Let Assume I have a differential inhomogeneous equation $$(L-\lambda ) u(x) = f(x)$$ Where L is the Hermitian linear differential operator. My problem is that I want to connect the function u(x) with the green function. I have seen an equation …
0
votes
1 answer

Green's function for the quarter plane

Let $Ω = \{(x_1, x_2)∈\mathbb R^2\mid x_1, x_2 > 0\}$. Given a $y = (y_1, y_2) \in Ω$ put $r_1(y) = (y_1, −y_2)$ (reflection about the $x_1$-axis), $r_2(y) = (−y_1, y_2)$ (reflection about the $x_2$-axis), and $r_{12}(y) = (−y_1, −y_2)$ I know that…
1
2