Without a Vector Calculus Coordinate System

Size: px
Start display at page:

Download "Without a Vector Calculus Coordinate System"

Transcription

1 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. Tools Load Package: Student Multivariate Calculus Using the palettes, compute Loading Student:-MultivariateCalculus Error, (in Student:-MultivariateCalculus:- Nabla) expected at least 2 arguments, got 1 Apply the Gradient command from this package.

2 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 package. Error, (in Student:-MultivariateCalculus:-Nab la) expected at least 2 arguments, got 1 Tools Load Package: Vector Calculus Loading VectorCalculus Obtain the gradient in the context of the VectorCalculus package. Table 2 Effect of setting a coordinate system

3 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. Tools Tasks Browse: Vector Calculus Display-Format for Vectors 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 Task Template table of contents (Vector Calculus Vector Algebra and Settings). One sets the "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

4 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. Tools Load Package: Vector Calculus Loading VectorCalculus Tools Tasks Browse: Vector Calculus Set Coordinates The More Common Systems The More Common Coordinate Systems

5 Tools Tasks Browse: Vector Calculus Display-Format for Vectors 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.

6 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. Tools Load Package: Vector Calculus Loading VectorCalculus 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.

7 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

8 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 Cartesian field is transformed to polar coordinates. Define constant Cartesian vector field F. Change basis to polar coordinates. Evaluate the field G at a single point. Change the polar vector H back to Cartesian coordinates. Table 8 A constant Cartesian vector field expressed in polar coordinates The vector H obtained by evaluating the polar field G at the point is given as a column vector because there is no proper representation of the polar basis vectors and at specific points. These are just symbols, and Maple does not carry specific coordinates for these symbols. Hence, it is best not to display any basis notation. Incidentally, it takes but a moment's thought to see that is interpreted as a point in the Cartesian plane, the ambient or background system. The position vector to this point makes an angle of with the horizontal, and that is clearly the value of used in evaluating the field G.

9 That Maple does attach the Cartesian point to the vector H can be seen by graphing H with the PlotVector command, as per Figure 2, where it is clear that in the Cartesian plane, H is the arrow. Figure 2 Plot of the polar vector H in the Cartesian plane. A vector such as H to which a root point is attached is called a RootedVector in the vector calculus packages. Prior to the introduction of the RootedVector construct in Maple 11, pointwise evaluation of a VectorField object generated a free vector! Legal Notice: Maplesoft, a division of Waterloo Maple Inc Maplesoft and Maple are trademarks of Waterloo Maple Inc. This application may contain errors and Maplesoft is not liable for any damages resulting from the use of this material. This application is intended for non-commercial, non-profit use only. Contact Maplesoft for permission if you wish to use this application in for-profit activities.

Classroom Tips and Techniques: Electric Field from Distributed Charge

Classroom Tips and Techniques: Electric Field from Distributed Charge Classroom Tips and Techniques: Electric Field from Distributed Charge Introduction Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft This past summer I was asked if Maple could

More information

Classroom Tips and Techniques: Series Expansions Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Classroom Tips and Techniques: Series Expansions Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Classroom Tips and Techniques: Series Expansions Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Maple has the ability to provide various series expansions and

More information

Moments of Inertia. Maplesoft, a division of Waterloo Maple Inc., 2008

Moments of Inertia. Maplesoft, a division of Waterloo Maple Inc., 2008 Introduction Moments of Inertia Maplesoft, a division of Waterloo Maple Inc., 2008 This application is one of a collection of educational engineering eamples using Maple. These ever stage of the solution,

More information

Classroom Tips and Techniques: Eigenvalue Problems for ODEs - Part 1

Classroom Tips and Techniques: Eigenvalue Problems for ODEs - Part 1 Classroom Tips and Techniques: Eigenvalue Problems for DEs - Part 1 Initializations restart with LinearAlgebra : with Student Calculus1 : with RootFinding : Introduction Robert J. Lopez Emeritus Professor

More information

Lecture 11: Vector Calculus I

Lecture 11: Vector Calculus I 1. Key points Scalar and vector fields Gradient and directional derivative Laplacian Maple Derivatives VectorCalculus package SetCoordinates Vector Norm DotProduct Gradient, Del, Nabla Laplacian evalvf

