Lecture 3. (2) Last time: 3D space. The dot product. Dan Nichols January 30, 2018

Size: px
Start display at page:

Download "Lecture 3. (2) Last time: 3D space. The dot product. Dan Nichols January 30, 2018"

Transcription

1 Lectre 3 The dot prodct Dan Nichols nichols@math.mass.ed MATH 33, Spring 018 Uniersity of Massachsetts Janary 30, 018 () Last time: 3D space Right-hand rle, the three coordinate planes 3D coordinate system: (x, y, z) Eqations of certain planes and of spheres

2 (3) The dot prodct We e learned how to add/sbtract two ectors and how to mltiply a ector by a scalar There s another crcial operation we can do with ectors: the dot prodct. The dot prodct mltiplies two ectors and gies yo a scalar, NOT another ector. Definition Let = 1,, 3 and = 1,, 3 be ectors. The dot prodct of and is = (4) The dot prodct = In other words: mltiply each corresponding pair of components, then add all these prodcts together. Also called the scalar prodct or inner prodct. Defined exactly the same in D space: Or in any other nmber of dimensions. a 1, a b 1, b = a 1 b 1 + a b a 1, a, a 3, a 4, a 5 b 1, b, b 3, b 4, b 5 = a 1 b 1 + a b + a 3 b 3 + a 4 b 4 + a 5 b 5

3 (5) The dot prodct: example Example 1: Let s calclate the dot prodct of these two ectors. = 0, 1, 5 = 1, 3, 1 = 0 ( 1) ( 1) = = (6) The dot prodct Q: Why call it a prodct when it isn t really the same as mltiplication? If we mltiply two things, we expect to get another thing of the same type If we mltiply two nonzero things, we expect the answer will neer be zero The dot prodct breaks both of these rles! A: it follows most of the other rles of mltiplication. ( + w) = + w (Distribtie property) = (Commtatie property) 0 = 0 (c) (d) = cd( ) (Compatible with scalar mltiplication)

4 (7) The dot prodct The dot prodct makes sense becase 1 It satisfies these nice algebraic properties (distribtiity, etc) It has an important geometric meaning (more on this later) Other possible ways to define mltiplication on ectors don t make as mch sense. For instance, component-wise mltiplication: = 1 1,, 3 3 The operation does not hae these algebraic properties, no geometric meaning. Mostly seless. (8) The dot prodct: proof of distribtie property Sppose we hae three ectors: = 1,, 3, = 1,, 3, and w = w 1, w, w 3. ( + w) = 1,, w 1, + w, 3 + w 3 = 1 ( 1 + w 1 ) + ( + w ) + 3 ( 3 + w 3 ) = w w w 3 = ( ) + ( 1 w 1 + w + 3 w 3 ) = + w

5 (9) The dot prodct: proof of compatibility with scalar mltiplication Let = 1,, 3 and = 1,, 3 be ectors. (c) (d) = (c 1,, 3 ) (d 1,, 3 ) = c 1, c, c 3 d 1, d, d 3 = (c 1 )(d 1 ) + (c )(d ) + (c 3 )(d 3 ) = (cd)( 1 1 ) + (cd)( 3 ) + (cd)( 3 3 ) = (cd) ( ) = (cd)( ) (10) The dot prodct: more examples Example : Let = 1, 0, 4, let =,, 7, and let w = 0, 0, 3. Compte the following: = 1, 0, 4,, 7 =1( ) + 0( ) = =6 (3) =3( ) =3 6 =78 ( w) = ( w) =6 ( 1, 0, 4 0, 0, 3 ) =6 (1) =

6 (11) The dot prodct: geometric interpretation Vector addition and scalar mltiplication can be nderstood geometrically (withot relying on components) What is the geometric interpretation of the dot prodct? In other words, what does the dot prodct mean in terms of jst arrows withot knowing explicit components? (1) The dot prodct: geometric interpretation Here s something interesting: = 1,, 3 1,, 3 = ,, 3 = ( ) = How does the dot prodct work with the standard basis ectors? Reminder: i = 1, 0, 0, j = 0, 1, 0, k = 0, 0, 1 i i = j j = k k = 1 i j = i k = j k = 0

7 (13) The dot prodct: geometric interpretation In fact, wheneer two ectors are perpendiclar (or orthogonal), their dot prodct is 0. y = 3,, = 4, 6 = = = 0 x Rle: = 0 if and only if and are orthogonal. This is the best way to check orthogonality. (14) The dot prodct: parallel and orthogonal ectors Here s how we define the words orthogonal and parallel : and are orthogonal (perpendiclar) if = 0. and are parallel if = c for some scalar c. These definitions make sense in any nmber of dimensions.

8 (15) The dot prodct: angle form Alternate definition: = cos θ, where θ is the angle between and. y θ x (16) The dot prodct: angle form Let s proe this in the special case where = i and = 1. y = 1, 0, = cos θ, sin θ = 1 cos θ + 0 sin θ = cos θ Remember that (c) (d) = (cd)( ). So een if and are not nit ectors, = cos θ. (We e still only proed it for = ci... ) r = 1 θ x How to proe it for arbitrary,? (withot assming = ci) Easy way: linear algebra rotation matrices Hard way: trigonometric identities. Try it if yo re bored! Easiest way is sing the law of cosines, bt that s cheating

