Talk:PlanetPhysics/Integral Equation

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01
%%% Primary Title: integral equation
%%% Primary Category Code: 02.30.Rz
%%% Filename: IntegralEquation.tex
%%% Version: 1
%%% Owner: pahio
%%% Author(s): pahio
%%% PlanetPhysics is released under the GNU Free Documentation License.
%%% You should have received a file called fdl.txt along with this file.        
%%% If not, please write to gnu@gnu.org.
\documentclass[12pt]{article}
\pagestyle{empty}
\setlength{\paperwidth}{8.5in}
\setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in}
\setlength{\headsep}{0.00in}
\setlength{\headheight}{0.00in}
\setlength{\evensidemargin}{0.00in}
\setlength{\oddsidemargin}{0.00in}
\setlength{\textwidth}{6.5in}
\setlength{\textheight}{9.00in}
\setlength{\voffset}{0.00in}
\setlength{\hoffset}{0.00in}
\setlength{\marginparwidth}{0.00in}
\setlength{\marginparsep}{0.00in}
\setlength{\parindent}{0.00in}
\setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetPhysics preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

 An {\em integral equation} involves an unknown \htmladdnormallink{function}{http://planetphysics.us/encyclopedia/Bijective.html} under the integral sign.\, Most common of them is a {\em linear integral equation}
\begin{align}
\alpha(t)\,y(t)+\!\int_a^bk(t,\,x)\,y(x)\,dx = f(t),
\end{align}
where $\alpha,\,k,\,f$ are given functions.\, The function\, $t \mapsto y(t)$\, is to be solved.

Any linear integral equation is equivalent to a linear \htmladdnormallink{differential equation}{http://planetphysics.us/encyclopedia/DifferentialEquations.html}; e.g. the equation\, $\displaystyle y(t)\!+\!\int_0^t(2t-2x-3)\,y(x)\,dx = 1+t-4\sin{t}$\, to the equation\, $y''(t)-3y'(t)+2y(t) = 4\sin{t}$\, with the initial conditions \,$y(0) = 1$\, and\, $y'(0) = 0$.\\

The equation (1) is of
\begin{itemize}
\item {\em 1st kind} if\, $\alpha(t) \equiv 0$,
\item {\em 2nd kind} if $\alpha(t)$ is a nonzero constant,
\item {\em 3rd kind} else.
\end{itemize}

If both limits of integration in (1) are constant, (1) is a {\em Fredholm equation}, if one limit is variable, one has a {\em Volterra equation}.\, In the case that\, $f(t) \equiv 0$,\, the linear integral equation is {\em homogeneous}.\\

\textbf{Example.}\, Solve the Volterra equation\, $\displaystyle y(t)\!+\!\int_0^t(t\!-\!x)\,y(x)\,dx = 1$\, by using \htmladdnormallink{Laplace transform}{http://planetphysics.us/encyclopedia/2DLT.html}.

Using the convolution, the equation may be written\, $y(t)+t*y(t) = 1$.\, Applying to this the Laplace transform, one obtains\, $\displaystyle Y(s)+\frac{1}{s^2}Y(s) = \frac{1}{s}$,\, whence\, $\displaystyle Y(s) = \frac{s}{s^2+1}$.\, This corresponds the function \,$y(t) = \cos{t}$,\, which is the solution.\\



\htmladdnormallink{Solutions on some integral equations}{http://eqworld.ipmnet.ru/en/solutions/ie.htm} in EqWorld.

\end{document}