More information

Lecture 10: Vector Calculus II

Lecture 10: Vector Calculus II Lecture 10: Vector Calculus II 1. Key points Vector fields Field Lines/Flow Lines Divergence Curl Maple commands VectorCalculus[Divergence] VectorCalculus[Curl] Student[VectorCalculus][FlowLine] Physics[Vector]

More information

1.1. Fields Partial derivatives

1.1. Fields Partial derivatives 1.1. Fields A field associates a physical quantity with a position A field can be also time dependent, for example. The simplest case is a scalar field, where given physical quantity can be described by

More information

Cylindrical Coordinates

Cylindrical Coordinates SEARCH MATHWORLD Algebra Applied Mathematics Calculus and Analysis Discrete Mathematics Foundations of Mathematics Geometry History and Terminology Number Theory Probability and Statistics Recreational

More information

? D. 3 x 2 2 y. D Pi r ^ 2 h, r. 4 y. D 3 x ^ 3 2 y ^ 2, y, y. D 4 x 3 y 2 z ^5, z, 2, y, x. This means take partial z first then partial x

? D. 3 x 2 2 y. D Pi r ^ 2 h, r. 4 y. D 3 x ^ 3 2 y ^ 2, y, y. D 4 x 3 y 2 z ^5, z, 2, y, x. This means take partial z first then partial x PartialsandVectorCalclulus.nb? D D f, x gives the partial derivative f x. D f, x, n gives the multiple derivative n f x n. D f, x, y, differentiates f successively with respect to x, y,. D f, x, x 2, for

More information

Application demonstration. BifTools. Maple Package for Bifurcation Analysis in Dynamical Systems

Application demonstration. BifTools. Maple Package for Bifurcation Analysis in Dynamical Systems Application demonstration BifTools Maple Package for Bifurcation Analysis in Dynamical Systems Introduction Milen Borisov, Neli Dimitrova Department of Biomathematics Institute of Mathematics and Informatics

More information

A Brief Introduction To. GRTensor. On MAPLE Platform. A write-up for the presentation delivered on the same topic as a part of the course PHYS 601

A Brief Introduction To. GRTensor. On MAPLE Platform. A write-up for the presentation delivered on the same topic as a part of the course PHYS 601 A Brief Introduction To GRTensor On MAPLE Platform A write-up for the presentation delivered on the same topic as a part of the course PHYS 601 March 2012 BY: ARSHDEEP SINGH BHATIA arshdeepsb@gmail.com

More information

Vectors and Vector Arithmetic

Vectors and Vector Arithmetic Vectors and Vector Arithmetic Introduction and Goals: The purpose of this lab is to become familiar with the syntax of Maple commands for manipulating and graphing vectors. It will introduce you to basic

More information

MoLE Gas Laws Activities

MoLE Gas Laws Activities MoLE Gas Laws Activities To begin this assignment you must be able to log on to the Internet using Internet Explorer (Microsoft) 4.5 or higher. If you do not have the current version of the browser, go

More information

Vectors in Space. Standard Graphing

Vectors in Space. Standard Graphing Vectors in Space O restart:with(plots);with(vectorcalculus): animate, animated, animatecurve, arrow, changecoords, complexplot, complexplotd, conformal, conformald, contourplot, contourplotd, coordplot,

More information

A SHORT INTRODUCTION TO ADAMS

A SHORT INTRODUCTION TO ADAMS A. AHADI, P. LIDSTRÖM, K. NILSSON A SHORT INTRODUCTION TO ADAMS FOR MECHANICAL ENGINEERS DIVISION OF MECHANICS DEPARTMENT OF MECHANICAL ENGINEERING LUND INSTITUTE OF TECHNOLOGY 2017 1 FOREWORD THESE EXERCISES

More information

Assessing the Accuracy of a Rocket's Trajectory Through Space

Assessing the Accuracy of a Rocket's Trajectory Through Space Assessing the Accuracy of a Rocket's Trajectory Through Space The challenge: To explore the impact of changing atmospheric conditions on the trajectory of a rocket. Maplesoft, a division of Waterloo Maple

