DonnishJournals

Size: px
Start display at page:

Download "DonnishJournals"

Transcription

1 DonnishJounals Donnish Jounal of Educational Reseach and Reviews. Vol 1(1) pp Novembe, Copyight 014 Donnish Jounals Oiginal Reseach Pape Vecto Analysis Using MAXIMA Savaş Tuylu Compute Science, Nigeian Tukish Nile Univesity, Nigeia. Accepted 3d Novembe, 014. The methods of calculus lie at the heat of the physical sciences and engineeing. Maxima can help you make faste pogess, if you ae just leaning calculus. The examples in this eseach pape will offe an oppotunity to see some Maxima tools in the context of simple examples, but you will likely be thinking about much hade poblems you want to solve as you see these tools used hee. This eseach pape includes Vecto Analysis. Keywods: Vecto Addition, Vecto Subtaction, Dot Poduct of Vectos, The Coss poduct, Gadient, The Divegence, Cul, Laplacian Opeato, Maxima. 1. INTRODUCTION Maxima is a system fo the manipulation of symbolic and numeical expessions, including diffeentiation, integation, Taylo seies, Laplace tansfoms, odinay diffeential equations, systems of linea equations, polynomials, sets, lists, vectos, matices, tensos, and moe. Maxima yields high pecision numeic esults by using exact factions, abitay pecision integes, and vaiable pecision floating point numbes. Maxima can plot functions and data in two and thee dimensions. Maxima souce code can be compiled on many compute opeating systems, including Windows, Linux, and MacOS X. The souce code fo all systems and pecompiled binaies fo Windows and Linux ae available at the SouceFoge file manage. Maxima is a descendant of Macsyma, the legenday compute algeba system developed in the late 1960s at the Massachusetts Institute of Technology. It is the only system based on that effot still publicly available and with an active use community, thanks to its open souce natue. Macsyma was evolutionay in its day, and many late systems, such as Maple and Mathematica, wee inspied by it. The Maxima banch of Macsyma was maintained by William Schelte fom 198 until he passed away in 001. In 1998 he obtained pemission to elease the souce code unde the GNU Geneal Public License (GPL). It was his effots and skills that made the suvival of Maxima possible. Vecto Analysis povides Vecto Addition and Subtaction, Dot Poduct of Vectos, The Coss poduct, Gadient, The Divegence, Cul, Laplacian Opeato, a basic intoduction to Vecto, some functions and vaiables of vecto opeatos using Maxima, definitions of Maxima s functions and vaiables of vecto opeatos, solving functions and vaiables of vecto opeatos examples using Maxima. MAXIMA has been constantly updated and used by eseache and enginees as well as by students.. VECTOR ANALYSIS Vectos, epesented in all thee coodinate systems, i.e. catesian, cylindical and spheical, must be used in electomagnetics. The vectos ae denoted by boldface symbols in ode to distinguish vectos fom scalas..1. Geneal A vecto field is a function having, at each instant in time, a magnitude at evey point in space and a diection. Vecto quantities have both magnitude and diection. They ae epesented gaphically by aows as shown in Figue.1. The length and aowhead show the magnitude and diection of a vecto, espectively. Coesponding Autho: savastyludf@hotmail.com

2 S a v a ş T u y l u D o n n. J. E d u. R e s. R e v. Figue.1: A vecto.. Vecto Analysis Using Maxima The vecto algeba and calculus pogams ae stoed in the package vect of MAXIMA Vesion that povides to combine and simplify symbolic expessions of dot poducts, coss poducts, gadient, divegence, cul, and laplacian opeatos of vectos. The command load(vect) is used fo vecto analysis. The following opeatos ae defined by the vect package: Table. Command vecto1. vecto vecto1 x vecto gad expession n cul expession laplacian expession Desciption the dot poduct of vecto1 and vecto the coss poduct of vecto1 and vecto the gadient of its agument, expession the cul of its agument, expession the laplacian of its agument, expession Figue.3. Vecto addition and Subtaction Vecto addition and subtaction using Maxima Example.3.1: The vectos A and B ae given in catesian coodinate system as A kx ly (.3.1), B ly k (.3.). Calculate the vecto addition A + B and vecto subtaction A - B. Examples.4. Dot Poduct of Vectos The dot poduct of two vectos is the poduct of one vecto which is aligned with anothe vecto theefoe it is obtained by the poduct of thei magnitudes multiplied by the cosine of thei angle (0 ) between vectos as A. B A B cos( ) (.4.1). AB The esult is scala. The dot poduct of two vectos in catesian coodinates.3. Vecto Addition and Subtaction The vecto sum of A and B is defined in elation to the gaphic sketch of the vectos, as shown in Fig..3. The ule is to put the initial point of one vecto to the end point of anothe vecto. A A x A y A (.4.), B B x B y B (.4.3), is AB A B A B A B (.4.4).. x x y y

3 S a v a ş T u y l u D o n n. J. E d u. R e s. R e v. 3 Same as above, the dot poduct of two vectos in spheical coodinates A A A A (.4.5), B B B B (.4.6), is AB A B A B A B (.4.7).. Dot poduct using Maxima Example.4.1: Conside two vectos in catesian coodinates A A x A y A B B x B y B Calculate the dot poduct of A and B. The coss poduct of two vectos in catesian coodinates A A x A y A (.5.), B B x B y B (.5.3), AB x A A A B B B ( A B A B ) x ( A B A B ) y ( A B A B ) (.5.4). y y x x x y y x Coss poduct using Maxima Example.5.1 Conside two vectos in catesian coodinates A A x A y A, and B B x B y B, calculate the coss poduct of A and B..5. The Coss Poduct The coss poduct of two vectos is obtained by the poduct of thei magnitudes multiplied by the sine of thei angle (0 ) between vectos as given in Fig..5.1, AxB A B sin( AB ) c (.5.1), whee c is the unit vecto which is nomal to the plane detemined by these vectos.the diection is obtained by using the ight hand ule..6. Gadient The gadient is the ate of change of a scala function f. It is a vecto in the diection of the geatest incease of function f. It is a slope. The f points towads the lage values of given function. If thee ae thee vaiables, the gadient f in catesian, cylindical, and spheical coodinate system, espectively, can be shown as f f f f x y x y (.6.1), f f f f (.6.), f 1 f 1 f f sin (.6.3). Gadient using MAXIMA Figue.5.1: The Coss poduct Example.6.1 Conside the scala function f, calculate the gadient f in catesian, cylindical, and spheical coodinate system.

