Dot Product. Academic Resource Center

Size: px
Start display at page:

Download "Dot Product. Academic Resource Center"

Transcription

1 Dot Product Academic Resource Center

2 In This Presentation We will give a definition Look at properties See the relationship in projections Look at vectors in different coordinate systems Do example problems

3 Dot Product Definition: If a = <a 1, a 2 > and b = <b 1, b 2 >, then the dot product of a and b is number a b given by a b = a 1 b 1 + a 2 b 2 Likewise with 3 dimensions, Given a = <a 1, a 2, a 3 > and b = <b 1, b 2, b 3 > a b = a 1 b 1 + a 2 b 2 + a 3 b 3

4 Dot Product The result of a dot product is not a vector, it is a real number and is sometimes called the scalar product or the inner product.

5 Orthogonal Vectors Two vectors a and b are orthogonal (perpendicular) if and only if a b = 0 Example: The vectors i, j, and k that correspond to the x, y, and z components are all orthogonal to each other

6 Examples Find a b: 1. Given a = <-4, -5> and b = <2, -9> a b = a 1 b 1 + a 2 b 2 a b = (-4)(2) + (-5)(-9) = a b = Given a = 2j + 7k and b = -7i + 4j - k a b = (0)(-7) + (2)(4) + (7)(-1) = (-7) a b = 1

7 Dot Product Properties of the dot product 1. a a = a 2 2. a b = b a 3. a (b + c) = a b + a c 4. (ca) b = c(a b) = a (cb) 5. 0 a = 0 (Note that 0 (bolded) is the zero vector)

8 Dot Product If the angle between the two vectors a and b is θ, then a b = a b cos θ or θ =

9 Examples Find a b: 1. Given a = 8, b = 4 and θ = 60 a b = a b cos θ = (8)(4)cos(60 ) = 12(1/2) a b = 6 2. Given a = 3, b = 2 and θ = π/4 a b = (3)(2)cos(π/4) = 6( (2)/2) a b = 3 (2)

10 Example Find the angle between the two vectors: Given a = <-1, -3> and b = <3, -3> a b = (-1)(3) + (-3)(-3) = = 6 a = (1+9) = (10) b = (9+9) = (18) = 3 (2) θ = 6/( (10)*3 (2)) = 6/(6 (5)) = 1/ (5) θ = 1/ (5) = (5)/5 rad

11 Direction Angles Given a = <a 1, a 2, a 3 > cos α = cos β = cos γ =

12 Example Find the direction angles of the vector a: Given a = 3i j + 4k a = (9+1+16) = (26) cos α = 3/ (26) α = cos -1 (3/ (26)) = 0.94 rad cos β = -1/ (26) β = cos -1 (-1/ (26)) = 1.8 rad cos γ = 4/ (26) γ = cos -1 (4/ (26)) = 0.67 rad

13 Projections Scalar projection of b onto a: comp a b = Vector projection of b onto a: proj a b = ( ) =

14 Example Find the scalar and vector projection of b onto a: Given a = <-1, -3> and b = <3, -3> a b = (-1)(3) + (-3)(-3) = = 6 a = (1+9) = (10) b = (9+9) = (18) = 3 (2) comp a b = a b/ a = 6/ (10) proj a b = a b/ a 2 *a = 6/10*a = <-3/5, -9/5>

15 Application Example 1 Problem: A cart is pulled a distance of 50m along a horizontal path by a constant force of 25 N. The handle of the cart is pulled at an angle of 60 above the horizontal. Find the work done by the force. Solution: F and d are force and displacement vectors W = F d = F d cosθ = (25)(50)cos(60 ) W = 625 J

16 Application Example 2 Problem: Given a constant vector field F = 7i + 3j k find the work done from point P(5,3,-4) to the point Q(1,4,-7) Solution: d = <1 5, 4 3, -7 (-4)> = <-4, 1, -3> W = F d = <7,3,-1> <-4,1,-3> = (7)(-4) + (3)(1) + (-1)(-3) = W = -21 J

17 Vectors Given a vector in any coordinate system, (rectangular, cylindrical, or spherical) it is possible to obtain the corresponding vector in either of the two other coordinate systems Given a vector A = A x a x + A y a y + A z a z we can obtain A = A ρ a ρ + A Φ a Φ + A z a z and/or A = A r a r + A Φ a Φ + A θ a θ

18 Rectangular Coordinate System Define A = A x a x + A y a y + A z a z as a rectangular vector where each component is a function of x, y, and z

19 Cylindrical Coordinate System Define A = A ρ a ρ + A Φ a Φ + A z a z as a rectangular vector where each component is a function of ρ, Φ, and z