More information

MoLE Gas Laws Activities *

MoLE Gas Laws Activities * MoLE Gas Laws Activities * To begin this assignment you must be able to log on to the Internet using Internet Explorer (Microsoft) 4.5 or higher. If you do not have the current version of the browser,

More information

Differential Operators and the Divergence Theorem

Differential Operators and the Divergence Theorem 1 of 6 1/15/2007 6:31 PM Differential Operators and the Divergence Theorem One of the most important and useful mathematical constructs is the "del operator", usually denoted by the symbol Ñ (which is

More information

Overview of the LinearAlgebra Package

Overview of the LinearAlgebra Package verview of the LinearAlgebra Package Basic Functionality Description The LinearAlgebra package offers routines to construct and manipulate Matrices and Vectors, compute standard operations, query results

More information

Electrodynamics and Microwaves 3. Gradient, Curl and Divergence

Electrodynamics and Microwaves 3. Gradient, Curl and Divergence 1 Module 3 Gradient, Divergence and Curl 1. Introduction 2. The operators & 2 3. Gradient 4. Divergence 5. Curl 6. Mathematical expressions for gradient, divergence and curl in different coordinate systems.

More information

Contents. Motivation. 1 di 7 23/03/ :41

Contents. Motivation. 1 di 7 23/03/ :41 1 di 7 23/03/2015 09:41 From Wikipedia, the free encyclopedia In mathematics, orthogonal coordinates are defined as a set of d coordinates q = (q 1, q 2,..., q d ) in which the coordinate surfaces all

More information

Electromagnetic Field Theory (EMT) Lecture # 7 Vector Calculus (Continued)

Electromagnetic Field Theory (EMT) Lecture # 7 Vector Calculus (Continued) Electromagnetic Field Theory (EMT) Lecture # 7 Vector Calculus (Continued) Topics to be Covered: Vector Calculus Differential Length, Area, and Volume Line, Surface, and Volume Integrals Del Operator Gradient

More information

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 3 Differentiation ü 3.1 The Derivative Students should read Sections 3.1-3.5 of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. ü 3.1.1 Slope of Tangent

More information

Ratio of Polynomials Fit Many Variables

Ratio of Polynomials Fit Many Variables Chapter 376 Ratio of Polynomials Fit Many Variables Introduction This program fits a model that is the ratio of two polynomials of up to fifth order. Instead of a single independent variable, these polynomials

More information

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Lecture 08 Vectors in a Plane, Scalars & Pseudoscalers Let us continue today with

More information

Esterification in CSTRs in Series with Aspen Plus V8.0

Esterification in CSTRs in Series with Aspen Plus V8.0 Esterification in CSTRs in Series with Aspen Plus V8.0 1. Lesson Objectives Use Aspen Plus to determine whether a given reaction is technically feasible using three continuous stirred tank reactors in

More information

Vector Valued Functions

Vector Valued Functions Vector Valued Functions Introduction and Goals: The main goal of this lab will help you visualie the graphs of vector-valued functions and their tangent vectors. Moreover, we want you to begin to view

More information

Preparing Spatial Data

Preparing Spatial Data 13 CHAPTER 2 Preparing Spatial Data Assessing Your Spatial Data Needs 13 Assessing Your Attribute Data 13 Determining Your Spatial Data Requirements 14 Locating a Source of Spatial Data 14 Performing Common

More information

Gas Pressure and Temperature Relationships *

Gas Pressure and Temperature Relationships * Gas Pressure and Temperature Relationships * MoLE Activities To begin this assignment you must be able to log on to the Internet (the software requires OSX for mac users). Type the following address into

More information

SECTION 6.3: VECTORS IN THE PLANE

SECTION 6.3: VECTORS IN THE PLANE (Section 6.3: Vectors in the Plane) 6.18 SECTION 6.3: VECTORS IN THE PLANE Assume a, b, c, and d are real numbers. PART A: INTRO A scalar has magnitude but not direction. We think of real numbers as scalars,

More information

Fog Monitor 100 (FM 100) Extinction Module. Operator Manual

Fog Monitor 100 (FM 100) Extinction Module. Operator Manual Particle Analysis and Display System (PADS): Fog Monitor 100 (FM 100) Extinction Module Operator Manual DOC-0217 Rev A-1 PADS 2.7.3, FM 100 Extinction Module 2.7.0 5710 Flatiron Parkway, Unit B Boulder,

More information

TEACHER NOTES TIMATH.COM: ALGEBRA 2 ID: and discuss the shortcomings of this

TEACHER NOTES TIMATH.COM: ALGEBRA 2 ID: and discuss the shortcomings of this Activity Overview In this activity students explore models for the elliptical orbit of Jupiter. Problem 1 reviews the geometric definition of an ellipse as students calculate for a and b from the perihelion

More information

Curvilinear coordinates

Curvilinear coordinates C Curvilinear coordinates The distance between two points Euclidean space takes the simplest form (2-4) in Cartesian coordinates. The geometry of concrete physical problems may make non-cartesian coordinates

More information

O P E R A T I N G M A N U A L

O P E R A T I N G M A N U A L OPERATING MANUAL WeatherJack OPERATING MANUAL 1-800-645-1061 The baud rate is 2400 ( 8 bits, 1 stop bit, no parity. Flow control = none) To make sure the unit is on line, send an X. the machine will respond

More information

Project IV Fourier Series

Project IV Fourier Series Project IV Fourier Series Robert Jerrard Goal of the project To develop understanding of how many terms of a Fourier series are required in order to well-approximate the original function, and of the differences

More information

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates 9.1 Multivariable Functions and Contour Graphs Although Excel can easily draw 3-dimensional surfaces, they are often difficult to mathematically

More information

Equation of a Circle. Aim. Equipment. Introduction Setting up the calculations. Part 1 Equation of a circle centred at the origin.

Equation of a Circle. Aim. Equipment. Introduction Setting up the calculations. Part 1 Equation of a circle centred at the origin. Student Activity 7 8 9 10 11 1 TI-Nspire CAS Investigation Student 10 min Aim The aim of this investigation is to develop the equation of a circle of radius, r, centred at the origin, and to explore how

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpenCourseWare http://ocwmitedu 2004 Dynamics and Control II Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocwmitedu/terms Massachusetts Institute of Technology

More information

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. School of Mathematical Sciences

ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE. School of Mathematical Sciences ! ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM COLLEGE OF SCIENCE School of Mathematical Sciences New Revised COURSE: COS-MATH-221 Multivariable and Vector Calculus 1.0 Course designations and

More information

through any three given points if and only if these points are not collinear.

through any three given points if and only if these points are not collinear. Discover Parabola Time required 45 minutes Teaching Goals: 1. Students verify that a unique parabola with the equation y = ax + bx+ c, a 0, exists through any three given points if and only if these points

More information

Spherical Coordinates

Spherical Coordinates SEARCH MATHWORLD Algebra Applied Mathematics Calculus and Analysis Discrete Mathematics Foundations of Mathematics Geometry History and Terminology Number Theory Probability and Statistics Recreational

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 207 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

p. 1/ Section 1.4: Cylindrical and Spherical Coordinates

p. 1/ Section 1.4: Cylindrical and Spherical Coordinates p. 1/ Section 1.4: Cylindrical and Spherical Coordinates p. / Cylindrical Coordinate (r,θ,w) where θ is measured counterclockwise as viewed from the positive w-axis. p. / Cylindrical Coordinate (r,θ,w)

More information

A SHORT INTRODUCTION TO ADAMS

A SHORT INTRODUCTION TO ADAMS A. AHADI, P. LIDSTRÖM, K. NILSSON A SHORT INTRODUCTION TO ADAMS FOR ENGINEERING PHYSICS DIVISION OF MECHANICS DEPARTMENT OF MECHANICAL ENGINEERING LUND INSTITUTE OF TECHNOLOGY 2017 FOREWORD THESE EXERCISES

More information

Brief Review of Vector Algebra

Brief Review of Vector Algebra APPENDIX Brief Review of Vector Algebra A.0 Introduction Vector algebra is used extensively in computational mechanics. The student must thus understand the concepts associated with this subject. The current

More information

Electric Fields and Potentials

Electric Fields and Potentials Electric Fields and Potentials INTRODUCTION This experiment is intended to illustrate the concepts of electric fields and electric potentials and how they are related to the charge distribution that produces

More information

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2)

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2) CityGML XFM Application Template Documentation Bentley Map V8i (SELECTseries 2) Table of Contents Introduction to CityGML 1 CityGML XFM Application Template 2 Requirements 2 Finding Documentation 2 To

