Appendix A. Basic Mathematical Concepts

Total Page:16

File Type:pdf, Size:1020Kb

Appendix A. Basic Mathematical Concepts Appendix A. Basic Mathematical Concepts A.1 Hilbert and Banach Spaces (a) Hilbert Spaces Let X be a real vector space. An inner product on X is a function X×X → R, denoted by (u, v), that satisfies the following properties: (i) (u, v)=(v, u) for all u, v ∈ X; (ii) (αu + βv,w)=α(u, w)+β(v, w) for all α, β ∈ R and all u, v, w ∈ X; (iii) (u, u) ≥ 0 for all u ∈ X; (iv) (u, u) = 0 implies u =0. Two elements u, v ∈ X are said to be orthogonal in X if (u, v) = 0. The inner product (u, v) defines a norm on X by the relation u =(u, u)1/2 for all u ∈ X. The distance between two elements u, v ∈ X is the positive number u − v . A Cauchy sequence in X is a sequence {uk | k =0, 1,...} of elements of X that satisfies the following property: for each positive number ε>0, there exists an integer N = N(ε) > 0 such that the distance uk − um between any two elements of the sequence is smaller than ε provided both k and m are larger than N(ε). A sequence in X is said to converge to an element u ∈ X if the distance uk − u tends to 0 as k tends to ∞. A Hilbert space is a vector space equipped with an inner product for which all the Cauchy sequences are convergent. Examples n n (i) R endowed with the Euclidean product (u, v)= uivi is a finite- i=1 dimensional Hilbert space. 490 Appendix A. Basic Mathematical Concepts (ii) If [a, b] ⊂ R is an interval, the space L2(a, b) (see (A.6)) is an infinite- dimensional Hilbert space for the inner product b (u, v)= u(x)v(x)dx. a If X is a complex vector space, the inner product on X will be a complex- valued function. Then condition (i) has to be replaced by (i) (u, v)=(v, u) for all u, v ∈ X. (b) Banach Spaces The concept of Banach space extends that of Hilbert space. Given a vector space X,anorm on X is a function X → R, denoted by u , that satisfies the following properties: u + v ≤ u + v for all u, v ∈ X ; λu = |λ| u for all u ∈ X, and all λ ∈ R ; u ≥0 for all u ∈ X ; u =0 ifandonlyifu =0. A Banach space is a vector space equipped with a norm for which all the Cauchy sequences are convergent. Examples $ % n 1/p n p (i) R endowed with the norm u = |ui| (with 1 ≤ p<+∞)is i=1 a finite-dimensional Banach space. (ii) If [a, b] ⊂ R is an interval and 1 ≤ p<+∞,thespaceLp(a, b)(see again (A.6)) is an infinite-dimensional Banach space for the norm $ %1/p b u = |u(x)|pdx . a (c) Dual Spaces Let X be a Hilbert or a Banach space. A linear form F : X → R is said to be continuous if there exists a constant C>0 such that |F (u)|≤C u for all u ∈ X. A.2 The Cauchy-Schwarz Inequality 491 The set of all the linear continuous forms on X is a vector space. We can define a norm on this space by setting F (u) F X =sup . u∈X u u=0 The vector space of all the linear continuous forms on X is called the dual space of X and is denoted by X. Endowed with the previous norm, it is itself a Banach space. The bilinear form from X × X into R defined by F, u = F (u) is called the duality pairing between X and X. (d) The Riesz Representation Theorem If X is a Hilbert space, the dual space X can be canonically identified with X (hence, it is a Hilbert space). In fact, the Riesz representation theorem states that for each linear continuous form F on X, there exists a unique element u ∈ X such that F, v =(u, v) for all v ∈ X. Moreover, F X = u X. The Lax-Milgram Theorem (A.3) extends this result to the case in which (u, v) is replaced by a non-symmetric bilinear form a(u, v). A.2 The Cauchy-Schwarz Inequality Let X be a Hilbert space, endowed with the inner product (u, v)andthe associated norm u (see (A.1.a)). The Cauchy-Schwarz inequality states that |(u, v)|≤ u v for all u, v ∈ X. Of particular importance in the analysis of numerical methods for partial differential equations is the Cauchy-Schwarz inequality in the Lebesgue space L2(Ω), where Ω is a domain in Rn (see (A.9.h)). The previous inequality becomes: 1/2 1/2 2 2 u(x)v(x)dx ≤ u (x)dx v (x)dx Ω Ω Ω for all functions u, v ∈ L2(Ω). 492 Appendix A. Basic Mathematical Concepts A.3 The Lax-Milgram Theorem Let V be a real Hilbert space (see (A.1.a)). Let a : V × V → R be a bilinear continuous form on V , i.e., a satisfies (i) a(λu + µv, w)=λa(u, w)+µa(v, w)and a(u, λv + µw)=λa(u, v)+µa(u, w) for all u, v, w ∈ V and all λ, µ ∈ R; (ii) there exists a constant β>0 such that |a(u, v)|≤β u V v V for all u, v ∈ V . Assume that the form a is V -coercive,orV -elliptic, i.e., (iii) there exists a constant α>0 such that ≥ 2 ∈ a(u, u) α u V for all u V. Then for each form F ∈ V (the dual space of V , see (A.1.c)), there exists a unique solution u ∈ V to the variational problem a(u, v)=F (v) for all v ∈ V. Moreover, the following inequality holds: 1 u ≤ F . V α V A.4 Dense Subspace of a Normed Space Let X be a Hilbert or a Banach space with norm v .LetS ⊂ X be a sub- space of X. S is said to be dense in X if for each element v ∈ X there exists a sequence {vn | n =0, 1,...} of elements vn ∈ S, such that v − vn −→0asn −→ ∞ . Thus, each element of X can be approximated arbitrarily well by elements of S, in the distance induced by the norm of X. For example, the subspace C0([a, b]) of the continuous functions on a bounded, closed interval [a, b] of the real line, is dense in L2(a, b), the space of the measurable square-integrable functions on (a, b). Indeed, for each function v ∈ L2(a, b)andeachn>0, one can find a continuous function 0 vn ∈ C ([a, b]) such that b | − |2 ≤ 1 v(x) vn(x) dx 2 . a n A.6 The Spaces Lp(Ω), 1 ≤ p ≤ +∞ 493 A.5 The Spaces Cm(Ω), m ≥ 0 Let Ω be an open subset of Rd, with sufficiently smooth boundary. Let us denote by Ω the closure of Ω. For each multi-index α =(α1,...,αd)of | | ··· α |α| α1 αd nonnegative integers, set α = α1 + + αd and D v = ∂ v/∂x1 ...∂xd . We denote by Cm(Ω) the vector space of the functions v : Ω → R such that for each multi-index α with 0 ≤|α|≤m, Dαv exists and is continuous on Ω. Since a continuous function on a closed, bounded set is bounded there, one can set | α | v Cm(Ω) =supsup D v(x) . 0≤|α|≤m x∈Ω This is a norm for which Cm(Ω) is a Banach space (see (A.1.b)). The space C∞(Ω) is the space of the infinitely differentiable functions on Ω. Thus, a function v belongs to C∞(Ω) if and only if it belongs to Cm(Ω) for all m>0. A.6 The Spaces Lp(Ω), 1 ≤ p ≤ +∞ Let Ω denote a bounded, open domain in Rd,ford ≥ 1. For p<+∞,wedenoteby Lp(Ω) the space of the measurable functions → R | |p ∞ u : Ω such that Ω u(x) dx < + . It is a Banach space for the norm 1/p p u Lp(Ω) = |u(x)| dx . Ω Let L∞(Ω) be the Banach space of the measurable functions u : Ω → R that are bounded outside a set of measure zero, equipped with the norm u L∞(Ω) = ess sup |u(x)| . x∈Ω The space L2(Ω) is a Hilbert space for the inner product (u, v)= u(x)v(x)dx , Ω which induces the norm 1/2 2 u L2(Ω) = |u(x)| dx . Ω One can define spaces Lp(Ω) of complex functions in a straight-forward man- ner. 494 Appendix A. Basic Mathematical Concepts A.7 Infinitely Differentiable Functions and Distributions d Let Ω be a bounded, open domain in R ,ford =1, 2or3.Ifα =(α1,...,αd) is a multi-index of nonnegative integers, let us set ∂α1+···+αd v Dαv = . α1 ··· αd ∂x1 ∂xd We denote by D(Ω) the vector space of all the infinitely differentiable func- tions φ : Ω → R, for which there exists a closed set K ⊂ Ω such that φ ≡ 0 outside K. We say that a sequence of functions φn ∈ D(Ω) converges in D(Ω)to a function φ ∈ D(Ω)asn →∞, if there exists a common closed set K ⊂ Ω α α such that all the φn vanish outside K,andD φn → D φ uniformly on K as n →∞, for all multi-indices α.
Recommended publications
  • Finite Difference and Discontinuous Galerkin Methods for Wave Equations
    Digital Comprehensive Summaries of Uppsala Dissertations from the Faculty of Science and Technology 1522 Finite Difference and Discontinuous Galerkin Methods for Wave Equations SIYANG WANG ACTA UNIVERSITATIS UPSALIENSIS ISSN 1651-6214 ISBN 978-91-554-9927-3 UPPSALA urn:nbn:se:uu:diva-320614 2017 Dissertation presented at Uppsala University to be publicly examined in Room 2446, Polacksbacken, Lägerhyddsvägen 2, Uppsala, Tuesday, 13 June 2017 at 10:15 for the degree of Doctor of Philosophy. The examination will be conducted in English. Faculty examiner: Professor Thomas Hagstrom (Department of Mathematics, Southern Methodist University). Abstract Wang, S. 2017. Finite Difference and Discontinuous Galerkin Methods for Wave Equations. Digital Comprehensive Summaries of Uppsala Dissertations from the Faculty of Science and Technology 1522. 53 pp. Uppsala: Acta Universitatis Upsaliensis. ISBN 978-91-554-9927-3. Wave propagation problems can be modeled by partial differential equations. In this thesis, we study wave propagation in fluids and in solids, modeled by the acoustic wave equation and the elastic wave equation, respectively. In real-world applications, waves often propagate in heterogeneous media with complex geometries, which makes it impossible to derive exact solutions to the governing equations. Alternatively, we seek approximated solutions by constructing numerical methods and implementing on modern computers. An efficient numerical method produces accurate approximations at low computational cost. There are many choices of numerical methods for solving partial differential equations. Which method is more efficient than the others depends on the particular problem we consider. In this thesis, we study two numerical methods: the finite difference method and the discontinuous Galerkin method.
    [Show full text]
  • A High-Order Boris Integrator
    A high-order Boris integrator Mathias Winkela,∗, Robert Speckb,a, Daniel Ruprechta aInstitute of Computational Science, University of Lugano, Switzerland. bJ¨ulichSupercomputing Centre, Forschungszentrum J¨ulich,Germany. Abstract This work introduces the high-order Boris-SDC method for integrating the equations of motion for electrically charged particles in an electric and magnetic field. Boris-SDC relies on a combination of the Boris-integrator with spectral deferred corrections (SDC). SDC can be considered as preconditioned Picard iteration to com- pute the stages of a collocation method. In this interpretation, inverting the preconditioner corresponds to a sweep with a low-order method. In Boris-SDC, the Boris method, a second-order Lorentz force integrator based on velocity-Verlet, is used as a sweeper/preconditioner. The presented method provides a generic way to extend the classical Boris integrator, which is widely used in essentially all particle-based plasma physics simulations involving magnetic fields, to a high-order method. Stability, convergence order and conserva- tion properties of the method are demonstrated for different simulation setups. Boris-SDC reproduces the expected high order of convergence for a single particle and for the center-of-mass of a particle cloud in a Penning trap and shows good long-term energy stability. Keywords: Boris integrator, time integration, magnetic field, high-order, spectral deferred corrections (SDC), collocation method 1. Introduction Often when modeling phenomena in plasma physics, for example particle dynamics in fusion vessels or particle accelerators, an externally applied magnetic field is vital to confine the particles in the physical device [1, 2]. In many cases, such as instabilities [3] and high-intensity laser plasma interaction [4], the magnetic field even governs the microscopic evolution and drives the phenomena to be studied.
    [Show full text]
  • Strong Form Meshfree Collocation Method for Higher Order and Nonlinear Pdes in Engineering Applications
    University of Colorado, Boulder CU Scholar Civil Engineering Graduate Theses & Dissertations Civil, Environmental, and Architectural Engineering Spring 1-1-2019 Strong Form Meshfree Collocation Method for Higher Order and Nonlinear Pdes in Engineering Applications Andrew Christian Beel University of Colorado at Boulder, [email protected] Follow this and additional works at: https://scholar.colorado.edu/cven_gradetds Part of the Civil Engineering Commons, and the Partial Differential Equations Commons Recommended Citation Beel, Andrew Christian, "Strong Form Meshfree Collocation Method for Higher Order and Nonlinear Pdes in Engineering Applications" (2019). Civil Engineering Graduate Theses & Dissertations. 471. https://scholar.colorado.edu/cven_gradetds/471 This Thesis is brought to you for free and open access by Civil, Environmental, and Architectural Engineering at CU Scholar. It has been accepted for inclusion in Civil Engineering Graduate Theses & Dissertations by an authorized administrator of CU Scholar. For more information, please contact [email protected]. Strong Form Meshfree Collocation Method for Higher Order and Nonlinear PDEs in Engineering Applications Andrew Christian Beel B.S., University of Colorado Boulder, 2019 A thesis submitted to the Faculty of the Graduate School of the University of Colorado Boulder in partial fulfillment of the requirement for the degree of Master of Science Department of Civil, Environmental and Architectural Engineering 2019 This thesis entitled: Strong Form Meshfree Collocation Method for Higher Order and Nonlinear PDEs in Engineering Applications written by Andrew Christian Beel has been approved for the Department of Civil, Environmental and Architectural Engineering Dr. Jeong-Hoon Song (Committee Chair) Dr. Ronald Pak Dr. Victor Saouma Dr. Richard Regueiro Date The final copy of this thesis has been examined by the signatories, and we find that both the content and the form meet acceptable presentation standards of scholarly work in the above mentioned discipline.
    [Show full text]
  • Workshop High-Order Numerical Approximation for Partial Differential Equations
    Workshop High-Order Numerical Approximation for Partial Differential Equations Hausdorff Center for Mathematics University of Bonn February 6-10, 2012 Organizers Alexey Chernov (University of Bonn) Christoph Schwab (ETH Zurich) Program overview Time Monday Tuesday Wednesday Thursday Friday 8:00 Registration 8:40 Opening 9:00 Stephan Sloan Ainsworth Demkowicz Buffa 10:00 Canuto Nobile Sherwin Houston Beir~ao da Veiga 10:30 Reali 11:00 Coffee break 11:30 Quarteroni Gittelson Sch¨oberl Sch¨otzau Sangalli 12:00 Bespalov 12:30 Lunch break 14:30 Dauge Xiu Wihler D¨uster Excursions: 15:00 Yosibash Arithmeum 15:30 Melenk Litvinenko Hesthaven or Coffee break 16:00 Maischak Rank Botanic 16:30 Coffee break Coffee break Gardens 17:00 Maday Hackbusch Hiptmair {18:00 Free Time 20:00 Dinner 2 Detailed program Monday, 9:00{9:55 Ernst P. Stephan hp-adaptive DG-FEM for Parabolic Obstacle Problems Monday, 10:00{10:55 Claudio Canuto Adaptive Fourier-Galerkin Methods Monday, 11:30{12:25 Alfio Quarteroni Discontinuous approximation of elastodynamics equations Monday, 14:30{15:25 Monique Dauge Weighted analytic regularity in polyhedra Monday, 15:30{16:25 Jens Markus Melenk Stability and convergence of Galerkin discretizations of the Helmholtz equation Monday, 17:00{17:55 Yvon Maday A generalized empirical interpolation method based on moments and application Tuesday, 9:00{9:55 Ian H. Sloan PDE with random coefficients as a problem in high dimensional integration Tuesday, 10:00{10:55 Fabio Nobile Stochastic Polynomial approximation of PDEs with random coefficients Tuesday,
    [Show full text]
  • ICES REPORT 14-04 Collocation on Hp Finite Element Meshes
    ICES REPORT 14-04 February 2014 Collocation On Hp Finite Element Meshes: Reduced Quadrature Perspective, Cost Comparison With Standard Finite Elements, And Explicit Structural Dynamics by Dominik Schillinger, John a. Evans, Felix Frischmann, Rene R. Hiemstra, Ming-Chen Hsu, Thomas J.R. Hughes The Institute for Computational Engineering and Sciences The University of Texas at Austin Austin, Texas 78712 Reference: Dominik Schillinger, John a. Evans, Felix Frischmann, Rene R. Hiemstra, Ming-Chen Hsu, Thomas J.R. Hughes, "Collocation On Hp Finite Element Meshes: Reduced Quadrature Perspective, Cost Comparison With Standard Finite Elements, And Explicit Structural Dynamics," ICES REPORT 14-04, The Institute for Computational Engineering and Sciences, The University of Texas at Austin, February 2014. Collocation on hp finite element meshes: Reduced quadrature perspective, cost comparison with standard finite elements, and explicit structural dynamics Dominik Schillingera,b,∗, John A. Evansc, Felix Frischmannd, Ren´eR. Hiemstrab, Ming-Chen Hsue, Thomas J.R. Hughesb aDepartment of Civil Engineering, University of Minnesota, Twin Cities, USA bInstitute for Computational Engineering and Sciences, The University of Texas at Austin, USA cAerospace Engineering Sciences, University of Colorado Boulder, USA dLehrstuhl f¨ur Computation in Engineering, Technische Universit¨at M¨unchen, Germany eDepartment of Mechanical Engineering, Iowa State University, Ames, USA Abstract We demonstrate the potential of collocation methods for efficient higher-order analysis on standard nodal finite element meshes. We focus on a collocation method that is variation- ally consistent and geometrically flexible, converges optimally, embraces concepts of reduced quadrature, and leads to symmetric stiffness and diagonal consistent mass matrices. At the same time, it minimizes the evaluation cost per quadrature point, thus reducing formation and assembly effort significantly with respect to standard Galerkin finite element methods.
    [Show full text]
  • The Numerical Solution of Helmholtz Equation Using Modified Wavelet Multigrid Method
    International Journal of Modern Mathematical Sciences, 2020, 18(1): 76-91 International Journal of Modern Mathematical Sciences ISSN:2166-286X Journal homepage:www.ModernScientificPress.com/Journals/ijmms.aspx Florida, USA Article The Numerical Solution of Helmholtz Equation Using Modified Wavelet Multigrid Method S. C. Shiralashetti1, A. B. Deshi2,*, M. H. Kantli3 1Department of Mathematics, Karnatak University, Dharwad, India-580003 2Department of Mathematics, KLECET, Chikodi, India-591201 3Department of Mathematics, BVV’s BGMIT, Mudhol, India-587313 *Author to whom correspondence should be addressed; E-Mail: [email protected] Article history: Received 11 June 2020, Revised 23 July 2020, Accepted 1 September 2020, Published 14 September 2020. Abstract: This paper presents a modified wavelet multigrid technique for solving elliptic type partial differential equations namely Helmholtz equation. The solution is first obtained on the coarser grid points, and then it is refined by obtaining higher accuracy by increasing the level of resolution. The implementation of the classical numerical methods has been found to involve some difficulty to observe fast convergence in low computational time. To overcome this, we have proposed modified wavelet multigrid method using wavelet intergrid operators similar to classical intergrid operators. Some of the numerical test problems are presented to demonstrate the applicability and attractiveness of the present implementation. Keywords: Wavelet multigrid; Helmholtz equation; Intergrid operators; Numerical methods. Mathematics Subject Classification: 65T60, 97N40, 35J25 1. Introduction The mathematical modelling of engineering problems usually leads to sets of partial differential equations and their boundary conditions. There are several applications of elliptic partial differential equations (EPDEs) in science and engineering. Many physical processes can be modeled using EPDEs.
    [Show full text]
  • Metric Analysis Solvers April 2018
    Eingereicht von Dipl.-Ing. Christoph Hofer, BSc. Angefertigt am Doktoratskolleg “Computational Mathematics” Betreuer und Erstbeurteiler O. Univ.-Prof. Dipl.-Ing. Dr. Ulrich Langer Fast Multipatch Isogeo- Zweitbeurteiler Prof. Dr. Giancarlo Sangalli metric Analysis Solvers April 2018 Dissertation zur Erlangung des akademischen Grades Doktor der technischen Wissenschaften im Doktoratsstudium Technische Wissenschaften JOHANNES KEPLER UNIVERSITAT¨ LINZ Altenbergerstraße 69 4040 Linz, Osterreich¨ www.jku.at DVR 0093696 2 Abstract This thesis is devoted to the generalization of the Dual-Primal Finite Element Tearing and Interconnecting (FETI-DP) method to linear algebraic systems arising from the Isogemetric Analysis (IgA) of linear elliptic boundary value problems, like stationary diffusion or heat conduction problems. This IgA version of the FETI-DP method is called Dual-Primal Isogeometric Tearing and Interconnect (IETI-DP) method. The FETI-DP method is well established as parallel solver for large-scale systems of finite element equations, especially, in the case of heterogeneous coefficients having jumps across subdomain interfaces. These methods belong to the class of non-overlapping domain decomposition methods. In practise, a complicated domain can often not be represented by a single patch, instead a collection of patches is used to represent the computational domain, called multi-patch domains. Regarding the solver, it is a natural idea to use this already available decomposition into patches directly for the construction of a robust and parallel solver. We investigate the cases where the IgA spaces are continuous or even discontinuous across the patch interfaces, but smooth within the patches. In the latter case, a stable formulation is obtained by means of discontinuous Galerkin (dG) techniques.
    [Show full text]
  • Numerical Investigation of Parallel-In-Time Methods for Dominantly Hyperbolic Equations
    Numerical Investigation of Parallel-in-Time Methods for Dominantly Hyperbolic Equations Vom Fachbereich Maschinenbau an der Technischen Universität Darmstadt zur Erlangung des akademischen Grades eines Doktor-Ingenieurs (Dr.-Ing.) genehmigte Dissertation vorgelegt von Andreas Schmitt, M.Sc. aus Düsseldorf Berichterstatter: Prof. Dr. rer. nat. Michael Schäfer Mitberichterstatter: Prof. Dr. rer. nat. Sebastian Schöps Tag der Einreichung: 23.07.2018 Tag der mündlichen Prüfung: 10.10.2018 Darmstadt 2019 D 17 Schmitt, Andreas Numerical Investigation of Parallel-in-Time Methods for Dominantly Hyperbolic Equations Technische Universität Darmstadt Tag der mündlichen Prüfung: 10.10.2018 Jahr der Veröffentlichung auf TUprints: 2019 URN: urn:nbn:de:tuda-tuprints-83286 Veröffentlicht unter CC BY-NC-ND 4.0 International https://creativecommons.org/licences/by-nc-nd/4.0/ Vorwort Die vorliegende Arbeit “Numerical Investigation of Parallel-in-Time Methods for Dominantly Hyperbolic Equations” ist mein Beitrag zum Forschungsgebiet der zeitparallelen Methoden. Diese Dissertation wurde als Abschlussarbeit meines Promotionsvorhabens an der Technischen Universität Darmstadt am Fachgebiet für Numerische Berechnungsverfahren im Maschinenbau und der Graduiertenschule Computational Engineering verfasst. Mit den Inhalten der Dissertation habe ich mich von Mai 2015 bis Juli 2018 beschäftigt. Ich möchte mich bei Prof. Michael Schäfer für die Möglichkeit zur Pro- motion, den Vorschlag des spannenden Themengebietes und die Betreuung bedanken. Insbesondere danke ich Ihm auch für die gegebenen Freiheiten, so dass ich das Thema nach meinen Interessen erforschen konnte. Des Weiteren danke ich Prof. Sebastian Schöps für die Übernahme der Mitberichterstatter- schaft und die konstruktiven Gespräche. Für viele konstruktive Gespräche möchte ich mich auch bei den Mitentwick- lern von SWEET bedanken.
    [Show full text]
  • Partial Differential Equations
    Next: Using Matlab Up: Numerical Analysis for Chemical Previous: Ordinary Differential Equations Subsections z Finite Difference: Elliptic Equations { The Laplace Equations { Solution Techniques { Boundary Conditions { The Control Volume Approach z Finite Difference: Parabolic Equations { The Heat Conduction Equation { Explicit Methods { A Simple Implicit Method { The Crank-Nicholson Method z Finite Element Method { Calculus of variation { Example: The shortest distance between two points { The Rayleigh-Ritz Method { The Collocation and Galerkin Method { Finite elements for ordinary-differential equations z Engineering Applications: Partial Differential Equations Partial Differential Equations An equation involving partial derivatives of an unknown function of two or more independent variables is called a partial differential equation, PDE. The order of a PDE is that of the highest-order partial derivative appearing in the equation. A general linear second-order differential equation is (8.1) Depending on the values of the coefficients of the second-derivative terms eq. (8.1) can be classified int one of three categories. z : Elliptic Laplace equation(steady state with two spatial dimensions) z : Parabolic Heat conduction equation(time variable with one spatial dimension) z : Hyperbolic Wave equation(time variable with one spatial dimension) Finite Difference: Elliptic Equations Elliptic equations in engineering are typically used to characterize steady-state, boundary-value problems. The Laplace Equations z The Laplace equation z The Poisson equation Solution Techniques z The Laplacian Difference Equation : use central difference based on the grid scheme and Substituting these equations into the Laplace equation gives For the square grid, , and by collecting terms This relationship, which holds for all interior point on the plate, is referred to as the Laplacian difference equation.
    [Show full text]
  • 65 Numerical Analysis
    e Q (e t o 5 M SectionsSet 1Q (Section 65)MR September 2012 65 NUMERICAL ANALYSIS MR2918625 65-06 FRecent advances in scientific computing and matrix analysis. Proceedings of the International Workshop held at the University of Macau, Macau, December 28{30, 2009. Edited by Xiao-Qing Jin, Hai-Wei Sun and Seak-Weng Vong. International Press, Somerville, MA; Higher Education Press, Beijing, 2011. xii+126 pp. ISBN 978-1-57146-202-2 Contents: Zheng-jian Bai and Xiao-qing Jin [Xiao Qing Jin1], A note on the Ulm-like method for inverse eigenvalue problems (1{7) MR2908437; Che-man Cheng [Che-Man Cheng], Kin-sio Fong [Kin-Sio Fong] and Io-kei Lok [Io-Kei Lok], Another proof for commutators with maximal Frobenius norm (9{14) MR2908438; Wai-ki Ching [Wai-Ki Ching] and Dong-mei Zhu [Dong Mei Zhu1], On high-dimensional Markov chain models for categorical data sequences with applications (15{34) MR2908439; Yan-nei Law [Yan Nei Law], Hwee-kuan Lee [Hwee Kuan Lee], Chao-qiang Liu [Chaoqiang Liu] and Andy M. Yip, An additive variational model for image segmentation (35{48) MR2908440; Hai-yong Liao [Haiyong Liao] and Michael K. Ng, Total variation image restoration with automatic selection of regularization parameters (49{59) MR2908441; Franklin T. Luk and San-zheng Qiao [San Zheng Qiao], Matrices and the LLL algorithm (61{69) MR2908442; Mila Nikolova, Michael K. Ng and Chi-pan Tam [Chi-Pan Tam], A fast nonconvex nonsmooth minimization method for image restoration and reconstruction (71{83) MR2908443; Gang Wu [Gang Wu1], Eigenvalues of certain augmented complex stochastic matrices with applications to PageRank (85{92) MR2908444; Yan Xuan and Fu-rong Lin, Clenshaw-Curtis-rational quadrature rule for Wiener-Hopf equations of the second kind (93{110) MR2908445; Man-chung Yeung [Man-Chung Yeung], On the solution of singular systems by Krylov subspace methods (111{116) MR2908446; Qi- fang Yu, San-zheng Qiao [San Zheng Qiao] and Yi-min Wei, A comparative study of the LLL algorithm (117{126) MR2908447.
    [Show full text]
  • Computers and Mathematics with Applications the Method of Lines For
    Computers and Mathematics with Applications 56 (2008) 2175–2188 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa The method of lines for solution of the one-dimensional wave equation subject to an integral conservation condition Fatemeh Shakeri, Mehdi Dehghan ∗ Department of Applied Mathematics, Faculty of Mathematics and Computer Sciences, Amirkabir University of Technology, No. 424, Hafez Avenue, Tehran 15914, Iran article info a b s t r a c t Article history: Hyperbolic partial differential equations with an integral condition serve as models in Received 14 November 2007 many branches of physics and technology. Recently, much attention has been expended Received in revised form 22 March 2008 in studying these equations and there has been a considerable mathematical interest in Accepted 25 March 2008 them. In this work, the solution of the one-dimensional nonlocal hyperbolic equation is presented by the method of lines. The method of lines (MOL) is a general way of viewing Keywords: a partial differential equation as a system of ordinary differential equations. The partial Hyperbolic partial differential equation derivatives with respect to the space variables are discretized to obtain a system of ODEs Non-classic boundary condition Method of lines in the time variable and then a proper initial value software can be used to solve this ODE System of ordinary differential equations system. We propose two forms of MOL for solving the described problem. Several numerical Integral conservation condition examples and also some comparisons with finite difference methods will be investigated to confirm the efficiency of this procedure.
    [Show full text]
  • The Method of Lines for Solution of the Two- Dimensional Elliptic Equation
    ANNALS of Faculty Engineering Hunedoara – International Journal of Engineering Tome XIV [2016] – Fascicule 1 [February] ISSN: 1584-2665 [print; online] ISSN: 1584-2673 [CD-Rom; online] a free-access multidisciplinary publication of the Faculty of Engineering Hunedoara 1. G.V. PATEL, 2. K.B. PATEL THE METHOD OF LINES FOR SOLUTION OF THE TWO- DIMENSIONAL ELLIPTIC EQUATION 1-2. Department of Mathematics, Veer Narmad South Gujarat University, Surat, Gujarat, INDIA ABSTACT: The solution of the two-dimensional elliptic equation is presented by the method of lines. The method of lines (MOL) is a general way of viewing a partial differential equation as a system of ordinary differential equations. The partial derivatives with respect to the one dimension spatial variable is discretized to obtain a system of ODEs in the second dimension spatial variable and then using analytic method with eigenvalues and eigenvectors to solve this ODEs system. Keywords: Elliptic equation, Method of lines, Eigenvalues and Eigenvectors 1. INTRODUCTION Over the last few years, it has become increasingly apparent that many physical phenomena can be described in terms of elliptic partial differential equations with the classical boundary condition [3,13,14].Growing attention is being paid to the development, analysis and implementation of numerical methods for the solution of these problems[1,2,3].Elliptic boundary value problems in two dimensions that have been studied by several authors [5 - 10].This equation have been solved directly by various numerical methods such as Adomain decomposition method, Finite volume method, Finite difference method, Finite element method and etc. In this research, we consider the following problem of this family of equations ∂ 2 u ∂ 2 u + = 0, ∂x 2 ∂y2 (1) u = u(x, y),0 ≤ x ≤ a,0 ≤ y ≤ b with Direchlet boundary conditions u(0, y) = f1(y) (2) u(a, y) = f2 (y) (3) u(x,0) = g1(x) (4) u(x,b) = g2 (x) (5) where f1(y),f2 (y),g1(x) and g2 (x)are known functions.
    [Show full text]