Introduction Without a Vector Calculus Coordinate System

Total Page:16

File Type:pdf, Size:1020Kb

Introduction Without a Vector Calculus Coordinate System Classroom Tips and Techniques: Point-and-Click Access to the Differential Operators of Vector Calculus Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction The -operator of vector calculus is found in both the Common Symbols palette and the Operators palette. However, without a coordinate system being set, none of divergence, gradient, curl, or Laplacian can be computed with this symbol. The essence of point-and-click computing is the freedom from commands, and without some way of setting a coordinate system, point-and-click computing in vector calculus is extremely restricted. In this month's article, we describe new tools that allow a syntax-free setting of coordinate systems so that the differential operators of vector calculus can be implemented via , the "del" or "nabla" symbol. Without a Vector Calculus Coordinate System Even though there is a Gradient command in the Student Multivariate Calculuspackage, loading that package does not allow the ׏-operator to function. Table 1 shows what happens to in this package. Load Package: Student Multivariate Loading Student:-MultivariateCalculusظTools Calculus Using the palettes, compute Error, (in Student:-MultivariateCalculus:- Nabla) expected at least 2 arguments, got 1 Apply the Gradient command from this package. Try including the variables of differentiation with the -operator. Error, unable to parse Table 1 The failure of the ׏-operator without a coordinate system being set In the right-hand column of Table 1, the Student Multivariate Calculuspackage has been loaded via the Tools menu. Then, the ׏-operator is applied to , with the consequent error message. Since the syntax for the Gradientcommand in this package requires the variables of differentiation to be included in a list, we have the second attempt to make the point-and-click computation of the gradient vector work. It should be clear that without some .additional information, the ׏ symbol does not function as an operator Set a Coordinate System In either of the two vector calculus packages (VectorCalculus or Student:-VectorCalculus), the SetCoordinatescommand is used to declare the name of the coordinate system and the coordinate variables in that system. Table 2 shows the implementation of this command, and also shows that setting the coordinates without loading either vector calculus package is not enough to allow the ׏-operator to function in the context of the Student Multivariate Calculus package. One of the vector calculus packages must also be loaded for the ׏-operator to function. Set a coordinate system. Try to compute the gradient in the context of just the Student Multivariate Calculus Error, (in package. Student:-MultivariateCalculus:-Nab la) expected at least 2 arguments, got 1 Load Package: Vector Calculus Loading VectorCalculusظTools Obtain the gradient in the context of the VectorCalculus package. Table 2 Effect of setting a coordinate system Table 2 shows that one of the vector calculus packages must be loaded, and in the context of one of these packages, a coordinate system has to be set. The gradient in the vector calculus packages is a VectorField object, and in the display format where the basis vectors are explicitly shown, the (unit) basis vectors are displayed with overbars. Thus, is the vector i, and is the vector j. Changing the Display Format for Vectors The default display format for vectors and vector fields in the vector calculus packages is the linear combination of basis vectors, as seen in Table 2. The Maple command for setting this, or the alternate column-vector format, is the BasisFormat command. Table 3 shows a Task Template with which to set these formats. Display-Format for VectorsظBrowse: Vector CalculusظTasksظTools Display-Format for Vectors Table 3 Task Template for setting display format for vectors We have elected to change the default view to the column-vector view. The effect of this setting will be seen in Table 4, below. Task Templates for Setting Coordinate Systems Three Task Templatesfor setting coordinates are housed in the Vector Calculus section of the Vector Algebra and Settings). One sets theظTask Template table of contents (Vector Calculus "more common" systems, namely, Cartesian (2D and 3D), polar, cylindrical, and spherical. Another sets the remaining 2D systems, and a third sets the remaining 3D systems. Figure 1 shows the first of these Task Templates. The More Common Coordinate Systems Figure 1 Task Template for setting one of the "more common" coordinate systems Clicking the "Set System" button executes the appropriate form of the SetCoordinates command, and echoes back the system that has been set. Interactive Computing with ׏ Table 4 contains interactive calculations of divergence, gradient, curl, and Laplacian. Divergence and curl apply to VectorField objects, while gradient and Laplacian apply to scalar fields. The Gradient operator creates a VectorField object; the Laplacian, a scalar field. The complete sequence of steps needed to implement these calculations include loading one of the vector calculus packages, setting a coordinate system, and possibly changing the default display-format for vectors. These three steps are included in Table 4 for completeness. Load Package: Loading VectorCalculusظTools Vector Calculus The More Common SystemsظSet CoordinatesظBrowse: Vector CalculusظTasksظTools The More Common Coordinate Systems Display-Format for VectorsظBrowse: Vector CalculusظTasksظTools Display-Format for Vectors The gradient of a scalar function is a VectorField object, discussed in the final section of this article. The divergence of a VectorField object is a = scalar. The curl of a VectorField object is another = VectorField object. The Laplacian of a scalar = field is again, a scalar field. Table 4 Interactive calculation of divergence, gradient, curl, and Laplacian Free Vectors, Vector Fields, and Rooted Vectors At top-level, outside the vector calculus packages, a vector is created with the Vector command, the Matrix palette, or with angle brackets. In any case, the vector is displayed in column form. Such vectors do not carry a coordinate system attribute. See Table 5. Restart Maple. Enter a vector with the Vector command. Apply the lprint command to see the internal representation of the vector. Vector[column](3, {(1) = 1, (2) = 2, (3) = 3}, datatype = anything, storage = rectangular, order = Fortran_order, shape = []) Enter a vector with angle brackets. Apply the lprint command to see the internal representation of the vector. Vector[column](3, {(1) = 1, (2) = 2, (3) = 3}, datatype = anything, storage = rectangular, order = Fortran_order, shape = []) Table 5 Top-level vectors Table 6 shows what happens to the vector in the vector calculus packages. Load Package: Vector Calculus Loading VectorCalculusظTools Enter a vector with the Vector command. Apply the lprint command to see the internal representation of the vector. Vector[column](3, {(1) = 1, (2) = 2, (3) = 3}, datatype = anything, storage = rectangular, order = Fortran_order, attributes = [coords = cartesian], shape = []) Enter a vector with angle brackets. Apply the lprint command to see the internal representation of the vector. Vector[column](3, {(1) = 1, (2) = 2, (3) = 3}, datatype = anything, storage = rectangular, order = Fortran_order, attributes = [coords = cartesian], shape = []) Change the display format. Enter a vector. Table 6 Vectors in the vector calculus packages Within the vector calculus packages, vectors (now called "free vectors") acquire the attribute of a coordinate system. Here, the default system is Cartesian, and the default display format is "visible basis vectors." However, note that the basis vectors do not have an overbar. Thus, these symbols are not the same as the ones in Table 2. The difference between the barred and unbarred basis vectors is at the heart of the paradigm used throughout the vector calculus packages. A vector in Cartesian coordinates is viewed as an arrow from the origin to the point whose coordinates are the components of the vector. This arrow is the often called the "position vector." Unfortunately, the equivalence of position vector and point works in a Cartesian space, but in no other. However, use of the unbarred basis vectors to represent a point continues throughout the vector calculus packages. Table 7 gives an example of the free vector in polar coordinates. Set the display format to its default value. Enter a free vector in polar coordinates. Table 7 The free vector in polar coordinates In Cartesian coordinates, use of the unbarred symbols for the representation of a point and for its position vector means that these symbols are functionally equivalent to because vectors can be translated parallel to themselves in the Euclidean sense. But in polar coordinates, where the concentric circles and radial lines of polar coordinates are superimposed on the Cartesian plane, there is no "polar position vector" because there are no polar basis vectors at the origin. The symbols and must be interpreted in a rectangular "polar plane". Hence, the free vector in polar coordinates is just the representation of a polar point. The unbarred basis vectors are just a device for indicating coordinates in a representation of points. The free vector is a vector only in Cartesian coordinates. The barred basis vectors are the point-dependent "moving" basis vectors in any coordinate system. Thus, the VectorField object must use the barred basis vectors, as can be seen in Table 8, where a constant
Recommended publications
  • Vector Calculus and Multiple Integrals Rob Fender, HT 2018
    Vector Calculus and Multiple Integrals Rob Fender, HT 2018 COURSE SYNOPSIS, RECOMMENDED BOOKS Course syllabus (on which exams are based): Double integrals and their evaluation by repeated integration in Cartesian, plane polar and other specified coordinate systems. Jacobians. Line, surface and volume integrals, evaluation by change of variables (Cartesian, plane polar, spherical polar coordinates and cylindrical coordinates only unless the transformation to be used is specified). Integrals around closed curves and exact differentials. Scalar and vector fields. The operations of grad, div and curl and understanding and use of identities involving these. The statements of the theorems of Gauss and Stokes with simple applications. Conservative fields. Recommended Books: Mathematical Methods for Physics and Engineering (Riley, Hobson and Bence) This book is lazily referred to as “Riley” throughout these notes (sorry, Drs H and B) You will all have this book, and it covers all of the maths of this course. However it is rather terse at times and you will benefit from looking at one or both of these: Introduction to Electrodynamics (Griffiths) You will buy this next year if you haven’t already, and the chapter on vector calculus is very clear Div grad curl and all that (Schey) A nice discussion of the subject, although topics are ordered differently to most courses NB: the latest version of this book uses the opposite convention to polar coordinates to this course (and indeed most of physics), but older versions can often be found in libraries 1 Week One A review of vectors, rotation of coordinate systems, vector vs scalar fields, integrals in more than one variable, first steps in vector differentiation, the Frenet-Serret coordinate system Lecture 1 Vectors A vector has direction and magnitude and is written in these notes in bold e.g.
    [Show full text]
  • Course Material
    SREENIVASA INSTITUTE of TECHNOLOGY and MANAGEMENT STUDIES (autonomous) (ENGINEERING MATHEMATICS-III) Course Material II- B.TECH / I - SEMESTER regulation: r18 Course Code: 18SAH211 Compiled by Department OF MATHEMATICS Unit-I: Numerical Integration Source:https://www.intmath.com/integration/integration-intro.php Numerical Integration: Simpson’s 1/3- Rule Note: While applying the Simpson’s 1/3 rule, the number of sub-intervals (n) should be taken as multiple of 2. Simpson’s 3/8- Rule Note: While applying the Simpson’s 3/8 rule, the number of sub-intervals (n) should be taken as multiple of 3. Numerical solution of ordinary differential equations Taylor’s Series Method Picard’s Method Euler’s Method Runge-Kutta Formula UNIT-II Multiple Integrals 1. Double Integration Evaluation of Double Integration Triple Integration UNIT-III Partial Differential Equations Partial differential equations are those equations which contain partial differential coefficients, independent variables and dependent variables. The independent variables are denoted by x and y and dependent variable by z. the partial differential coefficients are denoted as follows The order of the partial differential equation is the same as that of the order of the highest differential coefficient in it. UNIT-IV Vector Differentiation Elementary Vector Analysis Definition (Scalar and vector): Scalar is a quantity that has magnitude but not direction. For instance mass, volume, distance Vector is a directed quantity, one with both magnitude and direction. For instance acceleration, velocity, force Basic Vector System Magnitude of vectors: Let P = (x, y, z). Vector OP P is defined by OP p x i + y j + z k []x, y, z with magnitude (length) OP p x2 + y 2 + z2 Calculation of Vectors Vector Equation Two vectors are equal if and only if the corresponding components are equals Let a a1i + a2 j + a3 k and b b1i + b2 j + b3 k.
    [Show full text]
  • Vector Calculus MA3VC 2016-17
    Vector calculus MA3VC 2016–17: Assignment 1 SOLUTIONS AND FEEDBACK (Exercise 1) Prove that if f is a (smooth) scalar field and G~ is an irrotational vector field, then (∇~ f × G~ )f is solenoidal. Hint: do not expand in coordinates and partial derivatives. Use instead the vector differential identities of §1.4 and the properties of the vector product from §1.1.2 (recall in particular Exercise 1.15). (Version 1) We compute the divergence of the vector field (∇~ f × G~ )f using the product rules (29) and (30) for the divergence: (29) ∇~ · (∇~ f × G~ )f = ∇~ f · (∇~ f × G~ )+ f∇~ · (∇~ f × G~ ) (30) = ∇~ f · (∇~ f × G~ )+ f(∇×~ ∇~ f) · G~ − f∇~ f · (∇×~ G~ ). The first term in this expression vanishes1 because of the identities u~ ·(~u×w~ )= w~ ·(~u×~u) (by Exercise 1.15) and ~u × u~ = ~0 (by the anticommutativity of the vector product (3)), which hold for all u~ , w~ ∈ R3. Applying these formulas with ~u = ∇~ f and w~ = G~ we get ∇~ f · (∇~ f × G~ )= G~ · (∇~ f × ∇~ f)= G~ · ~0 = 0. The second term vanishes because of the “curl-grad identity” (26): ∇×~ ∇~ f = ~0. The last term vanishes because G~ is irrotational: ∇×~ G~ = ~0. So we conclude that the field (∇~ f × G~ )f is solenoidal because its divergence vanishes: ∇~ · (∇~ f × G~ )f = G~ · (∇~ f × ∇~ f)+ f(∇×~ ∇~ f) · G~ − f∇~ f · (∇×~ G~ )=0. =~0 =~0 =~0 | {z } | {z } | {z } (Version 2) Alternatively, one could expand the field in coordinates. This solution is of course much more complicated and prone to errors than the previous one. We first write the product rule for products of three scalar fields, which is proved by applying twice the usual product rule for partial derivatives (8): ∂ ∂ (8) ∂(fg) ∂h (8) ∂f ∂g ∂h ∂f ∂g ∂h (fgh)= (fg)h = h + fg = g + f h + fg = gh + f h + fg .
    [Show full text]
  • Of 146 RAY VELOCITY DERIVATIVES in ANISOTROPIC ELASTIC MEDIA
    RAY VELOCITY DERIVATIVES IN ANISOTROPIC ELASTIC MEDIA. PART II – POLAR ANISOTROPY Igor Ravve (corresponding author) and Zvi Koren, Emerson [email protected] , [email protected] ABSTRACT In Part I of this study, we obtained the ray (group) velocity gradients and Hessians with respect to the ray locations, directions and the anisotropic model parameters, at nodal points along ray trajectories, considering general anisotropic (triclinic) media and both, quasi-compressional and quasi-shear waves. Ray velocity derivatives for anisotropic media with higher symmetries were considered particular cases of general anisotropy. In this part, Part II, we follow the computational workflow presented in Part I, formulating the ray velocity derivatives directly for polar anisotropic (transverse isotropy with tilted axis of symmetry, TTI) media for the coupled qP and qSV waves and for SH waves. The acoustic approximation for qP waves is considered a special case. The medium properties, normally specified at regular three-dimensional fine grid points, are the five material parameters: the axial compressional and shear velocities and the three Thomsen parameters, and two geometric parameters: the polar angles defining the local direction of the medium symmetry axis. All the parameters are assumed spatially (smoothly) varying, where their gradients and Hessians can be reliably computed. Two case examples are considered; the first represents compacted shale/sand rocks (with positive anellipticity) and the second, unconsolidated sand rocks with strong
    [Show full text]
  • Students' Difficulties with Vector Calculus in Electrodynamics
    PHYSICAL REVIEW SPECIAL TOPICS—PHYSICS EDUCATION RESEARCH 11, 020129 (2015) Students’ difficulties with vector calculus in electrodynamics † ‡ Laurens Bollen,1,* Paul van Kampen,2, and Mieke De Cock1, 1Department of Physics and Astronomy & LESEC, KU Leuven, Celestijnenlaan 200c, 3001 Leuven, Belgium 2Centre for the Advancement of Science and Mathematics Teaching and Learning & School of Physical Sciences, Dublin City University, Glasnevin, Dublin 9, Ireland (Received 27 January 2015; published 2 November 2015) Understanding Maxwell’s equations in differential form is of great importance when studying the electrodynamic phenomena discussed in advanced electromagnetism courses. It is therefore necessary that students master the use of vector calculus in physical situations. In this light we investigated the difficulties second year students at KU Leuven encounter with the divergence and curl of a vector field in mathematical and physical contexts. We have found that they are quite skilled at doing calculations, but struggle with interpreting graphical representations of vector fields and applying vector calculus to physical situations. We have found strong indications that traditional instruction is not sufficient for our students to fully understand the meaning and power of Maxwell’s equations in electrodynamics. DOI: 10.1103/PhysRevSTPER.11.020129 PACS numbers: 01.40.Fk, 01.40.gb, 01.40.Di I. INTRODUCTION Maxwell’s equations can be formulated in differential It is difficult to overestimate the importance of or in integral form. In differential form, the four laws are Maxwell’s equations in the study of electricity and magnet- written in the language of vector calculus that includes ism. Together with the Lorentz force law, these equations the differential operators divergence and curl.
    [Show full text]
  • Integral and Vector Calculus Prof. Hari Shankar Mahato Department of Mathematics Indian Institute of Technology Kharagpur
    Integral and Vector Calculus Prof. Hari Shankar Mahato Department of Mathematics Indian Institute of Technology Kharagpur Lecture – 36 Gradient of a Function Hello students, so up until last class we looked into differentiation of a vector and also integration of a vector. So, it is basically some are motivated from the integration of scalar function ah. So, we saw that if we have an integral of type let us say t running from a to b if we have a vector. (Refer Slide Time: 00:37) Let us say f t dt where the function f t is given which it can be x t i plus y t j plus z t k, then that case we basically substitute this in this vector f t as this one here in this integral and we integrate component wise. So for example, if we have an integral of type let us say 1 to 2 f t dt where our f t is where our f t is t square i plus 2 t j plus sin t k. So, then in that case we just integrate we substitute this a ft here in this integral and then we integrate component wise with respect to t and that would give us the integral of this vector function. Now this is called as integration of a vector, but in couple of chapters later we will come to come to the topic of vector integration which is a slightly different. So, we will also learn about those things. Now today I am going to introduce another important topic which is quite relevant from vector calculus point of view.
    [Show full text]
  • Vector Calculus What Is Field?
    Electromagnetic Fields Lecture 1 Vector Calculus What is field? Mathematics: a map Rn →Rm which assigns each point a quantity (scalar or vector). Physics: property of space – action (observed as a force acting on objects) In this course: “Field” means property or space in which this property is observed or function which describes this property. Electromagnetic Fields, Lecture 1, slide 2 Vector calculus Vector calculus (or vector analysis) is a branch of mathematics concerned with differentiation and integration of vector fields, primarily in 3 dimensional Euclidean space R3 Euclidean vector is a geometric object that has both a magnitude (or length) and direction. Vectors are fundamental in the physical sciences. Electromagnetic Fields, Lecture 1, slide 3 Why we use vectors Under changes of coordinate systems they behave the same way points do. Thus, vector notation of most of the equations used to describe physical fields' properties is independent on the coordinate system being used. VECTORS ARE CONVENIENT! [Physics] General covariance: the essential idea is that coordinates do not exist a priori in nature, but are only artifices used in describing nature, and hence should play no role in the formulation of fundamental physical laws. Electromagnetic Fields, Lecture 1, slide 4 Coordinate systems A coordinate system is a system which uses a set of numbers, or coordinates, to uniquely determine the position of a point or other geometric element. Using CS we can transform problems of geometry into problems concerning numbers (and then solve these problems by calculation). y 2.65 P(3.33,2.65) 3.33 x Vectors allow nice and general presentation of ideas and general behaviour of field, but we, engineers, do need numbers to quantitatively calculate, predict and design..
    [Show full text]
  • Vector Calculus Lecture Notes, 2016–17 1 Fields and Vector Differential Operators
    Vector Calculus Andrea Moiola University of Reading, 19th September 2016 These notes are meant to be a support for the vector calculus module (MA2VC/MA3VC) taking place at the University of Reading in the Autumn term 2016. The present document does not substitute the notes taken in class, where more examples and proofs are provided and where the content is discussed in greater detail. These notes are self-contained and cover the material needed for the exam. The suggested textbook is [1] by R.A. Adams and C. Essex, which you may already have from the first year; several copies are available in the University library. We will cover only a part of the content of Chapters 10–16, more precise references to single sections will be given in the text and in the table in Appendix G. This book also contains numerous exercises (useful to prepare the exam) and applications of the theory to physical and engineering problems. Note that there exists another book by the same authors containing the worked solutions of the exercises in the textbook (however, you should better try hard to solve the exercises and, if unsuccessful, discuss them with your classmates). Several other good books on vector calculus and vector analysis are available and you are encouraged to find the book that suits you best. In particular, Serge Lang’s book [5] is extremely clear. [7] is a collection of exercises, many of which with a worked solution (and it costs less than 10£). You can find other useful books on shelf 515.63 (and those nearby) in the University library.
    [Show full text]
  • Curl Divergence Gradient Lecture Notes
    Curl Divergence Gradient Lecture Notes Thedrick remains multifaced: she surmised her golp reground too unchangingly? Caulicolous Skippie confuse pesteringly or superstructs unusually when Zacharias is snorty. Ginger Sydney never bastardised so nauseously or feudalized any lenticles tutorially. If it very helpful to x the divergence with it just as possible Start by its second example, curl divergence gradient lecture notes. Although I generally do up like her way physicists present mathematics, of course, consult with the geometry of the universe figure. This site for a gradient a loop into a vector which it out and also. Lagrangian simulations typically use particles that island with the trade itself. Also check lecture notes, curl divergence gradient lecture notes will use here to solving a gradient. Segment snippet included twice long as an interesting functions. Please enter your credit card information is uniquely specified curl means there is known as we can also suggest checking with respect to old school advanced topics in? By using such units we will carry along a worthwhile of exponents! Instead, certainly will transport the scalar field an it. Get Scribd for your mobile device. Now we all, per unit time are you feel comfortable with a compressible fluid entering it also in your credit card information about a curl divergence gradient lecture notes on the problems that focus on. Once you feel comfortable with the basic concepts and ghost all formulas, our definition of divergence depended upon the vector representation of the vector field Does glass mean that physical phenomenon depend upon the of of coordinates? Nasa show that email address is for curl divergence gradient lecture notes give an inverse fourier transform among themselves in fact allowed us now like partial with its divergence? How do you want to give it be? Be calculated with scalar field; for spherical coordinates.
    [Show full text]
  • Quantitative Mereology: an Essay to Derive Physics Laws from a Philosophical Concept
    Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 28 July 2019 doi:10.20944/preprints201907.0314.v1 Article Quantitative Mereology: An essay to derive physics laws from a philosophical concept Georg J. Schmitz ACCESS e.V., Intzestr.5, D-52072 Aachen, Germany; [email protected]; Tel.: +49-241-80-98014 Received: date; Accepted: date; Published: date Abstract: Mereology stands for the philosophical concept of parthood and is based on a sound set of fundamental axioms and relations. One of these axioms relates to the existence of a universe as a thing having part all other things. The present article formulates this logical expression first as an algebraic inequality and eventually as an algebraic equation reading in words: The universe equals the sum of all things. “All things” here are quantified by a “number of things”. Eventually this algebraic equation is normalized leading to an expression The whole equals the sum of all fractions. This introduces “1” or “100%” as a quantitative – numerical - value describing the “whole”. The resulting “basic equation” can then be subjected to a number of algebraic operations. Especially squaring this equation leads to correlation terms between the things implying that the whole is more than just the sum of its parts. Multiplying the basic equation (or its square) by a scalar allows for the derivation of physics equations like the entropy equation, the ideal gas equation, an equation for the Lorentz-Factor, conservation laws for mass and energy, the energy-mass equivalence, the Boltzmann statistics, and the energy levels in a Hydrogen atom.
    [Show full text]
  • MATHEMATICS for Students of Technical Studies
    Anna Kucharska-Raczunas Jolanta Maciejewska English for MATHEMATICS for students of technical studies GDAŃSK 2015 GDAŃSK UNIVERSITY OF TECHNOLOGY PUBLISHERS CHAIRMAN OF EDITORIAL BOARD Janusz T. Cieśliński REVIEWERS Anita Dąbrowicz-Tlałka Ilona Gorczyńska COVER DESIGN Katarzyna Olszonowicz Edition I – 2010 Published under the permission of the Rector of Gdańsk University of Technology Gdańsk University of Technology publications may be purchased at https://www.sklep.pg.edu.pl No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated into any human or computer language in any form by any means without permission in writing of the copyright holder. Copyright by Gdańsk University of Technology Publishing House, Gdańsk 2015 ISBN 978-83-7348-598-3 GDAŃSK UNIVERSITY OF TECHNOLOGY PUBLISHING HOUSE Edition II. Ark. ed. 8,3, ark. print 10,0, 1088/875 Printing and binding: EXPOL P. Rybiński, J. Dąbek, Sp. Jawna ul. Brzeska 4, 87-800 Włocławek, tel. 54 232 37 23 Contents Introduction ...................................................................................................................... 5 Chapter 01 Introduction .................................................................................................. 7 Chapter 02 Algebra ......................................................................................................... 13 Chapter 03 Linear Algebra ............................................................................................. 19 Chapter 04 Analytic
    [Show full text]
  • Arxiv:1502.02830V2 [Physics.Ed-Ph] 2 Sep 2015 Ohqatte R Endlcly Hyol Describe Only They Locally: Defined field
    Students’ difficulties with vector calculus in electrodynamics Laurens Bollen,1, ∗ Paul van Kampen,2, † and Mieke De Cock1, ‡ 1Department of Physics and Astronomy & LESEC, KU Leuven, Celestijnenlaan 200c, 3001 Leuven, Belgium. 2Centre for the Advancement of Science and Mathematics Teaching and Learning & School of Physical Sciences, Dublin City University, Glasnevin, Dublin 9, Ireland. (Dated: September 3, 2015) Understanding Maxwell’s equations in differential form is of great importance when studying the electrodynamic phenomena discussed in advanced electromagnetism courses. It is therefore necessary that students master the use of vector calculus in physical situations. In this light we investigated the difficulties second year students at KU Leuven encounter with the divergence and curl of a vector field in mathematical and physical contexts. We have found that they are quite skilled at doing calculations, but struggle with interpreting graphical representations of vector fields and applying vector calculus to physical situations. We have found strong indications that traditional instruction is not sufficient for our students to fully understand the meaning and power of Maxwell’s equations in electrodynamics. PACS numbers: 01.40.Fk, 01.40.gb, 01.40.Di I. INTRODUCTION the characteristics of a vector field at a single point. This is the most important distinction from Maxwell’s equa- It is difficult to overestimate the importance of tions in integral form, which describe the electromagnetic Maxwell’s equations in the study of electricity and mag- field in a region of space. For physics majors, the two netism. Together with the Lorentz force law, these equa- formulations are equally important since they both have tions provide the foundations of classical electrodynam- certain advantages and limitations in specific contexts.
    [Show full text]