Math 276, Spring 2007 Additional Notes on Vectors

Size: px
Start display at page:

Download "Math 276, Spring 2007 Additional Notes on Vectors"

Transcription

1 Math 276, Spring 2007 Additional Notes on Vectors 1.1. Real Vectors. 1. Scalar Products If x = (x 1,..., x n ) is a vector in R n then the length of x is x = x x2 n. We sometimes use the notation x instead of x. If x = (x 1,..., x n ) and y = (y 1,..., y n ) are two vectors in R n, the dot product or scalar product is defined to be x y = x 1 y 1 + x 2 y x n y n. In particular, x x = x 2. Note that the dot product of two vectors gives us a scalar, and satisfies the following properties. Let x, y, u be vectors (in R n ) and let α be a (real) scalar. Then: (i) (ii) (iii) (iv) (v) x y = y x (α x) y = α ( x y) x (α y) = α ( x y) ( x + u) y = x y + u y x ( y + u) = x y + x u (vi) x x 0 for any vector x (vii) x x = 0 x = 0. Theorem 1 (Cauchy-Schwarz Inequality). For any vectors x and y in R n, x y x y. (1) Proof. If the vector y is the zero vector, then both sides of the inequality in equation (1) are equal to zero, and so the inequality is true (with = instead of ). Thus in proving (1) we can assume that y 0, and hence y = 0. Let t R. Then using properties (i) through (vii) we have 0 x + t y 2 = ( x + t y) ( x + t y) = x x + t( y x) + t( x y) + t 2 ( y y) = x 2 + 2t( x y) + t 2 y 2. Think of x 2, ( x y), and y 2 as constants, and consider the quadratic polynomial in t given by P (t) = x 2 + 2t( x y) + t 2 y 2. The above inequalities show that 0 P (t). We can find where P attains its minimum value by solving P (t) = 0. This gives 2( x y) + 2t y 2 = 0, or equivalently, t = ( x y) y 2.

2 2 If we plug this value into the inequality we get 0 x 2 ( x y) 2 y 2 0 x 2 + 2t( x y) + t 2 y 2, ( x y) + ( x y)2 y 4 y 2 = x 2 ( x y)2 y 2. It follows that ( x y) 2 x 2 y 2, which is equivalent to the statement of the theorem Complex Vectors. The situation for complex vectors in C n is quite similar, except that one needs to use the complex conjugates of certain complex numbers. Recall that if z = x+iy is a complex number, its complex conjugate is z = x iy, that z z = x 2 + y 2, and that z = x 2 + y 2. If z = (z 1,..., z n ) is a vector in C n then the length of z is z = z z n 2. If z = (z 1,..., z n ) and w = (w 1,..., w n ) are two vectors in C n, the dot product or scalar product is defined to be In particular, x w = z 1 w 1 + z 2 w z n w n. z 2 = z z. Note again that the dot product of two vectors gives us a (complex) scalar, and satisfies the following properties. Let z, w, u be vectors (in C n ) and let λ be a (complex) scalar. Then: (i) (ii) (iii) (iv) (v) z w = w z (λ z) w = λ ( z w) z (λ w) = λ ( z w) ( z + u) w = z w + u w z ( w + u) = z w + z u (vi) z z 0 for any vector z (vii) z z = 0 z = 0. Theorem 2 (Cauchy-Schwarz-Bunyakovski Inequality). For any vectors z and w in R n, z w z w. (2) Proof. If the vector w is the zero vector, then both sides of the inequality in equation (2) are equal to zero, and so the inequality is true (with = instead of ). Thus in proving (2) we can assume that w 0, and hence w = 0.

3 3 Let λ C. Then using properties (i) through (vii) we have 0 z + λ w 2 = ( z + λ w) ( z + λ w) = z z + λ( w z) + λ( z w) + λ 2 ( w w) = z 2 + λ( z w) + λ( z w) + λ 2 w 2. In analogy with the proof in the real case, we plug the value into the inequality We get ( z w) λ = w 2 0 z 2 + λ( z w) + λ( z w) + λ 2 w 2. 0 z 2 2 = z 2 z w 2 z w 2 + w 2 w 2 z w 2 w 2. It follows that z w 2 z 2 w 2, which is equivalent to the statement of the theorem Another example. Consider the space of all complex-valued continuous functions on the interval [0, 1]. For two such functions f and g, define f, g = 1 0 f(x) g(x) dx. Note that given two functions, the product f, g gives us a complex scalar. It is not hard to check that this product satisfies the following conditions: (i) f, g = g, f (ii) λf, g = λ f, g (iii) f, λg = λ f, g (iv) f + h, g = f, g + h, g (v) f, g + h = f, g + g, h (vi) f, f 0 for any function f (vii) f, f = 0 f = 0. Since these are the same properties as we used for complex vectors, we obtain the following version of the C-S-B theorem: 1 0 ( 1 f(x)g(x) dx 0 f(x) 2 ) 1 2 ( 1 0 g(x) 2 ) 1 2.

