Integral Equations

Total Page:16

File Type:pdf, Size:1020Kb

Integral Equations CHAPTER 8 Integral Equations 8.1. Introduction Integral equations appears in most applied areas and are as important as differential equations. In fact, as we will see, many problems can be formulated (equivalently) as either a differential or an integral equation. Example 8.1. Examples of integral equations are: Z x (a) y(x) = x − (x −t)y(t)dt. 0 Z x (b) y(x) = f (x) + λ k(x −t)y(t)dt, where f (x) and k(x) are specified functions. 0 Z 1 (c) y(x) = λ k(x,t)y(t)dt, where 0 ( x(1 −t), 0 ≤ x ≤ t, k(x,t) = t(1 − x), t ≤ x ≤ 1. Z 1 (d) y(x) = λ (1 − 3xt)y(t)dt. 0 Z 1 (e) y(x) = f (x) + λ (1 − 3xt)y(t)dt. 0 ♦ A general integral equation for an unknown function y(x) can be written as Z b f (x) = a(x)y(x) + k(x,t)y(t)dt, a where f (x),a(x) and k(x,t) are given functions (the function f (x) corresponds to an external force). The function k(x,t) is called the kernel. There are different types of integral equations. We can classify a given equation in the following three ways. • The equation is said to be of the First kind if the unknown function only appears under the integral sign, i.e. if a(x) ≡ 0, and otherwise of the Second kind. • The equation is said to be a Fredholm equation if the integration limits a and b are constants, and a Volterra equation if a and b are functions of x. • The equation are said to be homogeneous if f (x) ≡ 0 otherwise inhomogeneous. Example 8.2. A Fredholm equation (Ivar Fredholm): Z b k(x,t)y(t)dt + a(x)y(x) = f (x). a 67 68 8. INTEGRAL EQUATIONS ♦ Example 8.3. A Volterra equation (Vito Volterra): Z x k(x,t)y(t)dt + a(x)y(x) = f (x). a ♦ Example 8.4. The storekeeper’s control problem. To use the storage space optimally a storekeeper want to keep the stores stock of goods constant. It can be shown that to manage this there is actually an integral equation that has to be solved. Assume that we have the following definitions: a = number of products in stock at time t = 0, k(t) = remainder of products in stock (in percent) at the time t, u(t) = the velocity (products/time unit) with which new products are purchased, u(τ)∆τ = the amount of purchased products during the time interval ∆τ. The total amount of products at in stock at the time t is then given by: Z t ak(t) + k(t − τ)u(τ)dτ, 0 and the amount of products in stock is constant if, for some constant c0, we have Z t ak(t) + k(t − τ)u(τ)dτ = c0. 0 To find out how fast we need to purchase new products (i.e. u(t)) to keep the stock constant we thus need to solve the above Volterra equation of the first kind. ♦ Example 8.5. (Potential) Let V(x,y,z) be the potential in the point (x,y,z) coming from a mass distribution ρ(ξ,η,ζ) in Ω (see Fig. 8.1.1). Then ZZZ ρ(ξ,η,ζ) V(x,y,z) = −G dξdηdζ. Ω r The inverse problem, to determine ρ from a given potential V, gives rise to an integrated equation. Furthermore ρ and V are related via Poisson’s equation ∇2V = 4πGρ. FIGURE 8.1.1. A potential from a mass distribution Ω r (ξ,η,ζ) (x,y,z) 8.2. INTEGRAL EQUATIONS OF CONVOLUTION TYPE 69 ♦ 8.2. Integral Equations of Convolution Type We will now consider integral equations of the following type: Z x y(x) = f (x) + k(x −t)y(t)dt = f (x) + k ? y(x), 0 where k ? y(x) is the convolution product of k and y (see p. 45). The most important technique when working with convolutions is the Laplace transform (see sec. 6.2). Example 8.6. Solve the equation Z x y(x) = x − (x −t)y(t)dt. 0 Solution: The equation is of convolution type with f (x) = x and k(x) = x. We observe that 1 L(x) = and Laplace transforming the equation gives us s2 1 1 1 1 L [y] = − L [x ? y] = − L [x]L [y] = − L [y], i.e. s2 s2 s2 s2 1 L [y] = , 1 + s2 1 and thus y(x) = L−1 = sinx. 1 + s2 Answer: y(x) = sinx. ♦ Example 8.7. Solve the equation Z x y(x) = f (x) + λ k(x −t)y(t)dt, 0 where f (x) and k(x) are fixed, given functions. Solution: The equation is of convolution type, and applying the Laplace transform yields L [y] = L [ f ] + λL [k]L [y], i.e. L [ f ] L [y] = . 1 − λL [k] L [ f ] Answer: y(x) = L−1 . 1 − λL [k] ♦ 70 8. INTEGRAL EQUATIONS 8.3. The Connection Between Differential and Integral Equations (First-Order) Example 8.8. Consider the differential equation (initial value problem) ( y0(x) = f (x,y), (8.3.1) y(x0) = y0. By integrating from x0 to x we obtain Z x Z x y0(t)dt = f (t,y(t))dt, x0 x0 i.e. Z x (8.3.2) y(x) = y0 + f (t,y(t))dt. x0 On the other hand, if (8.3.2) holds we see that y(x0) = y0, and y0(x) = f (x,y(x)), which implies that (8.3.1) holds! Thus the problems (8.3.1) and (8.3.2) are equivalent. ♦ In fact, it is possible to formulate many initial and boundary value problems as integral equations and vice versa. In general we have: Initial value problem ⇒ The Volterra equation, Dynamical system Boundary value problem ⇒ The Fredholm equation. Picard’s method (Emile Picard) Problem: Solve the initial value problem ( y0 = f (x,y), y(x0) = A. Or equivalently, solve the integral equation : Z x y(x) = A + f (t,y(t))dt. x0 We will solve this integral equation by constructing a sequence of successive approximations to y(x). First choose an initial approximation, y0(x) (it is common to use y0(x) = y(x0)), then define the sequence: y1(x), y2(x),...,yn(x) by Z x y1(x) = A + f (t,y0(t))dt, x0 Z x y2(x) = A + f (t,y1(t))dt, x0 . Z x yn(x) = A + f (t,yn−1(t))dt. x0 Our hope is now that y(x) ≈ yn(x). 8.3. THE CONNECTION BETWEEN DIFFERENTIAL AND INTEGRAL EQUATIONS (FIRST-ORDER) 71 By a famous theorem (Picard’s theorem) we know that under certain conditions on f (x,y) we have y(x) = lim yn(x). n→∞ Example 8.9. Solve the equation ( y0(x) = 2x(1 + y), y(0) = 0. Solution: (With Picard’s method) We have the integral equation Z x y(x) = 2t(1 + y(t))dt, 0 and as the initial approximation we take y0(x) ≡ 0. We then get Z x Z x Z x 2 y1(x) = 2t(1 + y0(t))dt = 2t(1 + 0)dt = 2tdt = x , 0 0 0 Z x Z x Z x 2 3 2 1 4 y2(x) = 2t(1 + y1(t))dt = 2t(1 +t )dt = 2t + 2t dt = x + x , 0 0 0 2 Z x 6 2 1 4 2 1 4 x y3(x) = 2t(1 +t + t )dt = x + x + , 0 2 2 6 . x4 x6 x2n y (x) = x2 + + + ··· + . n 2 6 n! We see that x2 lim yn(x) = e − 1. n→∞ x2 REMARK 22. Observe that y(x) = e − 1 is the exact solution to the equation. (Show this!) REMARK 23. In case one can can guess a general formula for yn(x) that formula can often be verified by, for example, induction. LEMMA 8.1. If f (x) is continuous for x ≥ a then: Z x Z s Z x f (y)dyds = f (y)(x − y)dy. a a a Z s PROOF. Let F(s) = f (y)dy. Then we see that: a Z x Z s Z x Z x f (y)dyds = F(s)ds = 1 · F(s)ds a a a a Z x x 0 {integration by parts} = [sF(s)]a − sF (s)ds a Z x = xF(x) − aF(a) − s f (s)ds a Z x Z s = x f (y)dy − 0 − y f (y)dy a a Z s = f (y)(x − y)dy. a 72 8. INTEGRAL EQUATIONS 8.4. The Connection Between Differential and Integral Equations (Second-Order) Example 8.10. Assume that we want to solve the initial value problem ( u00(x) + u(x)q(x) = f (x), x > a, (8.4.1) 0 u(a) = u0, u (a) = u1. We integrate the equation from a to x and get Z x 0 u (x) − u1 = [ f (y) − q(y)u(y)]dy, a and another integration yields Z x Z x Z x Z s 0 u (s)ds = u1ds + [ f (y) − q(y)u(y)]dyds. a a a a By Lemma 8.1 we get Z x u(x) − u0 = u1(x − a) + [ f (y) − q(y)u(y)](x − y)dy, a which we can write as Z x Z x u(x) = u0 + u1(x − a) + f (y)(x − y)dy + q(y)(y − x)u(y)dy a a Z x = F(x) + k(x,y)u(y)dy, a where Z x F(x) = u0 + u1(x − a) + f (y)(x − y)dy, and a k(x,y) = q(y)(y − x).
Recommended publications
  • Some Schemata for Applications of the Integral Transforms of Mathematical Physics
    mathematics Review Some Schemata for Applications of the Integral Transforms of Mathematical Physics Yuri Luchko Department of Mathematics, Physics, and Chemistry, Beuth University of Applied Sciences Berlin, Luxemburger Str. 10, 13353 Berlin, Germany; [email protected] Received: 18 January 2019; Accepted: 5 March 2019; Published: 12 March 2019 Abstract: In this survey article, some schemata for applications of the integral transforms of mathematical physics are presented. First, integral transforms of mathematical physics are defined by using the notions of the inverse transforms and generating operators. The convolutions and generating operators of the integral transforms of mathematical physics are closely connected with the integral, differential, and integro-differential equations that can be solved by means of the corresponding integral transforms. Another important technique for applications of the integral transforms is the Mikusinski-type operational calculi that are also discussed in the article. The general schemata for applications of the integral transforms of mathematical physics are illustrated on an example of the Laplace integral transform. Finally, the Mellin integral transform and its basic properties and applications are briefly discussed. Keywords: integral transforms; Laplace integral transform; transmutation operator; generating operator; integral equations; differential equations; operational calculus of Mikusinski type; Mellin integral transform MSC: 45-02; 33C60; 44A10; 44A15; 44A20; 44A45; 45A05; 45E10; 45J05 1. Introduction In this survey article, we discuss some schemata for applications of the integral transforms of mathematical physics to differential, integral, and integro-differential equations, and in the theory of special functions. The literature devoted to this subject is huge and includes many books and reams of papers.
    [Show full text]
  • Integral Equation for the Number of Integer Points in a Circle
    ITALIAN JOURNAL OF PURE AND APPLIED MATHEMATICS { N. 41{2019 (522{525) 522 INTEGRAL EQUATION FOR THE NUMBER OF INTEGER POINTS IN A CIRCLE Magomed A. Chakhkiev Gagik S. Sulyan Manya A. Ziroyan Department of Applied Mathematics Social State University of Russia Wilhelm Pieck St. 4, Moscow Russian Federation Nikolay P. Tretyakov Department of Applied Mathematics Social State University of Russia Wilhelm Pieck St. 4, Moscow Russian Federation and School of Public Policy The Russian Presidential Academy of National Economy and Public Administration Prospect Vernadskogo, 84, Moscow 119571 Russian Federation Saif A. Mouhammad∗ Department of Physics Faculty of Science Taif University Taif, AL-Haweiah Kingdom of Saudi Arabia [email protected] Abstract. The problem is to obtain the most accurate upper estimate for the absolute value of the difference between the number of integer points in a circle and its area (when the radius tends to infinity). In this paper we obtain an integral equation for the function expressing the dependence of the number of integer points in a circle on its radius. The kernel of the equation contains the Bessel functions of the first kind, and the equation itself is a kind of the Hankel transform. Keywords: Gauss circle problem, integral equation, Hankel transform. 1. The problem and calculations The Gauss circle problem is the problem of determining how many integer lattice points there are in a circle centered at the origin andp with given radius. Let us consider the circle K(R): x2 + y2 ≤ R and let A( R) be the number of ∗. Corresponding author INTEGRAL EQUATION FOR THE NUMBER OF INTEGER POINTS IN A CIRCLE 523 p points with integer coordinates within this circle.
    [Show full text]
  • Laplace Transforms: Theory, Problems, and Solutions
    Laplace Transforms: Theory, Problems, and Solutions Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 43 The Laplace Transform: Basic Definitions and Results 3 44 Further Studies of Laplace Transform 15 45 The Laplace Transform and the Method of Partial Fractions 28 46 Laplace Transforms of Periodic Functions 35 47 Convolution Integrals 45 48 The Dirac Delta Function and Impulse Response 53 49 Solving Systems of Differential Equations Using Laplace Trans- form 61 50 Solutions to Problems 68 2 43 The Laplace Transform: Basic Definitions and Results Laplace transform is yet another operational tool for solving constant coeffi- cients linear differential equations. The process of solution consists of three main steps: • The given \hard" problem is transformed into a \simple" equation. • This simple equation is solved by purely algebraic manipulations. • The solution of the simple equation is transformed back to obtain the so- lution of the given problem. In this way the Laplace transformation reduces the problem of solving a dif- ferential equation to an algebraic problem. The third step is made easier by tables, whose role is similar to that of integral tables in integration. The above procedure can be summarized by Figure 43.1 Figure 43.1 In this section we introduce the concept of Laplace transform and discuss some of its properties. The Laplace transform is defined in the following way. Let f(t) be defined for t ≥ 0: Then the Laplace transform of f; which is denoted by L[f(t)] or by F (s), is defined by the following equation Z T Z 1 L[f(t)] = F (s) = lim f(t)e−stdt = f(t)e−stdt T !1 0 0 The integral which defined a Laplace transform is an improper integral.
    [Show full text]
  • Solution to Volterra Singular Integral Equations and Non Homogenous Time Fractional Pdes
    Gen. Math. Notes, Vol. 14, No. 1, January 2013, pp. 6-20 ISSN 2219-7184; Copyright © ICSRS Publication, 2013 www.i-csrs.org Available free online at http://www.geman.in Solution to Volterra Singular Integral Equations and Non Homogenous Time Fractional PDEs A. Aghili 1 and H. Zeinali 2 1,2 Department of Applied Mathematics Faculty of Mathematical Sciences, University of Guilan, P.O. Box- 1841, Rasht – Iran 1E-mail: [email protected] 2E-mail: [email protected] (Received: 8-10-12 / Accepted: 19-11-12) Abstract In this work, the authors implemented Laplace transform method for solving certain partial fractional differential equations and Volterra singular integral equations. Constructive examples are also provided to illustrate the ideas. The result reveals that the transform method is very convenient and effective. Keywords : Non-homogeneous time fractional heat equations; Laplace transform; Volterra singular integral equations. 1 Introduction In this work, the authors used Laplace transform for solving Volterra singular integral equations and PFDEs. Solution to Volterra Singular Integral… 7 The Laplace transform is an alternative method for solving different types of PDEs. Also it is commonly used to solve electrical circuit and systems problems. In this work, the authors implemented transform method for solving the partial fractional heat equation which arise in applications. Several methods have been introduced to solve fractional differential equations, the popular Laplace transform method, [ 1 ] , [ 2 ] , [ 3 ], [ 4 ] , and operational method [ 10]. However, most of these methods are suitable for special types of fractional differential equations, mainly the linear with constant coefficients. More detailed information about some of these results can be found in a survey paper by Kilbas and Trujillo [10].
    [Show full text]
  • Math 551 Lecture Notes Fredholm Integral Equations (A Brief Introduction)
    MATH 551 LECTURE NOTES FREDHOLM INTEGRAL EQUATIONS (A BRIEF INTRODUCTION) Topics covered • Fredholm integral operators ◦ Integral equations (Volterra vs. Fredholm) ◦ Eigenfunctions for separable kernels ◦ Adjoint operator, symmetric kernels • Solution procedure (separable) ◦ Solution via eigenfunctions (first and second kind) ◦ Shortcuts: undetermined coefficients ◦ An example (separable kernel, n = 2) • Non-separable kernels (briefly) ◦ Hilbert-Schmidt theory Preface Read the Fredholm alternative notes before proceeding. This is covered in the book (Section 9.4), but the material on integral equations is not. For references on integral equa- tions (and other topics covered in the book too!), see: • Riley and Hobson, Mathematical methods for physics and engineering (this is an extensive reference, also for other topics in the course) • Guenther and Lee, Partial differential equations of mathematical physics and integral equations (more technical; not the best first reference) • J.D. Logan, Applied mathematics (more generally about applied mathematics tech- niques, with a good section on integral equations) 1. Fredholm integral equations: introduction Differential equations Lu = f are a subset of more general equations involving linear op- erators L. Here, we give a brief treatment of a generalization to integral equations. To motivate this, every ODE IVP can be written as an `integral equation' by integrating. For instance, consider the first order IVP du = f(x; u(x)); u(a) = u : (1.1) dx 0 Integrate both sides from a to x to get the integral equation Z x u(x) = u0 + f(s; u(s)) ds: (1.2) a If u solves (1.2) then it also solves (1.1); they are `equivalent' in this sense.
    [Show full text]
  • Chapter 1 Introduction to the Integral Equation(IE) and Construction Of
    Chapter 1 Introduction to the Integral Equation(IE) and Construction of the IE. 1.1. Introduction: Integral Equation began to appear since the mid-seventeenth century , when some scientists were not able to solve the differential equation . The integral equation developed with appear Abel kernel after that Volterra integral equation lastly Fredholm integral equation. In this time we find numerical method played a great role to solve integral equation. Therefore of great progressing in basic science whether physical or engineering has played essential role. Topics on integral equations has grown and evolved to its direct association lists the large branches of mathematics, such as account differential and integrative and questions of boundary conditions. During the twenty-five last year, there is a marked increase in the use of integral equations and formulations for finding scientific solutions to engineering problems and solving differential equations that are difficult to solve by normal methods. In the recent period found that the integral equations give a better solution than give differential equations. The explosive growth in industry and technology requires constructive adjustments in mathematics text researches. The integral equation it equation that appear in the unknown function under signal or more, from the signals of integrity. There more types of integral equation from it linear and nonlinear integral equation. The general formula linear integral equation it is: ١ () = () + (, )() (1 − 1) Where () unknown function, () known function and (, )known function are called kernel integral equation. We say that integral equation it is linear if that which operations on unknown function in equation it linear operations. And the general formula nonlinear integral equation it is : () = () + (, )(()) (1 − 2) Where unknown function it is nonlinear .
    [Show full text]
  • The Solution of Convolution-Typed Volterra Integral Equation by G-Transform
    International Journal of Engineering & Technology, 7 (4) (2018) 6665-6669 International Journal of Engineering & Technology Website: www.sciencepubco.com/index.php/IJET doi: 10.14419/ijet.v7i4.26348 Research paper The solution of convolution-typed Volterra integral equation by G-transform Hwajoon Kim1* and Kamsing Nonlaopon2 1Kyungdong University 2Khon Kaen University *Corresponding author E-mail:[email protected] Abstract We would like to consider the solution of convolution-typed Volterra integral equation by using G-transform, a generalized Laplace-typed transform. The tool of G-transform is analyzed to be well applied to convolution-typed Volterra integral equation. Keywords: initial value problem; G-transform; Volterra integral equation 1. Introduction It is a well-known fact that Volterra integral equation is equivalent to the initial value problem of ordinary differential equation(ODE). Since the tool used to find the solutions in this article is G-transform, a generalized Laplace-typed transform, we would like to check it up first. In a word, G-transform is a comprehensive form of Laplace-typed transform, and this transform has a strong point in the choice of an integer a. This means that we can freely choose a for a variety of problems. The form of Laplace-typed transform is Z ¥ k(s;t) f (t)dt; 0 and Laplace transform has the kernel k(s;t) = e−st as we know already[8]. This Laplace transform can be rewritten as Z ¥ − t e u f (t)dt 0 by s = 1=u, and so we proposed the general form of Laplace-typed transform by Z ¥ a − t u e u f (t)dt 0 as a natural extension[4].
    [Show full text]
  • Notex on Fredholm (And Compact) Operators
    Notex on Fredholm (and compact) operators October 5, 2009 Abstract In these separate notes, we give an exposition on Fredholm operators between Banach spaces. In particular, we prove the theorems stated in the last section of the first lecture 1. Contents 1 Fredholm operators: basic properties 2 2 Compact operators: basic properties 3 3 Compact operators: the Fredholm alternative 4 4 The relation between Fredholm and compact operators 7 1emphasize that some of the extra-material is just for your curiosity and is not needed for the promised proofs. It is a good exercise for you to cross out the parts which are not needed 1 1 Fredholm operators: basic properties Let E and F be two Banach spaces. We denote by L(E, F) the space of bounded linear operators from E to F. Definition 1.1 A bounded operator T : E −→ F is called Fredholm if Ker(A) and Coker(A) are finite dimensional. We denote by F(E, F) the space of all Fredholm operators from E to F. The index of a Fredholm operator A is defined by Index(A) := dim(Ker(A)) − dim(Coker(A)). Note that a consequence of the Fredholmness is the fact that R(A) = Im(A) is closed. Here are the first properties of Fredholm operators. Theorem 1.2 Let E, F, G be Banach spaces. (i) If B : E −→ F and A : F −→ G are bounded, and two out of the three operators A, B and AB are Fredholm, then so is the third, and Index(A ◦ B) = Index(A) + Index(B).
    [Show full text]
  • A Technique for Solving the Singular Integral Equations of Potential Theory
    Old Dominion University ODU Digital Commons Mathematics & Statistics Theses & Dissertations Mathematics & Statistics Spring 2007 A Technique for Solving the Singular Integral Equations of Potential Theory Brian George Burns Old Dominion University Follow this and additional works at: https://digitalcommons.odu.edu/mathstat_etds Part of the Mathematics Commons Recommended Citation Burns, Brian G.. "A Technique for Solving the Singular Integral Equations of Potential Theory" (2007). Doctor of Philosophy (PhD), Dissertation, Mathematics & Statistics, Old Dominion University, DOI: 10.25777/q9kv-0x34 https://digitalcommons.odu.edu/mathstat_etds/6 This Dissertation is brought to you for free and open access by the Mathematics & Statistics at ODU Digital Commons. It has been accepted for inclusion in Mathematics & Statistics Theses & Dissertations by an authorized administrator of ODU Digital Commons. For more information, please contact [email protected]. A TECHNIQUE FOR SOLVING THE SINGULAR INTEGRAL EQUATIONS OF POTENTIAL THEORY by Brian George Burns M.Sci. 1998, University of Glasgow M.Sc. 1999, University of Stirling M.S. 2005, Old Dominion University A Dissertation Submitted to the Faculty of Old Dominion University in Partial Fulfillment of the Requirement for the Degree of DOCTOR OF PHILOSOPHY COMPUTATIONAL AND APPLIED MATHEMATICS OLD DOMINION UNIVERSITY May 2007 John Tweed (Director) Ion Melrose John/A. Adam Richard D. Noren Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. ABSTRACT A TECHNIQUE FOR SOLVING THE SINGULAR INTEGRAL EQUATIONS OF POTENTIAL THEORY Brian George Burns Old Dominion University, 2007 Director: Dr. John Tweed The singular integral equations of Potential Theory are investigated using ideas from both classical and contemporary mathematics. The goal of this semi-analytic ap­ proach is to produce numerical schemes that are both general and computationally simple.
    [Show full text]
  • Math 246B - Partial Differential Equations
    Math 246B - Partial Differential Equations Viktor Grigoryan version 0.1 - 03/16/2011 Contents Chapter 1: Sobolev spaces 2 1.1 Hs spaces via the Fourier transform . 2 1.2 Weak derivatives . 3 1.3 Sobolev spaces W k;p .................................... 3 1.4 Smooth approximations of Sobolev functions . 4 1.5 Extensions and traces of Sobolev functions . 5 1.6 Sobolev embeddings and compactness results . 6 1.7 Difference quotients . 7 Chapter 2: Solvability of elliptic PDEs 9 2.1 Weak formulation . 9 2.2 Existence of weak solutions of the Dirichlet problem . 10 2.3 General linear elliptic PDEs . 12 2.4 Lax-Milgram theorem, solvability of general elliptic PDEs . 14 2.5 Fredholm operators on Hilbert spaces . 16 2.6 The Fredholm alternative for elliptic equations . 18 2.7 The spectrum of a self-adjoint elliptic operator . 19 Chapter 3: Elliptic regularity theory 21 3.1 Interior regularity . 21 3.2 Boundary regularity . 25 Chapter 4: Variational methods 26 4.1 The Derivative of a functional . 26 4.2 Solvability for the Dirichlet Laplacian . 27 4.3 Constrained optimization and application to eigenvalues . 29 1 1. Sobolev spaces In this chapter we define the Sobolev spaces Hs and W k;p and give their main properties that will be used in subsequent chapters without proof. The proofs of these properties can be found in Evans's\PDE". 1.1 Hs spaces via the Fourier transform Below all the derivatives are understood to be in the distributional sense. Definition 1.1. Let k be a non-negative integer. The Sobolev space HkpRnq is defined as k n 2 n α 2 H pR q tf P L pR q : B f P L for all |α| ¤ ku: k n 2 k p 2 n Theorem 1.2.
    [Show full text]
  • Numerical Solutions of Fredholm Integral Equation of Second Kind Using Piecewise Bernoulli Polynomials
    Numerical Solutions of Fredholm Integral Equation of Second Kind Using Piecewise Bernoulli Polynomials Afroza Shirin1, Md. Shafiqul Islam*2 1Institute of Natural Sciences, United International University, Dhaka-1209, Bangladesh. Email: [email protected]. 2Department of Mathematics, University of Dhaka, Dhaka – 1000, Bangladesh *Corresponding author, Email: [email protected] Abstract: The aim of this paper is to solve the integral equations numerically using piecewise Bernoulli polynomials. The Bernoulli polynomials are derived explicitly over the unit interval. A matrix formulation for a non-singular linear Fredholm integral equation of the second kind is derived by the technique of Galerkin method. In the Galerkin method, the Bernoulli polynomials are exploited as the linear combination in the approximation as basis functions. Numerical examples are considered to verify the effectiveness of the proposed derivations. Keywords: Fredholm integral equation, Galerkin method, Bernoulli polynomials, Numerical solutions. I. Introduction In the survey of solutions of integral equations, a large number of analytical but a few approximate methods are available for solving numerically various classes of integral equations [1, 2, 7, 8 ]. Since the piecewise polynomials are differentiable and integrable, the Bernstein polynomials [5 – 8] have been used for solving differential and integral equations numerically. Recently, integral equations have been solved by the well known variational iteration method [9]. In the literature [7], Mandal and Bhattacharya have attempted to solve integral equations numerically using Bernstein polynomials, but they obtained the results in terms of finite series solutions In contrast to this, we solve the linear Fredholm integral equation of the second kind by exploiting very well known Galerkin method, and Bernoulli polynomials [4] are used as trial functions.
    [Show full text]
  • Integral Equations and Applications
    Integral equations and applications A. G. Ramm Mathematics Department, Kansas State University, Manhattan, KS 66502, USA email: [email protected] Keywords: integral equations, applications MSC 2010 35J05, 47A50 The goal of this Section is to formulate some of the basic results on the theory of integral equations and mention some of its applications. The literature of this subject is very large. Proofs are not given due to the space restriction. The results are taken from the works mentioned in the references. 1. Fredholm equations 1.1. Fredholm alternative One of the most important results of the theory of integral equations is the Fredholm alternative. The results in this Subsection are taken from [5], [20],[21], [6]. Consider the equation u = Ku + f, Ku = K(x, y)u(y)dy. (1) ZD arXiv:1503.00652v1 [math.CA] 2 Mar 2015 Here f and K(x, y) are given functions, K(x, y) is called the kernel of the operator K. Equation (1) is considered usually in H = L2(D) or C(D). 2 1/2 The first is a Hilbert space with the norm ||u|| := D |u| dx and the second is a Banach space with the norm ||u|| = sup |u(x)|. If the domain x∈D R D ⊂ Rn is assumed bounded, then K is compact in H if, for example, 2 D D |K(x, y)| dxdy < ∞, and K is compact in C(D) if, for example, K(x, y) is a continuous function, or, more generally, sup |K(x, y)|dy < ∞. R R x∈D D For equation (1) with compact operators, the basic result is the Fredholm R alternative.
    [Show full text]