Final topology: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
No edit summary
en>Tobias Bergemann
Undid revision 598099240 by 137.204.30.43 (talk): No, it was right before?
Line 1: Line 1:
In [[mathematics]], a '''fundamental solution''' for a linear [[partial differential operator]] ''L'' is a formulation in the language of [[Distribution (mathematics)|distribution theory]] of the older idea of a [[Green's function]]. In terms of the [[Dirac delta function]] δ(''x''), a fundamental solution ''F'' is the solution of the [[inhomogeneous equation]]
Greetings! I am Myrtle Shroyer. To gather cash is a thing that I'm totally addicted to. Years in the past we moved to Puerto Rico and my family members enjoys it. Hiring is her working day occupation now but she's usually needed her own business.<br><br>Stop by my web site ... [http://www.goodgreentea.net/techef1/xe/?document_srl=91732 std home test]
 
:''LF'' = &delta;(''x'').
 
Here ''F'' is ''a priori'' only assumed to be a [[Schwartz distribution]].
 
This concept was long known for the [[Laplacian]] in two and three dimensions. It was investigated for all dimensions for the Laplacian by [[Marcel Riesz]]. The existence of a fundamental solution for any operator with [[constant coefficients]] &mdash; the most important case, directly linked to the possibility of using [[convolution]] to solve an [[arbitrary]] [[Sides of an equation|right hand side]] &mdash; was shown by [[Bernard Malgrange]] and [[Leon Ehrenpreis]].
 
==Example==
Consider the following differential equation ''Lf'' = sin(x) with
 
:<math> L=\frac{\partial^2}{\partial x^2} </math>.
 
The fundamental solutions can be obtained by solving ''LF'' = δ(''x''), explicitly,
 
:<math> \frac{\partial^2}{\partial x^2} F(x) = \delta(x) </math>.
 
Since for the [[Heaviside function]] ''H'' we have
 
:<math> \frac{\partial}{\partial x} H(x) = \delta(x) </math>.
 
there is a solution
 
:<math> \frac{\partial}{\partial x} F(x) = H(x) + C.</math>
 
Here ''C'' is an arbitrary constant introduced by the integration. For convenience, set ''C'' = &minus; 1/2.
 
After integrating <math>\frac{\partial}{\partial x}F(x)</math> and taking the new integration constant as zero, we get
 
:<math> F(x) = x H(x) - \frac{1}{2}x = \frac{1}{2} |x| </math>
 
==Motivation==
 
Once the fundamental solution is found, it is easy to find the desired solution of the original equation. In fact, this process is achieved by convolution.
 
Fundamental solutions also play an important role in the numerical solution of partial differential equations by the [[boundary element method]].
 
===Application to the example===
Consider the operator L and the differential equation mentioned in the example.
 
:<math> \frac{\partial^2}{\partial x^2} f(x) = \sin(x) </math>
 
We can find the solution of the original equation by convolving the right-hand side <math>\sin(x)</math> with the fundamental solution <math>F(x) = \frac{1}{2}|x|</math>:
 
:<math> f(x) = \int_{-\infty}^{\infty} \frac{1}{2}|x - y|\sin(y)dy</math>
 
This shows that some care must be taken when working with functions which do not have enough regularity (e.g. compact support, <math>L^1</math> integrability) since, we know that the desired solution is <math>f(x) = -\sin x</math>, while the above integral diverges for all x. The two expressions for f are, however, equal as distributions.
 
===An example that more clearly works===
 
:<math> \frac{\partial^2}{\partial x^2} f(x) = I(x) </math>
 
where ''I'' is the characteristic (indicator) function of the unit interval ''[0,1]''. In that case, it can be readily verified that the convolution ''I*F'' with ''F(x)=|x|/2'' is a solution, i.e., has second derivative equal to ''I''.
 
===Proof that the convolution is a solution===
Denote the [[convolution]] of functions ''F'' and ''g'' as
 
:''F''*''g''.
 
Say we are trying to find the solution of
 
:''Lf'' = ''g''(''x'').
 
We want to prove that ''F''*''g'' is a solution of the previous equation, i.e. we want to prove that ''L(''F''*''g'')'' = ''g''(''x''). When applying the differential operator, ''L'', to the convolution it is known that
 
:''L''(''F''*''g'')=(''LF'')*''g'',
 
provided ''L'' has constant coefficients.
 
If ''F'' is the fundamental solution, the right side of the equation reduces to
 
:&delta;*''g''.
 
But since the delta function is an [[identity element]] for convolution, this is simply ''g''(''x''). Summing up,
 
:<math> L(F*g)=(LF)*g=\delta(x)*g(x)=\int_{-\infty}^{\infty} \delta (x-y) g(y) dy=g(x) </math>
 
Therefore, if ''F'' is the fundamental solution, the convolution ''F''*''g'' is one solution of ''Lf'' = ''g''(''x''). This does not mean that it is the only solution. Several solutions for different initial conditions can be found.
 
==Fundamental solutions for some partial differential equations==
 
===Laplace equation===
For the [[Laplace equation]],
:<math>  [-\nabla^2]  \Phi(\mathbf{x},\mathbf{x}') = \delta(\mathbf{x}-\mathbf{x}')</math>
the fundamental solutions in two and three dimensions are
 
:<math> \Phi_{2D}(\mathbf{x},\mathbf{x}')=
-\frac{1}{2\pi}\ln|\mathbf{x}-\mathbf{x}'|,\quad \Phi_{3D}(\mathbf{x},\mathbf{x}')=
\frac{1}{4\pi|\mathbf{x}-\mathbf{x}'|} </math>
 
===Screened Poisson equation===
For the [[Screened Poisson equation]], where the parameter ''k'' is real and the fundamental solution a modified [[Bessel function]],
 
:<math> [-\nabla^2+k^2] \Phi(\mathbf{x},\mathbf{x}') = \delta(\mathbf{x}-\mathbf{x}')</math>
 
the two and three dimensional [[Helmholtz equation]]s have the fundamental solutions
:<math> \Phi_{2D}(\mathbf{x},\mathbf{x}')=
\frac{1}{2\pi}K_0(k|\mathbf{x}-\mathbf{x}'|),\quad
\Phi_{3D}(\mathbf{x},\mathbf{x}')=
\frac{1}{4\pi|\mathbf{x}-\mathbf{x}'|}\exp(-k|\mathbf{x}-\mathbf{x}'|)
</math>
 
===Biharmonic equation===
For the [[Biharmonic equation]],
 
:<math> [-\nabla^4] \Phi(\mathbf{x},\mathbf{x}') = \delta(\mathbf{x}-\mathbf{x}')</math>
 
the biharmonic equation has the fundamental solutions
 
:<math>\Phi_{2D}(\mathbf{x},\mathbf{x}')=
-\frac{|\mathbf{x}-\mathbf{x}'|^2}{8\pi}(\ln|\mathbf{x}-\mathbf{x}'| - 1),\quad
\Phi_{3D}(\mathbf{x},\mathbf{x}')=
\frac{|\mathbf{x}-\mathbf{x}'|}{8\pi}</math>
 
==Signal processing==
{{Main|Impulse response}}
 
In [[signal processing]], the analog of the fundamental solution of a differential equation is called the [[impulse response]] of a filter.
 
==See also==
* [[Green's function]]
* [[Impulse response]]
* [[Parametrix]]
 
==References==
*{{Springer|id=f/f042250|title=Fundamental solution}}
 
{{DEFAULTSORT:Fundamental Solution}}
[[Category:Partial differential equations]]
[[Category:Generalized functions]]

Revision as of 16:01, 4 March 2014

Greetings! I am Myrtle Shroyer. To gather cash is a thing that I'm totally addicted to. Years in the past we moved to Puerto Rico and my family members enjoys it. Hiring is her working day occupation now but she's usually needed her own business.

Stop by my web site ... std home test