4 Geometric definition. 2. The cross product Let A and B be two vectors in R 3. We define the cross-product of A and B by setting A B = A B sin(θ) n where θ is the angle between the vectors A and B, and n is a unit vector (a vector of length 1) which is perpendicular to both A and B, and is ermined by the right hand rule: if the fingers of your right hand point in the direction of A, and if these fingers curl in the direction of B, then n points in the direction of your thumb. The cross product is useful in finding a vector perpendicular to two given vectors. As we will see in class, we have the following facts about the cross product. (1) If two sides of a triangle are given by A and B, then the area of the triangle is 1 2 A B. (2) if A, vecb, and C are three vectors in R 3, then the volume of the parallelopiped with these vectors as edges is given by A B C Determinants. We want to define the erminant of an n n array of numbers. There are many ways of doing this, and we will see some of these next semester. At this point, we will use a very unintuitive definition by induction. When n = 1, we put a = a. When n = 2, we define a b c d = ad bc, or equivalently a 1 a 2 b 2 b 2 = a 1b 2 a 2 b 1. Note that this can be written a 1 a 2 b 2 b 2 = a 1 b 2 a 2 b 1. Next consider a 3 3 array of numbers a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 Given any entry in the top row, if we cross out the column containing the entry and the top row, we are left with a 2 2 array of numbers. Thus a 1 corresponds to the array b 2 b 3 c 2 c 3, a 2 corresponds to the array b 1 b 3 c 1 c 3, and a 3 corresponds to the array b 1 b 2 c 1 c 2. We then define a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 = +a 1 b 2 b 3 c 2 c 3 a 2 b 1 b 3 c 1 c 3 + a 3 b 1 b 2 c 1 c 2.

5 5 Note that as we go across the first row, the signs alternate. We have +a 1, then a 2, then +a 3. Of course, we can now use the definition of a 2 2 erminant to complete the calculation. We have a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 = +a 1 b 2 b 3 c 2 c 3 a 2 b 1 b 3 c 1 c 3 + a 3 b 1 b 2 c 1 c 2 = +a 1 (b 2 c 3 b 3 c 2 ) a 2 (b 1 c 3 b 3 c 1 ) + a 3 (b 1 c 2 b 2 c 1 ) = a 1 b 2 c 3 a 1 b 3 c 2 a 2 b 1 c 3 + a 2 b 3 c 1 + a 3 b 1 c 2 a 3 b 2 c 1. To define a 4 4 erminant, we follow the same pattern: a 1 a 2 a 3 a 4 b 1 b 2 b 3 b 4 b 2 b 3 b 4 c 1 c 2 c 3 c 4 = a 1 c 2 c 3 c 4 d 1 d 2 d 3 d 4 d 2 d 3 d 4 a b 2 b 3 b 4 2 c 2 c 3 c 4 d 2 d 3 d 4 b 2 b 3 b 4 + a 3 c 2 c 3 c 4 d 2 d 3 d 4 a b 2 b 3 b 4 4 c 2 c 3 c 4 d 2 d 3 d 4 This can now be evaluated using the definition of a 3 3 matrix Unit vectors in R 3. We introduce special notation for the three special unit vectors (1, 0, 0), (0, 1, 0), and (0, 0, 1) in R 3. We set (1, 0, 0) = î (0, 1, 0) = ĵ (0, 0, 1) = ˆk Note that with this definition we can write the vector A = (a 1, a 2, a 3 ) = a 1 (1, 0, 0) + a 2 (0, 1, 0) + a 3 (0, 0, 1) = a 1 î + a 2 ĵ + a 3ˆk. These three vectors are mutually perpendicular, so we have î î = ĵ ĵ = ˆk ˆk = 1 î ĵ = î ˆk = ĵ ˆk = 0. Also, we have the following formulas for the cross products: î ĵ = ˆk ĵ î = ˆk î î = 0 ĵ ˆk = î ˆk ĵ = î ĵ ĵ = 0 ˆk î = ĵ î ˆk = ĵ ˆk ˆk = 0.

