How is green's function a right inverse to the operator L?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
ENgez
Messages
69
Reaction score
0
the definition of a green's function is:
[itex]LG(x,s)=δ(x-s)[/itex]

the definition of a right inverse of a function f is:
[itex]h(y)=x,f(x)=y→f°h=y[/itex]

how does it add up?
 
Physics news on Phys.org
You are confusing two different (but related) meanings of the word inverse.

You want to say that the delta function is the identity with respect to the convolution.

In the discrete version of this, L would be a difference operator, which could be represented by a matrix. The delta function would be replace by Kronecker delta, which has the same components as the identity matrix.
 
you mean ∫G(x,s)δ(x-s)ds=1, with integration over all domain of s?
 
you mean ∫G(x,s)δ(x-s)ds=1, with integration over all domain of s?

No. What I mean is that L * G (* means convolution) is equal to the identity with respect to convolution, which is the delta function. The delta function is the identity because convolving it with a function just gives you the function.
 
Let's say you want to find a function y so that Ly=f. Then first solve Ly=δ and call that solution G. Since LG=δ, L(G*f)=f because L(G)=δ and δ*f=f. So the solution would be y=G*f.

Example: Solve y"+y=cos(x).

Solution: The operator here is L=D^2+1, where D=d/dx. The wikipedia entry on greens function tells you that the Green's function of D^2+1 is sin(x). So y=sin(x)*cos(x) would solve the above example.
 
Here the convolution is the one used in Laplace transforms.