9 (17) The dot prodct: angle between ectors Writing the dot prodct in angle form makes the geometric meaning clear. = cos θ Bigger for two ectors that point more in the same direction. Smaller for ectors that are closer to orthogonal Bigger for longer ectors. Smaller for shorter ectors. Yo can se the dot prodct to find θ easily! cos θ = ( ) θ = arccos (18) The dot prodct: angle between ectors So the dot prodct measres how mch two ectors agree with each other, weighted by their length. > 0 if θ < 90 = 0 if θ = 90 (orthogonal) < 0 if θ > 90 y y y x x x

10 (19) The dot prodct: angle example Example 3: Find the angle θ between the ectors = 1, 3, 1 and =,, 3. z = 11 = 17 = 7 ( ) 7 θ = arccos y x (0) Vector and scalar projections Sometimes we want to compare two ectors asymmetrically. We want to know how mch of lies in the same direction as? Definition Gien ectors and, we can always write as a sm of two ectors = + where one part is parallel to and the other part is orthogonal to. We call the parallel part the ector projection of onto. = proj = proj

11 (1) Vector and scalar projections There s an easy way to calclate proj sing the dot prodct. First, let s figre ot what the magnitde of proj mst be. Definition The scalar projection of onto, denoted comp, is the signed magnitde of the ector projection. This is sometimes called the component of along. comp = The scalar projection is closely related to the dot prodct measres how mch the ectors agree, weighted by both magnitdes comp measres how mch the ectors agree, ignoring (asymmetrical) () Vector and scalar projections Now we know two things abot proj : 1. Its magnitde is comp =.. Its direction is the nit ector û = ( 1 Therefore, ). proj = (comp ) û ( ) ( ) 1 = ( ) = This is an easy formla for calclating ector projections.

12 (3) Vector and scalar projections The dot prodct and the scalar projection are similar. Here s how to distingish them: Dot prodct measres how mch and mtally agree with each other. Scalar projection comp measres how mch agrees with. Scalar projection comp measres how mch agrees with. (4) Vector and scalar projections: example Example 4: Let = 1, 1 and let = 4, 5. Find comp and proj. y comp = = ( 1) + 1 = 1. proj x proj = (comp ) ( ) comp = = 1/ 1, 1 = 1/, 1/.

13 (5) Applications: work Sppose yo moe an object from point A to point B by applying a constant force F. F B A The work done in this sitation is the energy spent to moe the object: W = F d d = AB is the object s displacement ector F is the net force ector on the object as it s moing W is the work, a scalar. Often measred in newton-meters (Nm). For now, we assme F is constant. We ll learn how to handle ariable F later. (Line integrals) (6) Applications: work: example Example 5: A 380 kg piano is pshed off the top of a bilding. It lands on the grond 40m below and 10m away from the bilding horizontally. Calclate the work done by graity as the piano falls. d F d = 10, 40 Magnitde of F is 9.8 m/s 380 kg = 374 kg m/s F points directly down: F = 0, 374. So the work done is W = F d = 10, 40 0, 374 = Nm

14 (7) Examples Example 6: Which of the following expressions are alid? (legal operations) w ( w) + ( w) No No No ( + ) w Yes (8) Examples Example 7: Which pairs from the following list of ectors are orthogonal? Which are parallel? = 1, 3, = 1, 0, w = 5, 1, 1 p = 0, 3, 0 q = 10,, Notice that q = w, so q and w are parallel. w = 0, so is orthogonal to both w and q. and p are orthogonal, and they are not orthogonal or parallel to any of, w, q.

15 (9) Examples Example 8: Find the angle θ between these two 5D ectors: = 0, 1, 3, 4, 5 = 1, 1, 1, 3, 6 Remember, yo can se the angle formla for the dot prodct: = cos θ. = 0( 1) + 1( 1) + ( 3)1 + ( 4) = 14 = ( 3) + ( 4) + 5 = 51 = ( 1) + ( 1) = 48 ( ) ( ) 14 θ = arccos = arccos (30) Examples Example 9: Let a = a 1, a, a 3, and b = b 1, b, b 3 be distinct ectors in R 3. Show that the set of points (x, y, z) satisfying the following eqation is a sphere, and find its center and radis. ( x, y, z a) ( x, y, z b) = 0 0 = ( x, y, z a) ( x, y, z b) = x a 1, y a, z a 3 x b 1, y b, z b 3 = (x a 1 )(x b 1 ) + (y a )(y b ) + (z a 3 )(z b 3 ) = [ x (a 1 + b 1 )x + a 1 b 1 ] + [ y (a + b )y + a b ] + [ z (a 3 + b 3 )z + a 3 b 3 ] Complete the sqares: [ 0 = x a ] 1 + b ( 1 a1 b 1 [ + z a ] 3 + b ( 3 a3 b 3 ) [ + y a + b ) ] ( a b )

