<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=99.82.252.113</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=99.82.252.113"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/99.82.252.113"/>
	<updated>2026-05-02T02:46:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Injective_module&amp;diff=5057</id>
		<title>Injective module</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Injective_module&amp;diff=5057"/>
		<updated>2013-12-26T05:12:47Z</updated>

		<summary type="html">&lt;p&gt;99.82.252.113: /* Pure injectives */ &amp;quot;be&amp;quot; was inserted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[mathematics]], an &#039;&#039;&#039;integral equation&#039;&#039;&#039; is an equation in which an unknown [[function (mathematics)|function]] appears under an [[integral]] sign. There is a close connection between [[differential equation|differential]] and integral equations, and some problems may be formulated either way. See, for example, [[Maxwell&#039;s equations]].&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic type of integral equation is called a &#039;&#039;[[Fredholm integral equation|Fredholm equation]] of the first type&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; f(x) = \int \limits_a^b K(x,t)\,\varphi(t)\,dt. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The notation follows [[George Arfken|Arfken]]. &lt;br /&gt;
Here φ is an unknown function, &lt;br /&gt;
&#039;&#039;f&#039;&#039; is a known function,&lt;br /&gt;
and &#039;&#039;K&#039;&#039; is another known function of two variables,&lt;br /&gt;
often called the [[Kernel (integral operator)|kernel]] function.&lt;br /&gt;
Note that the limits of integration are constant; this is what characterizes a Fredholm equation.&lt;br /&gt;
&lt;br /&gt;
If the unknown function occurs both inside and outside of the integral, it is known as a &#039;&#039;Fredholm equation of the second type&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; \varphi(x) =  f(x)+ \lambda \int \limits_a^b K(x,t)\,\varphi(t)\,dt. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The parameter &amp;amp;lambda; is an unknown factor,&lt;br /&gt;
which plays the same role as the [[eigenvalue]] in [[linear algebra]].&lt;br /&gt;
&lt;br /&gt;
If one limit of integration is variable, it is called a [[Volterra integral equation|Volterra equation]].  The following are called &#039;&#039;Volterra equations of the first and second types&#039;&#039;, respectively:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; f(x) = \int \limits_a^x K(x,t)\,\varphi(t)\,dt &amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt; \varphi(x) = f(x) + \lambda \int \limits_a^x K(x,t)\,\varphi(t)\,dt. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In all of the above, if the known function &#039;&#039;f&#039;&#039; is identically zero, it is called a &#039;&#039;homogeneous integral equation&#039;&#039;. If &#039;&#039;f&#039;&#039; is nonzero, it is called an &#039;&#039;inhomogeneous integral equation&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Numerical Solution==&lt;br /&gt;
&lt;br /&gt;
It is worth noting that Integral Equations often do not have an analytical solution, and must be solved numerically.  An example of this is evaluating the [[EFIE|Electric-Field Integral Equation]] (EFIE) or Magnetic-Field Integral Equation (MFIE) over an arbitrarily shaped object in an electromagnetic scattering problem.&lt;br /&gt;
&lt;br /&gt;
One method to solve numerically requires discretizing variables and replacing integral by a quadrature rule&lt;br /&gt;
:&amp;lt;math&amp;gt; \sum_{j=1}^n w_j K(s_i,t_j)u(t_j)=f(s_i) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for &amp;lt;math&amp;gt;i=0,1,..,n&amp;lt;/math&amp;gt;. Then we have a &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; equations and &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; variables system. By solving it we get the value of the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; variables &amp;lt;math&amp;gt;u(t_0),u(t_1),...,u(t_n)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Classification==&lt;br /&gt;
Integral equations are classified according to three different dichotomies, creating eight different kinds:&lt;br /&gt;
&lt;br /&gt;
;Limits of integration&lt;br /&gt;
: &#039;&#039;&#039;both fixed:&#039;&#039;&#039; [[Fredholm equation]]&lt;br /&gt;
: &#039;&#039;&#039;one variable:&#039;&#039;&#039; [[Volterra equation]]&lt;br /&gt;
;Placement of unknown function&lt;br /&gt;
: &#039;&#039;&#039;only inside integral:&#039;&#039;&#039; first kind&lt;br /&gt;
: &#039;&#039;&#039;both inside and outside integral:&#039;&#039;&#039; second kind&lt;br /&gt;
;Nature of known function &#039;&#039;f&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;identically zero:&#039;&#039;&#039; homogeneous&lt;br /&gt;
: &#039;&#039;&#039;not identically zero:&#039;&#039;&#039; inhomogeneous&lt;br /&gt;
&lt;br /&gt;
Integral equations are important in many applications. Problems in which integral equations are encountered include [[radiative energy transfer]] and the [[oscillation]] of a string, membrane, or axle. Oscillation problems may also be solved as [[differential equations]].&lt;br /&gt;
&lt;br /&gt;
Both Fredholm and Volterra equations are linear integral equations, due to the linear behaviour of &amp;amp;phi;(x) under the integral. A nonlinear Volterra integral equation has the general form:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; \varphi(x) = f(x) + \lambda \int \limits_a^x K(x,t)\,F(x, t, \varphi(t))\,dt. &amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
where F is a known function.&lt;br /&gt;
==Wiener-Hopf integral equations==&lt;br /&gt;
&amp;lt;math&amp;gt; y(t) =\lambda x(t)+\int^{\infty}_0 k(t-s)x(s)ds,\quad 0\leq t&amp;lt;\infty &amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
Originally, such equations were studied in connection with problems in radiative transfer, and more recently, &lt;br /&gt;
they have been related to the solution of boundary integral equations for planar problems in which the boundary is only piecewise smooth.&lt;br /&gt;
&lt;br /&gt;
==Power series solution for integral equations==&lt;br /&gt;
&lt;br /&gt;
In many cases if the Kernel of the integral equation is of the form K(xt) and the&lt;br /&gt;
[[Mellin transform]] of K(t) exists we can find the solution of the integral equation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;  g(s)=s \int_{0}^{\infty}dtK(st)f(t) &amp;lt;/math&amp;gt; in a form of a power series&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f(t)= \sum_{n=0}^{\infty}\frac{a_{n}}{M(n+1)}x^{n} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
with &amp;lt;math&amp;gt; g(s)= \sum_{n=0}^{\infty}a_{n} s^{-n}  \qquad M(n+1)=\int_{0}^{\infty}dtK(t)t^{n} &amp;lt;/math&amp;gt; are the Z-transform of the function g(s) and M(n+1) is the Mellin transform of the Kernel.&lt;br /&gt;
&lt;br /&gt;
==Integral equations as a generalization of eigenvalue equations==&lt;br /&gt;
&lt;br /&gt;
Certain homogeneous linear integral equations can be viewed as the [[continuum limit]] of [[Eigenvalue, eigenvector and eigenspace|eigenvalue equations]]. Using [[index notation]], an eigenvalue equation can be written as&lt;br /&gt;
:&amp;lt;math&amp;gt; \sum _j M_{i,j} v_j = \lambda v_i^{}&amp;lt;/math&amp;gt;,&lt;br /&gt;
where &amp;lt;math&amp;gt;\mathbf{M}&amp;lt;/math&amp;gt; is a matrix, &amp;lt;math&amp;gt;\mathbf{v}&amp;lt;/math&amp;gt; is one of its eigenvectors, and &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt; is the associated eigenvalue.&lt;br /&gt;
&lt;br /&gt;
Taking the continuum limit, by replacing the discrete indices &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;j&amp;lt;/math&amp;gt; with continuous variables &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;, gives&lt;br /&gt;
:&amp;lt;math&amp;gt; \int \, K(x,y)\varphi(y)\mathrm{d}y = \lambda \varphi(x)&amp;lt;/math&amp;gt;,&lt;br /&gt;
where the sum over &amp;lt;math&amp;gt;j&amp;lt;/math&amp;gt; has been replaced by an integral over &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; and the matrix &amp;lt;math&amp;gt;M_{i,j}&amp;lt;/math&amp;gt; and vector &amp;lt;math&amp;gt;v_i&amp;lt;/math&amp;gt; have been replaced by the &#039;kernel&#039; &amp;lt;math&amp;gt;K(x,y)&amp;lt;/math&amp;gt; and the [[eigenfunction]] &amp;lt;math&amp;gt;\varphi(y)&amp;lt;/math&amp;gt;. (The limits on the integral are fixed, analogously to the limits on the sum over &amp;lt;math&amp;gt;j&amp;lt;/math&amp;gt;.) This gives a linear homogeneous Fredholm equation of the second type.&lt;br /&gt;
&lt;br /&gt;
In general, &amp;lt;math&amp;gt;K(x,y)&amp;lt;/math&amp;gt; can be a [[Distribution (mathematics)|distribution]], rather than a function in the strict sense. If the distribution &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; has support only at the point &amp;lt;math&amp;gt;x=y&amp;lt;/math&amp;gt;, then the integral equation reduces to a [[Eigenfunction|differential eigenfunction equation]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Differential equation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*  Kendall E. Atkinson &#039;&#039;The Numerical Solution of integral Equations of the Second Kind&#039;&#039;. Cambridge Monographs on Applied and Computational Mathematics, 1997.&lt;br /&gt;
*  George Arfken and Hans Weber. &#039;&#039;Mathematical Methods for Physicists&#039;&#039;. Harcourt/Academic Press, 2000.&lt;br /&gt;
*  Andrei D. Polyanin and Alexander V. Manzhirov &#039;&#039;Handbook of Integral Equations&#039;&#039;. CRC Press, Boca Raton, 1998. ISBN 0-8493-2876-4.&lt;br /&gt;
* [[E. T. Whittaker]] and [[G. N. Watson]]. &#039;&#039;A Course of Modern Analysis&#039;&#039; Cambridge Mathematical Library.&lt;br /&gt;
*  Jose Javier Garcia Moreta &amp;quot;http://www.prespacetime.com/index.php/pst/issue/view/42 Borel Resummation &amp;amp; the Solution of Integral Equations , power series solution for integral equation with Kernel K(st)&lt;br /&gt;
*  M. Krasnov, A. Kiselev, G. Makarenko, &#039;&#039;Problems and Exercises in Integral Equations&#039;&#039;, Mir Publishers, Moscow, 1971&lt;br /&gt;
*{{Cite book | last1=Press | first1=WH | last2=Teukolsky | first2=SA | last3=Vetterling | first3=WT | last4=Flannery | first4=BP | year=2007 | title=Numerical Recipes: The Art of Scientific Computing | edition=3rd | publisher=Cambridge University Press |  publication-place=New York | isbn=978-0-521-88068-8 | chapter=Chapter 19. Integral Equations and Inverse Theory | chapter-url=http://apps.nrbook.com/empanel/index.html#pg=986}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://eqworld.ipmnet.ru/en/solutions/ie.htm Integral Equations: Exact Solutions] at EqWorld: The World of Mathematical Equations.&lt;br /&gt;
* [http://eqworld.ipmnet.ru/en/solutions/eqindex/eqindex-ie.htm Integral Equations: Index] at EqWorld: The World of Mathematical Equations.&lt;br /&gt;
* {{springer|title=Integral equation|id=p/i051400}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Integral equations| ]]&lt;/div&gt;</summary>
		<author><name>99.82.252.113</name></author>
	</entry>
</feed>