4 S a v a ş T u y l u D o n n. J. E d u. R e s. R e v. 4 Divegence using Maxima Example.7.1 Calculate the divegence of vecto A in catesian, cylindical, and spheical coodinate systems.7. The Divegence The divegence is an opeato which shows the magnitude of the vecto field's souce at the given point. The divegence is scala and beas a similaity to the deivative of a function. The divegence of a vecto A in catesian, cylindical, and spheical coodinate system, espectively, can be shown as A A x y A A x y (.7.1), 1 ( A) 1 A A A (.7.), 1 ( A ) 1 ( A sin ) 1 A A (.7.3). sin sin.8. Cul The cul is a vecto opeato which descibes the otation of a vecto. The diection of the cul is the axis of the otation. The cul of a vecto A in catesian, cylindical, and spheical coodinate system, espectively, can be shown as:

5 S a v a ş T u y l u D o n n. J. E d u. R e s. R e v. 5 A A y A A x A y Ax xa ( ) x ( ) y ( ) x y y x x y A A A (.8.1), 1 1 1A 1 ( ) A A A A A xa ( ) ( ) ( ) A A A (.8.), 1 ( Asin ) A 1 1 ( A ) A 1 ( A) A xa ( ) ( ) ( ) sin sin Cul using Maxima Example.8.1 (.8.3). Calculate the cul of A in catesian, cylindical, and spheical coodinate system..9. Laplacian Opeato The laplacian opeato is a second ode diffeential opeato, applied Nabla opeato. It is the sum of all second patial deivatives in catesian coodinates. The laplacian of vecto A in catesian, cylindical, and spheical coodinate system, espectively, can be shown as f f f x y f f 1 f 1 f f f ( ) (.9.1), (.9.), f ( f ) f (sin f ) sin sin Laplacian using Maxima Example.9.1 (.9.3). Conside the scala function f, calculate the laplacian f in catesian, cylindical, and spheical coodinate system.

6 S a v a ş T u y l u D o n n. J. E d u. R e s. R e v. 6 CONCLUSION Reseach pape can apply each and evey pat of Vectos, help application of the physical sciences and engineeing, make faste pogess, and help to undestand Vectos. The pape paticulaity helps to undestand pats of Calculus and is going to extend to othe pats of the Calculus. ACKNOWLEDGEMENTS I would like to thank the Maxima developes, Nigeian Tukish Nile Univesity, and Pof. Niyai ARI fo thei fiendly help. REFERENCES [1] Niyai ARI, Lectue notes, Univesity of Technology, Zuich, Switeland. [] Niyai ARI, Symbolic computation of electomagnetics with Maxima (013). [3]

As is natural, our Aerospace Structures will be described in a Euclidean three-dimensional space R 3.

As is natural, our Aerospace Structures will be described in a Euclidean three-dimensional space R 3. Appendix A Vecto Algeba As is natual, ou Aeospace Stuctues will be descibed in a Euclidean thee-dimensional space R 3. A.1 Vectos A vecto is used to epesent quantities that have both magnitude and diection.

More information

Vectors, Vector Calculus, and Coordinate Systems

Vectors, Vector Calculus, and Coordinate Systems Apil 5, 997 A Quick Intoduction to Vectos, Vecto Calculus, and Coodinate Systems David A. Randall Depatment of Atmospheic Science Coloado State Univesity Fot Collins, Coloado 80523. Scalas and vectos Any

More information

AE301 Aerodynamics I UNIT B: Theory of Aerodynamics

AE301 Aerodynamics I UNIT B: Theory of Aerodynamics AE301 Aeodynamics I UNIT B: Theoy of Aeodynamics ROAD MAP... B-1: Mathematics fo Aeodynamics B-2: Flow Field Repesentations B-3: Potential Flow Analysis B-4: Applications of Potential Flow Analysis AE301

More information

(read nabla or del) is defined by, k. (9.7.1*)

(read nabla or del) is defined by, k. (9.7.1*) 9.7 Gadient of a scala field. Diectional deivative Some of the vecto fields in applications can be obtained fom scala fields. This is vey advantageous because scala fields can be handled moe easily. The

More information

Vector d is a linear vector function of vector d when the following relationships hold:

Vector d is a linear vector function of vector d when the following relationships hold: Appendix 4 Dyadic Analysis DEFINITION ecto d is a linea vecto function of vecto d when the following elationships hold: d x = a xxd x + a xy d y + a xz d z d y = a yxd x + a yy d y + a yz d z d z = a zxd

More information

Appendix A. Appendices. A.1 ɛ ijk and cross products. Vector Operations: δ ij and ɛ ijk

Appendix A. Appendices. A.1 ɛ ijk and cross products. Vector Operations: δ ij and ɛ ijk Appendix A Appendices A1 ɛ and coss poducts A11 Vecto Opeations: δ ij and ɛ These ae some notes on the use of the antisymmetic symbol ɛ fo expessing coss poducts This is an extemely poweful tool fo manipulating

More information

Stress, Cauchy s equation and the Navier-Stokes equations