16 (31) Examples Example 9: (cont.) [ x a ] 1 + b [ 1 + y a ] + b [ + z a ] 3 + b 3 ( ) a1 b ( ) 1 a b ( ) a3 b 3 = + +. So the center has position ector a1 + b 1, a + b, a 3 + b 3 = 1 (a + b) and the radis is (a1 ) b ( ) 1 a b ( a3 b 3 r = + + ) = 1 a b. (3) Smmary The dot prodct of = 1,, 3 and = 1,, 3 is Angle formla: = = cos θ, where θ is the angle between the ectors. The dot prodct measres how mch two ectors agree. is zero if and only if and are orthogonal. The ector projection proj is the piece of that lies parallel to The scalar projection comp is the signed magnitde of proj. Work is the dot prodct of net force and distance: W = F d.

17 (33) Homework Paper homework 3 de Thrsday at the beginning of class WebAssign homework (1.1, 1.) de Satrday night, 11:59 PM Eeryone shold be able to access the corse now; let me know ASAP if anything goes wrong.

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

Lesson 81: The Cross Product of Vectors

Lesson 81: The Cross Product of Vectors Lesson 8: The Cross Prodct of Vectors IBHL - SANTOWSKI In this lesson yo will learn how to find the cross prodct of two ectors how to find an orthogonal ector to a plane defined by two ectors how to find

More information

The Cross Product of Two Vectors in Space DEFINITION. Cross Product. u * v = s ƒ u ƒƒv ƒ sin ud n

The Cross Product of Two Vectors in Space DEFINITION. Cross Product. u * v = s ƒ u ƒƒv ƒ sin ud n 12.4 The Cross Prodct 873 12.4 The Cross Prodct In stdying lines in the plane, when we needed to describe how a line was tilting, we sed the notions of slope and angle of inclination. In space, we want

More information

6.4 VECTORS AND DOT PRODUCTS

6.4 VECTORS AND DOT PRODUCTS 458 Chapter 6 Additional Topics in Trigonometry 6.4 VECTORS AND DOT PRODUCTS What yo shold learn ind the dot prodct of two ectors and se the properties of the dot prodct. ind the angle between two ectors

More information

Math 144 Activity #10 Applications of Vectors

Math 144 Activity #10 Applications of Vectors 144 p 1 Math 144 Actiity #10 Applications of Vectors In the last actiity, yo were introdced to ectors. In this actiity yo will look at some of the applications of ectors. Let the position ector = a, b

More information

u v u v v 2 v u 5, 12, v 3, 2 3. u v u 3i 4j, v 7i 2j u v u 4i 2j, v i j 6. u v u v u i 2j, v 2i j 9.

u v u v v 2 v u 5, 12, v 3, 2 3. u v u 3i 4j, v 7i 2j u v u 4i 2j, v i j 6. u v u v u i 2j, v 2i j 9. Section. Vectors and Dot Prodcts 53 Vocablary Check 1. dot prodct. 3. orthogonal. \ 5. proj PQ F PQ \ ; F PQ \ 1., 1,, 3. 5, 1, 3, 3., 1,, 3 13 9 53 1 9 13 11., 5, 1, 5. i j, i j. 3i j, 7i j 1 5 1 1 37

More information

3.3 Operations With Vectors, Linear Combinations

3.3 Operations With Vectors, Linear Combinations Operations With Vectors, Linear Combinations Performance Criteria: (d) Mltiply ectors by scalars and add ectors, algebraically Find linear combinations of ectors algebraically (e) Illstrate the parallelogram

More information

1 The space of linear transformations from R n to R m :

1 The space of linear transformations from R n to R m : Math 540 Spring 20 Notes #4 Higher deriaties, Taylor s theorem The space of linear transformations from R n to R m We hae discssed linear transformations mapping R n to R m We can add sch linear transformations

More information

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007 Graphs and Networks Lectre 5 PageRank Lectrer: Daniel A. Spielman September 20, 2007 5.1 Intro to PageRank PageRank, the algorithm reportedly sed by Google, assigns a nmerical rank to eery web page. More

More information

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 CONTENTS INTRODUCTION MEQ crriclm objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 VECTOR CONCEPTS FROM GEOMETRIC AND ALGEBRAIC PERSPECTIVES page 1 Representation

More information

SECTION 6.7. The Dot Product. Preview Exercises. 754 Chapter 6 Additional Topics in Trigonometry. 7 w u 7 2 =?. 7 v 77w7

SECTION 6.7. The Dot Product. Preview Exercises. 754 Chapter 6 Additional Topics in Trigonometry. 7 w u 7 2 =?. 7 v 77w7 754 Chapter 6 Additional Topics in Trigonometry 115. Yo ant to fly yor small plane de north, bt there is a 75-kilometer ind bloing from est to east. a. Find the direction angle for here yo shold head the

More information

CS 450: COMPUTER GRAPHICS VECTORS SPRING 2016 DR. MICHAEL J. REALE

CS 450: COMPUTER GRAPHICS VECTORS SPRING 2016 DR. MICHAEL J. REALE CS 45: COMPUTER GRPHICS VECTORS SPRING 216 DR. MICHEL J. RELE INTRODUCTION In graphics, we are going to represent objects and shapes in some form or other. First, thogh, we need to figre ot how to represent

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

