Integral Transforms

Total Page:16

File Type:pdf, Size:1020Kb

Integral Transforms Appendix A Integral Transforms In this appendix a brief review is given of some integral transform methods. These are techniques used to reduce a differential equation to an algebraic equation. The main transforms are the Laplace transform, the Fourier transform and the Hankel transform. These will be presented here, together with some of their main properties. Derivations of the theorems will be given in condensed form, or not at all. Complete derivations are given by Titchmarsh (1948), Sneddon (1951) and Churchill (1972). Extensive tables of transforms have been published by the staff of the Bateman project (Erdélyi et al., 1954). Short tables of Laplace transforms, Fourier transforms and Hankel transforms are presented, with references to their derivation, and some numerical illustrations and verifications. Finally, an elegant and effective method is described for the determination of the inverse Fourier-Laplace transform for certain problems, in particular problems of elastodynamics (De Hoop, 1960). A.1 Laplace Transforms A.1.1 Definitions The Laplace transform is particularly useful for problems in which the variables are defined in a semi-infinite domain 0 <t<∞, where t may, for instance, be the time, and t = 0 indicates the initial value of time. The Laplace transform of a function f(t)is defined as ∞ F(s)= f(t)exp(−st)dt, (A.1) 0 where s is a parameter, which is assumed to be sufficiently large for the integral to exist. By the integration over the time domain, for various values of s, the func- tion f(t) is transformed into a function F(s). For various functions the Laplace transform can be calculated, sometimes very easily, sometimes with considerable A. Verruijt, An Introduction to Soil Dynamics, 395 Theory and Applications of Transport in Porous Media 24, © Springer Science+Business Media B.V. 2010 396 A Integral Transforms Table A.1 Some Laplace = ∞ − transforms No. f(t) F(s) 0 f(t)exp( st)dt 1 11 s 2 t 1 s2 ! 3 tn n sn+1 1 4exp(at) s−a 5sin(at) a s2+a2 6cos(at) s s2+a2 sin(at) a 7 t arctan( s ) effort. Tables of such transforms are widely available (Churchill, 1972; Erdélyi et al., 1954). A short table is given in Table A.1. The integrals in this table can all be evaluated with little effort, using techniques such as partial integration. The fundamental property of the Laplace transform appears when considering the transform of the time derivative. Using partial integration this is found to be ∞ df (t ) exp(−st)dt = sF(s) − f(0). (A.2) 0 dt Thus differentiation with respect to time is transformed into multiplication by s, and subtraction of the initial value f(0). A.1.2 Example In order to illustrate the application of the Laplace transform technique consider the differential equation df (t ) + 2f = 0, (A.3) dt with the initial condition f(0) = 5. Using the property (A.2) the differential equa- tion (A.3) is transformed into the algebraic equation (s + 2)F (s) − 5 = 0, (A.4) the solution of which is 5 F(s)= . (A.5) s + 2 Inverse transformation now gives, using transform no. 4 from Table A.1, f(t)= 5exp(−2t). (A.6) A.1 Laplace Transforms 397 Substitution into the original differential equation (A.3) will show that this is indeed the correct solution, satisfying the given initial condition. This example shows that the solution of the problem can be performed in a straightforward way. The main problem is the inverse transformation of the so- lution (A.5), which depends upon the availability of a sufficiently wide range of Laplace transforms. If the inverse transformation can not be found in a table of transforms it may be possible to use the general inverse transformation theorem (Churchill, 1972), but this requires considerable mathematical skill. A.1.3 Heaviside’s Expansion Theorem A powerful inversion method is provided by the expansion theorem developed by Heaviside, one of the pioneers of the Laplace transform method. This applies to functions that can be written as a quotient of two polynomials, p(s) F(s)= , (A.7) q(s) where q(s) must be a polynomial of higher order than p(s). It is assumed that the function q(s) possesses single zeroes only, so that it may be written as q(s) = (s − s1)(s − s2) ···(s − sn). (A.8) One may now write p(s) a a a F(s)= = 1 + 2 +···+ n . (A.9) q(s) s − s1 s − s2 s − sn The coefficient ai can be determined by multiplication of both sides of (A.9)by (s − si), and then passing into the limit s → si . This gives (s − si)p(s) ai = lim . (A.10) s→si q(s) Because q(si) = 0 the limit may be evaluated using L’Hôpital’s rule, giving = p(si) ai . (A.11) q (si) Inverse transformation of the expression (A.9) now gives, using formula no. 4 from Table A.1, n = p(si) f(t) exp(sit). (A.12) q (si) i=1 This is Heaviside’s expansion theorem. It provides a useful method to determine the inverse Laplace transform of functions of the form (A.7). It can also be used to 398 A Integral Transforms determine the inverse transform of functions of a more general form, although such inverse transforms can usually be found in a more general way by application of the complex inversion integral (Churchill, 1972). A.2 Fourier Transforms A.2.1 Fourier Series For certain partial differential equations the Fourier transform method can be used to derive solutions. These include problems of potential flow, and elasticity prob- lems, especially in the case of problems for infinite regions, semi-infinite regions, or infinite strips. The main principles of the method will be presented in this sec- tion. The main property of the Fourier transform can most easily be derived by first considering a Fourier series expansion. For this purpose let there be given a function g(θ), which is periodic with a period 2π, such that g(θ + 2π)= g(θ). This function can be written as ∞ 1 g(θ) = A + Ak cos(kθ) + Bk sin(kθ) , (A.13) 2 0 k=1 where 1 +π Ak = g(t)cos(kt) dt, (A.14) π −π and 1 +π Bk = g(t)sin(kt) dt, (A.15) π −π These formulas can be derived by multiplication of (A.13) by cos(jθ) or sin(jθ), and then integrating the result from θ =−π to θ =+π. It will then appear that from the infinite series only one term is unequal to zero, namely for k = j.This leads to (A.14) and (A.15). For a function with period 2πl the Fourier expansion can be obtained from (A.13) by replacing θ with x/l, t by t/l and then renaming g(x/l) as f(x). The result is ∞ 1 f(x)= A + Ak cos(kx/l) + Bk sin(kx/l) , (A.16) 2 0 k=1 where now 1 +πl Ak = f(t)cos(kt/l) dt, (A.17) πl −πl A.2 Fourier Transforms 399 and 1 +πl Bk = f(t)sin(kt/l) dt. (A.18) πl −πl Example As an example consider the block function defined by 0, |x| >πl/2, f(x)= (A.19) 1, |x| <πl/2. For this case the coefficients Ak and Bk can easily be calculated, using the expres- sions (A.17) and (A.18). The factors Bk are all zero, which is a consequence of the fact that the function f(x)is even, f(−x) = f(x). The factors Ak are equal to zero when k is even, and the uneven terms are proportional to 1/k. The series (A.16) finally can be written as 1 2 x 1 3x 1 5x 1 7x f(x)= + cos − cos + cos − cos +··· . 2 π l 3 l 5 l 7 l (A.20) The first term of this series represents the average value of the function, the sec- ond term causes the main fluctuation, and the remaining terms together modify this first sinusoidal fluctuation into the block function. Figure A.1 shows the approximation of the series (A.20) by its first 40 terms. It appears that the approximation is reasonably good, except very close to the discon- tinuities. This is a well known effect, often referred to as the Gibbs phenomenon (Weisstein, 1999). The approximation becomes better, of course, when more terms are taken into account, but the overshoot near the discontinuities remains. Fig. A.1 Fourier series, 40 terms 400 A Integral Transforms A.2.2 From Fourier Series to Fourier Integral Substitution of (A.17) and (A.18)into(A.16)gives ∞ 1 +πl 1 +πl f(x)= f(t)dt+ f(t) f(t)cos[k(t − x)/l] dt. (A.21) 2πl − πl − πl k=1 πl The interval can be made very large by writing 1/l = ξ. Then (A.21) becomes ∞ ξ +π/ξ ξ +π/ξ f(x)= f(t)dt+ f(t) f(t)cos[kξ(t − x)] dt. 2π − π − π/ξ k=1 π/ξ (A.22) Writing kξ = ξ and letting ξ → 0 this reduces to 1 ∞ +∞ f(x)= dξ f(t)cos[ξ(x − t)] dt. (A.23) π 0 −∞ This can also be written as 1 ∞ f(x)= A(ξ) cos(xξ) + B(ξ)sin(xξ) dξ, (A.24) 2π 0 where ∞ A(ξ) = 2 f(t)cos(ξt) dt, (A.25) −∞ and ∞ B(ξ) = 2 f(t)sin(ξt) dt.
Recommended publications
  • Zero-Order Hankel Transform Method for Partial Differential Equations
    Naol Tufa Negero / International Journal of Modern Sciences and Engineering Technology (IJMSET) ISSN 2349-3755; Available at https://www.ijmset.com Volume 3, Issue 10, 2016, pp.24-36 Zero-Order Hankel Transform Method for Partial Differential Equations Naol Tufa Negero Faculty of Natural and Computational Science, Department of Mathematics, Wollega University, Nekemte,Ethiopia. [email protected] Abstract This paper deals with the solution of Partial Differential Equations (PDEs) by the method of Hankel transform. Firstly, Hankel transforms is derived using two dimensional Fourier transform, next its properties are presented because their results are used widely in solving partial differential equations in the polar and axisymmetric cylindrical configurations, finally it applied to partial differential equation with precise formulation of initial and boundary value problems. In this article, we use the Hankel transforms method, namely Hankel transforms of zero order and of order one are introduced, such that PDE reduced to an ODE, which can be subsequently solved using ODE techniques which involves the Bessel functions. Moreover the main result of this paper is the zero-order Hankel transform method for Partial differential equations in unbounded problems with radial symmetry that is appropriate in the polar and cylindrical coordinates, which is analyzed in some detail. Keywords: Radial Fourier transforms, Two Dimensional Fourier Transform, Polar, Cylindrical and spherical Coordinates, Zero-Order Hankel Transform, Partial Differential Equations 1. INTRODUCTION: There are several integral transforms which are frequently used as a tool for solving numerous scientific problems. In many real applications, Fourier transforms as well as Mellin transforms and Hankel transforms are all very useful.
    [Show full text]
  • 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]
  • The Bessel Function, the Hankel Transform and an Application to Differential Equations
    Georgia Southern University Digital Commons@Georgia Southern Electronic Theses and Dissertations Graduate Studies, Jack N. Averitt College of Summer 2017 The Bessel Function, the Hankel Transform and an Application to Differential Equations Isaac C. Voegtle Follow this and additional works at: https://digitalcommons.georgiasouthern.edu/etd Part of the Partial Differential Equations Commons Recommended Citation I. Voegtle, "The Bessel Function, the Hankel Transform and an Application to Differential Equations". Georgia Southern University, 2017. This thesis (open access) is brought to you for free and open access by the Graduate Studies, Jack N. Averitt College of at Digital Commons@Georgia Southern. It has been accepted for inclusion in Electronic Theses and Dissertations by an authorized administrator of Digital Commons@Georgia Southern. For more information, please contact [email protected]. THE BESSEL FUNCTION, THE HANKEL TRANSFORM AND AN APPLICATION TO DIFFERENTIAL EQUATIONS by ISAAC VOEGTLE (Under the Direction of Yi Hu) ABSTRACT In this thesis we explore the properties of Bessel functions. Of interest is how they can be applied to partial differential equations using the Hankel transform. We use an example in two dimensions to demonstrate the properties at work as well as formulate thoughts on how to take the results further. INDEX WORDS: Bessel function, Hankel transform, Schrodinger¨ equation 2009 Mathematics Subject Classification: 35, 42 THE BESSEL FUNCTION, THE HANKEL TRANSFORM AND AN APPLICATION TO DIFFERENTIAL EQUATIONS by ISAAC VOEGTLE B.A., Anderson University, 2015 A Thesis Submitted to the Graduate Faculty of Georgia Southern University in Partial Fulfillment of the Requirements for the Degree MASTER OF SCIENCE STATESBORO, GEORGIA c 2017 ISAAC VOEGTLE All Rights Reserved 1 THE BESSEL FUNCTION, THE HANKEL TRANSFORM AND AN APPLICATION TO DIFFERENTIAL EQUATIONS by ISAAC VOEGTLE Major Professor: Yi Hu Committee: Shijun Zheng Yan Wu Electronic Version Approved: 2017 2 DEDICATION This thesis is dedicated to my wonderful wife.
    [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]
  • Methods of Integral Transforms - V
    COMPUTATIONAL METHODS AND ALGORITHMS – Vol. I - Methods of Integral Transforms - V. I. Agoshkov, P. B. Dubovski METHODS OF INTEGRAL TRANSFORMS V. I. Agoshkov and P. B. Dubovski Institute of Numerical Mathematics, Russian Academy of Sciences, Moscow, Russia Keywords: Integral transform, Fourier transform, Laplace transform, Mellin transform, Hankel transform, Meyer transform, Kontorovich-Lebedev transform, Mehler-Foque transform, Hilbert transform, Laguerre transform, Legendre transform, convolution transform, Bochner transform, chain transform, wavelet, wavelet transform, problems of the oscillation theory, heat conductivity problems, problems of the theory of neutron slowing-down, problems of hydrodynamics, problems of the elasticity theory, Boussinesq problem, coagulation equation, physical kinetics. Contents 1. Introduction 2. Basic integral transforms 2.1. The Fourier Transform 2.1.1. Basic Properties of the Fourier Transform 2.1.2. The Multiple Fourier Transforms 2.2. The Laplace Transform 2.2.1. The Laplace Integral 2.2.2. The Inversion Formula for the Laplace Transform 2.2.3. Limit Theorems 2.3. The Mellin Transform 2.4. The Hankel Transform 2.5. The Meyer Transform 2.6. The Kontorovich-Lebedev Transform 2.7. The Mehler-Foque Transform 2.8. The Hilbert Transform 2.9. The Laguerre and Legendre Transforms 2.10. The Bochner Transform, the Convolution Transform, the Wavelet and Chain Transforms 3. The application of integral transforms to problems of the oscillation theory 3.1. Electric Oscillations 3.2. TransverseUNESCO Oscillations of a String – EOLSS 3.3. Transverse Oscillations of an Infinite Round Membrane 4. The application of integral transforms to heat conductivity problems 4.1. The SolutionSAMPLE of the Heat Conductivity CHAPTERS Problem by the use of the Laplace Transform 4.2.
    [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]
  • Partial Derivative Approach to the Integral Transform for the Function Space in the Banach Algebra
    entropy Article Partial Derivative Approach to the Integral Transform for the Function Space in the Banach Algebra Kim Young Sik Department of Mathematics, Hanyang University, Seoul 04763, Korea; [email protected] Received: 27 July 2020; Accepted: 8 September 2020; Published: 18 September 2020 Abstract: We investigate some relationships among the integral transform, the function space integral and the first variation of the partial derivative approach in the Banach algebra defined on the function space. We prove that the function space integral and the integral transform of the partial derivative in some Banach algebra can be expanded as the limit of a sequence of function space integrals. Keywords: function space; integral transform MSC: 28 C 20 1. Introduction The first variation defined by the partial derivative approach was defined in [1]. Relationships among the Function space integral and transformations and translations were developed in [2–4]. Integral transforms for the function space were expanded upon in [5–9]. A change of scale formula and a scale factor for the Wiener integral were expanded in [10–12] and in [13] and in [14]. Relationships among the function space integral and the integral transform and the first variation were expanded in [13,15,16] and in [17,18] In this paper, we expand those relationships among the function space integral, the integral transform and the first variation into the Banach algebra [19]. 2. Preliminaries Let C0[0, T] be the class of real-valued continuous functions x on [0, T] with x(0) = 0, which is a function space. Let M denote the class of all Wiener measurable subsets of C0[0, T] and let m denote the Wiener measure.
    [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]
  • Basic Magnetic Resonance Imaging
    Basic Magnetic Resonance Imaging Mike Tyszka, Ph.D. Magnetic Resonance Theory Course 2004 Caltech Brain Imaging Center California Institute of Technology Spatial Encoding Spatial Localization of Signal Va r y B sp a t i a l l y ω=γB Linear Field Gradients Linear Magnetic Field Gradients One-Dimensional Tw o -Dimensional Gradient direction Bz(x,z) Bz z Distance (x) x Deviation from B0 typically very small (~0.1%) Frequency Encoding Total signal from spins in plane perpendicular to gradient direction Signal Gradient direction Frequency (ω) Distance (ω/γG) The FID in a Field Gradient • FID contains total signal from all spins at all frequencies/locations. • Each frequency component represents the total signal from a plane perpendicular to the gradient direction. • Frequency analysis of FID reveals “projection” of object. MRI from Projections • Can projections be turned into an image? Back Projection • Sweep gradient direction through 180° • Acquire projections of object for each direction Sinogram Back Projection or Inverse Radon Transform Frequency Analysis for MRI MR Signal as a Complex Quantity • Both the magnitude and phase of the MR signal are measured. y’ • Two signal channels are commonly referred to as “real” and “imaginary”. A M φ y x’ Mx The Fourier Transform (FT) The Fourier Transform is an Integral Transform which, for MRI, relates a time varying waveform to the corresponding frequency spectrum. FORWARD TRANSFORM (time -> frequency) REVERSE TRANSFORM (frequency -> time) The Fast Fourier Transform (FFT) • Numerical algorithm for efficient computation of the discrete Fourier Transform. • Requires discrete complex valued samples. • Both forward and reverse transforms can be calculated.
    [Show full text]
  • Study of the Mellin Integral Transform with Applications in Statistics and Probability
    Available online a t www.scholarsresearchlibrary.com Scholars Research Library Archives of Applied Science Research, 2012, 4 (3):1294-1310 (http://scholarsresearchlibrary.com/archive.html) ISSN 0975-508X CODEN (USA) AASRC9 Study of the mellin integral transform with applications in statistics And probability S. M. Khairnar 1, R. M. Pise 2 and J. N. Salunkhe 3 1Department of Mathematics, Maharashtra Academy of Engineering, Alandi, Pune, India 2Department of Mathematics, (A.S.& H.), R.G.I.T. Versova, Andheri (W), Mumbai, India 3Department of Mathematics, North Maharastra University, Jalgaon, Maharashtra, India ______________________________________________________________________________ ABSTRACT The Fourier integral transform is well known for finding the probability densities for sums and differences of random variables. We use the Mellin integral transforms to derive different properties in statistics and probability densities of single continuous random variable. We also discuss the relationship between the Laplace and Mellin integral transforms and use of these integral transforms in deriving densities for algebraic combination of random variables. Results are illustrated with examples. Keywords: Laplace, Mellin and Fourier Transforms, Probability densities, Random Variables and Applications in Statistics. AMS Mathematical Classification: 44F35, 44A15, 44A35, 44A12, 43A70. ______________________________________________________________________________ INTRODUCTION The aim of this paper , we define a random variable (RV) as a value in some domain , say ℜ , representing the outcome of a process based on a probability laws .By the information above the probability distribution ,we integrate the probability density function (p d f)in the case of the Gaussian , the p d f is 1 X −π − ( )2 1 σ − ∞ < < ∞ f (x)= E 2 , x σ 2π when µ is mean and σ 2 is the variance.
    [Show full text]