6 The formula for cross products. Theorem 3. Let A = (a 1, a 2, a 3 ) and B = (b 1, b 2, b 3 ) be any two vectors in R 3. Then A B î ĵ ˆk = a 1 a 2 a 3 b 1 b 2 b 3 = î a 2 a 3 b 2 b 3 ĵ a 1 a 3 b 1 b 3 + ˆk a 1 a 2 b 1 b 2 = (a 2 b 3 a 3 b 2 )î (a 1 b 3 a 3 b 1 )ĵ + (a 1 b 2 a 2 b 1 )ˆk ( ) = (a 2 b 3 a 3 b 2 ), (a 1 b 3 a 3 b 1 ), +(a 1 b 2 a 2 b 1 ) Discussion. To see where this formula comes from, let us try to find a vector N = (x, y, z) which is perpendicular to both vectors A = (a 1, a 2, a 3 ) and B = (b 1, b 2, b 3 ). We must have xa 1 + ya 2 + za 3 = N A = 0, xb 1 + yb 2 + zb 3 = N B = 0. Let us temporarily think of z as fixed, and try to solve for x and y. We then have two equations in two unknowns xa 1 + ya 2 = a 3 z xb 1 + yb 2 = b 3 z, If we multiply the first equation by b 2 and the second by a 2 and subtract, we get x(a 1 b 2 a 2 b 1 ) = (a 2 b 3 a 3 b 2 )z, or x = a 2b 3 a 3 b 2 a 1 b 2 a 2 b 1 z. If we multiply the first equation by b 1 and the second by a 1 and subtract, we get y(a 2 b 1 a 1 b 2 ) = (a 3 b 1 a 1 b 3 )z, or y = a 1b 3 a 3 b 1 a 1 b 2 a 2 b 1 z. Thus if we let z = a 1 b 2 a 2 b 1, we see that the vector N = ( + (a 2 b 3 a 3 b 2 ), (a 1 b 3 a 3 b 1 ), (a 1 b 2 a 2 b 1 ) ) is a vector perpendicular to both A and B. We can compute the square of the length of N and the square of A B. We have N 2 = (a 2 b 3 a 3 b 2 ) 2 + (a 1 b 3 a 3 b 1 ) 2 + (a 1 b 2 a 2 b 1 ) 2 = a 2 2b a 2 3b a 2 1b a 2 3b a 2 1b a 2 2b 2 1 2a 2 a 3 b 2 b 3 2a 1 a 3 b 1 b 3 2a 1 a 2 b 1 b 2, ( A B) 2 = (a 1 b 2 + a 2 b 2 + a 3 b 3 ) 2 = a 2 1b a 2 2b a 2 3b a 1 a 2 b 1 b 2 + 2a 1 a 3 b 1 b 3 + 2a 2 a 3 b 2 b 3.

7 7 It follows that N 2 + ( A B) 2 = a 2 2b a 2 3b a 2 1b a 2 3b a 2 1b a 2 2b a 2 1b a 2 2b a 2 3b 2 3 Thus Thus = (a a a 2 2)(b b b 2 3) = A 2 B 2 N 2 = A 2 B 2 ( A B) 2 = A 2 B 2 A 2 B 2 cos 2 (θ) = A 2 B 2( 1 cos 2 (θ) ) = A 2 B 2 sin 2 (θ) N = A B sin(θ) where θ is the angle between A and B. Since N is perpendicular to both A and B, it follows that N = A B sin(θ) n where n is perpendicular to both A and B. We can check that n points in the direction given by the right hand rule by seeing what happens if A = î = (1, 0, 0) and B = ĵ = (0, 1, 0). Then î ĵ ˆk = î ĵ ˆk = 0î 0ĵ + 1ˆk = ˆk.

8 8 Review for Final Exam Thursday, May 17 2:45 PM 4:45 PM, in 6102 Social Science The final exam will be cumulative, and will have questions on material covered by the three earlier exams as well as on the most recent material on vectors. You should consult the earlier review sheets for the earlier topics. For the material on vectors, you should be sure to read the assignment in Chapters 12 and 13 of the text. You should also know the following from our discussion of vectors. (1) The definitions (both geometric and algebraic) of the dot product. (2) The statement and proof of the Cauchy-Schwarz inequality. (3) The statement and proof of the triangle inequality. (4) The definitions (both geometric and algebraic) of the cross product. (5) How to compute 2 2 and 3 3 erminants. (6) What it means that two vectors are perpendicular. (7) How to find equations of planes in R 3. (8) How to find equations of lines in R 3. (9) How to find the projection of a vector A in the direction of another vector B. (10) How to find the area of a triangle, two of whose sides are A and B.

Worksheet 1.3: Introduction to the Dot and Cross Products