20 Spherical Coordinate System Define A = A r a r + A Φ a Φ + A θ a θ as a rectangular vector where each component is a function of r, Φ, and θ

21 Rectangular to Cylindrical Dot products of unit vectors in cylindrical and rectangular coordinate systems a x a x a x a x cos Φ -sin Φ 0 x = ρ cosφ y = ρ sinφ z = z a y sin Φ cos Φ 0 a z 0 0 1

22 Rectangular to Spherical Dot products of unit vectors in spherical and rectangular coordinate systems x = r sinθ cosφ y = r sinθ sinφ z = r cosθ a r A θ a Φ a x sin θ cos Φ cos θ cos Φ -sin Φ a y sin θ sin Φ cos θ sin Φ cos Φ a z cos θ -sin θ 0

23 Conversion Given a rectangular vector A = A x a x + A y a y + A z a z, we want to find the vector in cylindrical coordinates A = A ρ a ρ + A Φ a Φ + A z a z To find any desired component of a vector, we take the dot product of the vector and a unit vector in the desired direction. A ρ = A a ρ and A Φ = A a Φ

24 Example 1 Express the vector F = 4a x -2a y +8a z in cylindrical coordinates: F ρ = F a ρ = 4(a x a ρ ) 2(a y a ρ ) + 8(a z a ρ ) = 4(cosΦ) 2(sinΦ) + 8(0) = 4cosΦ 2sinΦ F Φ = F a Φ = 4(a x a Φ ) 2(a y a Φ ) + 8(a z a Φ ) = 4(-sinΦ) 2(cosΦ) + 8(0) = -4sinΦ 2cosΦ F z = 8 F = (4cosΦ 2sinΦ)a ρ + (-4sinΦ 2cosΦ)a Φ + 8a z

25 Example 1 (cont.) Evaluate F given ρ = 2.5, Φ = 0.7, z = 1.5: F = (4cosΦ 2sinΦ)a ρ + (-4sinΦ 2cosΦ)a Φ + 8a z F ρ = 4cosΦ 2sinΦ = 4cos(0.7) 2sin(0.7) = 1.77 F Φ = -4sinΦ 2cosΦ = -4sin(0.7) 2cos(0.7) = -4.1 F z = 8 F = 1.77a ρ 4.1a Φ + 8a z

26 Example 2 Given a vector field E = xa x + ya y + za z, convert to cylindrical and spherical coordinates: E ρ = E a ρ = x(a x a ρ ) + y(a y a ρ ) + z(a z a ρ ) = ρcosφ(cosφ) ρsinφ(sinφ) + z(0) = ρcos 2 Φ + ρsin 2 Φ = ρ(cos 2 Φ + sin 2 Φ) = ρ E Φ = E a Φ = x(a x a Φ ) + y(a y a Φ ) + z(a z a Φ ) E z = z = ρcosφ(-sinφ) + ρsinφ(cosφ) + z(0) = -ρcosφsinφ + ρcosφsinφ = 0 E = ρa ρ + za z (cylindrical)

27 Example 2 (cont.) Express E in spherical coordinates: E r = E a r = x(a x a r ) + y(a y a r ) + z(a z a r ) = x(sinθcosφ) + y(sinθsinφ) + z(cosθ) = rsin 2 θcos 2 Φ + rsin 2 θsin 2 Φ + rcos 2 θ = rsin 2 θ(cos 2 Φ + sin 2 Φ) + rcos 2 θ = rsin 2 θ + rcos 2 θ = r(sin 2 θ + cos 2 θ) = r E θ = E a θ = x(a x a θ ) + y(a y a θ ) + z(a z a θ ) = x(cosθcosφ) + y(cosθsinφ) + z(-sinθ) = rsinθcosθcos 2 Φ + rcosθsinθsin 2 Φ rsinθcosθ = rsinθcosθ(cos 2 Φ + sin 2 Φ) rsinθcosθ = rsinθcosθ rsinθcosθ = 0

28 Example 2 (cont.) E Φ = E a Φ = x(a x a Φ ) + y(a y a Φ ) + z(a z a Φ ) = x(-sinφ)+ y(cosφ) = -rsinθsinφcosφ + rsinθsinφcosφ = 0 E = r a r (spherical)

29 References Calculus Stewart 6 th Edition, Section 13.3 The Dot Product

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v,

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v, 1.3. DOT PRODUCT 19 1.3 Dot Product 1.3.1 Definitions and Properties The dot product is the first way to multiply two vectors. The definition we will give below may appear arbitrary. But it is not. It

More information

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

