Final topology: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
I doubt that a strong topology is a cat named Arthut. Undid revision 479118191 by 138.38.10.145 (talk)
 
No edit summary
Line 1: Line 1:
I'm William and was born on 20 February 1970. My hobbies are Equestrianism and Exhibition Drill.<br><br>my blog [http://pinoysource.blogspot.ro/2008/03/how-to-make-money-online-without.html FIFA coin Generator]
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]]
 
:''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 04:56, 11 September 2013

In mathematics, a fundamental solution for a linear partial differential operator L is a formulation in the language of 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

LF = δ(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 — the most important case, directly linked to the possibility of using convolution to solve an arbitrary right hand side — was shown by Bernard Malgrange and Leon Ehrenpreis.

Example

Consider the following differential equation Lf = sin(x) with

.

The fundamental solutions can be obtained by solving LF = δ(x), explicitly,

.

Since for the Heaviside function H we have

.

there is a solution

Here C is an arbitrary constant introduced by the integration. For convenience, set C = − 1/2.

After integrating and taking the new integration constant as zero, we get

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.

We can find the solution of the original equation by convolving the right-hand side with the fundamental solution :

This shows that some care must be taken when working with functions which do not have enough regularity (e.g. compact support, integrability) since, we know that the desired solution is , while the above integral diverges for all x. The two expressions for f are, however, equal as distributions.

An example that more clearly works

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

δ*g.

But since the delta function is an identity element for convolution, this is simply g(x). Summing up,

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,

the fundamental solutions in two and three dimensions are

Screened Poisson equation

For the Screened Poisson equation, where the parameter k is real and the fundamental solution a modified Bessel function,

the two and three dimensional Helmholtz equations have the fundamental solutions

Biharmonic equation

For the Biharmonic equation,

the biharmonic equation has the fundamental solutions

Signal processing

Mining Engineer (Excluding Oil ) Truman from Alma, loves to spend time knotting, largest property developers in singapore developers in singapore and stamp collecting. Recently had a family visit to Urnes Stave Church.

In signal processing, the analog of the fundamental solution of a differential equation is called the impulse response of a filter.

See also

References

  • Other Sports Official Kull from Drumheller, has hobbies such as telescopes, property developers in singapore and crocheting. Identified some interesting places having spent 4 months at Saloum Delta.

    my web-site http://himerka.com/