CS-184: Computer Graphics. Today

Size: px
Start display at page:

Download "CS-184: Computer Graphics. Today"

Transcription

1 CS-184: Compute Gaphics Lectue #6: 3D Tansfomations and Rotations Pof. James O Bien Univesity of Califonia, Bekeley V2006-F Today Tansfomations in 3D Rotations Matices Eule angles Eponential maps Quatenions 2

2 3D Tansfomations Geneally, the etension fom 2D to 3D is staightfowad Vectos get longe by one Matices get eta column and ow SVD still woks the same way Scale, Tanslation, and Shea all basically the same Rotations get inteesting 3 Tanslations à = 1 0 t 0 1 t y t à = t y t z Fo 2D Fo 3D 4

3 Scales à = s s y s à = 0 s y s z Fo 2D Fo 3D (Ais-aligned) 5 Sheas à = 1 h y 0 h y h y h z 0 à = h y 1 h yz 0 h z h zy Fo 2D Fo 3D (Ais-aligned) 6

4 Ã = Sheas 1 h y h z 0 h y 1 h yz 0 h z h zy Sheas y into 7 Rotations 3D Rotations fundamentally moe comple than in 2D 2D: amount of otation 3D: amount and ais of otation -vs- 2D 3D 8

5 Rotations Rotations still othonomal Det(R) = 1 1 Peseve lengths and distance to oigin 3D otations DO NOT COMMUTE Right-hand ule Unique matices 9 Ais-aligned 3D Rotations 2D otations implicitly otate about a thid out of plane ais 10

6 Ais-aligned 3D Rotations 2D otations implicitly otate about a thid out of plane ais [ ] cos() sin() R = sin() cos() cos() sin() 0 R = sin() cos() Note: looks same as R 11 Ais-aligned 3D Rotations R = cos() sin() ˆ 0 sin() cos() R = cos() 0 sin() ŷ sin() 0 cos() cos() sin() 0 R = sin() cos() 0 ẑ ŷ ẑ ˆ 12

7 Ais-aligned 3D Rotations R = cos() sin() ˆ 0 sin() cos() R = cos() 0 sin() ŷ sin() 0 cos() cos() sin() 0 R = sin() cos() 0 ẑ Z is in you face ŷ ẑ ˆ 12 Ais-aligned 3D Rotations R = cos() sin() ˆ 0 sin() cos() R = cos() 0 sin() ŷ sin() 0 cos() cos() sin() 0 R = sin() cos() 0 ẑ Also ight handed Zup ẑ ŷ ˆ 13

8 Ais-aligned 3D Rotations Also known as diection-cosine matices R = cos() sin() R = cos() 0 sin() ˆ ŷ 0 sin() cos() sin() 0 cos() cos() sin() 0 R = sin() cos() 0 ẑ Abitay Rotations Can be built fom ais-aligned matices: R = Rẑ Rŷ R ˆ Result due to Eule... hence called Eule Angles Easy to stoe in vecto R = ot(,y,z) But NOT a vecto. 15

9 Abitay Rotations R = Rẑ Rŷ R ˆ R ˆ Rŷ Rẑ R 16 Abitay Rotations Allows tumbling Eule angles ae non-unique Gimbal-lock Moving -vs- fied aes Revese of each othe 17

10 Eponential Maps Diect epesentation of abitay otation AKA: ais-angle, angula displacement vecto Rotate Encode = degees about some ais by length of vecto ˆ 18 Given vecto Eponential Maps, how to get mati Method fom tet: 1. otate about ais to put into the -y plane 2. otate about z ais align with the ais 3. otate degees about ais 4. undo #2 and then #1 5. composite togethe R 19

11 Eponential Maps Vecto epessing a point has two pats does not change otates like a 2D point 20 Eponential Maps = ˆ = ˆ (ˆ ) = + sin() + cos() sin() cos() 21

12 Eponential Maps Rodiguez Fomula = ˆ(ˆ ) +sin()(ˆ ) cos()(ˆ (ˆ )) Actually a mino vaiation Eponential Maps Rodiguez Fomula = ˆ(ˆ ) +sin()(ˆ ) cos()(ˆ (ˆ )) Linea in Actually a mino vaiation... 22