Section 9.5: Equations of Lines and Planes

Section 9.5: Equations of Lines and Planes Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that

More information

MAT 1341: REVIEW II SANGHOON BAEK

MAT 1341: REVIEW II SANGHOON BAEK MAT 1341: REVIEW II SANGHOON BAEK 1. Projections and Cross Product 1.1. Projections. Definition 1.1. Given a vector u, the rectangular (or perpendicular or orthogonal) components are two vectors u 1 and

More information

Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product

Dot product and vector projections (Sect. 12.3) There are two main ways to introduce the dot product Dot product and vector projections (Sect. 12.3) Two definitions for the dot product. Geometric definition of dot product. Orthogonal vectors. Dot product and orthogonal projections. Properties of the dot

More information

Section 11.1: Vectors in the Plane. Suggested Problems: 1, 5, 9, 17, 23, 25-37, 40, 42, 44, 45, 47, 50

Section 11.1: Vectors in the Plane. Suggested Problems: 1, 5, 9, 17, 23, 25-37, 40, 42, 44, 45, 47, 50 Section 11.1: Vectors in the Plane Page 779 Suggested Problems: 1, 5, 9, 17, 3, 5-37, 40, 4, 44, 45, 47, 50 Determine whether the following vectors a and b are perpendicular. 5) a = 6, 0, b = 0, 7 Recall

More information

α α λ α = = λ λ α ψ = = α α α λ λ ψ α = + β = > θ θ β > β β θ θ θ β θ β γ θ β = γ θ > β > γ θ β γ = θ β = θ β = θ β = β θ = β β θ = = = β β θ = + α α α α α = = λ λ λ λ λ λ λ = λ λ α α α α λ ψ + α =

More information

The Vector or Cross Product

The Vector or Cross Product The Vector or ross Product 1 ppendix The Vector or ross Product We saw in ppendix that the dot product of two vectors is a scalar quantity that is a maximum when the two vectors are parallel and is zero

More information

Gradient, Divergence and Curl in Curvilinear Coordinates

Gradient, Divergence and Curl in Curvilinear Coordinates Gradient, Divergence and Curl in Curvilinear Coordinates Although cartesian orthogonal coordinates are very intuitive and easy to use, it is often found more convenient to work with other coordinate systems.

More information

... ... . (2,4,5).. ...

... ... . (2,4,5).. ... 12 Three Dimensions ½¾º½ Ì ÓÓÖ Ò Ø ËÝ Ø Ñ So far wehave been investigatingfunctions ofthe form y = f(x), withone independent and one dependent variable Such functions can be represented in two dimensions,

More information

AP Physics - Vector Algrebra Tutorial

AP Physics - Vector Algrebra Tutorial AP Physics - Vector Algrebra Tutorial Thomas Jefferson High School for Science and Technology AP Physics Team Summer 2013 1 CONTENTS CONTENTS Contents 1 Scalars and Vectors 3 2 Rectangular and Polar Form

More information

Math Placement Test Practice Problems

Math Placement Test Practice Problems Math Placement Test Practice Problems The following problems cover material that is used on the math placement test to place students into Math 1111 College Algebra, Math 1113 Precalculus, and Math 2211

More information

v 1 v 3 u v = (( 1)4 (3)2, [1(4) ( 2)2], 1(3) ( 2)( 1)) = ( 10, 8, 1) (d) u (v w) = (u w)v (u v)w (Relationship between dot and cross product)

v 1 v 3 u v = (( 1)4 (3)2, [1(4) ( 2)2], 1(3) ( 2)( 1)) = ( 10, 8, 1) (d) u (v w) = (u w)v (u v)w (Relationship between dot and cross product) 0.1 Cross Product The dot product of two vectors is a scalar, a number in R. Next we will define the cross product of two vectors in 3-space. This time the outcome will be a vector in 3-space. Definition

More information

Unified Lecture # 4 Vectors

Unified Lecture # 4 Vectors Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,

More information

Area and Arc Length in Polar Coordinates

Area and Arc Length in Polar Coordinates Area and Arc Length in Polar Coordinates The Cartesian Coordinate System (rectangular coordinates) is not always the most convenient way to describe points, or relations in the plane. There are certainly

More information

Vector surface area Differentials in an OCS

Vector surface area Differentials in an OCS Calculus and Coordinate systems EE 311 - Lecture 17 1. Calculus and coordinate systems 2. Cartesian system 3. Cylindrical system 4. Spherical system In electromagnetics, we will often need to perform integrals

More information

Geometric Transformation CS 211A