Change of Variables. f(x, y) da = (1) If the transformation T hasn t already been given, come up with the transformation to use.

Change of Variables. f(x, y) da = (1) If the transformation T hasn t already been given, come up with the transformation to use. MATH 2Q Spring 26 Daid Nichols Change of Variables Change of ariables in mltiple integrals is complicated, bt it can be broken down into steps as follows. The starting point is a doble integral in & y.

More information

Change of Variables. (f T) JT. f = U

Change of Variables. (f T) JT. f = U Change of Variables 4-5-8 The change of ariables formla for mltiple integrals is like -sbstittion for single-ariable integrals. I ll gie the general change of ariables formla first, and consider specific

More information

sin u 5 opp } cos u 5 adj } hyp opposite csc u 5 hyp } sec u 5 hyp } opp Using Inverse Trigonometric Functions

sin u 5 opp } cos u 5 adj } hyp opposite csc u 5 hyp } sec u 5 hyp } opp Using Inverse Trigonometric Functions 13 Big Idea 1 CHAPTER SUMMARY BIG IDEAS Using Trigonometric Fnctions Algebra classzone.com Electronic Fnction Library For Yor Notebook hypotense acent osite sine cosine tangent sin 5 hyp cos 5 hyp tan

More information

EE2 Mathematics : Functions of Multiple Variables

EE2 Mathematics : Functions of Multiple Variables EE2 Mathematics : Fnctions of Mltiple Variables http://www2.imperial.ac.k/ nsjones These notes are not identical word-for-word with m lectres which will be gien on the blackboard. Some of these notes ma

More information

Homework 5 Solutions

Homework 5 Solutions Q Homework Soltions We know that the colmn space is the same as span{a & a ( a * } bt we want the basis Ths we need to make a & a ( a * linearly independent So in each of the following problems we row

More information

12.1 Three Dimensional Coordinate Systems (Review) Equation of a sphere

12.1 Three Dimensional Coordinate Systems (Review) Equation of a sphere 12.2 Vectors 12.1 Three Dimensional Coordinate Systems (Reiew) Equation of a sphere x a 2 + y b 2 + (z c) 2 = r 2 Center (a,b,c) radius r 12.2 Vectors Quantities like displacement, elocity, and force inole

More information

u P(t) = P(x,y) r v t=0 4/4/2006 Motion ( F.Robilliard) 1

u P(t) = P(x,y) r v t=0 4/4/2006 Motion ( F.Robilliard) 1 y g j P(t) P(,y) r t0 i 4/4/006 Motion ( F.Robilliard) 1 Motion: We stdy in detail three cases of motion: 1. Motion in one dimension with constant acceleration niform linear motion.. Motion in two dimensions

More information

MAT389 Fall 2016, Problem Set 6

MAT389 Fall 2016, Problem Set 6 MAT389 Fall 016, Problem Set 6 Trigonometric and hperbolic fnctions 6.1 Show that e iz = cos z + i sin z for eer comple nmber z. Hint: start from the right-hand side and work or wa towards the left-hand

More information

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it Introdction to Statistics in Psychology PSY 2 Professor Greg Francis Lectre 33 ANalysis Of VAriance Something erss which thing? ANOVA Test statistic: F = MS B MS W Estimated ariability from noise and mean

More information

The Dot Product

The Dot Product The Dot Product 1-9-017 If = ( 1,, 3 ) and = ( 1,, 3 ) are ectors, the dot product of and is defined algebraically as = 1 1 + + 3 3. Example. (a) Compute the dot product (,3, 7) ( 3,,0). (b) Compute the

More information

Linear System Theory (Fall 2011): Homework 1. Solutions

Linear System Theory (Fall 2011): Homework 1. Solutions Linear System Theory (Fall 20): Homework Soltions De Sep. 29, 20 Exercise (C.T. Chen: Ex.3-8). Consider a linear system with inpt and otpt y. Three experiments are performed on this system sing the inpts

More information

The Brauer Manin obstruction

The Brauer Manin obstruction The Braer Manin obstrction Martin Bright 17 April 2008 1 Definitions Let X be a smooth, geometrically irredcible ariety oer a field k. Recall that the defining property of an Azmaya algebra A is that,

More information

LECTURE 2: CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS

LECTURE 2: CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS LECTURE : CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS MA1111: LINEAR ALGEBRA I, MICHAELMAS 016 1. Finishing up dot products Last time we stated the following theorem, for which I owe you

More information

(arrows denote positive direction)

(arrows denote positive direction) 12 Chapter 12 12.1 3-dimensional Coordinate System The 3-dimensional coordinate system we use are coordinates on R 3. The coordinate is presented as a triple of numbers: (a,b,c). In the Cartesian coordinate

More information

Setting The K Value And Polarization Mode Of The Delta Undulator

Setting The K Value And Polarization Mode Of The Delta Undulator LCLS-TN-4- Setting The Vale And Polarization Mode Of The Delta Undlator Zachary Wolf, Heinz-Dieter Nhn SLAC September 4, 04 Abstract This note provides the details for setting the longitdinal positions

More information

Which of these statements are true? A) 1, 2 and 3 only C) 2, 4 and 5 only. B) 1, 2 and 5 only D) 1, 3 and 4 only