Worksheet 1.3: Introduction to the Dot and Cross Products Boise State Math 275 (Ultman Worksheet 1.3: Introduction to the Dot and Cross Products From the Toolbox (what you need from previous classes Trigonometry: Sine and cosine functions. Vectors: Know what

More information

Vectors in Function Spaces

Vectors in Function Spaces Jim Lambers MAT 66 Spring Semester 15-16 Lecture 18 Notes These notes correspond to Section 6.3 in the text. Vectors in Function Spaces We begin with some necessary terminology. A vector space V, also

More information

The Cross Product The cross product of v = (v 1,v 2,v 3 ) and w = (w 1,w 2,w 3 ) is

The Cross Product The cross product of v = (v 1,v 2,v 3 ) and w = (w 1,w 2,w 3 ) is The Cross Product 1-1-2018 The cross product of v = (v 1,v 2,v 3 ) and w = (w 1,w 2,w 3 ) is v w = (v 2 w 3 v 3 w 2 )î+(v 3 w 1 v 1 w 3 )ĵ+(v 1 w 2 v 2 w 1 )ˆk = v 1 v 2 v 3 w 1 w 2 w 3. Strictly speaking,

More information

Dr. Allen Back. Sep. 8, 2014

Dr. Allen Back. Sep. 8, 2014 in R 3 Dr. Allen Back Sep. 8, 2014 in R 3 in R 3 Def: For f (x, y), the partial derivative with respect to x at p 0 = (x 0, y 0 ) is f x = lim f (x 0 + h, y 0 ) f (x 0, y 0 ) h 0 h or f x = lim f (p 0

More information

Worksheet 1.4: Geometry of the Dot and Cross Products

Worksheet 1.4: Geometry of the Dot and Cross Products Boise State Math 275 (Ultman) Worksheet 1.4: Geometry of the Dot and Cross Products From the Toolbox (what you need from previous classes): Basic algebra and trigonometry: be able to solve quadratic equations,

More information

Section 10.7 The Cross Product

Section 10.7 The Cross Product 44 Section 10.7 The Cross Product Objective #0: Evaluating Determinants. Recall the following definition for determinants: Determinants a The determinant for matrix 1 b 1 is denoted as a 1 b 1 a b a b

More information

Vector Operations. Vector Operations. Graphical Operations. Component Operations. ( ) ˆk

Vector Operations. Vector Operations. Graphical Operations. Component Operations. ( ) ˆk Vector Operations Vector Operations ME 202 Multiplication by a scalar Addition/subtraction Scalar multiplication (dot product) Vector multiplication (cross product) 1 2 Graphical Operations Component Operations

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

Definitions and Properties of R N

Definitions and Properties of R N Definitions and Properties of R N R N as a set As a set R n is simply the set of all ordered n-tuples (x 1,, x N ), called vectors. We usually denote the vector (x 1,, x N ), (y 1,, y N ), by x, y, or

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

5.5 Special Rights. A Solidify Understanding Task

5.5 Special Rights. A Solidify Understanding Task SECONDARY MATH III // MODULE 5 MODELING WITH GEOMETRY 5.5 In previous courses you have studied the Pythagorean theorem and right triangle trigonometry. Both of these mathematical tools are useful when

More information

Dr. Allen Back. Sep. 10, 2014

Dr. Allen Back. Sep. 10, 2014 Dr. Allen Back Sep. 10, 2014 The chain rule in multivariable calculus is in some ways very simple. But it can lead to extremely intricate sorts of relationships (try thermodynamics in physical chemistry...

More information

Physics 170 Lecture 9. We all have our moments...

Physics 170 Lecture 9. We all have our moments... Phys 170 Lecture 9 1 Physics 170 Lecture 9 Chapter 4 - Force System Resultants We all have our moments... Moment of a Force in 2D M = ±RF sinθ = ±RF = ±Fd = R x F y R y F x Use which ever is easiest, they

More information

Lecture 3- Vectors Chapter 3

Lecture 3- Vectors Chapter 3 1 / 36 Lecture 3- Vectors Chapter 3 Instructor: Prof. Noronha-Hostler Course Administrator: Prof. Roy Montalvo PHY-123 ANALYTICAL PHYSICS IA Phys- 123 Sep. 21 th, 2018 2 / 36 Course Reminders The course

More information

Lecture 3- Vectors Chapter 3

Lecture 3- Vectors Chapter 3 1 / 36 Lecture 3- Vectors Chapter 3 Instructor: Prof. Noronha-Hostler Course Administrator: Prof. Roy Montalvo PHY-123 ANALYTICAL PHYSICS IA Phys- 123 Sep. 21 th, 2018 2 / 36 Course Reminders The course

More information

12.3 Dot Products, 12.4 Cross Products

12.3 Dot Products, 12.4 Cross Products 12.3 Dot Products, 12.4 Cross Products How do we multiply vectors? How to multiply vectors is not at all obvious, and in fact, there are two different ways to make sense of vector multiplication, each

More information

Lecture 2: Vector-Vector Operations

Lecture 2: Vector-Vector Operations Lecture 2: Vector-Vector Operations Vector-Vector Operations Addition of two vectors Geometric representation of addition and subtraction of vectors Vectors and points Dot product of two vectors Geometric

More information

University of Alabama Department of Physics and Astronomy. PH 125 / LeClair Spring A Short Math Guide. Cartesian (x, y) Polar (r, θ)

University of Alabama Department of Physics and Astronomy. PH 125 / LeClair Spring A Short Math Guide. Cartesian (x, y) Polar (r, θ) University of Alabama Department of Physics and Astronomy PH 125 / LeClair Spring 2009 A Short Math Guide 1 Definition of coordinates Relationship between 2D cartesian (, y) and polar (r, θ) coordinates.

More information

Questionnaire for CSET Mathematics subset 1

Questionnaire for CSET Mathematics subset 1 Questionnaire for CSET Mathematics subset 1 Below is a preliminary questionnaire aimed at finding out your current readiness for the CSET Math subset 1 exam. This will serve as a baseline indicator for

More information

Problem 1: (3 points) Recall that the dot product of two vectors in R 3 is

Problem 1: (3 points) Recall that the dot product of two vectors in R 3 is Linear Algebra, Spring 206 Homework 3 Name: Problem : (3 points) Recall that the dot product of two vectors in R 3 is a x b y = ax + by + cz, c z and this is essentially the same as the matrix multiplication

More information

Finding Limits Analytically

Finding Limits Analytically Finding Limits Analytically Most of this material is take from APEX Calculus under terms of a Creative Commons License In this handout, we explore analytic techniques to compute its. Suppose that f(x)

More information

Vectors. J.R. Wilson. September 27, 2018

Vectors. J.R. Wilson. September 27, 2018 Vectors J.R. Wilson September 27, 2018 This chapter introduces vectors that are used in many areas of physics (needed for classical physics this year). One complication is that a number of different forms

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve MATH 280 Multivariate alculus Fall 2012 Definition Integrating a vector field over a curve We are given a vector field F and an oriented curve in the domain of F as shown in the figure on the left below.

More information

April 30, Name: Amy s Solutions. Discussion Section: N/A. Discussion TA: N/A

April 30, Name: Amy s Solutions. Discussion Section: N/A. Discussion TA: N/A Math 1151, April 30, 010 Exam 3 (in-class) Name: Amy s Solutions Discussion Section: N/A Discussion TA: N/A This exam has 8 multiple-choice problems, each worth 5 points. When you have decided on a correct

More information

Multiplication of Polynomials

Multiplication of Polynomials Summary 391 Chapter 5 SUMMARY Section 5.1 A polynomial in x is defined by a finite sum of terms of the form ax n, where a is a real number and n is a whole number. a is the coefficient of the term. n is

More information

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i Final Exam C Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 7 ) x + + 3 x - = 6 (x + )(x - ) ) A) No restrictions; {} B) x -, ; C) x -; {} D) x -, ; {2} Add

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a surface