Geometric Transformation CS 211A Geometric Transformation CS 211A What is transformation? Moving points (x,y) moves to (x+t, y+t) Can be in any dimension 2D Image warps 3D 3D Graphics and Vision Can also be considered as a movement to

More information

Review B: Coordinate Systems

Review B: Coordinate Systems MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of hysics 8.02 Review B: Coordinate Systems B.1 Cartesian Coordinates... B-2 B.1.1 Infinitesimal Line Element... B-4 B.1.2 Infinitesimal Area Element...

More information

Chapter 6. Linear Transformation. 6.1 Intro. to Linear Transformation

Chapter 6. Linear Transformation. 6.1 Intro. to Linear Transformation Chapter 6 Linear Transformation 6 Intro to Linear Transformation Homework: Textbook, 6 Ex, 5, 9,, 5,, 7, 9,5, 55, 57, 6(a,b), 6; page 7- In this section, we discuss linear transformations 89 9 CHAPTER

More information

Problem set on Cross Product

Problem set on Cross Product 1 Calculate the vector product of a and b given that a= 2i + j + k and b = i j k (Ans 3 j - 3 k ) 2 Calculate the vector product of i - j and i + j (Ans ) 3 Find the unit vectors that are perpendicular

More information

Lecture 14: Section 3.3

Lecture 14: Section 3.3 Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

LINEAR MAPS, THE TOTAL DERIVATIVE AND THE CHAIN RULE. Contents

LINEAR MAPS, THE TOTAL DERIVATIVE AND THE CHAIN RULE. Contents LINEAR MAPS, THE TOTAL DERIVATIVE AND THE CHAIN RULE ROBERT LIPSHITZ Abstract We will discuss the notion of linear maps and introduce the total derivative of a function f : R n R m as a linear map We will

More information

Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product

Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Geometrical definition Properties Expression in components. Definition in components Properties Geometrical expression.

More information

2.1 Three Dimensional Curves and Surfaces

2.1 Three Dimensional Curves and Surfaces . Three Dimensional Curves and Surfaces.. Parametric Equation of a Line An line in two- or three-dimensional space can be uniquel specified b a point on the line and a vector parallel to the line. The

More information

LINES AND PLANES IN R 3

LINES AND PLANES IN R 3 LINES AND PLANES IN R 3 In this handout we will summarize the properties of the dot product and cross product and use them to present arious descriptions of lines and planes in three dimensional space.

More information

The Dot and Cross Products

The Dot and Cross Products The Dot and Cross Products Two common operations involving vectors are the dot product and the cross product. Let two vectors =,, and =,, be given. The Dot Product The dot product of and is written and

More information

Name Class. Date Section. Test Form A Chapter 11. Chapter 11 Test Bank 155

Name Class. Date Section. Test Form A Chapter 11. Chapter 11 Test Bank 155 Chapter Test Bank 55 Test Form A Chapter Name Class Date Section. Find a unit vector in the direction of v if v is the vector from P,, 3 to Q,, 0. (a) 3i 3j 3k (b) i j k 3 i 3 j 3 k 3 i 3 j 3 k. Calculate

More information

Vector Algebra. Addition: (A + B) + C = A + (B + C) (associative) Subtraction: A B = A + (-B)

Vector Algebra. Addition: (A + B) + C = A + (B + C) (associative) Subtraction: A B = A + (-B) Vector Algebra When dealing with scalars, the usual math operations (+, -, ) are sufficient to obtain any information needed. When dealing with ectors, the magnitudes can be operated on as scalars, but

More information

Lecture 3: Coordinate Systems and Transformations

Lecture 3: Coordinate Systems and Transformations Lecture 3: Coordinate Systems and Transformations Topics: 1. Coordinate systems and frames 2. Change of frames 3. Affine transformations 4. Rotation, translation, scaling, and shear 5. Rotation about an

More information

Lecture L5 - Other Coordinate Systems

Lecture L5 - Other Coordinate Systems S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L5 - Other Coordinate Systems In this lecture, we will look at some other common systems of coordinates. We will present polar coordinates

More information

Dr. Fritz Wilhelm, DVC,8/30/2004;4:25 PM E:\Excel files\ch 03 Vector calculations.doc Last printed 8/30/2004 4:25:00 PM

Dr. Fritz Wilhelm, DVC,8/30/2004;4:25 PM E:\Excel files\ch 03 Vector calculations.doc Last printed 8/30/2004 4:25:00 PM E:\Ecel files\ch 03 Vector calculations.doc Last printed 8/30/2004 4:25:00 PM Vector calculations 1 of 6 Vectors are ordered sequences of numbers. In three dimensions we write vectors in an of the following

More information