Which of these statements are true? A) 1, 2 and 3 only C) 2, 4 and 5 only. B) 1, 2 and 5 only D) 1, 3 and 4 only Name : 1 Qadrilateral RSTU is a parallelogram and M is the point of intersection of its diagonals. S M T ntoine lists the following vector operation statements: R U 1) ST + SR MU ) UT + UR SM 3) RS + RU

More information

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

Math 116 First Midterm October 14, 2009

Math 116 First Midterm October 14, 2009 Math 116 First Midterm October 14, 9 Name: EXAM SOLUTIONS Instrctor: Section: 1. Do not open this exam ntil yo are told to do so.. This exam has 1 pages inclding this cover. There are 9 problems. Note

More information

Obliqe Projection. A body is projected from a point with different angles of projections 0 0, 35 0, 45 0, 60 0 with the horizontal bt with same initial speed. Their respective horizontal ranges are R,

More information

Math The Dot Product

Math The Dot Product Math 213 - The Dot Product Peter A. Perry University of Kentucky August 26, 2018 Homework Webwork A1 is due Wednesday night Re-read section 12.3, pp. 807 812 Begin work on problems 1-37 (odd), 41-51 (odd)

More information

Mon Apr dot product, length, orthogonality, projection onto the span of a single vector. Announcements: Warm-up Exercise:

Mon Apr dot product, length, orthogonality, projection onto the span of a single vector. Announcements: Warm-up Exercise: Math 2270-004 Week 2 notes We will not necessarily finish the material from a gien day's notes on that day. We may also add or subtract some material as the week progresses, but these notes represent an

More information

Concept of Stress at a Point

Concept of Stress at a Point Washkeic College of Engineering Section : STRONG FORMULATION Concept of Stress at a Point Consider a point ithin an arbitraril loaded deformable bod Define Normal Stress Shear Stress lim A Fn A lim A FS

More information

Correction key. Example of an appropriate method. be the wind vector x = 120 and x = y = 160 and y = 10.

Correction key. Example of an appropriate method. be the wind vector x = 120 and x = y = 160 and y = 10. Correction key 1 D Example of an appropriate method /4 Let x, y be the wind vector (km) y 100, 150 x, y 10, 160 100 x, 150 y 10, 160 100 withot wind with wind 100 + x = 10 and x = 0 150 + y = 160 and y

More information

Microscopic Properties of Gases

Microscopic Properties of Gases icroscopic Properties of Gases So far we he seen the gas laws. These came from observations. In this section we want to look at a theory that explains the gas laws: The kinetic theory of gases or The kinetic

More information

Garret Sobczyk s 2x2 Matrix Derivation

Garret Sobczyk s 2x2 Matrix Derivation Garret Sobczyk s x Matrix Derivation Krt Nalty May, 05 Abstract Using matrices to represent geometric algebras is known, bt not necessarily the best practice. While I have sed small compter programs to

More information

15. LECTURE 15. I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one.

15. LECTURE 15. I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one. 5. LECTURE 5 Objectives I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one. In the last few lectures, we ve learned that

More information

Introduction to Quantum Information Processing

Introduction to Quantum Information Processing Introdction to Qantm Information Processing Lectre 5 Richard Cleve Overview of Lectre 5 Review of some introdctory material: qantm states, operations, and simple qantm circits Commnication tasks: one qbit

More information

Vectors. Vectors ( 向量 ) Representation of Vectors. Special Vectors. Equal vectors. Chapter 16

Vectors. Vectors ( 向量 ) Representation of Vectors. Special Vectors. Equal vectors. Chapter 16 Vectors ( 向量 ) Chapter 16 2D Vectors A vector is a line which has both magnitde and direction. For example, in a weather report yo may hear a statement like the wind is blowing at 25 knots ( 海浬 ) in the

More information

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2 MATH 12 CLASS 2 NOTES, SEP 23 2011 Contents 1. Dot product: definition, basic properties 1 2. Dot product: determining the angle between two vectors 2 Quick links to definitions/theorems Dot product definition

More information

Unit 11: Vectors in the Plane

Unit 11: Vectors in the Plane 135 Unit 11: Vectors in the Plane Vectors in the Plane The term ector is used to indicate a quantity (such as force or elocity) that has both length and direction. For instance, suppose a particle moes

More information

5. The Bernoulli Equation

5. The Bernoulli Equation 5. The Bernolli Eqation [This material relates predominantly to modles ELP034, ELP035] 5. Work and Energy 5. Bernolli s Eqation 5.3 An example of the se of Bernolli s eqation 5.4 Pressre head, velocity

More information

Control Systems

Control Systems 6.5 Control Systems Last Time: Introdction Motivation Corse Overview Project Math. Descriptions of Systems ~ Review Classification of Systems Linear Systems LTI Systems The notion of state and state variables

More information

Spring, 2008 CIS 610. Advanced Geometric Methods in Computer Science Jean Gallier Homework 1, Corrected Version