13 Eponential Maps Building the mati = ((ˆˆ t ) + sin()(ˆ ) cos()(ˆ )(ˆ )) (ˆ ) = 0 ˆ z ˆ y ˆ z 0 ˆ ˆ y ˆ 0 Antisymmetic mati (a )b = a b Easy to veify by epansion 23 Eponential Maps Allows tumbling No gimbal-lock Oientations ae space within -adius ball Nealy unique epesentation Singulaities on shells at 2 Nice fo intepolation 24

14 Eponential Maps Why eponential? Recall seies epansion of e e = Eponential Maps = Why eponential? Recall seies epansion of e Eule: what happens if you put in i fo e i = 1 + i i3 3 ( ) + i = cos() + isin() ( ) 26

15 Why eponential? e (ˆ ) = I + (ˆ ) 1 Eponential Maps + (ˆ ) (ˆ ) (ˆ ) But notice that: (ˆ ) 3 = (ˆ ) e (ˆ ) = I + (ˆ ) 1 + (ˆ ) (ˆ )3 3 + (ˆ ) Eponential Maps e (ˆ ) = I + (ˆ ) 1 + (ˆ ) (ˆ )3 3 + (ˆ ) ( ) ) e (ˆ ) = (ˆ ) I + (ˆ ) ( e (ˆ ) = (ˆ )sin() + I + (ˆ ) 2 (1 cos()) 28

16 Quatenions Moe popula than eponential maps Natual etension of e i = cos() + isin() Due to Hamilton (1843) Inteesting histoy Involves hemaphoditic monstes 29 Quatenions Ube-Comple Numbes q = (z 1,z 2,z 3,s) = (z,s) q = iz 1 + jz 2 + kz 3 + s i 2 = j 2 = k 2 = 1 i j = k ji = k jk = i k j = i ki = j ik = j 30

17 Quatenions Multiplication natual consequence of defn. q p = (z q s p + z p s q + z p z q, s p s q z p z q ) Conjugate q = ( z,s) Magnitude q 2 = z z + s 2 = q q 31 Quatenions Vectos as quatenions v = (v,0) Rotations as quatenions = (ˆsin 2,cos 2 ) Rotating a vecto = Composing otations = 1 2 Compae to Ep. Map 32

18 Quatenions No tumbling No gimbal-lock Oientations ae double unique Suface of a 3-sphee in 4D = 1 Nice fo intepolation 33 Rotation Matices Eigen system One eal eigenvalue Real ais is ais of otation Imaginay values ae 2D otation as comple numbe Logaithmic fomula (ˆ ) = ln(r) = 2sin (R RT ) = cos 1 ( T(R) 1 2 ) Simila fomulae as fo eponential... 34

19 Rotation Matices Conside: & $ RI = $ $ % y z y yy zy z yz zz #& 1 $ $ 0 " $ % # 0 1 " Columns ae coodinate aes afte tansfomation (tue fo geneal matices) Rows ae oiginal aes in oiginal system (not tue fo geneal matices) 35 Note: Rotation stuff in the book is a bit weak... luckily you have these nice slides 36

CS-184: Computer Graphics. Today. Lecture #5: 3D Transformations and Rotations. Wednesday, September 7, 11. Transformations in 3D Rotations

CS-184: Computer Graphics. Today. Lecture #5: 3D Transformations and Rotations. Wednesday, September 7, 11. Transformations in 3D Rotations CS-184: Compute Gaphics Lectue #5: D Tansfomations and Rotations Pof. James O Bien Univesity of Califonia, Bekeley V011-F-05-1.0 Today Tansfomations in D Rotations Matices Eule angles Eponential maps Quatenions

More information

CS-184: Computer Graphics. Today. Lecture #5: 3D Transformations and Rotations. 05-3DTransformations.key - September 21, 2016

CS-184: Computer Graphics. Today. Lecture #5: 3D Transformations and Rotations. 05-3DTransformations.key - September 21, 2016 1 CS-184: Compute Gaphics Lectue #5: D Tansfomations and Rotations Pof. James O Bien Univesity of Califonia, Bekeley V016-S-05-1.0 Today Tansfomations in D Rotations Matices Eule angles Eponential maps

More information

Rigid Body Dynamics 2. CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018

Rigid Body Dynamics 2. CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018 Rigid Body Dynamics 2 CSE169: Compute Animation nstucto: Steve Rotenbeg UCSD, Winte 2018 Coss Poduct & Hat Opeato Deivative of a Rotating Vecto Let s say that vecto is otating aound the oigin, maintaining

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

Complex Eigenvalues. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Complex Eigenvalues. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Pepaed by Vince Zaccone Fo ampus Leaning ssistance Sevices at USB omplex Numbes When solving fo the oots of a quadatic equation, eal solutions can not be found when the disciminant is negative. In these

More information

Homework Set 3 Physics 319 Classical Mechanics

Homework Set 3 Physics 319 Classical Mechanics Homewok Set 3 Phsics 319 lassical Mechanics Poblem 5.13 a) To fin the equilibium position (whee thee is no foce) set the eivative of the potential to zeo U 1 R U0 R U 0 at R R b) If R is much smalle than