More information

Computer Algebra Systems Activity: Developing the Quadratic Formula

Computer Algebra Systems Activity: Developing the Quadratic Formula Computer Algebra Systems Activity: Developing the Quadratic Formula Topic: Developing the Quadratic Formula R. Meisel, April 14, 2009 rollym@vaxxine.com Notes to the Teacher: a) This activity is designed

More information

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 15 Conservation Equations in Fluid Flow Part III Good afternoon. I welcome you all

More information

1 Vector Calculus. 1.1 Dot and Cross Product. hu, vi Euc := u v cos(q). Vector Calculus Review

1 Vector Calculus. 1.1 Dot and Cross Product. hu, vi Euc := u v cos(q). Vector Calculus Review Vector Calculus Review 1 Vector Calculus 1.1 Dot and Cross Product In our study of linear algebra, we looked inner products in the abstract, i.e., we said that an inner product h, i was any operation that

More information

arxiv: v2 [math.gm] 8 Apr 2007

arxiv: v2 [math.gm] 8 Apr 2007 published elec. at www.maplesoft.com arxiv:0704.07v [math.gm] 8 Apr 007 1 Introduction A PROCEDURE FOR FINDING THE k TH POWER OF A MATRIX Branko Malešević Faculty of Electrical Engineering, University

More information