Stress, Cauchy s equation and the Navier-Stokes equations Chapte 3 Stess, Cauchy s equation and the Navie-Stokes equations 3. The concept of taction/stess Conside the volume of fluid shown in the left half of Fig. 3.. The volume of fluid is subjected to distibuted

More information

Transformation of the Navier-Stokes Equations in Curvilinear Coordinate Systems with Maple

Transformation of the Navier-Stokes Equations in Curvilinear Coordinate Systems with Maple Global Jounal of Pue and Applied Mathematics. ISSN 0973-1768 Volume 12, Numbe 4 2016, pp. 3315 3325 Reseach India Publications http://www.ipublication.com/gjpam.htm Tansfomation of the Navie-Stokes Equations

More information

Math 2263 Solutions for Spring 2003 Final Exam

Math 2263 Solutions for Spring 2003 Final Exam Math 6 Solutions fo Sping Final Exam ) A staightfowad appoach to finding the tangent plane to a suface at a point ( x, y, z ) would be to expess the cuve as an explicit function z = f ( x, y ), calculate

More information

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx.

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx. 9. LAGRANGIAN OF THE ELECTROMAGNETIC FIELD In the pevious section the Lagangian and Hamiltonian of an ensemble of point paticles was developed. This appoach is based on a qt. This discete fomulation can

More information

2 Governing Equations

2 Governing Equations 2 Govening Equations This chapte develops the govening equations of motion fo a homogeneous isotopic elastic solid, using the linea thee-dimensional theoy of elasticity in cylindical coodinates. At fist,

More information

Vectors, Vector Calculus, and Coordinate Systems

Vectors, Vector Calculus, and Coordinate Systems ! Revised Apil 11, 2017 1:48 PM! 1 Vectos, Vecto Calculus, and Coodinate Systems David Randall Physical laws and coodinate systems Fo the pesent discussion, we define a coodinate system as a tool fo descibing

More information

DonnishJournals

DonnishJournals DonnishJournals 2041-1189 Donnish Journal of Educational Research and Reviews. Vol 1(2) pp. 041-046 December, 2014. http:///djerr Copyright 2014 Donnish Journals Original Research Paper Laplace Transforms,

More information

Dymore User s Manual Two- and three dimensional dynamic inflow models

Dymore User s Manual Two- and three dimensional dynamic inflow models Dymoe Use s Manual Two- and thee dimensional dynamic inflow models Contents 1 Two-dimensional finite-state genealized dynamic wake theoy 1 Thee-dimensional finite-state genealized dynamic wake theoy 1

More information

TheWaveandHelmholtzEquations

TheWaveandHelmholtzEquations TheWaveandHelmholtzEquations Ramani Duaiswami The Univesity of Mayland, College Pak Febuay 3, 2006 Abstact CMSC828D notes (adapted fom mateial witten with Nail Gumeov). Wok in pogess 1 Acoustic Waves 1.1

More information

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM Poceedings of the ASME 2010 Intenational Design Engineeing Technical Confeences & Computes and Infomation in Engineeing Confeence IDETC/CIE 2010 August 15-18, 2010, Monteal, Quebec, Canada DETC2010-28496

More information

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50 woking pages fo Paul Richads class notes; do not copy o ciculate without pemission fom PGR 2004/11/3 10:50 CHAPTER7 Solid angle, 3D integals, Gauss s Theoem, and a Delta Function We define the solid angle,

More information

Review Notes on Maxwell's Equations

Review Notes on Maxwell's Equations ELEC344 Micowave Engineeing, Sping 2002 Handout #1 Kevin Chen Review Notes on Maxwell's Equations Review of Vecto Poducts and the Opeato The del, gad o nabla opeato is a vecto, and can be pat of a scala

More information

Absorption Rate into a Small Sphere for a Diffusing Particle Confined in a Large Sphere

Absorption Rate into a Small Sphere for a Diffusing Particle Confined in a Large Sphere Applied Mathematics, 06, 7, 709-70 Published Online Apil 06 in SciRes. http://www.scip.og/jounal/am http://dx.doi.og/0.46/am.06.77065 Absoption Rate into a Small Sphee fo a Diffusing Paticle Confined in

More information

Application of Parseval s Theorem on Evaluating Some Definite Integrals

Application of Parseval s Theorem on Evaluating Some Definite Integrals Tukish Jounal of Analysis and Numbe Theoy, 4, Vol., No., -5 Available online at http://pubs.sciepub.com/tjant/// Science and Education Publishing DOI:.69/tjant--- Application of Paseval s Theoem on Evaluating

More information

COMPUTATIONS OF ELECTROMAGNETIC FIELDS RADIATED FROM COMPLEX LIGHTNING CHANNELS

COMPUTATIONS OF ELECTROMAGNETIC FIELDS RADIATED FROM COMPLEX LIGHTNING CHANNELS Pogess In Electomagnetics Reseach, PIER 73, 93 105, 2007 COMPUTATIONS OF ELECTROMAGNETIC FIELDS RADIATED FROM COMPLEX LIGHTNING CHANNELS T.-X. Song, Y.-H. Liu, and J.-M. Xiong School of Mechanical Engineeing

More information

Reading Assignment. Problem Description for Homework #9. Read Chapters 29 and 30.

Reading Assignment. Problem Description for Homework #9. Read Chapters 29 and 30. Reading Assignment Read Chaptes 29 and 30. Poblem Desciption fo Homewok #9 In this homewok, you will solve the inhomogeneous Laplace s equation to calculate the electic scala potential that exists between

More information

e.g: If A = i 2 j + k then find A. A = Ax 2 + Ay 2 + Az 2 = ( 2) = 6