More information

Geometry of the homogeneous and isotropic spaces

Geometry of the homogeneous and isotropic spaces Geomety of the homogeneous and isotopic spaces H. Sonoda Septembe 2000; last evised Octobe 2009 Abstact We summaize the aspects of the geomety of the homogeneous and isotopic spaces which ae most elevant

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

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

Waves and Polarization in General

Waves and Polarization in General Waves and Polaization in Geneal Wave means a distubance in a medium that tavels. Fo light, the medium is the electomagnetic field, which can exist in vacuum. The tavel pat defines a diection. The distubance

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

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

Topic 3: Spacetime Geometry and Clifford Algebras

Topic 3: Spacetime Geometry and Clifford Algebras Lectue Seies: The Spin of the Matte, Physics 4250, Fall 200 Topic 3: Spacetime Geomety and Cliffod Algebas D. Bill Pezzaglia CSUEB Physics Updated Nov 28, 200 fo geomety, you know, it the gate of science,

More information

CS 475 / CS 675 Computer Graphics

CS 475 / CS 675 Computer Graphics Pojectos CS 475 / CS 675 Compute Gaphics Lectue 6 : Viewing Cente of Pojection Object Image Plane o Pojection Plane Othogaphic Pojection Pojectos Cente of Pojection? Object Tue sie o shape fo lines Fo

More information

DonnishJournals

DonnishJournals DonnishJounals 041-1189 Donnish Jounal of Educational Reseach and Reviews. Vol 1(1) pp. 01-017 Novembe, 014. http:///dje Copyight 014 Donnish Jounals Oiginal Reseach Pape Vecto Analysis Using MAXIMA Savaş

More information

Graphs of Sine and Cosine Functions

Graphs of Sine and Cosine Functions Gaphs of Sine and Cosine Functions In pevious sections, we defined the tigonometic o cicula functions in tems of the movement of a point aound the cicumfeence of a unit cicle, o the angle fomed by the

More information

Right-handed screw dislocation in an isotropic solid

Right-handed screw dislocation in an isotropic solid Dislocation Mechanics Elastic Popeties of Isolated Dislocations Ou study of dislocations to this point has focused on thei geomety and thei ole in accommodating plastic defomation though thei motion. We

More information

, and the curve BC is symmetrical. Find also the horizontal force in x-direction on one side of the body. h C

, and the curve BC is symmetrical. Find also the horizontal force in x-direction on one side of the body. h C Umeå Univesitet, Fysik 1 Vitaly Bychkov Pov i teknisk fysik, Fluid Dynamics (Stömningsläa), 2013-05-31, kl 9.00-15.00 jälpmedel: Students may use any book including the textbook Lectues on Fluid Dynamics.

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

CMSC 425: Lecture 5 More on Geometry and Geometric Programming

CMSC 425: Lecture 5 More on Geometry and Geometric Programming CMSC 425: Lectue 5 Moe on Geomety and Geometic Pogamming Moe Geometic Pogamming: In this lectue we continue the discussion of basic geometic ogamming fom the eious lectue. We will discuss coodinate systems