MATH 280 Multivariate Calculus Fall Integrating a vector field over a surface MATH 280 Multivariate Calculus Fall 2011 Definition Integrating a vector field over a surface We are given a vector field F in space and an oriented surface in the domain of F as shown in the figure below

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

Vector Algebra August 2013

Vector Algebra August 2013 Vector Algebra 12.1 12.2 28 August 2013 What is a Vector? A vector (denoted or v) is a mathematical object possessing both: direction and magnitude also called length (denoted ). Vectors are often represented

More information

Curvilinear Coordinates

Curvilinear Coordinates University of Alabama Department of Physics and Astronomy PH 106-4 / LeClair Fall 2008 Curvilinear Coordinates Note that we use the convention that the cartesian unit vectors are ˆx, ŷ, and ẑ, rather than

More information

Chapter 2: Force Vectors

Chapter 2: Force Vectors Chapter 2: Force Vectors Chapter Objectives To show how to add forces and resolve them into components using the Parallelogram Law. To express force and position in Cartesian vector form and explain how

More information

Vector Calculus. Lecture Notes

Vector Calculus. Lecture Notes Vector Calculus Lecture Notes Adolfo J. Rumbos c Draft date November 23, 211 2 Contents 1 Motivation for the course 5 2 Euclidean Space 7 2.1 Definition of n Dimensional Euclidean Space........... 7 2.2

More information

Discrete Math, Spring Solutions to Problems V

Discrete Math, Spring Solutions to Problems V Discrete Math, Spring 202 - Solutions to Problems V Suppose we have statements P, P 2, P 3,, one for each natural number In other words, we have the collection or set of statements {P n n N} a Suppose

More information

CURRENT MATERIAL: Vector Calculus.

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

More information

Homework 3 Solutions Math 309, Fall 2015

Homework 3 Solutions Math 309, Fall 2015 Homework 3 Solutions Math 39, Fall 25 782 One easily checks that the only eigenvalue of the coefficient matrix is λ To find the associated eigenvector, we have 4 2 v v 8 4 (up to scalar multiplication)

More information

1 Complex numbers and the complex plane

1 Complex numbers and the complex plane L1: Complex numbers and complex-valued functions. Contents: The field of complex numbers. Real and imaginary part. Conjugation and modulus or absolute valued. Inequalities: The triangular and the Cauchy.

More information

Vectors. J.R. Wilson. September 28, 2017

Vectors. J.R. Wilson. September 28, 2017 Vectors J.R. Wilson September 28, 2017 This chapter introduces vectors that are used in many areas of physics (needed for classical physics this year). One complication is that a number of different forms

More information

Instructions: (62 points) Answer the following questions. SHOW ALL OF YOUR WORK. A B = A x B x + A y B y + A z B z = ( 1) + ( 1) ( 4) = 5

