Special Functions

Total Page:16

File Type:pdf, Size:1020Kb

Special Functions Chapter 5 SPECIAL FUNCTIONS Chapter 5 SPECIAL FUNCTIONS table of content Chapter 5 Special Functions 5.1 Heaviside step function - filter function 5.2 Dirac delta function - modeling of impulse processes 5.3 Sine integral function - Gibbs phenomena 5.4 Error function 5.5 Gamma function 5.6 Bessel functions 1. Bessel equation of order ν (BE) 2. Singular points. Frobenius method 3. Indicial equation 4. First solution – Bessel function of the 1st kind 5. Second solution – Bessel function of the 2nd kind. General solution of Bessel equation 6. Bessel functions of half orders – spherical Bessel functions 7. Bessel function of the complex variable – Bessel function of the 3rd kind (Hankel functions) 8. Properties of Bessel functions: - oscillations - identities - differentiation - integration - addition theorem 9. Generating functions 10. Modified Bessel equation (MBE) - modified Bessel functions of the 1st and the 2nd kind 11. Equations solvable in terms of Bessel functions - Airy equation, Airy functions 12. Orthogonality of Bessel functions - self-adjoint form of Bessel equation - orthogonal sets in circular domain - orthogonal sets in annular fomain - Fourier-Bessel series 5.7 Legendre Functions 1. Legendre equation 2. Solution of Legendre equation – Legendre polynomials 3. Recurrence and Rodrigues’ formulae 4. Orthogonality of Legendre polynomials 5. Fourier-Legendre series 6. Integral transform 5.8 Exercises Chapter 5 SPECIAL FUNCTIONS Chapter 5 SPECIAL FUNCTIONS Introduction In this chapter we summarize information about several functions which are widely used for mathematical modeling in engineering. Some of them play a supplemental role, while the others, such as the Bessel and Legendre functions, are of primary importance. These functions appear as solutions of boundary value problems in physics and engineering. The survey of special functions presented here is not complete – we focus only on functions which are needed in this class. We study how these functions are defined, their main properties and some applications. Chapter 5 SPECIAL FUNCTIONS 5.1 Heaviside Step Function 5.1 Heaviside Function (unit step function) The Heaviside step function has only two values: 0 and 1 with a jump at x = 0 : 0 x < 0 H ()x = (1) 1 x > 0 Graphically it can be shown as: > plot(Heaviside(x),x=-3..3,discont=true); H ( x) Shifting of the step function along the x-axis: 0 x < a H ()x − a = (2) 1 x < a > plot(Heaviside(x-2),x=-1..4,discont=true); H ( x2− ) filter function The filter function can be constructed in terms of the step function: 0 x < a F()()()x,a,b = H x − a − H x − b = 1 a < x < b (3) 0 x > b It cuts the values of functions to zero outside of the interval []a,b : > F(x,1,3):=Heaviside(x-1)-Heaviside(x-3); > plot(g(x)*F(x,1,3),x=-1..5,discont=true); g ( xFx,1,3)⋅ ( ) The Heaviside step function is used for the modeling of a sudden increase of some quantity in the system (for example, a unit voltage is suddenly introduced into an electric circuit) – we call this sudden increase a spontaneous source. Chapter 5 SPECIAL FUNCTIONS 5.2 Dirac Function (delta function) The Dirac delta function δ (x) is not a function in the traditional sense – it is rather a distribution – a linear operator defined by two properties. The first describes its values to be zero everywhere except at x = 0 where the value is infinite: ∞ x = 0 δ ()x = (4) 0 x ≠ 0 The second property provides the unit area under the graph of the delta function: b ∫δ ()x dx = 1 where a < 0 and b > 0 a The delta function is vanishingly narrow at x = 0 but nevertheless encloses a finite area. It is also known as the unit impulse function. The Dirac delta function can be treated as the limit of the sequence of the following functions: a) rectangular functions: H ( xh+ )(−− Hxh ) δ ()x== lim Sh () x lim h0→→ h0 2h b) Gauss distribution functions: x2 − 1 σ 2 δ ()x ==lim Gσ () x lim e σσ→→00σπ c) triangle functions: 0x<− h −x1 +−≤<hx0 h2 h δ (x) = limδ h (x) δh ()x = h→0 x1 +≤≤0xh h2 h 0xh> d) Cauchy density (distribution) functions: n δ ()x== lim Dn lim nn→∞ →∞ π ()1nx+ 22 e) sine functions: sin nx δ ()x = lim n→∞ πx Chapter 5 SPECIAL FUNCTIONS Properties 1) Extension of the interval of integration to all real numbers still keeps the unit area under the graph of the delta function: ∞ ∫δ ()x dx = 1 −∞ 2) The Dirac delta function is a generalized derivative of the Heaviside step function: dH (x) δ ()x = dx It can be obtained from the consideration of the integral from the definition of the delta function with variable upper limit. It is obvious, that x 0 x < 0 ∫δ ()t dt = = H (x ) −∞ 1 x > 0 Therefore, the step function is formally an antiderivative of the delta function which now can be interpreted as a derivative of a discontinuous function. 3) Shifting in x : ∞ x = a δ ()x − a = 0 x ≠ a a+c ∫δ ()x − a dx = 1, c > 0 a−c 4) Symmetry: δδ(−=x) ( x) δδ( x − aax) =−( ) 5) Derivatives: 1 δ ′()x = − δ ()x x The derivative can be defined as a limit of triangle functions and interpreted as a pure torque in mechanics. The higher order derivatives of the delta function are: k! δ ()k ()x = (− 1 )k δ ()x k1,2,...= xk 6) Scaling: 1 δ ()ax = δ ()x for a ≠ 0 a 7) There are some important properties of the delta function which reflect its application to other functions. If f (x) is continuous at x = a , then f (x)δ (x − a) = f (a)δ (x − a) c ∫ f ()(x δ x − a )dx = f ()a b < a < c b ∞ ∫ f ()(x δ x − a )dx = f ()a −∞ x ∫ f ()t δ (t − a )dt = f (a )H (x − a ) x0 ≤ a x0 Chapter 5 SPECIAL FUNCTIONS Integration with derivatives of the delta function (integration by parts): ∞∞ ∞ fxδδ′ xdxfx=− x f′′ x δ xdx =− f 0 ∫∫() () () ()−∞ () () () −∞ −∞ ∞∞ ∞ f xδδ′′′′′′′′ xdx=− f x x f x δ xdx =−−= f 0′ f 0 ∫∫() () () ()−∞ () () () () −∞ −∞ 8) Laplace transform: ∞ L{}δ ()x = ∫ e−sxδ ()x dx = 1 0 ∞ L{}δ ()x − a = ∫ e−sxδ ()x − a dx = e−as a > 0 0 9) Fourier transform: ∞ F{}δ ()x − a = ∫ e−iωxδ ()x − a dx = e−iaω a > 0 −∞ Applications The delta function is applied for modeling of impulse processes. For example, the unit volumetric heat source applied instantaneously at time t = 0 is described in the Heat Equation by the delta function: ∂u − k∇2u = δ ()t ∂t If the unit impulse source is located at the point r = r0 and releases all energy instantaneously at time t = t0 , then the Heat Equation has a source ∂u − k∇2u = δ ()()t − t δ r − r ∂t 0 0 Impulse models are used for calculation of the Green’s function for non- homogeneous DE. The other interpretation of the delta function δ ()t − t0 as a force applied instantaneously at time t = t0 yielding an impulse of unit magnitude. Example Consider IVP: unit impulse is imposed on a dynamical system initially at rest at t = 5 : y′′ + 9 y = δ (t − 5) initial conditions: y(0) = 0 y′(0) = 0 Solution: Apply the Laplace transform to the given initial value problem (use the property of the Laplace transform): s 2Y + 9Y = e−5s Solve the algebraic equation forY : e−5s Y = s2 + 9 The inverse Laplace transform yields a solution of IVP: 1 y()t = H ()()t − 5 sin 3 t − 5 3 The graph of the solution shows that the system was at rest until the time t = 5 , when an impulse force was applied yielding periodic oscillations. Chapter 5 SPECIAL FUNCTIONS 5.3 Sine Integral Function The sine integral function is defined by the formula: x sint Si( x ) = ∫ dt x ∈ ()− ∞,∞ (5) 0 t The integrand can be expanded in Taylor series and then integrated term by term yielding a series representation of the sine integral function: ∞ (− 1)n x2n+1 Si()x = ∑ (6) n=0 ()()2n + 1 2n + 1 ! Graphically it can be shown as: > plot(Si(x),x=-25..25); Si( x) The limiting values of the sine integral function are determined by the Dirichlet integral ∞ sinω π ∫ dω = 0 ω 2 which was obtained in Section 3.5 (Remark 3.7, p.227) as a particular case of the Fourier transformation of the step function. In Chapter 3, we discussed connection of Gibbs phenomena in the Fourier series approximations of functions with jumps and the properties of sine integral function. Chapter 5 SPECIAL FUNCTIONS 5.4 Error Function The error function is the integral of the Gauss density function x 2 2 erf ( x ) = ∫ e−t dt x ∈ ()− ∞,∞ (7) π 0 > plot(erf(x),x=-4..4); erf ( x ) The complimentary error function is defined as ∞ 2 2 erfc( x ) = 1 − erf ()x = ∫e−t dt (8) π x > plot(erfc(x),x=-4..4); erfc( x ) Series expansion of the error function: 2 ∞ (− 1)n x2n+1 erf ()x = ∑ π n=0 n! ()2n + 1 Derivatives of the error function: d 2 2 erf ()x = e −x dx π 2 d − 4x 2 erf ()x = e −x dx 2 π Chapter 5 SPECIAL FUNCTIONS 5.5 Gamma Function Definition The Gamma function appears in many integral or series representations of special functions. Gamma was introduced by Leonard Euler in 1729 who investigated the integral function 1 q ∫ x p ()1xdx− p,q∈ 0 which for natural values p,q∈ is equal to p!q! ()pq1!++ With some transformation of this integral and taking the limits, Euler ended up with the result 1 n ∫ ()−ln x dx=≡ n!Γ () n + 1 0 Later, the gamma function was defined by the improper integral which converges for all x except of 0 and negative integers (Euler, 1781): ∞ Γ ()x = ∫ e−tt x−1dt (9) 0 > plot(GAMMA(x),x=-5..4); Γ ()x Properties: a) Γ (x + 1) = xΓ (x) (10) ∞ Γ (x + 1) = ∫ e−tt ()x+1 −1dt 0 ∞ = ∫ e−tt xdt 0 ∞ = −∫t xde−t 0 ∞ ∞ = − t xe−t + e−t dt x (limt xe−t = 0 ) 0 ∫ t→∞ 0 ∞ = x∫ e−tt x−1dt 0 = xΓ (x) Chapter 5 SPECIAL FUNCTIONS b) When x = n is a natural number then Γ (n) = (n − 1)! n = 1,2,3,..
Recommended publications
  • Mathematics 412 Partial Differential Equations
    Mathematics 412 Partial Differential Equations c S. A. Fulling Fall, 2005 The Wave Equation This introductory example will have three parts.* 1. I will show how a particular, simple partial differential equation (PDE) arises in a physical problem. 2. We’ll look at its solutions, which happen to be unusually easy to find in this case. 3. We’ll solve the equation again by separation of variables, the central theme of this course, and see how Fourier series arise. The wave equation in two variables (one space, one time) is ∂2u ∂2u = c2 , ∂t2 ∂x2 where c is a constant, which turns out to be the speed of the waves described by the equation. Most textbooks derive the wave equation for a vibrating string (e.g., Haber- man, Chap. 4). It arises in many other contexts — for example, light waves (the electromagnetic field). For variety, I shall look at the case of sound waves (motion in a gas). Sound waves Reference: Feynman Lectures in Physics, Vol. 1, Chap. 47. We assume that the gas moves back and forth in one dimension only (the x direction). If there is no sound, then each bit of gas is at rest at some place (x,y,z). There is a uniform equilibrium density ρ0 (mass per unit volume) and pressure P0 (force per unit area). Now suppose the gas moves; all gas in the layer at x moves the same distance, X(x), but gas in other layers move by different distances. More precisely, at each time t the layer originally at x is displaced to x + X(x,t).
    [Show full text]
  • Cylindrical Waves Guided Waves
    Cylindrical Waves Guided Waves Cylindrical Waves Daniel S. Weile Department of Electrical and Computer Engineering University of Delaware ELEG 648—Waves in Cylindrical Coordinates D. S. Weile Cylindrical Waves 2 Guided Waves Cylindrical Waveguides Radial Waveguides Cavities Cylindrical Waves Guided Waves Outline 1 Cylindrical Waves Separation of Variables Bessel Functions TEz and TMz Modes D. S. Weile Cylindrical Waves Cylindrical Waves Guided Waves Outline 1 Cylindrical Waves Separation of Variables Bessel Functions TEz and TMz Modes 2 Guided Waves Cylindrical Waveguides Radial Waveguides Cavities D. S. Weile Cylindrical Waves Separation of Variables Cylindrical Waves Bessel Functions Guided Waves TEz and TMz Modes Outline 1 Cylindrical Waves Separation of Variables Bessel Functions TEz and TMz Modes 2 Guided Waves Cylindrical Waveguides Radial Waveguides Cavities D. S. Weile Cylindrical Waves Separation of Variables Cylindrical Waves Bessel Functions Guided Waves TEz and TMz Modes The Scalar Helmholtz Equation Just as in Cartesian coordinates, Maxwell’s equations in cylindrical coordinates will give rise to a scalar Helmholtz Equation. We study it first. r2 + k 2 = 0 In cylindrical coordinates, this becomes 1 @ @ 1 @2 @2 ρ + + + k 2 = 0 ρ @ρ @ρ ρ2 @φ2 @z2 We will solve this by separating variables: = R(ρ)Φ(φ)Z(z) D. S. Weile Cylindrical Waves Separation of Variables Cylindrical Waves Bessel Functions Guided Waves TEz and TMz Modes Separation of Variables Substituting and dividing by , we find 1 d dR 1 d2Φ 1 d2Z ρ + + + k 2 = 0 ρR dρ dρ ρ2Φ dφ2 Z dz2 The third term is independent of φ and ρ, so it must be constant: 1 d2Z = −k 2 Z dz2 z This leaves 1 d dR 1 d2Φ ρ + + k 2 − k 2 = 0 ρR dρ dρ ρ2Φ dφ2 z D.
    [Show full text]
  • Appendix a FOURIER TRANSFORM
    Appendix A FOURIER TRANSFORM This appendix gives the definition of the one-, two-, and three-dimensional Fourier transforms as well as their properties. A.l One-Dimensional Fourier Transform If we have a one-dimensional (1-D) function fix), its Fourier transform F(m) is de­ fined as F(m) = [ f(x)exp( -2mmx)dx, (A.l.l) where m is a variable in the Fourier space. Usually it is termed the frequency in the Fou­ rier domain. If xis a variable in the spatial domain, miscalled the spatial frequency. If x represents time, then m is the temporal frequency which denotes, for example, the colour of light in optics or the tone of sound in acoustics. In this book, we call Eq. (A.l.l) the inverse Fourier transform because a minus sign appears in the exponent. Eq. (A.l.l) can be symbolically expressed as F(m) =,r 1{Jtx)}. (A.l.2) where ~-~denotes the inverse Fourier transform in Eq. (A.l.l). Therefore, the direct Fourier transform in this case is given by f(x) = r~ F(m)exp(2mmx)dm, (A.1.3) which can be symbolically rewritten as fix)= ~{F(m)}. (A.l.4) Substituting Eq. (A.l.2) into Eq. (A.l.4) results in 200 Appendix A ftx) = 1"1"-'{.ftx)}. (A.l.5) Therefore we have the following unity relation: ,.,... = l. (A.l.6) It means that performing a direct Fourier transform and an inverse Fourier transform of a function.ftx) successively leads to no change. Using the identity exp(ix) = cosx + isinx and Eq.
    [Show full text]
  • Chapter 9 Some Special Functions
    Chapter 9 Some Special Functions Up to this point we have focused on the general properties that are associated with uniform convergence of sequences and series of functions. In this chapter, most of our attention will focus on series that are formed from sequences of functions that are polynomials having one and only one zero of increasing order. In a sense, these are series of functions that are “about as good as it gets.” It would be even better if we were doing this discussion in the “Complex World” however, we will restrict ourselves mostly to power series in the reals. 9.1 Power Series Over the Reals jIn this section,k we turn to series that are generated by sequences of functions :k * ck x k0. De¿nition 9.1.1 A power series in U about the point : + U isaseriesintheform ;* n c0 cn x : n1 where : and cn, for n + M C 0 , are real constants. Remark 9.1.2 When we discuss power series, we are still interested in the differ- ent types of convergence that were discussed in the last chapter namely, point- 3wise, uniform and absolute. In this context, for example, the power series c0 * :n t U n1 cn x is said to be3pointwise convergent on a set S 3if and only if, + * :n * :n for each x0 S, the series c0 n1 cn x0 converges. If c0 n1 cn x0 369 370 CHAPTER 9. SOME SPECIAL FUNCTIONS 3 * :n is divergent, then the power series c0 n1 cn x is said to diverge at the point x0.
    [Show full text]
  • The Laplace Transform of the Modified Bessel Function K( T± M X) Where
    THE LAPLACE TRANSFORM OF THE MODIFIED BESSEL FUNCTION K(t±»>x) WHERE m-1, 2, 3, ..., n by F. M. RAGAB (Received in revised form 13th August 1963) 1. Introduction In the present paper we determine the Laplace transforms of the modified ±m Bessel function of the second kind Kn(t x), where m is any positive integer. The Laplace transforms are given in (2) and (4) below, p being the transform parameter and having positive real part. The formulae to be established are as follows (l)-(4): f Jo 2m-1 2\-~ -i-,lx 2m 2m 2m J k + v - 2 2m (2m)2mx2 v+1 v + 2 v + 2m (1) 2m 2m 2m where R(k±nm)>0 and x is taken for simplicity to be real and positive" When m = 1, x may be taken to be complex with real part greater than 1. The asterisk in the generalised hypergeometric function denotes that the . 2m . ., v+1 v + 2 v + 2m . factor =— m th e parametert s , , ..., is omitted; m is a positive 2m 2m 2m 2m integer. m m 1 e~"'Kn(t x)dt = 2 ~ V f V J ±l - 2m-l 2 2m 2m 2m 2m J 2m v+1 n v+1. 4p ' 2 2m 2 1m"' (2m)2mx2 2r2m+l v+1 v+2 v + 2m (2) _ 2m 2m ~lm~ E.M.S.—Y Downloaded from https://www.cambridge.org/core. 02 Oct 2021 at 05:34:47, subject to the Cambridge Core terms of use. 326 F. M. RAGAB where m is a positive integer, R(± mn +1)>0 and R(p) > 0; x is taken to be rea and positive and the asterisk has the same meaning as before.
    [Show full text]
  • Non-Classical Integrals of Bessel Functions
    J. Austral. Math. Soc. (Series E) 22 (1981), 368-378 NON-CLASSICAL INTEGRALS OF BESSEL FUNCTIONS S. N. STUART (Received 14 August 1979) (Revised 20 June 1980) Abstract Certain definite integrals involving spherical Bessel functions are treated by relating them to Fourier integrals of the point multipoles of potential theory. The main result (apparently new) concerns where /,, l2 and N are non-negative integers, and r, and r2 are real; it is interpreted as a generalized function derived by differential operations from the delta function 2 fi(r, — r^. An ancillary theorem is presented which expresses the gradient V "y/m(V) of a spherical harmonic function g(r)YLM(U) in a form that separates angular and radial variables. A simple means of translating such a function is also derived. 1. Introduction Some of the best-known differential equations of mathematical physics lead to Fourier integrals that involve Bessel functions when, for instance, they are solved under conditions of rotational symmetry about a centre. As long as the integrals are absolutely convergent they are amenable to the classical analysis of Watson's standard treatise, but a calculus of wider serviceability can be expected from the theory of generalized functions. This paper identifies a class of Bessel-function integrals that are Fourier integrals of derivatives of the Dirac delta function in three dimensions. They arise in the practical context of manipulating special functions-notably when changing the origin of the polar coordinates, for example, in order to evaluate so-called two-centre integrals and ©Copyright Australian Mathematical Society 1981 368 Downloaded from https://www.cambridge.org/core.
    [Show full text]
  • Radial Functions and the Fourier Transform
    Radial functions and the Fourier transform Notes for Math 583A, Fall 2008 December 6, 2008 1 Area of a sphere The volume in n dimensions is n n−1 n−1 vol = d x = dx1 ··· dxn = r dr d ω. (1) Here r = |x| is the radius, and ω = x/r it a radial unit vector. Also dn−1ω denotes the angular integral. For instance, when n = 2 it is dθ for 0 ≤ θ ≤ 2π, while for n = 3 it is sin(θ) dθ dφ for 0 ≤ θ ≤ π and 0 ≤ φ ≤ 2π. The radial component of the volume gives the area of the sphere. The radial directional derivative along the unit vector ω = x/r may be denoted 1 ∂ ∂ ∂ ωd = (x1 + ··· + xn ) = . (2) r ∂x1 ∂xn ∂r The corresponding spherical area is ωdcvol = rn−1 dn−1ω. (3) Thus when n = 2 it is (1/r)(x dy−y dx) = r dθ, while for n = 3 it is (1/r)(x dy dz+ y dz dx + x dx dy) = r2 sin(θ) dθ dφ. The divergence theorem for the ball Br of radius r is thus Z Z div v dnx = v · ω rn−1dn−1ω. (4) Br Sr Notice that if one takes v = x, then div x = n, while x · ω = r. This shows that n n times the volume of the ball is r times the surface areaR of the sphere. ∞ z −t dt Recall that the Gamma function is defined by Γ(z) = 0 t e t . It is easy to show that Γ(z + 1) = zΓ(z).
    [Show full text]
  • Unified Bessel, Modified Bessel, Spherical Bessel and Bessel-Clifford Functions
    Unified Bessel, Modified Bessel, Spherical Bessel and Bessel-Clifford Functions Banu Yılmaz YAS¸AR and Mehmet Ali OZARSLAN¨ Eastern Mediterranean University, Department of Mathematics Gazimagusa, TRNC, Mersin 10, Turkey E-mail: [email protected]; [email protected] Abstract In the present paper, unification of Bessel, modified Bessel, spherical Bessel and Bessel- Clifford functions via the generalized Pochhammer symbol [ Srivastava HM, C¸etinkaya A, Kıymaz O. A certain generalized Pochhammer symbol and its applications to hypergeometric functions. Applied Mathematics and Computation, 2014, 226 : 484-491] is defined. Several potentially useful properties of the unified family such as generating function, integral representation, Laplace transform and Mellin transform are obtained. Besides, the unified Bessel, modified Bessel, spherical Bessel and Bessel- Clifford functions are given as a series of Bessel functions. Furthermore, the derivatives, recurrence relations and partial differential equation of the so-called unified family are found. Moreover, the Mellin transform of the products of the unified Bessel functions are obtained. Besides, a three-fold integral representation is given for unified Bessel function. Some of the results which are obtained in this paper are new and some of them coincide with the known results in special cases. Key words Generalized Pochhammer symbol; generalized Bessel function; generalized spherical Bessel function; generalized Bessel-Clifford function 2010 MR Subject Classification 33C10; 33C05; 44A10 1 Introduction Bessel function first arises in the investigation of a physical problem in Daniel Bernoulli's analysis of the small oscillations of a uniform heavy flexible chain [26, 37]. It appears when finding separable solutions to Laplace's equation and the Helmholtz equation in cylindrical or spherical coordinates.
    [Show full text]
  • Bessel Functions and Their Applications
    Bessel Functions and Their Applications Jennifer Niedziela∗ University of Tennessee - Knoxville (Dated: October 29, 2008) Bessel functions are a series of solutions to a second order differential equation that arise in many diverse situations. This paper derives the Bessel functions through use of a series solution to a differential equation, develops the different kinds of Bessel functions, and explores the topic of zeroes. Finally, Bessel functions are found to be the solution to the Schroedinger equation in a situation with cylindrical symmetry. 1 INTRODUCTION 0 0 X 2 n+s−1 (xy ) = an(n + s) x n=0 While special types of what would later be known as 1 0 0 X 2 n+s Bessel functions were studied by Euler, Lagrange, and (xy ) = an(n + s) x the Bernoullis, the Bessel functions were first used by F. n=0 W. Bessel to describe three body motion, with the Bessel functions appearing in the series expansion on planetary When the coefficients of the powers of x are organized, we perturbation [1]. This paper presents the Bessel func- find that the coefficient on xs gives the indicial equation tions as arising from the solution of a differential equa- s2 − ν2 = 0; =) s = ±ν, and we develop the general tion; an equation which appears frequently in applica- formula for the coefficient on the xs+n term: tions and solutions to physical situations [2] [3]. Fre- quently, the key to solving such problems is to recognize an−2 the form of this equation, thus allowing employment of an = − (3) (n + s)2 − ν2 the Bessel functions as solutions.
    [Show full text]
  • Circular Waveguides Circular Waveguides Introduction
    Circular Waveguides Circular waveguides Introduction Waveguides can be simply described as metal pipes. Depending on their cross section there are rectangular waveguides (described in separate tutorial) and circular waveguides, which cross section is simply a circle. This tutorial is dedicated to basic properties of circular waveguides. For properties visualisation the electromagnetic simulations in QuickWave software are used. All examples used here were prepared in free CAD QW-Modeller for QuickWave and the models preparation procedure is described in separate documents. All examples considered herein are included in the QW-Modeller and QuickWave STUDENT Release installation as both, QW-Modeller and QW-Editor projects. Table of Contents CUTOFF FREQUENCY ........................................................................................................................................ 2 PROPAGATION MODES IN CIRCULAR WAVEGUIDE ........................................................................................... 5 MODE TE11........................................................................................................................................................ 5 MODE TM01 ...................................................................................................................................................... 9 1 www.qwed.eu Circular Waveguides Cutoff frequency Similarly as in the case of rectangular waveguides, propagation in circular waveguides is determined by a cutoff frequency. The cutoff frequency
    [Show full text]
  • Notes on Special Functions
    Spring 2005 1 Notes on Special Functions Francis J. Narcowich Department of Mathematics Texas A&M University College Station, TX 77843-3368 Introduction These notes are for our classes on special functions. The elementary functions that appear in the first few semesters of calculus – powers of x, ln, sin, cos, exp, etc. are not enough to deal with the many problems that arise in science and engineering. Special function is a term loosely applied to additional functions that arise frequently in applications. We will discuss three of them here: Bessel functions, the gamma function, and Legendre polynomials. 1 Bessel Functions 1.1 A heat flow problem Bessel functions come up in problems with circular or spherical symmetry. As an example, we will look at the problem of heat flow in a circular plate. This problem is the same as the one for diffusion in a plate. By adjusting our units of length and time, we may assume that the plate has a unit radius. Also, we may assume that certain physical constants involved are 1. In polar coordinates, the equation governing the temperature at any point (r, θ) and any time t is the heat equation, ∂u 1 ∂ ∂u 1 ∂2u = r + 2 2 . (1) ∂t r ∂r³ ∂r ´ r ∂θ By itself, this equation only represents the energy balance in the plate. Two more pieces of information are necessary for us to be able to determine the temperature: the initial temperature, u(0, r, θ)= f(r, θ), and the temperature at the boundary, u(t, 1, θ), which we will assume to be 0.
    [Show full text]
  • The Calculus of Trigonometric Functions the Calculus of Trigonometric Functions – a Guide for Teachers (Years 11–12)
    1 Supporting Australian Mathematics Project 2 3 4 5 6 12 11 7 10 8 9 A guide for teachers – Years 11 and 12 Calculus: Module 15 The calculus of trigonometric functions The calculus of trigonometric functions – A guide for teachers (Years 11–12) Principal author: Peter Brown, University of NSW Dr Michael Evans, AMSI Associate Professor David Hunt, University of NSW Dr Daniel Mathews, Monash University Editor: Dr Jane Pitkethly, La Trobe University Illustrations and web design: Catherine Tan, Michael Shaw Full bibliographic details are available from Education Services Australia. Published by Education Services Australia PO Box 177 Carlton South Vic 3053 Australia Tel: (03) 9207 9600 Fax: (03) 9910 9800 Email: [email protected] Website: www.esa.edu.au © 2013 Education Services Australia Ltd, except where indicated otherwise. You may copy, distribute and adapt this material free of charge for non-commercial educational purposes, provided you retain all copyright notices and acknowledgements. This publication is funded by the Australian Government Department of Education, Employment and Workplace Relations. Supporting Australian Mathematics Project Australian Mathematical Sciences Institute Building 161 The University of Melbourne VIC 3010 Email: [email protected] Website: www.amsi.org.au Assumed knowledge ..................................... 4 Motivation ........................................... 4 Content ............................................. 5 Review of radian measure ................................. 5 An important limit ....................................
    [Show full text]