Spring, 2008 CIS 610. Advanced Geometric Methods in Computer Science Jean Gallier Homework 1, Corrected Version Spring, 008 CIS 610 Adanced Geometric Methods in Compter Science Jean Gallier Homework 1, Corrected Version Febrary 18, 008; De March 5, 008 A problems are for practice only, and shold not be trned in.

More information

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process Decision Making in Complex Environments Lectre 2 Ratings and Introdction to Analytic Network Process Lectres Smmary Lectre 5 Lectre 1 AHP=Hierar chies Lectre 3 ANP=Networks Strctring Complex Models with

More information

Electric and Magnetic Fields

Electric and Magnetic Fields Electric and Magnetic Fields Jst as we want to define an electric field for electrostatic forces, we also want to define a magnetic field for magnetic forces. E (nits of N/C, or V/m) B (nits of Tesla)

More information

LINEAR COMBINATIONS AND SUBSPACES

LINEAR COMBINATIONS AND SUBSPACES CS131 Part II, Linear Algebra and Matrices CS131 Mathematics for Compter Scientists II Note 5 LINEAR COMBINATIONS AND SUBSPACES Linear combinations. In R 2 the vector (5, 3) can be written in the form

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

MATH2715: Statistical Methods

MATH2715: Statistical Methods MATH275: Statistical Methods Exercises III (based on lectres 5-6, work week 4, hand in lectre Mon 23 Oct) ALL qestions cont towards the continos assessment for this modle. Q. If X has a niform distribtion

More information

F F. proj cos( ) v. v proj v

F F. proj cos( ) v. v proj v Geometric Definition of Dot Product 1.2 The Dot Product Suppose you are pulling up on a rope attached to a box, as shown above. How would you find the force moving the box towards you? As stated above,

More information

Lecture 9: 3.4 The Geometry of Linear Systems

Lecture 9: 3.4 The Geometry of Linear Systems Lectre 9: 3.4 The Geometry of Linear Systems Wei-Ta Ch 200/0/5 Dot Prodct Form of a Linear System Recall that a linear eqation has the form a x +a 2 x 2 + +a n x n = b (a,a 2,, a n not all zero) The corresponding

More information

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS SUBAREA I. COMPETENCY 1.0 UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS MECHANICS Skill 1.1 Calculating displacement, aerage elocity, instantaneous elocity, and acceleration in a gien frame of reference

More information

MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name

MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name Instructions. This exam contains seven problems, but only six of them will be graded. You maychooseanysixtodo. PleasewriteDON TGRADEontheonethatyoudon

More information

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b)

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b) . Sole Problem.-(c). Sole Problem.-(b). A two dimensional trss shown in the figre is made of alminm with Yong s modls E = 8 GPa and failre stress Y = 5 MPa. Determine the minimm cross-sectional area of

More information

Digital Image Processing. Lecture 8 (Enhancement in the Frequency domain) Bu-Ali Sina University Computer Engineering Dep.

Digital Image Processing. Lecture 8 (Enhancement in the Frequency domain) Bu-Ali Sina University Computer Engineering Dep. Digital Image Processing Lectre 8 Enhancement in the Freqenc domain B-Ali Sina Uniersit Compter Engineering Dep. Fall 009 Image Enhancement In The Freqenc Domain Otline Jean Baptiste Joseph Forier The

More information

Prandl established a universal velocity profile for flow parallel to the bed given by

Prandl established a universal velocity profile for flow parallel to the bed given by EM 0--00 (Part VI) (g) The nderlayers shold be at least three thicknesses of the W 50 stone, bt never less than 0.3 m (Ahrens 98b). The thickness can be calclated sing Eqation VI-5-9 with a coefficient

More information

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

Elements of Coordinate System Transformations

Elements of Coordinate System Transformations B Elements of Coordinate System Transformations Coordinate system transformation is a powerfl tool for solving many geometrical and kinematic problems that pertain to the design of gear ctting tools and

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information

Logarithmic, Exponential and Other Transcendental Functions

Logarithmic, Exponential and Other Transcendental Functions Logarithmic, Eponential an Other Transcenental Fnctions 5: The Natral Logarithmic Fnction: Differentiation The Definition First, yo mst know the real efinition of the natral logarithm: ln= t (where > 0)

More information

Multiplication and division. Explanation and worked examples. First, we ll look at work you should know at this level.

Multiplication and division. Explanation and worked examples. First, we ll look at work you should know at this level. x Mltilication and division Exlanation and worked examles Level First, we ll look at work yo shold know at this level. Work ot these mltilication and division sms: a) ) 96 c) 8 d) 6 Soltions: a) 9 6 Yo

More information

A Geometric Review of Linear Algebra

A Geometric Review of Linear Algebra A Geometric Reiew of Linear Algebra The following is a compact reiew of the primary concepts of linear algebra. The order of presentation is unconentional, with emphasis on geometric intuition rather than

More information

Momentum Equation. Necessary because body is not made up of a fixed assembly of particles Its volume is the same however Imaginary