Instructions: (62 points) Answer the following questions. SHOW ALL OF YOUR WORK. A B = A x B x + A y B y + A z B z = ( 1) + ( 1) ( 4) = 5 AP Physics C Fall, 2016 Work-Energy Mock Exam Name: Answer Key Mr. Leonard Instructions: (62 points) Answer the following questions. SHOW ALL OF YOUR WORK. (12 pts ) 1. Consider the vectors A = 2 î + 3

More information

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning:

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning: Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u 2 1 + u 2 2 = u 2. Geometric Meaning: u v = u v cos θ. u θ v 1 Reason: The opposite side is given by u v. u v 2 =

More information

A Partial List of Topics: Math Spring 2009

A Partial List of Topics: Math Spring 2009 A Partial List of Topics: Math 112 - Spring 2009 This is a partial compilation of a majority of the topics covered this semester and may not include everything which might appear on the exam. The purpose

More information

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem.

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Dot Products K. Behrend April 3, 008 Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Contents The dot product 3. Length of a vector........................

More information

Chapter 1E - Complex Numbers

Chapter 1E - Complex Numbers Fry Texas A&M University Math 150 Spring 2015 Unit 4 20 Chapter 1E - Complex Numbers 16 exists So far the largest (most inclusive) number set we have discussed and the one we have the most experience with

More information

Mathematics Department Stanford University Math 61CM/DM Inner products

Mathematics Department Stanford University Math 61CM/DM Inner products Mathematics Department Stanford University Math 61CM/DM Inner products Recall the definition of an inner product space; see Appendix A.8 of the textbook. Definition 1 An inner product space V is a vector

More information

Topic 5.2: Introduction to Vector Fields

Topic 5.2: Introduction to Vector Fields Math 75 Notes Topic 5.: Introduction to Vector Fields Tetbook Section: 16.1 From the Toolbo (what you need from previous classes): Know what a vector is. Be able to sketch a vector using its component

More information

Example 9 Algebraic Evaluation for Example 1

Example 9 Algebraic Evaluation for Example 1 A Basic Principle Consider the it f(x) x a If you have a formula for the function f and direct substitution gives the indeterminate form 0, you may be able to evaluate the it algebraically. 0 Principle

More information

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14 Final Exam A Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 1 1) x + 3 + 5 x - 3 = 30 (x + 3)(x - 3) 1) A) x -3, 3; B) x -3, 3; {4} C) No restrictions; {3} D)

More information

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text.

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text. Math 275, section 002 (Ultman) Spring 2011 MIDTERM 2 REVIEW The second midterm will be held in class (1:40 2:30pm) on Friday 11 March. You will be allowed one half of one side of an 8.5 11 sheet of paper

More information

University of Sheffield. PHY120 - Vectors. Dr Emiliano Cancellieri

University of Sheffield. PHY120 - Vectors. Dr Emiliano Cancellieri University of Sheffield PHY120 - Vectors Dr Emiliano Cancellieri October 14, 2015 Contents 1 Lecture 1 2 1.1 Basic concepts of vectors........................ 2 1.2 Cartesian components of vectors....................

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

Final Examination Solutions

Final Examination Solutions Math. 5, Sections 5 53 (Fulling) 7 December Final Examination Solutions Test Forms A and B were the same except for the order of the multiple-choice responses. This key is based on Form A. Name: Section:

More information

Inner Product Spaces