More information

Physics 181. Assignment 4

Physics 181. Assignment 4 Physics 181 Assignment 4 Solutions 1. A sphee has within it a gavitational field given by g = g, whee g is constant and is the position vecto of the field point elative to the cente of the sphee. This

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

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

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

Question 1: The dipole

Question 1: The dipole Septembe, 08 Conell Univesity, Depatment of Physics PHYS 337, Advance E&M, HW #, due: 9/5/08, :5 AM Question : The dipole Conside a system as discussed in class and shown in Fig.. in Heald & Maion.. Wite

More information

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

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

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

Transformations in Homogeneous Coordinates

Transformations in Homogeneous Coordinates Tansfomations in Homogeneous Coodinates (Com S 4/ Notes) Yan-Bin Jia Aug 4 Complete Section Homogeneous Tansfomations A pojective tansfomation of the pojective plane is a mapping L : P P defined as u a

More information

1) Consider an object of a parabolic shape with rotational symmetry z

1) Consider an object of a parabolic shape with rotational symmetry z Umeå Univesitet, Fysik 1 Vitaly Bychkov Pov i teknisk fysik, Fluid Mechanics (Stömningsläa), 01-06-01, kl 9.00-15.00 jälpmedel: Students may use any book including the tetbook Lectues on Fluid Dynamics.

More information

Green s Identities and Green s Functions

Green s Identities and Green s Functions LECTURE 7 Geen s Identities and Geen s Functions Let us ecall The ivegence Theoem in n-dimensions Theoem 7 Let F : R n R n be a vecto field ove R n that is of class C on some closed, connected, simply

More information

Physics 201 Lecture 18