Momentum Equation. Necessary because body is not made up of a fixed assembly of particles Its volume is the same however Imaginary Momentm Eqation Interest in the momentm eqation: Qantification of proplsion rates esign strctres for power generation esign of pipeline systems to withstand forces at bends and other places where the flow

More information

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : ,

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : , PK K I N E M A T I C S Syllabs : Frame of reference. Motion in a straight line : Position-time graph, speed and velocity. Uniform and non-niform motion, average speed and instantaneos velocity. Uniformly

More information

L = 2 λ 2 = λ (1) In other words, the wavelength of the wave in question equals to the string length,

L = 2 λ 2 = λ (1) In other words, the wavelength of the wave in question equals to the string length, PHY 309 L. Soltions for Problem set # 6. Textbook problem Q.20 at the end of chapter 5: For any standing wave on a string, the distance between neighboring nodes is λ/2, one half of the wavelength. The

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

A vector in the plane is directed line segment. The directed line segment AB

A vector in the plane is directed line segment. The directed line segment AB Vector: A ector is a matrix that has only one row then we call the matrix a row ector or only one column then we call it a column ector. A row ector is of the form: a a a... A column ector is of the form:

More information

Section 13.4 The Cross Product

Section 13.4 The Cross Product Section 13.4 The Cross Product Multiplying Vectors 2 In this section we consider the more technical multiplication which can be defined on vectors in 3-space (but not vectors in 2-space). 1. Basic Definitions

More information

Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017

Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017 Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017 Since we didn t get a chance to discuss parametrized lines last week, we may spend some time discussing those before moving on to the dot

More information

LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS

LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1. Introduction Firstly, I want to point out that I am here to help, so if you hae a question about a lecture

More information

OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIELD OF A POLYHEDRAL BODY WITH LINEARLY INCREASING DENSITY 1

OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIELD OF A POLYHEDRAL BODY WITH LINEARLY INCREASING DENSITY 1 OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIEL OF A POLYHERAL BOY WITH LINEARLY INCREASING ENSITY 1 V. POHÁNKA2 Abstract The formla for the comptation of the gravity field of a polyhedral body

More information

Bayes and Naïve Bayes Classifiers CS434

Bayes and Naïve Bayes Classifiers CS434 Bayes and Naïve Bayes Classifiers CS434 In this lectre 1. Review some basic probability concepts 2. Introdce a sefl probabilistic rle - Bayes rle 3. Introdce the learning algorithm based on Bayes rle (ths

More information

Higher Maths A1.3 Recurrence Relations - Revision

Higher Maths A1.3 Recurrence Relations - Revision Higher Maths A Recrrence Relations - Revision This revision pack covers the skills at Unit Assessment exam level or Recrrence Relations so yo can evalate yor learning o this otcome It is important that

More information

Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 8. The dot product

Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 8. The dot product Roberto s Notes on Linear Algebra Chapter 1: Geometric ectors Section 8 The dot product What you need to know already: What a linear combination of ectors is. What you can learn here: How to use two ectors

More information

m = Average Rate of Change (Secant Slope) Example:

m = Average Rate of Change (Secant Slope) Example: Average Rate o Change Secant Slope Deinition: The average change secant slope o a nction over a particlar interval [a, b] or [a, ]. Eample: What is the average rate o change o the nction over the interval

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com . Two smooth niform spheres S and T have eqal radii. The mass of S is 0. kg and the mass of T is 0.6 kg. The spheres are moving on a smooth horizontal plane and collide obliqely. Immediately before the

More information

PROBLEMS

PROBLEMS PROBLEMS------------------------------------------------ - 7- Thermodynamic Variables and the Eqation of State 1. Compter (a) the nmber of moles and (b) the nmber of molecles in 1.00 cm of an ideal gas

More information

Xihe Li, Ligong Wang and Shangyuan Zhang

Xihe Li, Ligong Wang and Shangyuan Zhang Indian J. Pre Appl. Math., 49(1): 113-127, March 2018 c Indian National Science Academy DOI: 10.1007/s13226-018-0257-8 THE SIGNLESS LAPLACIAN SPECTRAL RADIUS OF SOME STRONGLY CONNECTED DIGRAPHS 1 Xihe

More information

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Study guide for Exam 1. by William H. Meeks III October 26, 2012 Study guide for Exam 1. by William H. Meeks III October 2, 2012 1 Basics. First we cover the basic definitions and then we go over related problems. Note that the material for the actual midterm may include

More information

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 21

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 21 EECS 16A Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 21 21.1 Module Goals In this module, we introduce a family of ideas that are connected to optimization and machine learning,

More information

Lecture 5. Equations of Lines and Planes. Dan Nichols MATH 233, Spring 2018 University of Massachusetts.

Lecture 5. Equations of Lines and Planes. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. Lecture 5 Equations of Lines and Planes Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 Universit of Massachusetts Februar 6, 2018 (2) Upcoming midterm eam First midterm: Wednesda Feb. 21, 7:00-9:00

More information

Intro to path analysis Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015

Intro to path analysis Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015 Intro to path analysis Richard Williams, Uniersity of Notre Dame, https://3.nd.ed/~rilliam/ Last reised April 6, 05 Sorces. This discssion dras heaily from Otis Ddley Dncan s Introdction to Strctral Eqation

More information

Math 144 Activity #9 Introduction to Vectors

Math 144 Activity #9 Introduction to Vectors 144 p 1 Math 144 ctiity #9 Introduction to Vectors Often times you hear people use the words speed and elocity. Is there a difference between the two? If so, what is the difference? Discuss this with your

More information

THE DIFFERENTIAL GEOMETRY OF REGULAR CURVES ON A REGULAR TIME-LIKE SURFACE

THE DIFFERENTIAL GEOMETRY OF REGULAR CURVES ON A REGULAR TIME-LIKE SURFACE Dynamic Systems and Applications 24 2015 349-360 TH DIFFRNTIAL OMTRY OF RULAR CURVS ON A RULAR TIM-LIK SURFAC MIN OZYILMAZ AND YUSUF YAYLI Department of Mathematics ge Uniersity Bornoa Izmir 35100 Trkey

More information

10.2 Solving Quadratic Equations by Completing the Square

10.2 Solving Quadratic Equations by Completing the Square . Solving Qadratic Eqations b Completing the Sqare Consider the eqation ( ) We can see clearl that the soltions are However, What if the eqation was given to s in standard form, that is 6 How wold we go

More information

Physics 218, Spring April 2004

Physics 218, Spring April 2004 Physics 18, Spring 004 16 April 004 Today in Physics 18: forces in relativity Newton s laws in relativity The Minkowski force Relativistic transformation of forces X-ray image of the plsar-driven center

More information

Reduction of over-determined systems of differential equations

Reduction of over-determined systems of differential equations Redction of oer-determined systems of differential eqations Maim Zaytse 1) 1, ) and Vyachesla Akkerman 1) Nclear Safety Institte, Rssian Academy of Sciences, Moscow, 115191 Rssia ) Department of Mechanical