9 Multiplication of Vectors: The Scalar or Dot Product

9 Multiplication of Vectors: The Scalar or Dot Product Arkansas Tech University MATH 934: Calculus III Dr. Marcel B Finan 9 Multiplication of Vectors: The Scalar or Dot Product Up to this point we have defined what vectors are and discussed basic notation

More information

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus

Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus Chapter 1 Matrices, Vectors, and Vector Calculus In this chapter, we will focus on the mathematical tools required for the course. The main concepts that will be covered are: Coordinate transformations

More information

The Dot Product. Properties of the Dot Product If u and v are vectors and a is a real number, then the following are true:

The Dot Product. Properties of the Dot Product If u and v are vectors and a is a real number, then the following are true: 00 000 00 0 000 000 0 The Dot Prodct Tesday, 2// Section 8.5, Page 67 Definition of the Dot Prodct The dot prodct is often sed in calcls and physics. Gien two ectors = and = , then their

More information

Equations Involving Lines and Planes Standard equations for lines in space

Equations Involving Lines and Planes Standard equations for lines in space Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity

More information

Math 241, Exam 1 Information.

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

More information

Section 9.1 Vectors in Two Dimensions

Section 9.1 Vectors in Two Dimensions Section 9.1 Vectors in Two Dimensions Geometric Description of Vectors A vector in the plane is a line segment with an assigned direction. We sketch a vector as shown in the first Figure below with an

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Vector Math Computer Graphics Scott D. Anderson

Vector Math Computer Graphics Scott D. Anderson Vector Math Computer Graphics Scott D. Anderson 1 Dot Product The notation v w means the dot product or scalar product or inner product of two vectors, v and w. In abstract mathematics, we can talk about

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

A vector is a directed line segment used to represent a vector quantity.

A vector is a directed line segment used to represent a vector quantity. Chapters and 6 Introduction to Vectors A vector quantity has direction and magnitude. There are many examples of vector quantities in the natural world, such as force, velocity, and acceleration. A vector

More information

Complex Numbers. w = f(z) z. Examples

Complex Numbers. w = f(z) z. Examples omple Numbers Geometrical Transformations in the omple Plane For functions of a real variable such as f( sin, g( 2 +2 etc ou are used to illustrating these geometricall, usuall on a cartesian graph. If

More information

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.

v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors. 3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with

More information

Module 8 Lesson 4: Applications of Vectors

Module 8 Lesson 4: Applications of Vectors Module 8 Lesson 4: Applications of Vectors So now that you have learned the basic skills necessary to understand and operate with vectors, in this lesson, we will look at how to solve real world problems

More information

5.3 The Cross Product in R 3

5.3 The Cross Product in R 3 53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or

More information

Mathematics Notes for Class 12 chapter 10. Vector Algebra

Mathematics Notes for Class 12 chapter 10. Vector Algebra 1 P a g e Mathematics Notes for Class 12 chapter 10. Vector Algebra A vector has direction and magnitude both but scalar has only magnitude. Magnitude of a vector a is denoted by a or a. It is non-negative

More information

Lecture 5. Electric Flux and Flux Density, Gauss Law in Integral Form

Lecture 5. Electric Flux and Flux Density, Gauss Law in Integral Form Lecture 5 Electric Flux and Flux ensity, Gauss Law in Integral Form ections: 3.1, 3., 3.3 Homework: ee homework file LECTURE 5 slide 1 Faraday s Experiment (1837), Flux charge transfer from inner to outer

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

Chapter 22: Electric Flux and Gauss s Law

Chapter 22: Electric Flux and Gauss s Law 22.1 ntroduction We have seen in chapter 21 that determining the electric field of a continuous charge distribution can become very complicated for some charge distributions. t would be desirable if we

More information

α = u v. In other words, Orthogonal Projection

α = u v. In other words, Orthogonal Projection Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v

More information

sin(θ) = opp hyp cos(θ) = adj hyp tan(θ) = opp adj

sin(θ) = opp hyp cos(θ) = adj hyp tan(θ) = opp adj Math, Trigonometr and Vectors Geometr 33º What is the angle equal to? a) α = 7 b) α = 57 c) α = 33 d) α = 90 e) α cannot be determined α Trig Definitions Here's a familiar image. To make predictive models

More information

Work. Work = Force x parallel distance (parallel component of displacement) F v

Work. Work = Force x parallel distance (parallel component of displacement) F v Work Work = orce x parallel distance (parallel component of displacement) W k = d parallel d parallel Units: N m= J = " joules" = ( kg m2/ s2) = average force computed over the distance r r When is not

More information

