Integral Transforms

Total Page:16

File Type:pdf, Size:1020Kb

Integral Transforms Chapter 12 Integral Transforms 12.1 Goal In this chapter, we introduce the idea of integral transforms and discuss some of their applications. More specifically, we will address the following: 1. What are integral transforms? 2. How many integral transforms are there? 3. What do they represent? 4. What are their applications? 5. What are their properties? 6. How do we compute them? The last item will not be addressed. We will simply use tables of known integral transforms. We will look deeper into applications in the next chapters as we will focus on one integral transform: the Fourier transform. 12.2 Integral Transforms: Definitions and Prop- erties We begin by giving a general idea of what integrals transforms are, and how they are used. There is a whole family of integral transforms which include the Fourier transform, the Laplace transform, the Mellin transform, the Hankel transform, ... In addition, as we will see, each transform goes with its inverse. Definition 96 An integral transform is an operator of the form: B F [f]=F (s)= f (t) K (s, t) dt (12.1) A 93 94 CHAPTER 12. INTEGRAL TRANSFORMS The function K is called the kernel of the transformation.Itisthemajor part of the transform. What makes the difference between the various transforms mentioned is mostly their kernel. It is also the interval of integration, [A, B] in the general definition. Remark 97 You will note that we used two notations: F [f] and F (s).Asan operator denoted F, an integral transform acts on a function. This is why we used the notation F[f]. Some texts also use F[f](s) because F[f] is a function of a new variable we call s in the definition. For that reason, we also use the notation F (s). In other words, we apply an integral transform to a function f (t) and we obtain a new function F (s). One of the features of integral transforms, one we will use in this chapters and the next two, is that integral transforms eliminate partial derivatives with respect to one of the variables. The new equation has one less variable. So, if we start with a PDE having two variables and partial derivatives with respect to both, then after applying an integral transform, we would have an ODE. For example, if we apply an integral transform to the heat equation 2 ut = α uxx to eliminate the time derivative, then we would be left with an ODE in x.Ifwe applied an integral transform to the equation uxx + uyy + uzz =0 to eliminate the derivative in x, we would be left with a PDE only involving y and z. We could apply an integral transform again to eliminate the derivative in y. We would be left with an ODE. Once the new equation is solved, we need to express the solution in terms of the original variables and functions. This is done using the inverse integral transform. This is why each transform goes in pair with its inverse. A transform and its inverse form what is called a transform pair. Both are needed when solving an equation. The following flow chart illustrates better than words how integral transforms can be applied. 12.2. INTEGRAL TRANSFORMS: DEFINITIONS AND PROPERTIES 95 Figure 12.1: Using an Integral Transform to Solve a PDE We finish this section by listing some common transforms and their inverse. Transform Interval Transform Inverse Transform 2 [0 ∞) F [ ]= ( )= ∞ ( )cos F −1 [ ]= ( )= ∞ ( )sin Fourier Sine , s f F ω 0 f x ωxdx s F f x 0 F ω ωxdω π 2 ∞ −1 ∞ Fourier Cosine [0, ∞) Fc [f]=F (ω)= f (x)cosωxdx F [F ]=f (x)= F (ω)cosωxdω π 0 c 0 1 ∞ 1 ∞ Fourier (−∞, ∞) F [f]=F (ω)=√ f (x) e−iωxdx F −1 [F ]=f (x)=√ F (ω) eiωxdω 2π −∞ 2π −∞ ∞ 2 L nπx −1 nπx Finite Sine [0,L] Fs [f]=Sn = 0 f (x)sin dx F s [Sn]=f (x)= Sn sin L L n=1 L 2 ∞ [0 ] F [ ]= = L ( )cosnπx F −1 [ ]= ( )= cos nπx Finite Cosine ,L c f Cn 0 f x dx c F f x Cn L L n=1 L ∞ 1 c+i∞ Laplace [0, ∞) L[f]=F (s)= f (x) e−sxdx L−1 [F ]=f (x)= F (s) esxds 0 2πi c−i∞ [0 ∞) [ ]= ( )= ∞ ( ) ( ) −1 [ ]= ( )= ∞ ( ) ( ) Hankel , H f Fn ξ 0 rJn ξr f r dr H Fn f r 0 Jn ξr Fn ξ dξ ∞ 1 c+i∞ Mellin [0, ∞) M [f]=F (s)= xs−1f (x) dx M −1 [F ]=f (x)= x−sf (s) ds 0 2πi c−i∞ Remark 98 For the inverse Laplace and Mellin transforms, c is a real number. Remark 99 For the Hankel transform, Jn is the Bessel function of the first −1 ≥ kind,orordern 2 . We are not going to study all these transforms in detail. In this chapter, we will only study the sine and cosine transforms. In the next two, we will study the Fourier transform. 96 CHAPTER 12. INTEGRAL TRANSFORMS 12.3 Some Properties of the Sine and Cosine Transforms We begin with general properties the Fourier sine and cosine transforms have. We will then give the transform of some standard functions. These properties are very important. They will be used to transform a PDE problem into an easier problem. Proposition 100 All the integral transforms and their inverses in the table above are linear operators. Proof. We prove the result for the Fourier sine transform. The proof for the remaining transforms is left as an exercise. If f and g are two functions and α isarealnumber,weneedtoprovethatFs [f + g]=Fs [f]+Fs [g] and Fs [αf]=αFs [f]. 2 ∞ Fs [f + g]= (f (x)+g (x)) cos ωxdx π 0 2 ∞ = [f (x)cosωx + g (x)cosωx] dx π 0 2 ∞ 2 ∞ = f (x)cosωxdx + g (x)cosωxdx π 0 π 0 = Fs [f]+Fs [g] And 2 ∞ Fs [αf]= (αf (x)) cos ωxdx π 0 2 ∞ = α f (x)cosωxdx π 0 = αFs [f] Proposition 101 (Transforms of derivatives) Let f be a function such that f (x) → 0 and f (x) → 0 as x →∞∞. The following are true: 1. Fs [f ]=−ωFc [f] 2 2 2. Fs [f ]= ωf (0) − ω Fs [f] π −2 3. Fc [f ]= f (0) + ωFs [f] π −2 2 4. Fc [f ]= f (0) − ω Fc [f] π 12.3. SOME PROPERTIES OF THE SINE AND COSINE TRANSFORMS97 Proof. We prove part 1. The remaining parts are left as exercises. For these proofs, we will use integration by parts. Also, recall that to compute an integral ∞ u of the form f (x) dx, we must compute lim f (x) dx.Withthisinmind, a u→∞ a we have ∞ 2 Fs [f ]= (f (x)) cos ωxdx π 0 2 u = lim (f (x)) cos ωxdx π u→∞ 0 u 2 u = lim f (x)sinωx| − ω f (x)cosωxdx (integration by parts) π u→∞ 0 0 2 ∞ = lim f (u)sinωu − f (0) sin 0 − ω f (x)cosωxdx π u→∞ 0 2 ∞ = −ω f (x)cosωxdx π 0 = −ωFc [f] For this computation we also used the fact that lim f (u)sinωu =0since by u→∞ assumption lim f (u)=0and we know that sin ωu is bounded. u→∞ Proposition 102 (Derivatives of transforms) Let f be a function. The fol- lowing are true: d 1. Fc [xf (x)] = Fs [f (x)] dw d 2. Fs [xf (x)] = − Fc [f (x)] dw Proof. We start from the expression on the right and we use Leibniz rule, which we reviewed several chapters earlier (see theorem 31). We have d d 2 ∞ Fs [f (x)] = f (x)sinωxdx dw dw π 0 2 ∞ d = (f (x)sinωx) dx (by Leibniz rule) π 0 dw 2 ∞ = xf (x)cosωxdx π 0 = Fc [xf (x)] We now list the sine and cosine transforms of some standard functions. Be- fore we do so, we introduce some new functions which play a role in the tables we are about to give. 98 CHAPTER 12. INTEGRAL TRANSFORMS Definition 103 We define four important functions. 1. The Heaviside function,denotedH (x − a),isdefinedtobe 0 if x<a H (x − a)= 1 if x ≥ a 2. The Reflected Heaviside function,denotedH (a − x),isdefinedtobe 0 if x>a H (a − x)= 1 if x ≤ a 3. The error function, also called the Gauss error function,denoted erf (x),isdefinedtobe x 2 2 erf (x)=√ e−t dt π 0 4. The complementary error function,denotederf c (x) is defined to be erf c (x)=1− erf (x) ∞ 2 2 = √ e−t dt π x Proposition 104 The following table gives the sine transform pair for some standard functions. ∞ 2 ∞ f (x)= F (ω)sinωxdω F (ω)= f (x)sinωxdx 0 π 0 0 0 1 ω f (ax) F a a 2ω e−ax π (a2 + ω2) 1 2 − 1 2 x 2 πω 2 H (a − x) [1 − cos ωa] πω x−1 1 x e−aω a2 + x2 x 1 e−ω sin ω x4 +4 2 1 − −aω tan−1 a e x 2 ω −x2f (x) F (ω) π 2 x√ 2 1 − e−aω erf c a 2 π ω 12.3. SOME PROPERTIES OF THE SINE AND COSINE TRANSFORMS99 Proposition 105 The following table gives the cosine transform pair for some standard functions. ∞ 2 ∞ f (x)= F (ω)sinωxdω F (ω)= f (x)sinωxdx 0 π 0 0 0 1 ω f (ax) F a a 2a e−ax π (a2 + ω2) 1 2 − 1 2 x 2 πω 2 H (a − x) sin aω πω ω2 2 1 − e−ax √ e 4a πa sin ax H (a − ω) xa e−aω x2 + a2 2 −x2f (x) F (ω) π Finding the Fourier transform of a function is a matter of computing the corresponding integral, which can be hard.
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]
  • 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]
  • 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]
  • 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]
  • Introduction to the Fourier Transform
    Chapter 4 Introduction to the Fourier transform In this chapter we introduce the Fourier transform and review some of its basic properties. The Fourier transform is the \swiss army knife" of mathematical analysis; it is a powerful general purpose tool with many useful special features. In particular the theory of the Fourier transform is largely independent of the dimension: the theory of the Fourier trans- form for functions of one variable is formally the same as the theory for functions of 2, 3 or n variables. This is in marked contrast to the Radon, or X-ray transforms. For simplicity we begin with a discussion of the basic concepts for functions of a single variable, though in some de¯nitions, where there is no additional di±culty, we treat the general case from the outset. 4.1 The complex exponential function. See: 2.2, A.4.3 . The building block for the Fourier transform is the complex exponential function, eix: The basic facts about the exponential function can be found in section A.4.3. Recall that the polar coordinates (r; θ) correspond to the point with rectangular coordinates (r cos θ; r sin θ): As a complex number this is r(cos θ + i sin θ) = reiθ: Multiplication of complex numbers is very easy using the polar representation. If z = reiθ and w = ½eiÁ then zw = reiθ½eiÁ = r½ei(θ+Á): A positive number r has a real logarithm, s = log r; so that a complex number can also be expressed in the form z = es+iθ: The logarithm of z is therefore de¯ned to be the complex number Im z log z = s + iθ = log z + i tan¡1 : j j Re z µ ¶ 83 84 CHAPTER 4.
    [Show full text]
  • 1 Linear System Modeling Using Laplace Transformation
    A Brief Introduction To Laplace Transformation Dr. Daniel S. Stutts Associate Professor of Mechanical Engineering Missouri University of Science and Technology Revised: April 13, 2014 1 Linear System Modeling Using Laplace Transformation Laplace transformation provides a powerful means to solve linear ordinary differential equations in the time domain, by converting these differential equations into algebraic equations. These may then be solved and the results inverse transformed back into the time domain. Tables of Laplace transforms are available to facilitate this operation. Laplace transformation belongs to a general area of mathematics called operational calculus which focuses on the analysis of linear systems. 1.1 Laplace Transformation Laplace transformation belongs to a class of analysis methods called integral transformation which are studied in the field of operational calculus. These methods include the Fourier transform, the Mellin transform, etc. In each method, the idea is to transform a difficult problem into an easy problem. For example, taking the Laplace transform of both sides of a linear, ODE results in an algebraic problem. Solving algebraic equations is usually easier than solving differential equations. The one-sided Laplace transform which we are used to is defined by equation (1), and is valid over the interval [0; 1). This means that the domain of integration includes its left end point. This is why most authors use the term 0− to represent the bottom limit of the Laplace integral. Z 1 L ff(t)g = f(t)e−stdt (1) 0− The key thing to note is that Equation (1) is not a function of time, but rather a function of the Laplace variable s = σ + j!.
    [Show full text]
  • Arxiv:1904.11370V1 [Math.GM] 19 Apr 2019
    NEW INTEGRAL TRANSFORM: SHEHU TRANSFORM A GENERALIZATION OF SUMUDU AND LAPLACE TRANSFORM FOR SOLVING DIFFERENTIAL EQUATIONS SHEHU MAITAMA∗, WEIDONG ZHAO Abstract. In this paper, we introduce a Laplace-type integral transform called the Shehu transform which is a generalization of the Laplace and the Sumudu integral transforms for solving differential equations in the time do- main. The proposed integral transform is successfully derived from the clas- sical Fourier integral transform and is applied to both ordinary and partial differential equations to show its simplicity, efficiency, and the high accuracy. 1. Introduction Historically, the origin of the integral transforms can be traced back to the work of P. S. Laplace in 1780s and Joseph Fourier in 1822. In recent years, differential and integral equations have been solved using many integral transforms ([1]-[11]). The Laplace transform, and Fourier integral transforms are the most commonly used in the literature. The Fourier integral transform [12] was named after the French mathematician Joseph Fourier. Mathematically, Fourier integral transform is defined as: 1 Z 1 z[f(t)] = f(!) = p exp (−i!t) f(t)dt: (1.1) 2π −∞ The Fourier transform have many applications in physics and engineering processes [13]. The Laplace integral transform is similar with the Fourier transform and is defined as: Z 1 $[f(t)] = F (s) = exp (−st) f(t)dt: (1.2) −∞ The Laplace transform is highly efficient for solving some class of ordinary and partial differential equations [14]. By replacing the variable i! with the variable s in Equ.(1.1), the well-known Fourier transform will become a Laplace transform and the vice-versa.
    [Show full text]
  • Chapter 2 Integral Transform
    Chapter 2 Integral Transform 2.1 Introduction Consider pairs of functions related by an expression of the form: ⌢ b F (α) = K(α, x) f (x)dx (2.1-1) ∫a ⌢ The function F (α) is called the integral transform of f(x) by the kernel K(α, x). The operation may also be considered as mapping a function f(x) in x-space into another function ⌢ F (α) in α-space. Figure 2.1-1 depicts the idea behind the application of integral transform. Certain problems can be solved, if at all, in the original coordinates (space). These problems might be solved relatively easily in the transform coordinates. Then, the inverse transform returns the solution from the transform coordinates to the original system. Problem in Relative easy solution Solution in transform space transform space Integral Inverse transform transform Original Difficult solution Solution of problem original problem Figure 2.1-1 Application of integral transform. Two of the most useful of the infinite number of possible transforms are the Laplace transform, ⌢ ∞ F (s) = e−sx f (x)dx (2.1-2) ∫0 and the Fourier transform, ⌢ ∞ F (k) = e−ikx f (x)dx (2.1-3) ∫−∞ Integral transform can be used to reduce the number of independent variables in a partial differential equation by one. Thus, the one-dimensional heat equation or wave equation can ⌢ be transformed into an ordinary differential equation in the transformed function F (α). An ordinary differential equation becomes an algebraic equation in the transformed domain. It is usually easier to solve the resultant equation in the transform space than it is to solve the original equation.
    [Show full text]
  • Use of the Generalized Integral Transform Method for Solving Equation of Mass Transfer in Food Drying
    Proceedings of COBEM 2009 20th International Congress of Mechanical Engineering Copyright © 2009 by ABCM November 15-20, 2009, Gramado, RS, Brazil USE OF THE GENERALIZED INTEGRAL TRANSFORM METHOD FOR SOLVING EQUATION OF MASS TRANSFER IN FOOD DRYING Cristiane Kelly F. da Silva, [email protected] Universidade Federal da Paraíba – UFPB, Laboratório de Energia Solar, Castelo Branco, 58051-970, João Pessoa, Paraíba, Brasil Andréa Samara Santos de Oliveira [email protected] Instituto Federal de Educação, Ciência e Tecnologia do Ceará, Campus Juazeiro do Norte, Av. Plácido Aderaldo Castelo, 1646, Planalto, 63040-000, Juazeiro do Norte, Ceará, Brasil Zaqueu Ernesto da Silva, [email protected] Universidade Federal da Paraíba – UFPB, Laboratório de Energia Solar, Castelo Branco, 58051-970, João Pessoa, Paraíba, Brasil Antônio Carlos Cabral dos Santos, [email protected] Universidade Federal da Paraíba – UFPB, Laboratório de Energia Solar, Castelo Branco, 58051-970, João Pessoa, Paraíba, Brasil Edilma Pereira, [email protected] Universidade Federal da Paraíba – UFPB, Laboratório de Energia Solar, Castelo Branco, 58051-970, João Pessoa, Paraíba, Brasil Abstract. Dried fruit and vegetables have gained commercial importance and their growth on a commercial scale has become an important sector of the agricultural industry. Plots of drying curves are used in the determination of the drying process behavior inside the samples and of the optimal drying conditions, taking into account the quality of the dried product and also the economical aspects. This research was developed with the objective of studying and modeling the phenomenon of the mass transfer in the agricultural products drying process, using the diffusional model (Fick’s Second Law of Diffusion) adapted to infinite flat plate geometry.
    [Show full text]
  • Dictionary of Mathematical Terms
    DICTIONARY OF MATHEMATICAL TERMS DR. ASHOT DJRBASHIAN in cooperation with PROF. PETER STATHIS 2 i INTRODUCTION changes in how students work with the books and treat them. More and more students opt for electronic books and "carry" them in their laptops, tablets, and even cellphones. This is This dictionary is specifically designed for a trend that seemingly cannot be reversed. two-year college students. It contains all the This is why we have decided to make this an important mathematical terms the students electronic and not a print book and post it would encounter in any mathematics classes on Mathematics Division site for anybody to they take. From the most basic mathemat- download. ical terms of Arithmetic to Algebra, Calcu- lus, Linear Algebra and Differential Equa- Here is how we envision the use of this dictio- tions. In addition we also included most of nary. As a student studies at home or in the the terms from Statistics, Business Calculus, class he or she may encounter a term which Finite Mathematics and some other less com- exact meaning is forgotten. Then instead of monly taught classes. In a few occasions we trying to find explanation in another book went beyond the standard material to satisfy (which may or may not be saved) or going curiosity of some students. Examples are the to internet sources they just open this dictio- article "Cantor set" and articles on solutions nary for necessary clarification and explana- of cubic and quartic equations. tion. The organization of the material is strictly Why is this a better option in most of the alphabetical, not by the topic.
    [Show full text]
  • The Laplace Transform L{F(T)} = = )( )( Dttfe Sf
    The Laplace Transform Definition and properties of Laplace Transform, piecewise continuous functions, the Laplace Transform method of solving initial value problems The method of Laplace transforms is a system that relies on algebra (rather than calculus-based methods) to solve linear differential equations. While it might seem to be a somewhat cumbersome method at times, it is a very powerful tool that enables us to readily deal with linear differential equations with discontinuous forcing functions. Definition : Let f (t) be defined for t ≥ 0. The Laplace transform of f (t), denoted by F(s) or L{f (t)}, is an integral transform given by the Laplace integral : ∞ −st L f t F(s) = e f (t) dt { ( )} = ∫0 . Provided that this (improper) integral exists, i.e. that the integral is convergent. The Laplace transform is an operation that transforms a function of t (i.e., a function of time domain ), defined on [0, ∞), to a function of s (i.e., of frequency domain )*. F(s) is the Laplace transform , or simply transform , of f (t). Together the two functions f (t) and F(s) are called a Laplace transform pair . For functions of t continuous on [0, ∞), the above transformation to the frequency domain is one-to-one . That is, different continuous functions will have different transforms. * The kernel of the Laplace transform, e−st in the integrand, is unit-less. Therefore, the unit of s is the reciprocal of that of t. Hence s is a variable denoting (complex) frequency. © 2008 Zachary S Tseng C-1 - 1 1 Example f t F(s) = s : Let ( ) = 1, then s , > 0 .
    [Show full text]