Inner Product Spaces Inner Product Spaces Introduction Recall in the lecture on vector spaces that geometric vectors (i.e. vectors in two and three-dimensional Cartesian space have the properties of addition, subtraction,

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

Span and Linear Independence

Span and Linear Independence Span and Linear Independence It is common to confuse span and linear independence, because although they are different concepts, they are related. To see their relationship, let s revisit the previous

More information

SECTION v 2 x + v 2 y, (5.1)

SECTION v 2 x + v 2 y, (5.1) CHAPTER 5 5.1 Normed Spaces SECTION 5.1 171 REAL AND COMPLEX NORMED, METRIC, AND INNER PRODUCT SPACES So far, our studies have concentrated only on properties of vector spaces that follow from Definition

More information

(, ) : R n R n R. 1. It is bilinear, meaning it s linear in each argument: that is

(, ) : R n R n R. 1. It is bilinear, meaning it s linear in each argument: that is 17 Inner products Up until now, we have only examined the properties of vectors and matrices in R n. But normally, when we think of R n, we re really thinking of n-dimensional Euclidean space - that is,

More information

INNER PRODUCT SPACE. Definition 1

INNER PRODUCT SPACE. Definition 1 INNER PRODUCT SPACE Definition 1 Suppose u, v and w are all vectors in vector space V and c is any scalar. An inner product space on the vectors space V is a function that associates with each pair of

More information

For more information visit here:

For more information visit here: The length or the magnitude of the vector = (a, b, c) is defined by w = a 2 +b 2 +c 2 A vector may be divided by its own length to convert it into a unit vector, i.e.? = u / u. (The vectors have been denoted

More information

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will Math, Final Exam, Fall Problem Solution. Let u,, and v,,3. (a) Is the angle between u and v acute, obtuse, or right? (b) Find an equation for the plane through (,,) containing u and v. Solution: (a) The

More information

I&C 6N. Computational Linear Algebra

I&C 6N. Computational Linear Algebra I&C 6N Computational Linear Algebra 1 Lecture 1: Scalars and Vectors What is a scalar? Computer representation of a scalar Scalar Equality Scalar Operations Addition and Multiplication What is a vector?

More information

2. Matrix Algebra and Random Vectors

2. Matrix Algebra and Random Vectors 2. Matrix Algebra and Random Vectors 2.1 Introduction Multivariate data can be conveniently display as array of numbers. In general, a rectangular array of numbers with, for instance, n rows and p columns

More information

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications.

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications. The Cross Product In this section, we will learn about: Cross products of vectors and their applications. THE CROSS PRODUCT The cross product a x b of two vectors a and b, unlike the dot product, is a

More information

is Use at most six elementary row operations. (Partial

is Use at most six elementary row operations. (Partial MATH 235 SPRING 2 EXAM SOLUTIONS () (6 points) a) Show that the reduced row echelon form of the augmented matrix of the system x + + 2x 4 + x 5 = 3 x x 3 + x 4 + x 5 = 2 2x + 2x 3 2x 4 x 5 = 3 is. Use

More information

Section 8.2 Vector Angles

Section 8.2 Vector Angles Section 8.2 Vector Angles INTRODUCTION Recall that a vector has these two properties: 1. It has a certain length, called magnitude 2. It has a direction, indicated by an arrow at one end. In this section

More information

Algebra I. Course Outline

Algebra I. Course Outline Algebra I Course Outline I. The Language of Algebra A. Variables and Expressions B. Order of Operations C. Open Sentences D. Identity and Equality Properties E. The Distributive Property F. Commutative

More information

MATH Linear Algebra

MATH Linear Algebra MATH 4 - Linear Algebra One of the key driving forces for the development of linear algebra was the profound idea (going back to 7th century and the work of Pierre Fermat and Rene Descartes) that geometry

More information

Course Notes Math 275 Boise State University. Shari Ultman

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

More information

Factors of Polynomials Factoring For Experts

Factors of Polynomials Factoring For Experts Factors of Polynomials SUGGESTED LEARNING STRATEGIES: Shared Reading, Activating Prior Knowledge, Discussion Group, Note-taking When you factor a polynomial, you rewrite the original polynomial as a product

More information

Important Math 125 Definitions/Formulas/Properties

Important Math 125 Definitions/Formulas/Properties Exponent Rules (Chapter 3) Important Math 125 Definitions/Formulas/Properties Let m & n be integers and a & b real numbers. Product Property Quotient Property Power to a Power Product to a Power Quotient

More information

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π.

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π. Math 234 What you should know on day one August 28, 2001 1 You should be able to use general principles like Length = ds, Area = da, Volume = dv For example the length of the semi circle x = cos t, y =

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Simplify: a) 3x 2 5x 5 b) 5x3 y 2 15x 7 2) Factorise: a) x 2 2x 24 b) 3x 2 17x + 20 15x 2 y 3 3) Use long division to calculate:

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

VECTORS. Vectors OPTIONAL - I Vectors and three dimensional Geometry

VECTORS. Vectors OPTIONAL - I Vectors and three dimensional Geometry Vectors OPTIONAL - I 32 VECTORS In day to day life situations, we deal with physical quantities such as distance, speed, temperature, volume etc. These quantities are sufficient to describe change of position,

More information

22A-2 SUMMER 2014 LECTURE Agenda

22A-2 SUMMER 2014 LECTURE Agenda 22A-2 SUMMER 204 LECTURE 2 NATHANIEL GALLUP The Dot Product Continued Matrices Group Work Vectors and Linear Equations Agenda 2 Dot Product Continued Angles between vectors Given two 2-dimensional vectors

More information

Section 3.1: Definition and Examples (Vector Spaces)

Section 3.1: Definition and Examples (Vector Spaces) Section 3.1: Definition and Examples (Vector Spaces) 1. Examples Euclidean Vector Spaces: The set of n-length vectors that we denoted by R n is a vector space. For simplicity, let s consider n = 2. A vector

More information

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

x 1 x 2. x 1, x 2,..., x n R. x n

x 1 x 2. x 1, x 2,..., x n R. x n WEEK In general terms, our aim in this first part of the course is to use vector space theory to study the geometry of Euclidean space A good knowledge of the subject matter of the Matrix Applications

More information

Introduction to Linear Algebra, Second Edition, Serge Lange

Introduction to Linear Algebra, Second Edition, Serge Lange Introduction to Linear Algebra, Second Edition, Serge Lange Chapter I: Vectors R n defined. Addition and scalar multiplication in R n. Two geometric interpretations for a vector: point and displacement.

More information

Math 230 Mock Final Exam Detailed Solution

Math 230 Mock Final Exam Detailed Solution Name: Math 30 Mock Final Exam Detailed Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and