e.g: If A = i 2 j + k then find A. A = Ax 2 + Ay 2 + Az 2 = ( 2) = 6 MOTION IN A PLANE 1. Scala Quantities Physical quantities that have only magnitude and no diection ae called scala quantities o scalas. e.g. Mass, time, speed etc. 2. Vecto Quantities Physical quantities

More information

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu Available at https://edupediapublicationsog/jounals Volume 3 Issue 4 Febuay 216 Using Laplace Tansfom to Evaluate Impope Integals Chii-Huei Yu Depatment of Infomation Technology, Nan Jeon Univesity of

More information

B da = 0. Q E da = ε. E da = E dv

B da = 0. Q E da = ε. E da = E dv lectomagnetic Theo Pof Ruiz, UNC Asheville, doctophs on YouTube Chapte Notes The Maxwell quations in Diffeential Fom 1 The Maxwell quations in Diffeential Fom We will now tansfom the integal fom of the

More information

J. N. R E DDY ENERGY PRINCIPLES AND VARIATIONAL METHODS APPLIED MECHANICS

J. N. R E DDY ENERGY PRINCIPLES AND VARIATIONAL METHODS APPLIED MECHANICS J. N. E DDY ENEGY PINCIPLES AND VAIATIONAL METHODS IN APPLIED MECHANICS T H I D E DI T IO N JN eddy - 1 MEEN 618: ENEGY AND VAIATIONAL METHODS A EVIEW OF VECTOS AND TENSOS ead: Chapte 2 CONTENTS Physical

More information

General Solution of EM Wave Propagation in Anisotropic Media

General Solution of EM Wave Propagation in Anisotropic Media Jounal of the Koean Physical Society, Vol. 57, No. 1, July 2010, pp. 55 60 Geneal Solution of EM Wave Popagation in Anisotopic Media Jinyoung Lee Electical and Electonic Engineeing Depatment, Koea Advanced

More information

Physics 2020, Spring 2005 Lab 5 page 1 of 8. Lab 5. Magnetism

Physics 2020, Spring 2005 Lab 5 page 1 of 8. Lab 5. Magnetism Physics 2020, Sping 2005 Lab 5 page 1 of 8 Lab 5. Magnetism PART I: INTRODUCTION TO MAGNETS This week we will begin wok with magnets and the foces that they poduce. By now you ae an expet on setting up

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Seies UG Examination 2015 16 FLUID DYNAMICS WITH ADVANCED TOPICS MTH-MD59 Time allowed: 3 Hous Attempt QUESTIONS 1 and 2, and THREE othe questions.

More information

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr.

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr. POBLM S # SOLUIONS by obet A. DiStasio J. Q. he Bon-Oppenheime appoximation is the standad way of appoximating the gound state of a molecula system. Wite down the conditions that detemine the tonic and

More information

EM Boundary Value Problems

EM Boundary Value Problems EM Bounday Value Poblems 10/ 9 11/ By Ilekta chistidi & Lee, Seung-Hyun A. Geneal Desciption : Maxwell Equations & Loentz Foce We want to find the equations of motion of chaged paticles. The way to do

More information

arxiv: v1 [physics.pop-ph] 3 Jun 2013

arxiv: v1 [physics.pop-ph] 3 Jun 2013 A note on the electostatic enegy of two point chages axiv:1306.0401v1 [physics.pop-ph] 3 Jun 013 A C Tot Instituto de Física Univesidade Fedeal do io de Janeio Caixa Postal 68.58; CEP 1941-97 io de Janeio,

More information

6 Vector Operators. 6.1 The Gradient Operator