Vector Algebra II: Scalar and Vector Products

Vector Algebra II: Scalar and Vector Products Chapter 2 Vector Algebra II: Scalar and Vector Products We saw in the previous chapter how vector quantities may be added and subtracted. In this chapter we consider the products of vectors and define

More information

Math 215 HW #6 Solutions

Math 215 HW #6 Solutions Math 5 HW #6 Solutions Problem 34 Show that x y is orthogonal to x + y if and only if x = y Proof First, suppose x y is orthogonal to x + y Then since x, y = y, x In other words, = x y, x + y = (x y) T

More information

Antennas. Antennas are transducers that transfer electromagnetic energy between a transmission line and free space. Electromagnetic Wave

Antennas. Antennas are transducers that transfer electromagnetic energy between a transmission line and free space. Electromagnetic Wave Antennas Transmitter I Transmitting Antenna Transmission Line Electromagnetic Wave I Receiver I Receiving Antenna Transmission Line Electromagnetic Wave I Antennas are transducers that transfer electromagnetic

More information

COMPONENTS OF VECTORS

COMPONENTS OF VECTORS COMPONENTS OF VECTORS To describe motion in two dimensions we need a coordinate sstem with two perpendicular aes, and. In such a coordinate sstem, an vector A can be uniquel decomposed into a sum of two

More information

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes The Scalar Product 9.4 Introduction There are two kinds of multiplication involving vectors. The first is known as the scalar product or dot product. This is so-called because when the scalar product of

More information

Addition and Subtraction of Vectors

Addition and Subtraction of Vectors ddition and Subtraction of Vectors 1 ppendi ddition and Subtraction of Vectors In this appendi the basic elements of vector algebra are eplored. Vectors are treated as geometric entities represented b

More information

Orthogonal Projections and Orthonormal Bases

Orthogonal Projections and Orthonormal Bases CS 3, HANDOUT -A, 3 November 04 (adjusted on 7 November 04) Orthogonal Projections and Orthonormal Bases (continuation of Handout 07 of 6 September 04) Definition (Orthogonality, length, unit vectors).

More information

Vectors VECTOR PRODUCT. Graham S McDonald. A Tutorial Module for learning about the vector product of two vectors. Table of contents Begin Tutorial

Vectors VECTOR PRODUCT. Graham S McDonald. A Tutorial Module for learning about the vector product of two vectors. Table of contents Begin Tutorial Vectors VECTOR PRODUCT Graham S McDonald A Tutorial Module for learning about the vector product of two vectors Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk 1. Theory 2. Exercises

More information

Math, Trigonometry and Vectors. Geometry. Trig Definitions. sin(θ) = opp hyp. cos(θ) = adj hyp. tan(θ) = opp adj. Here's a familiar image.

Math, Trigonometry and Vectors. Geometry. Trig Definitions. sin(θ) = opp hyp. cos(θ) = adj hyp. tan(θ) = opp adj. Here's a familiar image. Math, Trigonometr and Vectors Geometr Trig Definitions Here's a familiar image. To make predictive models of the phsical world, we'll need to make visualizations, which we can then turn into analtical

More information

13.4 THE CROSS PRODUCT

13.4 THE CROSS PRODUCT 710 Chapter Thirteen A FUNDAMENTAL TOOL: VECTORS 62. Use the following steps and the results of Problems 59 60 to show (without trigonometry) that the geometric and algebraic definitions of the dot product

More information

Derivation of the Laplace equation

Derivation of the Laplace equation Derivation of the Laplace equation Svein M. Skjæveland October 19, 2012 Abstract This note presents a derivation of the Laplace equation which gives the relationship between capillary pressure, surface

More information

Midterm Solutions. mvr = ω f (I wheel + I bullet ) = ω f 2 MR2 + mr 2 ) ω f = v R. 1 + M 2m

Midterm Solutions. mvr = ω f (I wheel + I bullet ) = ω f 2 MR2 + mr 2 ) ω f = v R. 1 + M 2m Midterm Solutions I) A bullet of mass m moving at horizontal velocity v strikes and sticks to the rim of a wheel a solid disc) of mass M, radius R, anchored at its center but free to rotate i) Which of

More information

8-3 Dot Products and Vector Projections

8-3 Dot Products and Vector Projections 8-3 Dot Products and Vector Projections Find the dot product of u and v Then determine if u and v are orthogonal 1u =, u and v are not orthogonal 2u = 3u =, u and v are not orthogonal 6u = 11i + 7j; v

More information

Section V.3: Dot Product