More information

The Inner Product (Many slides adapted from Octavia Camps and Amitabh Varshney) Much of material in Appendix A. Goals

The Inner Product (Many slides adapted from Octavia Camps and Amitabh Varshney) Much of material in Appendix A. Goals The Inner Product (Many slides adapted from Octaia Camps and Amitabh Varshney) Much of material in Appendix A Goals Remember the inner product See that it represents distance in a specific direction. Use

More information

GEOMETRICAL DESCRIPTION OF ONE SURFACE IN ECONOMY

GEOMETRICAL DESCRIPTION OF ONE SURFACE IN ECONOMY GOMTRICAL DSCRIPTION OF ON SURFAC IN CONOMY a Kaňkoá Abstract The principal object of this paper is the reglar parametric srface M in R defined by the formla The geometrical description methods we are

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 2/13/13, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.2. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241sp13/241.html)

More information

Dynamics ( 동역학 ) Ch.2 Motion of Translating Bodies (2.1 & 2.2)

Dynamics ( 동역학 ) Ch.2 Motion of Translating Bodies (2.1 & 2.2) Dynamics ( 동역학 ) Ch. Motion of Translating Bodies (. &.) Motion of Translating Bodies This chapter is usually referred to as Kinematics of Particles. Particles: In dynamics, a particle is a body without

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

III. Demonstration of a seismometer response with amplitude and phase responses at:

III. Demonstration of a seismometer response with amplitude and phase responses at: GG5330, Spring semester 006 Assignment #1, Seismometry and Grond Motions De 30 Janary 006. 1. Calibration Of A Seismometer Using Java: A really nifty se of Java is now available for demonstrating the seismic

More information

Physics 2A Chapter 3 - Motion in Two Dimensions Fall 2017

Physics 2A Chapter 3 - Motion in Two Dimensions Fall 2017 These notes are seen pages. A quick summary: Projectile motion is simply horizontal motion at constant elocity with ertical motion at constant acceleration. An object moing in a circular path experiences

More information

4 Exact laminar boundary layer solutions

4 Exact laminar boundary layer solutions 4 Eact laminar bondary layer soltions 4.1 Bondary layer on a flat plate (Blasis 1908 In Sec. 3, we derived the bondary layer eqations for 2D incompressible flow of constant viscosity past a weakly crved

More information

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction.

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction. EQT 101-Engineering Mathematics I Teaching Module CHAPTER 3 : VECTORS 3.1 Introduction Definition 3.1 A ector is a quantity that has both magnitude and direction. A ector is often represented by an arrow

More information

Math 112 Section 10 Lecture notes, 1/7/04

Math 112 Section 10 Lecture notes, 1/7/04 Math 11 Section 10 Lecture notes, 1/7/04 Section 7. Integration by parts To integrate the product of two functions, integration by parts is used when simpler methods such as substitution or simplifying

More information

Linear Strain Triangle and other types of 2D elements. By S. Ziaei Rad

Linear Strain Triangle and other types of 2D elements. By S. Ziaei Rad Linear Strain Triangle and other tpes o D elements B S. Ziaei Rad Linear Strain Triangle (LST or T6 This element is also called qadratic trianglar element. Qadratic Trianglar Element Linear Strain Triangle

More information