6 Vector Operators. 6.1 The Gradient Operator 6 Vecto Opeatos 6. The Gadient Opeato In the B2 couse ou wee intoduced to the gadient opeato in Catesian coodinates. Fo an diffeentiable scala function f(x,, z), we can define a vecto function though (

More information

1 Spherical multipole moments

1 Spherical multipole moments Jackson notes 9 Spheical multipole moments Suppose we have a chage distibution ρ (x) wheeallofthechageiscontained within a spheical egion of adius R, as shown in the diagam. Then thee is no chage in the

More information

KEPLER S LAWS OF PLANETARY MOTION

KEPLER S LAWS OF PLANETARY MOTION EPER S AWS OF PANETARY MOTION 1. Intoduction We ae now in a position to apply what we have leaned about the coss poduct and vecto valued functions to deive eple s aws of planetay motion. These laws wee

More information

Solving Some Definite Integrals Using Parseval s Theorem

Solving Some Definite Integrals Using Parseval s Theorem Ameican Jounal of Numeical Analysis 4 Vol. No. 6-64 Available online at http://pubs.sciepub.com/ajna///5 Science and Education Publishing DOI:.69/ajna---5 Solving Some Definite Integals Using Paseval s

More information

Review: Electrostatics and Magnetostatics

Review: Electrostatics and Magnetostatics Review: Electostatics and Magnetostatics In the static egime, electomagnetic quantities do not vay as a function of time. We have two main cases: ELECTROSTATICS The electic chages do not change postion

More information

DonnishJournals

DonnishJournals DonnishJournals 2041-1189 Donnish Journal of Educational Research and Reviews. Vol 2(1) pp. 018-024 January, 2015. http:///djerr Copyright 2015 Donnish Journals Original Research Paper Plotting with MAXIMA

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Electromagnetism II September 15, 2012 Prof. Alan Guth PROBLEM SET 2

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Electromagnetism II September 15, 2012 Prof. Alan Guth PROBLEM SET 2 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Depatment Physics 8.07: Electomagnetism II Septembe 5, 202 Pof. Alan Guth PROBLEM SET 2 DUE DATE: Monday, Septembe 24, 202. Eithe hand it in at the lectue,

More information

Lecture 8 - Gauss s Law

Lecture 8 - Gauss s Law Lectue 8 - Gauss s Law A Puzzle... Example Calculate the potential enegy, pe ion, fo an infinite 1D ionic cystal with sepaation a; that is, a ow of equally spaced chages of magnitude e and altenating sign.

More information

MODULE 5a and 5b (Stewart, Sections 12.2, 12.3) INTRO: In MATH 1114 vectors were written either as rows (a1, a2,..., an) or as columns a 1 a. ...

MODULE 5a and 5b (Stewart, Sections 12.2, 12.3) INTRO: In MATH 1114 vectors were written either as rows (a1, a2,..., an) or as columns a 1 a. ... MODULE 5a and 5b (Stewat, Sections 2.2, 2.3) INTRO: In MATH 4 vectos wee witten eithe as ows (a, a2,..., an) o as columns a a 2... a n and the set of all such vectos of fixed length n was called the vecto

More information

MAGNETIC FIELD AROUND TWO SEPARATED MAGNETIZING COILS

MAGNETIC FIELD AROUND TWO SEPARATED MAGNETIZING COILS The 8 th Intenational Confeence of the Slovenian Society fo Non-Destuctive Testing»pplication of Contempoay Non-Destuctive Testing in Engineeing«Septembe 1-3, 5, Potoož, Slovenia, pp. 17-1 MGNETIC FIELD

More information

Class #16 Monday, March 20, 2017

Class #16 Monday, March 20, 2017 D. Pogo Class #16 Monday, Mach 0, 017 D Non-Catesian Coodinate Systems A point in space can be specified by thee numbes:, y, and z. O, it can be specified by 3 diffeent numbes:,, and z, whee = cos, y =

More information

Question Bank. Section A. is skew-hermitian matrix. is diagonalizable. (, ) , Evaluate (, ) 12 about = 1 and = Find, if

Question Bank. Section A. is skew-hermitian matrix. is diagonalizable. (, ) , Evaluate (, ) 12 about = 1 and = Find, if Subject: Mathematics-I Question Bank Section A T T. Find the value of fo which the matix A = T T has ank one. T T i. Is the matix A = i is skew-hemitian matix. i. alculate the invese of the matix = 5 7

More information

is the instantaneous position vector of any grid point or fluid

is the instantaneous position vector of any grid point or fluid Absolute inetial, elative inetial and non-inetial coodinates fo a moving but non-defoming contol volume Tao Xing, Pablo Caica, and Fed Sten bjective Deive and coelate the govening equations of motion in

More information

Part V: Closed-form solutions to Loop Closure Equations

Part V: Closed-form solutions to Loop Closure Equations Pat V: Closed-fom solutions to Loop Closue Equations This section will eview the closed-fom solutions techniques fo loop closue equations. The following thee cases will be consideed. ) Two unknown angles

More information

Analytic Evaluation of two-electron Atomic Integrals involving Extended Hylleraas-CI functions with STO basis

Analytic Evaluation of two-electron Atomic Integrals involving Extended Hylleraas-CI functions with STO basis Analytic Evaluation of two-electon Atomic Integals involving Extended Hylleaas-CI functions with STO basis B PADHY (Retd.) Faculty Membe Depatment of Physics, Khalikote (Autonomous) College, Behampu-760001,

More information

An Exact Solution of Navier Stokes Equation

An Exact Solution of Navier Stokes Equation An Exact Solution of Navie Stokes Equation A. Salih Depatment of Aeospace Engineeing Indian Institute of Space Science and Technology, Thiuvananthapuam, Keala, India. July 20 The pincipal difficulty in

More information

Math 124B February 02, 2012

Math 124B February 02, 2012 Math 24B Febuay 02, 202 Vikto Gigoyan 8 Laplace s equation: popeties We have aleady encounteed Laplace s equation in the context of stationay heat conduction and wave phenomena. Recall that in two spatial

More information

15 Solving the Laplace equation by Fourier method

15 Solving the Laplace equation by Fourier method 5 Solving the Laplace equation by Fouie method I aleady intoduced two o thee dimensional heat equation, when I deived it, ecall that it taes the fom u t = α 2 u + F, (5.) whee u: [0, ) D R, D R is the

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

B. Spherical Wave Propagation

B. Spherical Wave Propagation 11/8/007 Spheical Wave Popagation notes 1/1 B. Spheical Wave Popagation Evey antenna launches a spheical wave, thus its powe density educes as a function of 1, whee is the distance fom the antenna. We

More information

ME 210 Applied Mathematics for Mechanical Engineers

ME 210 Applied Mathematics for Mechanical Engineers Tangent and Ac Length of a Cuve The tangent to a cuve C at a point A on it is defined as the limiting position of the staight line L though A and B, as B appoaches A along the cuve as illustated in the

More information

Handout: IS/LM Model

Handout: IS/LM Model Econ 32 - IS/L odel Notes Handout: IS/L odel IS Cuve Deivation Figue 4-4 in the textbook explains one deivation of the IS cuve. This deivation uses the Induced Savings Function fom Chapte 3. Hee, I descibe

More information

Quantum theory of angular momentum