More information

Section 6.6 Evaluating Polynomial Functions

Section 6.6 Evaluating Polynomial Functions Name: Period: Section 6.6 Evaluating Polynomial Functions Objective(s): Use synthetic substitution to evaluate polynomials. Essential Question: Homework: Assignment 6.6. #1 5 in the homework packet. Notes:

More information

and lim lim 6. The Squeeze Theorem

and lim lim 6. The Squeeze Theorem Limits (day 3) Things we ll go over today 1. Limits of the form 0 0 (continued) 2. Limits of piecewise functions 3. Limits involving absolute values 4. Limits of compositions of functions 5. Limits similar

More information

Geometry of Vector Spaces

Geometry of Vector Spaces Geometry of Vector Spaces Fall 14 MATH43 In these notes we show that it is possible to do geometry in vector spaces as well, that is similar to plane geometry. We start by giving the definition of an abstract

More information

Remark 3.2. The cross product only makes sense in R 3.

Remark 3.2. The cross product only makes sense in R 3. 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

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

The Transpose of a Vector

The Transpose of a Vector 8 CHAPTER Vectors The Transpose of a Vector We now consider the transpose of a vector in R n, which is a row vector. For a vector u 1 u. u n the transpose is denoted by u T = [ u 1 u u n ] EXAMPLE -5 Find

More information

4.4 Energy in multiple dimensions, dot product

4.4 Energy in multiple dimensions, dot product 4 CONSERVATION LAWS 4.4 Energy in multiple dimensions, dot product Name: 4.4 Energy in multiple dimensions, dot product 4.4.1 Background By this point, you have worked a fair amount with vectors in this

More information

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 Math 127 Introduction and Review (1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 MATH 127 Introduction to Calculus III

More information

Name Class Date. t = = 10m. n + 19 = = 2f + 9

Name Class Date. t = = 10m. n + 19 = = 2f + 9 1-4 Reteaching Solving Equations To solve an equation that contains a variable, find all of the values of the variable that make the equation true. Use the equality properties of real numbers and inverse

More information

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions For each question, there is a model solution (showing you the level of detail I expect on the exam) and then below

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Chapter 6: Vector Analysis

Chapter 6: Vector Analysis Chapter 6: Vector Analysis We use derivatives and various products of vectors in all areas of physics. For example, Newton s 2nd law is F = m d2 r. In electricity dt 2 and magnetism, we need surface and

More information

Overall Description of Course Trigonometry is a College Preparatory level course.

Overall Description of Course Trigonometry is a College Preparatory level course. Radnor High School Course Syllabus Modified 9/1/2011 Trigonometry 444 Credits: 1 Grades: 11-12 Unweighted Prerequisite: Length: Year Algebra 2 Format: Meets Daily or teacher recommendation Overall Description

More information

1 Summary of Chapter 2

1 Summary of Chapter 2 General Astronomy (9:61) Fall 01 Lecture 7 Notes, September 10, 01 1 Summary of Chapter There are a number of items from Chapter that you should be sure to understand. 1.1 Terminology A number of technical

More information

LINEAR ALGEBRA W W L CHEN

LINEAR ALGEBRA W W L CHEN LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008. This chapter is available free to all individuals, on the understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,

More information

Math 3C Midterm 1 Study Guide

Math 3C Midterm 1 Study Guide Math 3C Midterm 1 Study Guide October 23, 2014 Acknowledgement I want to say thanks to Mark Kempton for letting me update this study guide for my class. General Information: The test will be held Thursday,

More information

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Exam 2 will be held on Tuesday, April 8, 7-8pm in 117 MacMillan What will be covered The exam will cover material from the lectures

More information

Matrix Basic Concepts

Matrix Basic Concepts Matrix Basic Concepts Topics: What is a matrix? Matrix terminology Elements or entries Diagonal entries Address/location of entries Rows and columns Size of a matrix A column matrix; vectors Special types

More information

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3 Version: 4/1/06. Note: These notes are mostly from my 5B course, with the addition of the part on components and projections. Look them over to make sure that we are on the same page as regards inner-products,

More information

Math 11 Fall 2016 Final Practice Problem Solutions

Math 11 Fall 2016 Final Practice Problem Solutions Math 11 Fall 216 Final Practice Problem olutions Here are some problems on the material we covered since the second midterm. This collection of problems is not intended to mimic the final in length, content,

More information

Mathematics 1 Lecture Notes Chapter 1 Algebra Review

Mathematics 1 Lecture Notes Chapter 1 Algebra Review Mathematics 1 Lecture Notes Chapter 1 Algebra Review c Trinity College 1 A note to the students from the lecturer: This course will be moving rather quickly, and it will be in your own best interests to

More information

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces.

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces. Math 350 Fall 2011 Notes about inner product spaces In this notes we state and prove some important properties of inner product spaces. First, recall the dot product on R n : if x, y R n, say x = (x 1,...,

More information