Physics 201 Lecture 18 Phsics 0 ectue 8 ectue 8 Goals: Define and anale toque ntoduce the coss poduct Relate otational dnamics to toque Discuss wok and wok eneg theoem with espect to otational motion Specif olling motion (cente

More information

AY 7A - Fall 2010 Section Worksheet 2 - Solutions Energy and Kepler s Law

AY 7A - Fall 2010 Section Worksheet 2 - Solutions Energy and Kepler s Law AY 7A - Fall 00 Section Woksheet - Solutions Enegy and Keple s Law. Escape Velocity (a) A planet is obiting aound a sta. What is the total obital enegy of the planet? (i.e. Total Enegy = Potential Enegy

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

Double-angle & power-reduction identities. Elementary Functions. Double-angle & power-reduction identities. Double-angle & power-reduction identities

Double-angle & power-reduction identities. Elementary Functions. Double-angle & power-reduction identities. Double-angle & power-reduction identities Double-angle & powe-eduction identities Pat 5, Tigonomety Lectue 5a, Double Angle and Powe Reduction Fomulas In the pevious pesentation we developed fomulas fo cos( β) and sin( β) These fomulas lead natually

More information

Your Comments. Conductors and Insulators with Gauss's law please...so basically everything!

Your Comments. Conductors and Insulators with Gauss's law please...so basically everything! You Comments I feel like I watch a pe-lectue, and agee with eveything said, but feel like it doesn't click until lectue. Conductos and Insulatos with Gauss's law please...so basically eveything! I don't

More information

7.2.1 Basic relations for Torsion of Circular Members

7.2.1 Basic relations for Torsion of Circular Members Section 7. 7. osion In this section, the geomety to be consideed is that of a long slende cicula ba and the load is one which twists the ba. Such poblems ae impotant in the analysis of twisting components,

More information

Nuclear models: Shell model

Nuclear models: Shell model Lectue 3 Nuclea models: Shell model WS0/3: Intoduction to Nuclea and Paticle Physics,, Pat I Nuclea models Nuclea models Models with stong inteaction between the nucleons Liquid dop model α-paticle model

More information

Introduction to Vectors and Frames

Introduction to Vectors and Frames Intoduction to Vectos and Fames CIS - 600.445 Russell Taylo Saah Gaham Infomation Flow Diagam Model the Patient Plan the Pocedue Eecute the Plan Real Wold Coodinate Fame Tansfomation F = [ R, p] 0 F y

More information

Chapter 1: Introduction to Polar Coordinates

Chapter 1: Introduction to Polar Coordinates Habeman MTH Section III: ola Coodinates and Comple Numbes Chapte : Intoduction to ola Coodinates We ae all comfotable using ectangula (i.e., Catesian coodinates to descibe points on the plane. Fo eample,

More information

Mechanics Physics 151

Mechanics Physics 151 Mechanics Physics 151 Lectue 5 Cental Foce Poblem (Chapte 3) What We Did Last Time Intoduced Hamilton s Pinciple Action integal is stationay fo the actual path Deived Lagange s Equations Used calculus

More information

Nalanda Open University

Nalanda Open University B.Sc. Mathematics (Honous), Pat-I Pape-I Answe any Five questions, selecting at least one fom each goup. All questions cay equal maks. Goup - A. If A, B, C, D ae any sets then pove that (a) A BC D AC BD

More information

Review. Electrostatic. Dr. Ray Kwok SJSU

Review. Electrostatic. Dr. Ray Kwok SJSU Review Electostatic D. Ray Kwok SJSU Paty Balloons Coulomb s Law F e q q k 1 Coulomb foce o electical foce. (vecto) Be caeful on detemining the sign & diection. k 9 10 9 (N m / C ) k 1 4πε o k is the Coulomb

More information

Mobility of atoms and diffusion. Einstein relation.

Mobility of atoms and diffusion. Einstein relation. Mobility of atoms and diffusion. Einstein elation. In M simulation we can descibe the mobility of atoms though the mean squae displacement that can be calculated as N 1 MS ( t ( i ( t i ( 0 N The MS contains

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

Relative motion. measurements by taking account of the motion of the. To apply Newton's laws we need measurements made

Relative motion. measurements by taking account of the motion of the. To apply Newton's laws we need measurements made Relative motion To apply Newton's laws we need measuements made fom a 'fixed,' inetial efeence fame (unacceleated, non-otating) In many applications, measuements ae made moe simply fom moving efeence fames

More information

3D-Central Force Problems I

3D-Central Force Problems I 5.73 Lectue #1 1-1 Roadmap 1. define adial momentum 3D-Cental Foce Poblems I Read: C-TDL, pages 643-660 fo next lectue. All -Body, 3-D poblems can be educed to * a -D angula pat that is exactly and univesally

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

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

PHY2061 Enriched Physics 2 Lecture Notes. Gauss Law

PHY2061 Enriched Physics 2 Lecture Notes. Gauss Law PHY61 Eniched Physics Lectue Notes Law Disclaime: These lectue notes ae not meant to eplace the couse textbook. The content may be incomplete. ome topics may be unclea. These notes ae only meant to be

More information

F(r) = r f (r) 4.8. Central forces The most interesting problems in classical mechanics are about central forces.

F(r) = r f (r) 4.8. Central forces The most interesting problems in classical mechanics are about central forces. 4.8. Cental foces The most inteesting poblems in classical mechanics ae about cental foces. Definition of a cental foce: (i) the diection of the foce F() is paallel o antipaallel to ; in othe wods, fo

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

Phys-272 Lecture 17. Motional Electromotive Force (emf) Induced Electric Fields Displacement Currents Maxwell s Equations

Phys-272 Lecture 17. Motional Electromotive Force (emf) Induced Electric Fields Displacement Currents Maxwell s Equations Phys-7 Lectue 17 Motional Electomotive Foce (emf) Induced Electic Fields Displacement Cuents Maxwell s Equations Fom Faaday's Law to Displacement Cuent AC geneato Magnetic Levitation Tain Review of Souces

More information

( ) into above PDE. ( ), wherec = 1

( ) into above PDE. ( ), wherec = 1 xample of how to veify a Hydogen Solution The hydogen atom solution is pesented in section 7., equation 7.7, ψ nlml,θ,φ) R nl ) θ,φ ae shown in 7. and 7.. It is the solution of the patial diffeential equation

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

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

Physics 121 Hour Exam #5 Solution

Physics 121 Hour Exam #5 Solution Physics 2 Hou xam # Solution This exam consists of a five poblems on five pages. Point values ae given with each poblem. They add up to 99 points; you will get fee point to make a total of. In any given

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

PHYS 1114, Lecture 21, March 6 Contents:

PHYS 1114, Lecture 21, March 6 Contents: PHYS 1114, Lectue 21, Mach 6 Contents: 1 This class is o cially cancelled, being eplaced by the common exam Tuesday, Mach 7, 5:30 PM. A eview and Q&A session is scheduled instead duing class time. 2 Exam

More information

I. CONSTRUCTION OF THE GREEN S FUNCTION

I. CONSTRUCTION OF THE GREEN S FUNCTION I. CONSTRUCTION OF THE GREEN S FUNCTION The Helmohltz equation in 4 dimensions is 4 + k G 4 x, x = δ 4 x x. In this equation, G is the Geen s function and 4 efes to the dimensionality. In the vey end,

More information

Dynamics of Rotational Motion

Dynamics of Rotational Motion Dynamics of Rotational Motion Toque: the otational analogue of foce Toque = foce x moment am τ = l moment am = pependicula distance though which the foce acts a.k.a. leve am l l l l τ = l = sin φ = tan

More information

Chapter 4. Newton s Laws of Motion

Chapter 4. Newton s Laws of Motion Chapte 4 Newton s Laws of Motion 4.1 Foces and Inteactions A foce is a push o a pull. It is that which causes an object to acceleate. The unit of foce in the metic system is the Newton. Foce is a vecto

More information

On the radial derivative of the delta distribution

On the radial derivative of the delta distribution On the adial deivative of the delta distibution Fed Backx, Fank Sommen & Jasson Vindas Depatment of Mathematical Analysis, Faculty of Engineeing and Achitectue, Ghent Univesity Depatment of Mathematics,

More information

Quantum Fourier Transform

Quantum Fourier Transform Chapte 5 Quantum Fouie Tansfom Many poblems in physics and mathematics ae solved by tansfoming a poblem into some othe poblem with a known solution. Some notable examples ae Laplace tansfom, Legende tansfom,

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

2 x 8 2 x 2 SKILLS Determine whether the given value is a solution of the. equation. (a) x 2 (b) x 4. (a) x 2 (b) x 4 (a) x 4 (b) x 8

2 x 8 2 x 2 SKILLS Determine whether the given value is a solution of the. equation. (a) x 2 (b) x 4. (a) x 2 (b) x 4 (a) x 4 (b) x 8 5 CHAPTER Fundamentals When solving equations that involve absolute values, we usually take cases. EXAMPLE An Absolute Value Equation Solve the equation 0 x 5 0 3. SOLUTION By the definition of absolute

More information

f(k) e p 2 (k) e iax 2 (k a) r 2 e a x a a 2 + k 2 e a2 x 1 2 H(x) ik p (k) 4 r 3 cos Y 2 = 4

f(k) e p 2 (k) e iax 2 (k a) r 2 e a x a a 2 + k 2 e a2 x 1 2 H(x) ik p (k) 4 r 3 cos Y 2 = 4 Fouie tansfom pais: f(x) 1 f(k) e p 2 (k) p e iax 2 (k a) 2 e a x a a 2 + k 2 e a2 x 1 2, a > 0 a p k2 /4a2 e 2 1 H(x) ik p 2 + 2 (k) The fist few Y m Y 0 0 = Y 0 1 = Y ±1 1 = l : 1 Y2 0 = 4 3 ±1 cos Y

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

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

Lecture 7: Angular Momentum, Hydrogen Atom

Lecture 7: Angular Momentum, Hydrogen Atom Lectue 7: Angula Momentum, Hydogen Atom Vecto Quantization of Angula Momentum and Nomalization of 3D Rigid Roto wavefunctions Conside l, so L 2 2 2. Thus, we have L 2. Thee ae thee possibilities fo L z

More information

, the tangent line is an approximation of the curve (and easier to deal with than the curve).

, the tangent line is an approximation of the curve (and easier to deal with than the curve). 114 Tangent Planes and Linea Appoimations Back in-dimensions, what was the equation of the tangent line of f ( ) at point (, ) f ( )? (, ) ( )( ) = f Linea Appoimation (Tangent Line Appoimation) of f at

More information

Your Comments. Do we still get the 80% back on homework? It doesn't seem to be showing that. Also, this is really starting to make sense to me!

Your Comments. Do we still get the 80% back on homework? It doesn't seem to be showing that. Also, this is really starting to make sense to me! You Comments Do we still get the 8% back on homewok? It doesn't seem to be showing that. Also, this is eally stating to make sense to me! I am a little confused about the diffeences in solid conductos,

More information

SIO 229 Gravity and Geomagnetism. Lecture 6. J 2 for Earth. J 2 in the solar system. A first look at the geoid.

SIO 229 Gravity and Geomagnetism. Lecture 6. J 2 for Earth. J 2 in the solar system. A first look at the geoid. SIO 229 Gavity and Geomagnetism Lectue 6. J 2 fo Eath. J 2 in the sola system. A fist look at the geoid. The Thee Big Themes of the Gavity Lectues 1.) An ellipsoidal otating Eath Refeence body (mass +

More information

Physics 506 Winter 2006 Homework Assignment #9 Solutions

Physics 506 Winter 2006 Homework Assignment #9 Solutions Physics 506 Winte 2006 Homewok Assignment #9 Solutions Textbook poblems: Ch. 12: 12.2, 12.9, 12.13, 12.14 12.2 a) Show fom Hamilton s pinciple that Lagangians that diffe only by a total time deivative

More information

ω = θ θ o = θ θ = s r v = rω

ω = θ θ o = θ θ = s r v = rω Unifom Cicula Motion Unifom cicula motion is the motion of an object taveling at a constant(unifom) speed in a cicula path. Fist we must define the angula displacement and angula velocity The angula displacement

More information

Numerical Integration

Numerical Integration MCEN 473/573 Chapte 0 Numeical Integation Fall, 2006 Textbook, 0.4 and 0.5 Isopaametic Fomula Numeical Integation [] e [ ] T k = h B [ D][ B] e B Jdsdt In pactice, the element stiffness is calculated numeically.

More information

Physics 202, Lecture 2

Physics 202, Lecture 2 Physics 202, Lectue 2 Todays Topics Electic Foce and Electic Fields Electic Chages and Electic Foces Coulomb's Law Physical Field The Electic Field Electic Field Lines Motion of Chaged Paticle in Electic

More information

(Sample 3) Exam 1 - Physics Patel SPRING 1998 FORM CODE - A (solution key at end of exam)

(Sample 3) Exam 1 - Physics Patel SPRING 1998 FORM CODE - A (solution key at end of exam) (Sample 3) Exam 1 - Physics 202 - Patel SPRING 1998 FORM CODE - A (solution key at end of exam) Be sue to fill in you student numbe and FORM lette (A, B, C) on you answe sheet. If you foget to include

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

Objects usually are charged up through the transfer of electrons from one object to the other.

Objects usually are charged up through the transfer of electrons from one object to the other. 1 Pat 1: Electic Foce 1.1: Review of Vectos Review you vectos! You should know how to convet fom pola fom to component fom and vice vesa add and subtact vectos multiply vectos by scalas Find the esultant

More information

F 12. = G m m 1 2 F 21 = F 12. = G m 1m 2. Review. Physics 201, Lecture 22. Newton s Law Of Universal Gravitation

F 12. = G m m 1 2 F 21 = F 12. = G m 1m 2. Review. Physics 201, Lecture 22. Newton s Law Of Universal Gravitation Physics 201, Lectue 22 Review Today s Topics n Univesal Gavitation (Chapte 13.1-13.3) n Newton s Law of Univesal Gavitation n Popeties of Gavitational Foce n Planet Obits; Keple s Laws by Newton s Law

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

(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

Information Filtering and Retrieval lecture SS 2007

Information Filtering and Retrieval lecture SS 2007 Infomation Filteing and Retieval lectue SS 7 D. Dominik Kuopka Pof. D. Mathias Weske Repetition: limitations of models without tem intedependency Real Wold usage, poblems appea Mophology? Synonymy? adaptation

More information

Qualifying Examination Electricity and Magnetism Solutions January 12, 2006

Qualifying Examination Electricity and Magnetism Solutions January 12, 2006 1 Qualifying Examination Electicity and Magnetism Solutions Januay 12, 2006 PROBLEM EA. a. Fist, we conside a unit length of cylinde to find the elationship between the total chage pe unit length λ and

More information

Linear Algebra Math 221

Linear Algebra Math 221 Linea Algeba Math Open Book Eam Open Notes Sept Calculatos Pemitted Sho all ok (ecept #). ( pts) Gien the sstem of equations a) ( pts) Epess this sstem as an augmented mati. b) ( pts) Bing this mati to

More information

Rotational Motion. Lecture 6. Chapter 4. Physics I. Course website:

Rotational Motion. Lecture 6. Chapter 4. Physics I. Course website: Lectue 6 Chapte 4 Physics I Rotational Motion Couse website: http://faculty.uml.edu/andiy_danylov/teaching/physicsi Today we ae going to discuss: Chapte 4: Unifom Cicula Motion: Section 4.4 Nonunifom Cicula

More information

Force and Work: Reminder

Force and Work: Reminder Electic Potential Foce and Wok: Reminde Displacement d a: initial point b: final point Reminde fom Mechanics: Foce F if thee is a foce acting on an object (e.g. electic foce), this foce may do some wok

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

Cartesian Control. Analytical inverse kinematics can be difficult to derive Inverse kinematics are not as well suited for small differential motions

Cartesian Control. Analytical inverse kinematics can be difficult to derive Inverse kinematics are not as well suited for small differential motions Catesian Contol Analtical invese kinematics can e diicult to deive Invese kinematics ae not as well suited o small dieential motions Let s take a look at how ou use the acoian to contol Catesian position

More information

Physics 111 Lecture 5 (Walker: 3.3-6) Vectors & Vector Math Motion Vectors Sept. 11, 2009

Physics 111 Lecture 5 (Walker: 3.3-6) Vectors & Vector Math Motion Vectors Sept. 11, 2009 Physics 111 Lectue 5 (Walke: 3.3-6) Vectos & Vecto Math Motion Vectos Sept. 11, 2009 Quiz Monday - Chap. 2 1 Resolving a vecto into x-component & y- component: Pola Coodinates Catesian Coodinates x y =

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

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

Math Section 4.2 Radians, Arc Length, and Area of a Sector

Math Section 4.2 Radians, Arc Length, and Area of a Sector Math 1330 - Section 4. Radians, Ac Length, and Aea of a Secto The wod tigonomety comes fom two Geek oots, tigonon, meaning having thee sides, and mete, meaning measue. We have aleady defined the six basic

More information

Electrostatics (Electric Charges and Field) #2 2010

Electrostatics (Electric Charges and Field) #2 2010 Electic Field: The concept of electic field explains the action at a distance foce between two chaged paticles. Evey chage poduces a field aound it so that any othe chaged paticle expeiences a foce when

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

Math 209 Assignment 9 Solutions

Math 209 Assignment 9 Solutions Math 9 Assignment 9 olutions 1. Evaluate 4y + 1 d whee is the fist octant pat of y x cut out by x + y + z 1. olution We need a paametic epesentation of the suface. (x, z). Now detemine the nomal vecto:

More information

Exceptional regular singular points of second-order ODEs. 1. Solving second-order ODEs

Exceptional regular singular points of second-order ODEs. 1. Solving second-order ODEs (May 14, 2011 Exceptional egula singula points of second-ode ODEs Paul Gaett gaett@math.umn.edu http://www.math.umn.edu/ gaett/ 1. Solving second-ode ODEs 2. Examples 3. Convegence Fobenius method fo solving

More information

Quaternion Based Inverse Kinematics for Industrial Robot Manipulators with Euler Wrist

Quaternion Based Inverse Kinematics for Industrial Robot Manipulators with Euler Wrist Quatenion Based Invese Kinematics fo Industial Robot Manipulatos with Eule Wist Yavuz Aydın Electonics and Compute Education Kocaeli Univesity Umuttepe Kocaeli Tukey yavuz_98@hotmailcom Seda Kucuk Electonics

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