Quantum theory of angular momentum Quantum theoy of angula momentum Igo Mazets igo.mazets+e141@tuwien.ac.at (Atominstitut TU Wien, Stadionallee 2, 1020 Wien Time: Fiday, 13:00 14:30 Place: Feihaus, Sem.R. DA gün 06B (exception date 18 Nov.:

More information

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden Applied Mathematical Sciences, Vol. 7, 13, no. 7, 335-348 Mathematical Model of Magnetometic Resistivity Sounding fo a Conductive Host with a Bulge Ovebuden Teeasak Chaladgan Depatment of Mathematics Faculty

More information

F Q E v B MAGNETOSTATICS. Creation of magnetic field B. Effect of B on a moving charge. On moving charges only. Stationary and moving charges

F Q E v B MAGNETOSTATICS. Creation of magnetic field B. Effect of B on a moving charge. On moving charges only. Stationary and moving charges MAGNETOSTATICS Ceation of magnetic field. Effect of on a moving chage. Take the second case: F Q v mag On moving chages only F QE v Stationay and moving chages dw F dl Analysis on F mag : mag mag Qv. vdt

More information

THE LAPLACE EQUATION. The Laplace (or potential) equation is the equation. u = 0. = 2 x 2. x y 2 in R 2

THE LAPLACE EQUATION. The Laplace (or potential) equation is the equation. u = 0. = 2 x 2. x y 2 in R 2 THE LAPLACE EQUATION The Laplace (o potential) equation is the equation whee is the Laplace opeato = 2 x 2 u = 0. in R = 2 x 2 + 2 y 2 in R 2 = 2 x 2 + 2 y 2 + 2 z 2 in R 3 The solutions u of the Laplace

More information

PHYS 110B - HW #7 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased

PHYS 110B - HW #7 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased PHYS 0B - HW #7 Sping 2004, Solutions by David Pace Any efeenced euations ae fom Giffiths Poblem statements ae paaphased. Poblem 0.3 fom Giffiths A point chage,, moves in a loop of adius a. At time t 0

More information

1 Similarity Analysis

1 Similarity Analysis ME43A/538A/538B Axisymmetic Tubulent Jet 9 Novembe 28 Similaity Analysis. Intoduction Conside the sketch of an axisymmetic, tubulent jet in Figue. Assume that measuements of the downsteam aveage axial

More information

Liquid gas interface under hydrostatic pressure

Liquid gas interface under hydrostatic pressure Advances in Fluid Mechanics IX 5 Liquid gas inteface unde hydostatic pessue A. Gajewski Bialystok Univesity of Technology, Faculty of Civil Engineeing and Envionmental Engineeing, Depatment of Heat Engineeing,

More information

A Method of Solving Compressible Navier Stokes Equations in Cylindrical Coordinates Using Geometric Algebra

A Method of Solving Compressible Navier Stokes Equations in Cylindrical Coordinates Using Geometric Algebra Pepints www.pepints.og NOT PEER-REVIEWED Posted: 8 Decembe 08 Aticle A Method of Solving ompessible Navie Stokes Equations in ylindical oodinates Using Geometic Algeba Tey E. Moschandeou,, * London Intenational

More information

ENGI 4430 Non-Cartesian Coordinates Page xi Fy j Fzk from Cartesian coordinates z to another orthonormal coordinate system u, v, ˆ i ˆ ˆi

ENGI 4430 Non-Cartesian Coordinates Page xi Fy j Fzk from Cartesian coordinates z to another orthonormal coordinate system u, v, ˆ i ˆ ˆi ENGI 44 Non-Catesian Coodinates Page 7-7. Conesions between Coodinate Systems In geneal, the conesion of a ecto F F xi Fy j Fzk fom Catesian coodinates x, y, z to anothe othonomal coodinate system u,,

More information

Introduction and Vectors

Introduction and Vectors SOLUTIONS TO PROBLEMS Intoduction and Vectos Section 1.1 Standads of Length, Mass, and Time *P1.4 Fo eithe sphee the volume is V = 4! and the mass is m =!V =! 4. We divide this equation fo the lage sphee

More information

A matrix method based on the Fibonacci polynomials to the generalized pantograph equations with functional arguments

A matrix method based on the Fibonacci polynomials to the generalized pantograph equations with functional arguments A mati method based on the Fibonacci polynomials to the genealized pantogaph equations with functional aguments Ayşe Betül Koç*,a, Musa Çama b, Aydın Kunaz a * Coespondence: aysebetuloc @ selcu.edu.t a

More information

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function Abstact and Applied Analysis Volume 011, Aticle ID 697547, 7 pages doi:10.1155/011/697547 Reseach Aticle On Alze and Qiu s Conjectue fo Complete Elliptic Integal and Invese Hypebolic Tangent Function Yu-Ming

More information

CALCULUS II Vectors. Paul Dawkins

CALCULUS II Vectors. Paul Dawkins CALCULUS II Vectos Paul Dawkins Table of Contents Peface... ii Vectos... 3 Intoduction... 3 Vectos The Basics... 4 Vecto Aithmetic... 8 Dot Poduct... 13 Coss Poduct... 21 2007 Paul Dawkins i http://tutoial.math.lama.edu/tems.aspx

More information

INTRODUCTION. 2. Vectors in Physics 1

INTRODUCTION. 2. Vectors in Physics 1 INTRODUCTION Vectos ae used in physics to extend the study of motion fom one dimension to two dimensions Vectos ae indispensable when a physical quantity has a diection associated with it As an example,

More information

AST 121S: The origin and evolution of the Universe. Introduction to Mathematical Handout 1

AST 121S: The origin and evolution of the Universe. Introduction to Mathematical Handout 1 Please ead this fist... AST S: The oigin and evolution of the Univese Intoduction to Mathematical Handout This is an unusually long hand-out and one which uses in places mathematics that you may not be

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

The Derivative of the Sine and Cosine. A New Derivation Approach

The Derivative of the Sine and Cosine. A New Derivation Approach The Deivative of the Sine and Cosine. A New Deivation Appoach By John T. Katsikadelis Scool of Civil Engineeing, National Technical Univesity of Athens, Athens 15773, Geece. e-mail: jkats@cental.ntua.g

More information

Conservative Averaging Method and its Application for One Heat Conduction Problem

Conservative Averaging Method and its Application for One Heat Conduction Problem Poceedings of the 4th WSEAS Int. Conf. on HEAT TRANSFER THERMAL ENGINEERING and ENVIRONMENT Elounda Geece August - 6 (pp6-) Consevative Aveaging Method and its Application fo One Heat Conduction Poblem

More information

Electromagnetic scattering. Graduate Course Electrical Engineering (Communications) 1 st Semester, Sharif University of Technology

Electromagnetic scattering. Graduate Course Electrical Engineering (Communications) 1 st Semester, Sharif University of Technology Electomagnetic scatteing Gaduate Couse Electical Engineeing (Communications) 1 st Semeste, 1390-1391 Shaif Univesity of Technology Geneal infomation Infomation about the instucto: Instucto: Behzad Rejaei

More information

Physics 2B Chapter 22 Notes - Magnetic Field Spring 2018

Physics 2B Chapter 22 Notes - Magnetic Field Spring 2018 Physics B Chapte Notes - Magnetic Field Sping 018 Magnetic Field fom a Long Staight Cuent-Caying Wie In Chapte 11 we looked at Isaac Newton s Law of Gavitation, which established that a gavitational field

More information

ANTENNAS. Vector and Scalar Potentials. Maxwell's Equations. D = εe. For a linear, homogeneous, isotropic medium µ and ε are contant.

ANTENNAS. Vector and Scalar Potentials. Maxwell's Equations. D = εe. For a linear, homogeneous, isotropic medium µ and ε are contant. ANTNNAS Vecto and Scala Potentials Maxwell's quations jωb J + jωd D ρ B (M) (M) (M3) (M4) D ε B Fo a linea, homogeneous, isotopic medium and ε ae contant. Since B, thee exists a vecto A such that B A and

More information

International Journal of Mathematical Archive-3(12), 2012, Available online through ISSN

International Journal of Mathematical Archive-3(12), 2012, Available online through  ISSN Intenational Jounal of Mathematical Achive-3(), 0, 480-4805 Available online though www.ijma.info ISSN 9 504 STATISTICAL QUALITY CONTROL OF MULTI-ITEM EOQ MOEL WITH VARYING LEAING TIME VIA LAGRANGE METHO

More information

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007

School of Electrical and Computer Engineering, Cornell University. ECE 303: Electromagnetic Fields and Waves. Fall 2007 School of Electical and Compute Engineeing, Conell Univesity ECE 303: Electomagnetic Fields and Waves Fall 007 Homewok 8 Due on Oct. 19, 007 by 5:00 PM Reading Assignments: i) Review the lectue notes.

More information

Chapter 12: Kinematics of a Particle 12.8 CURVILINEAR MOTION: CYLINDRICAL COMPONENTS. u of the polar coordinate system are also shown in

Chapter 12: Kinematics of a Particle 12.8 CURVILINEAR MOTION: CYLINDRICAL COMPONENTS. u of the polar coordinate system are also shown in ME 01 DYNAMICS Chapte 1: Kinematics of a Paticle Chapte 1 Kinematics of a Paticle A. Bazone 1.8 CURVILINEAR MOTION: CYLINDRICAL COMPONENTS Pola Coodinates Pola coodinates ae paticlaly sitable fo solving

More information

AP Physics C: Electricity and Magnetism 2001 Scoring Guidelines

AP Physics C: Electricity and Magnetism 2001 Scoring Guidelines AP Physics C: Electicity and Magnetism 1 Scoing Guidelines The mateials included in these files ae intended fo non-commecial use by AP teaches fo couse and exam pepaation; pemission fo any othe use must

More information

On Polynomials Construction

On Polynomials Construction Intenational Jounal of Mathematical Analysis Vol., 08, no. 6, 5-57 HIKARI Ltd, www.m-hikai.com https://doi.og/0.988/ima.08.843 On Polynomials Constuction E. O. Adeyefa Depatment of Mathematics, Fedeal

More information

1 Equations of linear elasticity

1 Equations of linear elasticity C5.2 Elasticity & Plasticity Daft date: 17 Januay 2017 1 1 1 Equations of linea elasticity 1.1 Hooke s law Robet Hooke (1678 wote... it is... evident that the ule o law of natue in evey spinging body is

More information

r cos, and y r sin with the origin of coordinate system located at

r cos, and y r sin with the origin of coordinate system located at Lectue 3-3 Kinematics of Rotation Duing ou peious lectues we hae consideed diffeent examples of motion in one and seeal dimensions. But in each case the moing object was consideed as a paticle-like object,

More information

Appendix A The Equations of Change in Transport Processes

Appendix A The Equations of Change in Transport Processes Pat III Appendices This thid pat of the book contains the Appendices, which put togethe mathematical mateials used fo the analytical wok pesented. The mateials ange fom the equations of change fo mass,

More information

d 2 x 0a d d =0. Relative to an arbitrary (accelerating frame) specified by x a = x a (x 0b ), the latter becomes: d 2 x a d 2 + a dx b dx c

d 2 x 0a d d =0. Relative to an arbitrary (accelerating frame) specified by x a = x a (x 0b ), the latter becomes: d 2 x a d 2 + a dx b dx c Chapte 6 Geneal Relativity 6.1 Towads the Einstein equations Thee ae seveal ways of motivating the Einstein equations. The most natual is pehaps though consideations involving the Equivalence Pinciple.

More information

dq 1 (5) q 1 where the previously mentioned limit has been taken.

dq 1 (5) q 1 where the previously mentioned limit has been taken. 1 Vecto Calculus And Continuum Consevation Equations In Cuvilinea Othogonal Coodinates Robet Maska: Novembe 25, 2008 In ode to ewite the consevation equations(continuit, momentum, eneg) to some cuvilinea

More information

MATH 417 Homework 3 Instructor: D. Cabrera Due June 30. sin θ v x = v r cos θ v θ r. (b) Then use the Cauchy-Riemann equations in polar coordinates

MATH 417 Homework 3 Instructor: D. Cabrera Due June 30. sin θ v x = v r cos θ v θ r. (b) Then use the Cauchy-Riemann equations in polar coordinates MATH 417 Homewok 3 Instucto: D. Cabea Due June 30 1. Let a function f(z) = u + iv be diffeentiable at z 0. (a) Use the Chain Rule and the fomulas x = cosθ and y = to show that u x = u cosθ u θ, v x = v

More information

EFFECTS OF FRINGING FIELDS ON SINGLE PARTICLE DYNAMICS. M. Bassetti and C. Biscari INFN-LNF, CP 13, Frascati (RM), Italy

EFFECTS OF FRINGING FIELDS ON SINGLE PARTICLE DYNAMICS. M. Bassetti and C. Biscari INFN-LNF, CP 13, Frascati (RM), Italy Fascati Physics Seies Vol. X (998), pp. 47-54 4 th Advanced ICFA Beam Dynamics Wokshop, Fascati, Oct. -5, 997 EFFECTS OF FRININ FIELDS ON SINLE PARTICLE DYNAMICS M. Bassetti and C. Biscai INFN-LNF, CP

More information

OSCILLATIONS AND GRAVITATION

OSCILLATIONS AND GRAVITATION 1. SIMPLE HARMONIC MOTION Simple hamonic motion is any motion that is equivalent to a single component of unifom cicula motion. In this situation the velocity is always geatest in the middle of the motion,

More information

Class 2. Lesson 1 Stationary Point Charges and Their Forces. Basic Rules of Electrostatics. Basic Rules of Electrostatics

Class 2. Lesson 1 Stationary Point Charges and Their Forces. Basic Rules of Electrostatics. Basic Rules of Electrostatics Lesson 1 Stationay Point Chages and Thei Foces Class Today we will: lean the basic chaacteistics o the electostatic oce eview the popeties o conductos and insulatos lean what is meant by electostatic induction

More information

1 MathematicalPreliminaries

1 MathematicalPreliminaries 1 MathematicalPeliminaies The enomous usefulness of mathematics in the natual sciences is something bodeing on the mysteious. Eugene Wigne (1960 1.1 Intoduction This chapte pesents a collection of mathematical

More information

Chapter 5 Linear Equations: Basic Theory and Practice

Chapter 5 Linear Equations: Basic Theory and Practice Chapte 5 inea Equations: Basic Theoy and actice In this chapte and the next, we ae inteested in the linea algebaic equation AX = b, (5-1) whee A is an m n matix, X is an n 1 vecto to be solved fo, and

More information

On the integration of the equations of hydrodynamics

On the integration of the equations of hydrodynamics Uebe die Integation de hydodynamischen Gleichungen J f eine u angew Math 56 (859) -0 On the integation of the equations of hydodynamics (By A Clebsch at Calsuhe) Tanslated by D H Delphenich In a pevious

More information

DonnishJournals

DonnishJournals DonnishJournals 204-89 Donnish Journal of Educational Research and Reviews. Vol 2() pp. 008-07 January, 205. http:///djerr Copyright 205 Donnish Journals Original Research Paper Solution of Linear Systems

More information

What Form of Gravitation Ensures Weakened Kepler s Third Law?

What Form of Gravitation Ensures Weakened Kepler s Third Law? Bulletin of Aichi Univ. of Education, 6(Natual Sciences, pp. - 6, Mach, 03 What Fom of Gavitation Ensues Weakened Keple s Thid Law? Kenzi ODANI Depatment of Mathematics Education, Aichi Univesity of Education,

More information

Dynamic Visualization of Complex Integrals with Cabri II Plus

Dynamic Visualization of Complex Integrals with Cabri II Plus Dynamic Visualiation of omplex Integals with abi II Plus Sae MIKI Kawai-juu, IES Japan Email: sand_pictue@hotmailcom Abstact: Dynamic visualiation helps us undestand the concepts of mathematics This pape

More information

Gaussian beam propagation through a metamaterial lens

Gaussian beam propagation through a metamaterial lens Calhoun: The NPS Institutional Achive Faculty and Reseache Publications Faculty and Reseache Publications 4 Gaussian beam popagation though a metamateial lens Zhou, Hong Gaussian beam popagation though

More information

Chapter 2: Basic Physics and Math Supplements

Chapter 2: Basic Physics and Math Supplements Chapte 2: Basic Physics and Math Supplements Decembe 1, 215 1 Supplement 2.1: Centipetal Acceleation This supplement expands on a topic addessed on page 19 of the textbook. Ou task hee is to calculate

More information

ECE 3318 Applied Electricity and Magnetism. Spring Prof. David R. Jackson ECE Dept. Notes 13

ECE 3318 Applied Electricity and Magnetism. Spring Prof. David R. Jackson ECE Dept. Notes 13 ECE 338 Applied Electicity and Magnetism ping 07 Pof. David R. Jackson ECE Dept. Notes 3 Divegence The Physical Concept Find the flux going outwad though a sphee of adius. x ρ v0 z a y ψ = D nˆ d = D ˆ

More information

Preamble: Mind your language

Preamble: Mind your language Peamble: Mind you language The idiom of this Physics couse will be a mixtue of natual language and algebaic fomalism equiing a cetain attention. So, teat you algeba with the same espect that you offe to

More information

An Application of Fuzzy Linear System of Equations in Economic Sciences

An Application of Fuzzy Linear System of Equations in Economic Sciences Austalian Jounal of Basic and Applied Sciences, 5(7): 7-14, 2011 ISSN 1991-8178 An Application of Fuzzy Linea System of Equations in Economic Sciences 1 S.H. Nassei, 2 M. Abdi and 3 B. Khabii 1 Depatment

More information