Section V.3: Dot Product Section V.3: Dot Product Introduction So far we have looked at operations on a single vector. There are a number of ways to combine two vectors. Vector addition and subtraction will not be covered here,

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 1 - LOADING SYSTEMS

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 1 - LOADING SYSTEMS EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 1 - LOADING SYSTEMS TUTORIAL 1 NON-CONCURRENT COPLANAR FORCE SYSTEMS 1. Be able to determine the effects

More information

Vectors Math 122 Calculus III D Joyce, Fall 2012

Vectors Math 122 Calculus III D Joyce, Fall 2012 Vectors Math 122 Calculus III D Joyce, Fall 2012 Vectors in the plane R 2. A vector v can be interpreted as an arro in the plane R 2 ith a certain length and a certain direction. The same vector can be

More information

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two

More information

The Technical Archer. Austin Wargo

The Technical Archer. Austin Wargo The Technical Archer Austin Wargo May 14, 2010 Abstract A mathematical model of the interactions between a long bow and an arrow. The model uses the Euler-Lagrange formula, and is based off conservation

More information

MATH 275: Calculus III. Lecture Notes by Angel V. Kumchev

MATH 275: Calculus III. Lecture Notes by Angel V. Kumchev MATH 275: Calculus III Lecture Notes by Angel V. Kumchev Contents Preface.............................................. iii Lecture 1. Three-Dimensional Coordinate Systems..................... 1 Lecture

More information

Interference and Diffraction

Interference and Diffraction Chapter 14 nterference and Diffraction 14.1 Superposition of Waves... 14-14. Young s Double-Slit Experiment... 14-4 Example 14.1: Double-Slit Experiment... 14-7 14.3 ntensity Distribution... 14-8 Example

More information

Cross Products and Moments of Force

Cross Products and Moments of Force 4 Cross Products and Moments of Force Ref: Hibbeler 4.2-4.3, edford & Fowler: Statics 2.6, 4.3 In geometric terms, the cross product of two vectors, A and, produces a new vector, C, with a direction perpendicular

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

Calculus with Parametric Curves

Calculus with Parametric Curves Calculus with Parametric Curves Suppose f and g are differentiable functions and we want to find the tangent line at a point on the parametric curve x f(t), y g(t) where y is also a differentiable function

More information

Review A: Vector Analysis

Review A: Vector Analysis MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Review A: Vector Analysis A... A-0 A.1 Vectors A-2 A.1.1 Introduction A-2 A.1.2 Properties of a Vector A-2 A.1.3 Application of Vectors

More information

10 Polar Coordinates, Parametric Equations

10 Polar Coordinates, Parametric Equations Polar Coordinates, Parametric Equations ½¼º½ ÈÓÐ Ö ÓÓÖ Ò Ø Coordinate systems are tools that let us use algebraic methods to understand geometry While the rectangular (also called Cartesian) coordinates

More information

Solutions to Practice Problems

Solutions to Practice Problems Higher Geometry Final Exam Tues Dec 11, 5-7:30 pm Practice Problems (1) Know the following definitions, statements of theorems, properties from the notes: congruent, triangle, quadrilateral, isosceles

More information

Lecture L6 - Intrinsic Coordinates

Lecture L6 - Intrinsic Coordinates S. Widnall, J. Peraire 16.07 Dynamics Fall 2009 Version 2.0 Lecture L6 - Intrinsic Coordinates In lecture L4, we introduced the position, velocity and acceleration vectors and referred them to a fixed

More information

ex) What is the component form of the vector shown in the picture above?

ex) What is the component form of the vector shown in the picture above? Vectors A ector is a directed line segment, which has both a magnitude (length) and direction. A ector can be created using any two points in the plane, the direction of the ector is usually denoted by

More information

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj Section 5. l j v j = [ u u j u m ] l jj = l jj u j + + l mj u m. l mj Section 5. 5.. Not orthogonal, the column vectors fail to be perpendicular to each other. 5..2 his matrix is orthogonal. Check that

More information

APPENDIX D: SOLAR RADIATION

APPENDIX D: SOLAR RADIATION APPENDIX D: SOLAR RADIATION The sun is the source of most energy on the earth and is a primary factor in determining the thermal environment of a locality. It is important for engineers to have a working

More information

Scalars, Vectors and Tensors

Scalars, Vectors and Tensors Scalars, Vectors and Tensors A scalar is a physical quantity that it represented by a dimensional number at a particular point in space and time. Examples are hydrostatic pressure and temperature. A vector

More information

Computing Euler angles from a rotation matrix

Computing Euler angles from a rotation matrix Computing Euler angles from a rotation matrix Gregory G. Slabaugh Abstract This document discusses a simple technique to find all possible Euler angles from a rotation matrix. Determination of Euler angles