Exercises for Windows

Exercises for Windows Exercises for Windows CAChe User Interface for Windows Select tool Application window Document window (workspace) Style bar Tool palette Select entire molecule Select Similar Group Select Atom tool Rotate

More information

Matrices A matrix is a rectangular array of numbers. For example, the following rectangular arrays of numbers are matrices: 2 1 2

Matrices A matrix is a rectangular array of numbers. For example, the following rectangular arrays of numbers are matrices: 2 1 2 Matrices A matrix is a rectangular array of numbers For example, the following rectangular arrays of numbers are matrices: 7 A = B = C = 3 6 5 8 0 6 D = [ 3 5 7 9 E = 8 7653 0 Matrices vary in size An

More information

Effect of Significant Digits on Derivative of a Function

Effect of Significant Digits on Derivative of a Function Differentiation of Continuous Functions Effect of Significant Digits on Derivative of a Function Introduction Ana Catalina Torres, Autar Kaw University of South Florida United States of America kaw@eng.usf.edu

More information

Software BioScout-Calibrator June 2013

Software BioScout-Calibrator June 2013 SARAD GmbH BioScout -Calibrator 1 Manual Software BioScout-Calibrator June 2013 SARAD GmbH Tel.: ++49 (0)351 / 6580712 Wiesbadener Straße 10 FAX: ++49 (0)351 / 6580718 D-01159 Dresden email: support@sarad.de

More information

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

JEFFERSON COLLEGE COURSE SYLLABUS MTH201 CALCULUS III. 5 Semester Credit Hours. Prepared by: Linda Cook

JEFFERSON COLLEGE COURSE SYLLABUS MTH201 CALCULUS III. 5 Semester Credit Hours. Prepared by: Linda Cook JEFFERSON COLLEGE COURSE SYLLABUS MTH201 CALCULUS III 5 Semester Credit Hours Prepared by: Linda Cook Revised Date: December 14, 2006 by Mulavana J Johny Arts & Science Education Dr. Mindy Selsor, Dean

More information

Geometry for Physicists

Geometry for Physicists Hung Nguyen-Schafer Jan-Philip Schmidt Tensor Analysis and Elementary Differential Geometry for Physicists and Engineers 4 i Springer Contents 1 General Basis and Bra-Ket Notation 1 1.1 Introduction to

More information

Task 1: Open ArcMap and activate the Spatial Analyst extension.

Task 1: Open ArcMap and activate the Spatial Analyst extension. Exercise 10 Spatial Analyst The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step instructions component

More information

CHAPTER 1: Functions

CHAPTER 1: Functions CHAPTER 1: Functions 1.1: Functions 1.2: Graphs of Functions 1.3: Basic Graphs and Symmetry 1.4: Transformations 1.5: Piecewise-Defined Functions; Limits and Continuity in Calculus 1.6: Combining Functions

More information

ISIS/Draw "Quick Start"

ISIS/Draw Quick Start ISIS/Draw "Quick Start" Click to print, or click Drawing Molecules * Basic Strategy 5.1 * Drawing Structures with Template tools and template pages 5.2 * Drawing bonds and chains 5.3 * Drawing atoms 5.4

More information

Computer Algebra Systems Activity: Developing the Quadratic Formula

Computer Algebra Systems Activity: Developing the Quadratic Formula Computer Algebra Systems Activity: Developing the Quadratic Formula Topic: Developing the Quadratic Formula R. Meisel, Feb 19, 2005 rollym@vaxxine.com Ontario Expectations: (To be added when finalized

More information

Elements of Vector Calculus : Scalar Field & its Gradient

Elements of Vector Calculus : Scalar Field & its Gradient Elements of Vector Calculus : Scalar Field & its Gradient Lecture 1 : Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay Introduction : In this set of approximately 40 lectures

More information

Department: Course Description: Course Competencies: MAT 201 Calculus III Prerequisite: MAT Credit Hours (Lecture) Mathematics

Department: Course Description: Course Competencies: MAT 201 Calculus III Prerequisite: MAT Credit Hours (Lecture) Mathematics Department: Mathematics Course Description: Calculus III is the final course in the three-semester sequence of calculus courses. This course is designed to prepare students to be successful in Differential

More information

Mathematical Concepts & Notation

Mathematical Concepts & Notation Mathematical Concepts & Notation Appendix A: Notation x, δx: a small change in x t : the partial derivative with respect to t holding the other variables fixed d : the time derivative of a quantity that

More information

Physics 6303 Lecture 3 August 27, 2018

Physics 6303 Lecture 3 August 27, 2018 Physics 6303 Lecture 3 August 27, 208 LAST TIME: Vector operators, divergence, curl, examples of line integrals and surface integrals, divergence theorem, Stokes theorem, index notation, Kronecker delta,

More information

Central Difference Approximation of the First Derivative

Central Difference Approximation of the First Derivative Differentiation of Continuous Functions Central Difference Approximation of the First Derivative Introduction Ana Catalina Torres, Autar Kaw University of South Florida United States of America kaw@eng.usf.edu

More information

CURRENT MATERIAL: Vector Calculus.

CURRENT MATERIAL: Vector Calculus. Math 275, section 002 (Ultman) Spring 2012 FINAL EXAM REVIEW The final exam will be held on Wednesday 9 May from 8:00 10:00am in our regular classroom. You will be allowed both sides of two 8.5 11 sheets

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

Hot Spot / Kernel Density Analysis: Calculating the Change in Uganda Conflict Zones

Hot Spot / Kernel Density Analysis: Calculating the Change in Uganda Conflict Zones Hot Spot / Kernel Density Analysis: Calculating the Change in Uganda Conflict Zones Created by Patrick Florance; revised by Carolyn Talmadge, Madeline Wrable, Kyle Monahan on March 28, 2017 OVERVIEW...

More information

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2 We will learn how to use a matrix to solve a system of equations. College algebra Class notes Matrices and Systems of Equations (section 6.) Recall, we solved the system below in a previous section. Here,

More information

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Lecture -1 Element of vector calculus: Scalar Field and its Gradient This is going to be about one

More information

Hot Spot / Point Density Analysis: Kernel Smoothing

Hot Spot / Point Density Analysis: Kernel Smoothing Hot Spot / Point Density Analysis: Kernel Smoothing Revised by Carolyn Talmadge on January 15, 2016 SETTING UP... 1 ENABLING THE SPATIAL ANALYST EXTENSION... 1 SET UP YOUR ANALYSIS OPTIONS IN ENVIRONMENTS...

More information

Mathematics with Maple

Mathematics with Maple Mathematics with Maple A Comprehensive E-Book Harald Pleym Preface The main objective of these Maple worksheets, organized for use with all Maple versions from Maple 14, is to show how the computer algebra

More information

1 One-Dimensional, Steady-State Conduction

1 One-Dimensional, Steady-State Conduction 1 One-Dimensional, Steady-State Conduction 1.1 Conduction Heat Transfer 1.1.1 Introduction Thermodynamics defines heat as a transfer of energy across the boundary of a system as a result of a temperature

More information

Connect the Vernier spectrometer to your lap top computer and power the spectrometer if necessary. Start LoggerPro on your computer.

Connect the Vernier spectrometer to your lap top computer and power the spectrometer if necessary. Start LoggerPro on your computer. Connect the Vernier spectrometer to your lap top computer and power the spectrometer if necessary. Start LoggerPro on your computer. The screen shown in Fig. 1 may be displayed. If status line displays

More information

HB Coupled Pendulums Lab Coupled Pendulums

HB Coupled Pendulums Lab Coupled Pendulums HB 04-19-00 Coupled Pendulums Lab 1 1 Coupled Pendulums Equipment Rotary Motion sensors mounted on a horizontal rod, vertical rods to hold horizontal rod, bench clamps to hold the vertical rods, rod clamps

More information

Mini Lecture 2.1 Introduction to Functions

Mini Lecture 2.1 Introduction to Functions Mini Lecture.1 Introduction to Functions 1. Find the domain and range of a relation.. Determine whether a relation is a function. 3. Evaluate a function. 1. Find the domain and range of the relation. a.

More information

Esterification in a PFR with Aspen Plus V8.0

Esterification in a PFR with Aspen Plus V8.0 Esterification in a PFR with Aspen Plus V8.0 1. Lesson Objectives Use Aspen Plus to determine whether a given reaction is technically feasible using a plug flow reactor. 2. Prerequisites Aspen Plus V8.0

More information

Gravity Measurements Making Corrections and Calculating Anomalies

Gravity Measurements Making Corrections and Calculating Anomalies Gravity Measurements Making Corrections and Calculating Anomalies After completing this practical you should be able to: Use Excel to perform basic calculations using formulae. Use formulae to automatically

More information

Chapter II.C Derivatives for Implicit Functions

Chapter II.C Derivatives for Implicit Functions Chapter II.C Derivatives for Implicit Functions The first thing you may be asking after reading the title of this section is "What's an implicit function? " This is not unexpected since generally courses

More information

How to Make or Plot a Graph or Chart in Excel

How to Make or Plot a Graph or Chart in Excel This is a complete video tutorial on How to Make or Plot a Graph or Chart in Excel. To make complex chart like Gantt Chart, you have know the basic principles of making a chart. Though I have used Excel

More information

Polynomial Regression Model

Polynomial Regression Model Polynomial Regression Model 2007 Fabian Farelo, Autar Kaw, Jamie Trahan University of South Florida United States of America kaw@eng.usf.edu Note: This worksheet demonstrates the use of Maple to illustrate

More information

Newton s Second Law of Motion

Newton s Second Law of Motion Newton s Second Law of Motion Overview The purpose of this investigation is to validate Newton s Second Law of Motion. In Part A a lab cart will be accelerated by various net forces while keeping mass

More information

Lesson 12: More Systems

Lesson 12: More Systems Lesson 12: More Systems restart; A geometry problem Here's a nice little application of resultants to a geometrical problem. We're given two concentric circles with radii and. From a given point P at a

More information

An Introduction to Matrix Algebra

An Introduction to Matrix Algebra An Introduction to Matrix Algebra EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #8 EPSY 905: Matrix Algebra In This Lecture An introduction to matrix algebra Ø Scalars, vectors, and matrices

More information

ENGI Gradient, Divergence, Curl Page 5.01

ENGI Gradient, Divergence, Curl Page 5.01 ENGI 94 5. - Gradient, Divergence, Curl Page 5. 5. The Gradient Operator A brief review is provided here for the gradient operator in both Cartesian and orthogonal non-cartesian coordinate systems. Sections

More information

Successful completion of the core function transformations unit. Algebra manipulation skills with squares and square roots.

Successful completion of the core function transformations unit. Algebra manipulation skills with squares and square roots. Extension A: Circles and Ellipses Algebra ; Pre-Calculus Time required: 35 50 min. Learning Objectives Math Objectives Students will write the general forms of Cartesian equations for circles and ellipses,

More information

!t + U " #Q. Solving Physical Problems: Pitfalls, Guidelines, and Advice

!t + U  #Q. Solving Physical Problems: Pitfalls, Guidelines, and Advice Solving Physical Problems: Pitfalls, Guidelines, and Advice Some Relations in METR 420 There are a relatively small number of mathematical and physical relations that we ve used so far in METR 420 or that

More information

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA This help guide describes how to merge two or more feature classes (vector) or rasters into one single feature class or raster dataset. The Merge Tool The Merge Tool combines input features from input

More information

PHY 221 Lab 5 Diverse Forces, Springs and Friction

PHY 221 Lab 5 Diverse Forces, Springs and Friction Name: Partner: Partner: PHY 221 Lab 5 Diverse Forces, Springs and Friction Goals: To explore the nature of forces and the variety of ways in which they can be produced. Characterize the nature of springs

More information

EXERCISE 12: IMPORTING LIDAR DATA INTO ARCGIS AND USING SPATIAL ANALYST TO MODEL FOREST STRUCTURE

EXERCISE 12: IMPORTING LIDAR DATA INTO ARCGIS AND USING SPATIAL ANALYST TO MODEL FOREST STRUCTURE EXERCISE 12: IMPORTING LIDAR DATA INTO ARCGIS AND USING SPATIAL ANALYST TO MODEL FOREST STRUCTURE Document Updated: December, 2007 Introduction This exercise is designed to provide you with possible silvicultural

More information

Ocean Optics Red Tide UV-VIS Spectrometer (Order Code: SPRT-UV-VIS)

Ocean Optics Red Tide UV-VIS Spectrometer (Order Code: SPRT-UV-VIS) Ocean Optics Red Tide UV-VIS Spectrometer (Order Code: SPRT-UV-VIS) The UV-VIS spectrometer is a portable ultraviolet light and visible light spectrophotometer, combining a spectrometer and a light source/cuvette

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

New Jersey Center for Teaching and Learning. Progressive Mathematics Initiative

New Jersey Center for Teaching and Learning. Progressive Mathematics Initiative Slide 1 / 70 New Jersey Center for Teaching and Learning Progressive Mathematics Initiative This material is made freely available at www.njctl.org and is intended for the non-commercial use of students

More information

Tensor Analysis Author: Harald Höller last modified: Licence: Creative Commons Lizenz by-nc-sa 3.0 at

Tensor Analysis Author: Harald Höller last modified: Licence: Creative Commons Lizenz by-nc-sa 3.0 at Tensor Analysis Author: Harald Höller last modified: 02.12.09 Licence: Creative Commons Lizenz by-nc-sa 3.0 at Levi-Civita Symbol (Ε - Tensor) 2 Tensor_analysis_m6.nb Ε = Ε = Ε = 1 123 231 312 Ε = Ε =

More information

Ammonia Synthesis with Aspen Plus V8.0

Ammonia Synthesis with Aspen Plus V8.0 Ammonia Synthesis with Aspen Plus V8.0 Part 1 Open Loop Simulation of Ammonia Synthesis 1. Lesson Objectives Become comfortable and familiar with the Aspen Plus graphical user interface Explore Aspen Plus

More information

SCIENCE PROGRAM CALCULUS III

SCIENCE PROGRAM CALCULUS III SCIENCE PROGRAM CALCULUS III Discipline: Mathematics Semester: Winter 2005 Course Code: 201-DDB-05 Instructor: Objectives: 00UV, 00UU Office: Ponderation: 3-2-3 Tel.: 457-6610 Credits: 2 2/3 Local: Course

More information

VECTORS AND MATRICES

VECTORS AND MATRICES VECTORS AND MATRICES COMPUTER SESSION C1 BACKGROUND PREPARATIONS The session is divided into two parts. The first part involves experimenting in the Mathematics Laboratory and the second part involves

More information