More information

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point.

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point. 6.1 Vectors in the Plane PreCalculus 6.1 VECTORS IN THE PLANE Learning Targets: 1. Find the component form and the magnitude of a vector.. Perform addition and scalar multiplication of two vectors. 3.

More information

5 VECTOR GEOMETRY. 5.0 Introduction. Objectives. Activity 1

5 VECTOR GEOMETRY. 5.0 Introduction. Objectives. Activity 1 5 VECTOR GEOMETRY Chapter 5 Vector Geometry Objectives After studying this chapter you should be able to find and use the vector equation of a straight line; be able to find the equation of a plane in

More information

Review of Vector Analysis in Cartesian Coordinates

Review of Vector Analysis in Cartesian Coordinates R. evicky, CBE 6333 Review of Vector Analysis in Cartesian Coordinates Scalar: A quantity that has magnitude, but no direction. Examples are mass, temperature, pressure, time, distance, and real numbers.

More information

Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi

Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi Geometry of Vectors Carlo Tomasi This note explores the geometric meaning of norm, inner product, orthogonality, and projection for vectors. For vectors in three-dimensional space, we also examine the

More information

The Math Circle, Spring 2004

The Math Circle, Spring 2004 The Math Circle, Spring 2004 (Talks by Gordon Ritter) What is Non-Euclidean Geometry? Most geometries on the plane R 2 are non-euclidean. Let s denote arc length. Then Euclidean geometry arises from the

More information

Examples of Scalar and Vector Quantities 1. Candidates should be able to : QUANTITY VECTOR SCALAR

Examples of Scalar and Vector Quantities 1. Candidates should be able to : QUANTITY VECTOR SCALAR Candidates should be able to : Examples of Scalar and Vector Quantities 1 QUANTITY VECTOR SCALAR Define scalar and vector quantities and give examples. Draw and use a vector triangle to determine the resultant

More information

Physics Notes Class 11 CHAPTER 6 WORK, ENERGY AND POWER

Physics Notes Class 11 CHAPTER 6 WORK, ENERGY AND POWER 1 P a g e Work Physics Notes Class 11 CHAPTER 6 WORK, ENERGY AND POWER When a force acts on an object and the object actually moves in the direction of force, then the work is said to be done by the force.

More information

Given three vectors A, B, andc. We list three products with formula (A B) C = B(A C) A(B C); A (B C) =B(A C) C(A B);

Given three vectors A, B, andc. We list three products with formula (A B) C = B(A C) A(B C); A (B C) =B(A C) C(A B); 1.1.4. Prouct of three vectors. Given three vectors A, B, anc. We list three proucts with formula (A B) C = B(A C) A(B C); A (B C) =B(A C) C(A B); a 1 a 2 a 3 (A B) C = b 1 b 2 b 3 c 1 c 2 c 3 where the

More information

28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z

28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z 28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE 1.4 Cross Product 1.4.1 Definitions The cross product is the second multiplication operation between vectors we will study. The goal behind the definition

More information

Lecture L29-3D Rigid Body Dynamics

Lecture L29-3D Rigid Body Dynamics J. Peraire, S. Widnall 16.07 Dynamics Fall 2009 Version 2.0 Lecture L29-3D Rigid Body Dynamics 3D Rigid Body Dynamics: Euler Angles The difficulty of describing the positions of the body-fixed axis of

More information

[1] Diagonal factorization

[1] Diagonal factorization 8.03 LA.6: Diagonalization and Orthogonal Matrices [ Diagonal factorization [2 Solving systems of first order differential equations [3 Symmetric and Orthonormal Matrices [ Diagonal factorization Recall:

More information

Chapter 4. Forces and Newton s Laws of Motion. continued

Chapter 4. Forces and Newton s Laws of Motion. continued Chapter 4 Forces and Newton s Laws of Motion continued 4.9 Static and Kinetic Frictional Forces When an object is in contact with a surface forces can act on the objects. The component of this force acting

More information

Oscillations. Vern Lindberg. June 10, 2010

Oscillations. Vern Lindberg. June 10, 2010 Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1

More information

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space 11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of

More information

a.) Write the line 2x - 4y = 9 into slope intercept form b.) Find the slope of the line parallel to part a

a.) Write the line 2x - 4y = 9 into slope intercept form b.) Find the slope of the line parallel to part a Bellwork a.) Write the line 2x - 4y = 9 into slope intercept form b.) Find the slope of the line parallel to part a c.) Find the slope of the line perpendicular to part b or a May 8 7:30 AM 1 Day 1 I.

More information