A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION

Size: px
Start display at page:

Download "A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION"

Transcription

1 A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler R n : Vectors Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) This license lets others remix, tweak, and build upon your work non-commercially, as long as they credit you and license their new creations under the identical terms. R n : Vectors Page 1/31

2 What is R n? Notation and Terminology R denotes the set of real numbers. R denotes the set of all column vectors with two entries. R 3 denotes the set of all column vectors with three entries. In general, R n denotes the set of all column vectors with n entries. R n : Vectors What is Rn? Page /31

3 Scalar quantities versus vector quantities A scalar quantity has only magnitude; e.g. time, temperature. A vector quantity has both magnitude and direction; e.g. displacement, force, wind velocity. Whereas two scalar quantities are equal if they are represented by the same value, two vector quantities are equal if and only if they have the same magnitude and direction. R n : Vectors What is Rn? Page 3/31

4 R and R 3 Vectors in R and R 3 have convenient geometric representations as position vectors of points in the -dimensional (Cartesian) plane and in 3-dimensional space, respectively. R n : Vectors What is Rn? Page 4/31

5 z R y R 3 c (a, b, c) b (a, b) 0 a x 0 b y a [ a The vector b ]. x The vector a b c. R n : Vectors What is Rn? Page 5/31

6 Notation If P is a point in R n with coordinates (p 1, p,..., p n ) we denote this by P = (p 1, p,..., p n ). If P = (p 1, p,..., p n ) is a point in R n, then p 1 p 0P =. p n is often used to denote the position vector of the point. Instead of using a capital letter to denote the vector (as we generally do with matrices), we emphasize the importance of the geometry and the direction with an arrow over the name of the vector. R n : Vectors What is Rn? Page 6/31

7 Notation and Terminology The notation 0P emphasizes that this vector goes from the origin 0 to the point P. We can also use lower case letters for names of vectors. In this case, we write 0P = p. Any vector x = x 1 x. x n is associated with the point (x 1, x,..., x n ). in Rn Often, there is no distinction made between the vector x and the point (x 1, x,..., x n ), and we say that both (x 1, x,..., x n ) R n and x 1 x x =. Rn. x n R n : Vectors What is Rn? Page 7/31

8 Geometric Vectors in R and R 3 Let A and B be two points in R or R 3. y B 0 x AB is the geometric vector from A to B. A is the tail of AB. B is the tip of AB. the magnitude of AB is its length, and is denoted AB. A R n : Vectors Geometric Vectors Page 8/31

9 Equality of geometric vectors y D B AB is the vector from A = (1, 0). to B = (, ). CD is the vector from C = ( 1, 1) to D = (0, 1). C 0 A x AB = CD because the vectors have the same length and direction. The fact that the points A and B are different from the points C and D is not important. For geometric vectors, the location of the vector in the plane (or in 3-dimensional space) is not important; the important properties are its length and direction. R n : Vectors Geometric Vectors Page 9/31

10 Coordinatizing Vectors Part 1 y P B 0P is the position vector for P = (1, ), and [ ] 1 0P =. 0 A x Since AB = 0P, it should be the case that [ 1 AB = moving AB so that its tail is at the origin. ]. This can be seen by A geometric vector is coordinatized by putting it in standard position, meaning with its tail at the origin, and then identifying the vector with its tip. R n : Vectors Geometric Vectors Page 10/31

11 Algebra in R n Addition in R n Since vectors in R n are n 1 matrices, addition in R n is precisely matrix addition using column matrices, i.e., If u and v are in R n, then u + v is obtained by adding together corresponding entries of the vectors. Example Let u = The zero vector in R n is the n 1 zero matrix, and is denoted and v = u + v =. Then, = R n : Vectors Algebra in Rn Page 11/31

12 Properties of Vector Addition Let u, v, and w be vectors in R n. Then the following properties hold. 1 u + v = v + u (vector addition is commutative). ( u + v) + w = u + ( v + w) (vector addition is associative). 3 u + 0 = u (existence of an additive identity). 4 u + ( u) = 0 (existence of an additive inverse). R n : Vectors Algebra in Rn Page 1/31

13 Scalar Multiplication Since vectors in R n are n 1 matrices, scalar multiplication in R n is precisely matrix scalar multiplication using column matrices, i.e., If u is a vector in R n and k R is a scalar, then k u is obtained by multiplying every entry of u by k. Example Let u = 1 3 and k = 4. Then, k u = = R n : Vectors Algebra in Rn Page 13/31

14 Properties of Scalar Multiplication Let u, v R n be vectors and k, p R be scalars. Then the following properties hold. 1 k( u + v) = k u + k v (scalar multiplication distributes over vector addition). (k + p) u = k u + p u (addition distributes over scalar multiplication). 3 k(p u) = (kp) u (scalar multiplication is associative). 4 1 u = u (existence of a multiplicative identity). R n : Vectors Algebra in Rn Page 14/31

15 The Geometry of Vector Addition 1 Vector Equality. The vectors have the same length and direction. The zero vector, 0 has length zero and no direction. 3 Addition. Let u, v be vectors. Then u + v is the diagonal of the parallelogram defined by u and v, and having the same tail as u and v. u u + v v R n : Vectors The Geometry of Vector Addition Page 15/31

16 Tip-to-Tail Method for Vector Addition For points A, B and C, AB + BC = AC. AB C AC BC BC A AB B R n : Vectors The Geometry of Vector Addition Page 16/31

17 Example The diagonals of any parallelogram bisect each other. To see this, denote the parallelogram by its vertices, ABCD. A B M D C Let M denote the midpoint of AC. Then AM = MC. It now suffices to show that BM = MD. BM = BA + AM = CD + MC = MC + CD = MD. Since BM = MD, these vectors have the same magnitude and direction, implying that M is the midpoint of BD. Therefore, the diagonals of ABCD bisect each other. R n : Vectors The Geometry of Vector Addition Page 17/31

18 The Geometry of Vector Subtraction Let u and v be vectors in R or R 3. The vector u v = u + ( v) is obtained from the parallelogram defined by u and v by taking the vector from the tip of v to the tip of u, i.e., the diagonal of the parallelogram, directed towards the tip of u. u v u v v u R n : Vectors The Geometry of Vector Addition Page 18/31

19 Coordinatizing Vectors Part Let A = (x 1, y 1, z 1 ) and B = (x, y, z ) be two points in R 3. B z x We see from the figure that 0A + AB = 0B, and hence AB = 0B 0A = 0 x y z A x 1 y 1 z 1 y = x x 1 y y 1 z z 1. R n : Vectors The Geometry of Vector Addition Page 19/31

20 Length of a Vector The Distance Between Points For A = (x 1, y 1, z 1 ) and B = (x, y, z ) in R 3, the distance between them is written d(a, B) and is given by d(a, B) = (x x 1 ) + (y y 1 ) + (z z 1 ). This is called the distance formula If P = (x x 1, y y 1, z z1), then the distance between the origin and P is equal to the the distance between points A and B i.e., d(0, P) = d(a, B) = (x x 1 ) + (y y 1 ) + (z z 1 ). R n : Vectors Length of a Vector Page 0/31

21 Properties of Distance Let P and Q be two points in R n, and d(p, Q) the distance between them. Then the following properties hold. 1 The distance between P and Q is equal to the distance between Q and P, i.e., d(p, Q) = d(q, P). d(p, Q) 0 with equality if and only if P = Q. Example For P = (1, 1, 3) and Q = (3, 1, 0), the distance between P and Q is d(p, Q) = + + ( 3) = 17. R n : Vectors Length of a Vector Page 1/31

22 Length of a Vector More generally, if P = (p 1, p,..., p n ) and Q = (q 1, q,..., q n ) are points in R n, then the distance between P and Q is the length of the vector PQ, written PQ. If x = d(p, Q) = PQ = (q 1 p 1 ) + (q p ) + + (q n p n ). ] R x, y X = (x 1, x ) x [ x1 0 x then the length of the vector x is the distance from the origin 0 to the point X = (x 1, x ) given by d(0, X ). The length of x, denoted x, is given by: d(0, X ) = x = x1 + x. R n : Vectors Length of a Vector Page /31

23 The formula for calculating the length of a vector generalizes to R n : if x 1 x x =. Rn, x n then x = x 1 + x + + x n, which represents the distance from the origin to the point (x 1, x,..., x n ). R n : Vectors Length of a Vector Page 3/31

24 Example [ ] 3 Let p = and q = The lengths of these vectors are. Then q = ( ) q = 6 4. p = ( 3) + 4 = = 5, and q = (3) + ( 1) + ( ) = = 14, q = ( 6) = = 56 = 4 14 = 14 = q. R n : Vectors Length of a Vector Page 4/31

25 Unit Vectors Definition A unit vector is a vector of length one. Example 1 0 0, Example If v 0, then, 0 0 1, 0, are examples of unit vectors. 1 v v is a unit vector in the same direction as v. R n : Vectors Length of a Vector Page 5/31

26 Example 1 v = 3 is not a unit vector, since v = 14. However, u = 1 v = 14 is a unit vector in the same direction as v, i.e., u = 1 14 v = = 1. Example If v and w are nonzero that have the same direction, then v = v w w; opposite directions, then v = v w w. R n : Vectors Length of a Vector Page 6/31

27 The Geometry of Scalar Multiplication Scalar Multiplication. If v 0 and a R, a 0, then a v has length a v = a v, and has the same direction as v if a > 0; has direction opposite to v if a < 0. Parallel Vectors. Two nonzero vectors are called parallel if they have the same direction or opposite directions. It follows that nonzero vectors v and w are parallel if and only if one is a scalar multiple of the other. R n : Vectors The Geometry of Scalar Multiplication Page 7/31

28 Problem Let P = (1,, 1),Q = ( 3, 0, 5), X = (, 1, 5) and Y = (4,, 3) be points in R 3. Is PQ parallel to XY? Is PX parallel to QY? Solution 4 PQ =, XY = 4 some scalar k, i.e., 4 4 1, and these vectors are parallel if PQ = k XY for = k 1 or 4 4 = k k k This gives a system of three equations in one variable, which is consistent, and has unique solution k =. Therefore, PQ is parallel to XY. PX =, QY =, and these vectors are parallel if PX = l QY for some scalar l. You will find that no such l exists, so PX is not parallel to QY.. R n : Vectors The Geometry of Scalar Multiplication Page 8/31

29 Vector problems and examples Problem Find the point, M, that is midway between P 1 = ( 1, 4, 3) and P = (5, 0, 3). Solution P 1 M P 0M = 0P1 + P 1 M = 0P1 + 1 P 1 P = 0 = = Therefore M = (,, 0). R n : Vectors Vector problems and examples Page 9/31

30 Problem Find the two points trisecting the segment between P = (, 3, 5) and Q = (8, 6, ). Solution P A B Q 0A = 0P + 1 PQ 3 0B = 0P + PQ 3 Since PQ = 0A = , 3 1 = and 0B = Therefore, the two points are A = (4, 0, 4) and B = (6, 3, 3). 4 6 = R n : Vectors Vector problems and examples Page 30/31

31 Example If ABCD is an arbitrary quadrilateral, then the the midpoints of the four sides of ABCD are the vertices of a parallelogram. A M 1 M 4 B D It suffices to prove that M 1 M = M 4 M 3. M M 3 C Let M 1 denote the midpoint of AB, M the midpoint of BC, M 3 the midpoint of CD, and M 4 the midpoint of DA. M 1 M = M 1 B + BM M 4 M 3 = M 4 D + DM 3 = 1 AB + 1 BC = 1 AD + 1 DC = 1 1 AC = AC Since M 1 M = M 4 M 3, the points M 1, M, M 3, M 4 are the vertices of a parallelogram. R n : Vectors Vector problems and examples Page 31/31

R n : The Cross Product

R n : The Cross Product A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler R n : The Cross Product Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

More information

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler Matrix Arithmetic Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

More information

Definition: A vector is a directed line segment which represents a displacement from one point P to another point Q.

Definition: A vector is a directed line segment which represents a displacement from one point P to another point Q. THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF MATHEMATICS AND STATISTICS MATH Algebra Section : - Introduction to Vectors. You may have already met the notion of a vector in physics. There you will have

More information

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true? chapter vector geometry solutions V. Exercise A. For the shape shown, find a single vector which is equal to a)!!! " AB + BC AC b)! AD!!! " + DB AB c)! AC + CD AD d)! BC + CD!!! " + DA BA e) CD!!! " "

More information

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES Mathematics SKE, Strand J STRAND J: TRANSFORMATIONS, VECTORS and MATRICES J4 Matrices Text Contents * * * * Section J4. Matrices: Addition and Subtraction J4.2 Matrices: Multiplication J4.3 Inverse Matrices:

More information

Introduction to Vectors Pg. 279 # 1 6, 8, 9, 10 OR WS 1.1 Sept. 7. Vector Addition Pg. 290 # 3, 4, 6, 7, OR WS 1.2 Sept. 8

Introduction to Vectors Pg. 279 # 1 6, 8, 9, 10 OR WS 1.1 Sept. 7. Vector Addition Pg. 290 # 3, 4, 6, 7, OR WS 1.2 Sept. 8 UNIT 1 INTRODUCTION TO VECTORS Lesson TOPIC Suggested Work Sept. 5 1.0 Review of Pre-requisite Skills Pg. 273 # 1 9 OR WS 1.0 Fill in Info sheet and get permission sheet signed. Bring in $3 for lesson

More information

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of . Matrices A matrix is any rectangular array of numbers. For example 3 5 6 4 8 3 3 is 3 4 matrix, i.e. a rectangular array of numbers with three rows four columns. We usually use capital letters for matrices,

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M S KumarSwamy, TGT(Maths) Page - 119 - CHAPTER 10: VECTOR ALGEBRA QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 06 marks Vector The line l to the line segment AB, then a

More information

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS NAME: PERIOD: DATE: MATH ANALYSIS 2 MR. MELLINA CHAPTER 12: VECTORS & DETERMINANTS Sections: v 12.1 Geometric Representation of Vectors v 12.2 Algebraic Representation of Vectors v 12.3 Vector and Parametric

More information

Vector Basics, with Exercises

Vector Basics, with Exercises Math 230 Spring 09 Vector Basics, with Exercises This sheet is designed to follow the GeoGebra Introduction to Vectors. It includes a summary of some of the properties of vectors, as well as homework exercises.

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

10.1 Vectors. c Kun Wang. Math 150, Fall 2017

10.1 Vectors. c Kun Wang. Math 150, Fall 2017 10.1 Vectors Definition. A vector is a quantity that has both magnitude and direction. A vector is often represented graphically as an arrow where the direction is the direction of the arrow, and the magnitude

More information

Main Ideas in Class Today

Main Ideas in Class Today Main Ideas in Class Today After today, you should be able to: Understand vector notation Use basic trigonometry in order to find the x and y components of a vector (only right triangles) Add and subtract

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

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

Rhombi, Rectangles and Squares

Rhombi, Rectangles and Squares Rhombi, Rectangles and Squares Math Practice Return to the Table of Contents 1 Three Special Parallelograms All the same properties of a parallelogram apply to the rhombus, rectangle, and square. Rhombus

More information

Created by T. Madas 2D VECTORS. Created by T. Madas

Created by T. Madas 2D VECTORS. Created by T. Madas 2D VECTORS Question 1 (**) Relative to a fixed origin O, the point A has coordinates ( 2, 3). The point B is such so that AB = 3i 7j, where i and j are mutually perpendicular unit vectors lying on the

More information

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists Vectors, Linear Combinations, and Matrix-Vector Mulitiplication In this section, we introduce vectors, linear combinations, and matrix-vector multiplication The rest of the class will involve vectors,

More information

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch Cairo Governorate Department : Maths Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Sheet Ismailia Road Branch Sheet ( 1) 1-Complete 1. in the parallelogram, each two opposite

More information

Matrix Algebra. Learning Objectives. Size of Matrix

Matrix Algebra. Learning Objectives. Size of Matrix Matrix Algebra 1 Learning Objectives 1. Find the sum and difference of two matrices 2. Find scalar multiples of a matrix 3. Find the product of two matrices 4. Find the inverse of a matrix 5. Solve a system

More information

Mathematics Revision Guides Vectors Page 1 of 19 Author: Mark Kudlowski M.K. HOME TUITION. Mathematics Revision Guides Level: GCSE Higher Tier VECTORS

Mathematics Revision Guides Vectors Page 1 of 19 Author: Mark Kudlowski M.K. HOME TUITION. Mathematics Revision Guides Level: GCSE Higher Tier VECTORS Mathematics Revision Guides Vectors Page of 9 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier VECTORS Version:.4 Date: 05-0-05 Mathematics Revision Guides Vectors Page of 9 VECTORS

More information

1. Matrices and Determinants

1. Matrices and Determinants Important Questions 1. Matrices and Determinants Ex.1.1 (2) x 3x y Find the values of x, y, z if 2x + z 3y w = 0 7 3 2a Ex 1.1 (3) 2x 3x y If 2x + z 3y w = 3 2 find x, y, z, w 4 7 Ex 1.1 (13) 3 7 3 2 Find

More information

= 9 4 = = = 8 2 = 4. Model Question paper-i SECTION-A 1.C 2.D 3.C 4. C 5. A 6.D 7.B 8.C 9.B B 12.B 13.B 14.D 15.

= 9 4 = = = 8 2 = 4. Model Question paper-i SECTION-A 1.C 2.D 3.C 4. C 5. A 6.D 7.B 8.C 9.B B 12.B 13.B 14.D 15. www.rktuitioncentre.blogspot.in Page 1 of 8 Model Question paper-i SECTION-A 1.C.D 3.C. C 5. A 6.D 7.B 8.C 9.B 10. 11.B 1.B 13.B 1.D 15.A SECTION-B 16. P a, b, c, Q g,, x, y, R {a, e, f, s} R\ P Q {a,

More information

NOTES FOR LINEAR ALGEBRA 133

NOTES FOR LINEAR ALGEBRA 133 NOTES FOR LINEAR ALGEBRA 33 William J Anderson McGill University These are not official notes for Math 33 identical to the notes projected in class They are intended for Anderson s section 4, and are 2

More information

Unit 8. ANALYTIC GEOMETRY.

Unit 8. ANALYTIC GEOMETRY. Unit 8. ANALYTIC GEOMETRY. 1. VECTORS IN THE PLANE A vector is a line segment running from point A (tail) to point B (head). 1.1 DIRECTION OF A VECTOR The direction of a vector is the direction of the

More information

Chapter. Algebra techniques. Syllabus Content A Basic Mathematics 10% Basic algebraic techniques and the solution of equations.

Chapter. Algebra techniques. Syllabus Content A Basic Mathematics 10% Basic algebraic techniques and the solution of equations. Chapter 2 Algebra techniques Syllabus Content A Basic Mathematics 10% Basic algebraic techniques and the solution of equations. Page 1 2.1 What is algebra? In order to extend the usefulness of mathematical

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

More information

Class IX Chapter 8 Quadrilaterals Maths

Class IX Chapter 8 Quadrilaterals Maths 1 Class IX Chapter 8 Quadrilaterals Maths Exercise 8.1 Question 1: The angles of quadrilateral are in the ratio 3: 5: 9: 13. Find all the angles of the quadrilateral. Let the common ratio between the angles

More information

Class IX Chapter 8 Quadrilaterals Maths

Class IX Chapter 8 Quadrilaterals Maths Class IX Chapter 8 Quadrilaterals Maths Exercise 8.1 Question 1: The angles of quadrilateral are in the ratio 3: 5: 9: 13. Find all the angles of the quadrilateral. Answer: Let the common ratio between

More information

UNIT 1 VECTORS INTRODUCTION 1.1 OBJECTIVES. Stucture

UNIT 1 VECTORS INTRODUCTION 1.1 OBJECTIVES. Stucture UNIT 1 VECTORS 1 Stucture 1.0 Introduction 1.1 Objectives 1.2 Vectors and Scalars 1.3 Components of a Vector 1.4 Section Formula 1.5 nswers to Check Your Progress 1.6 Summary 1.0 INTRODUCTION In this unit,

More information

Chapter 1 Coordinates, points and lines

Chapter 1 Coordinates, points and lines Cambridge Universit Press 978--36-6000-7 Cambridge International AS and A Level Mathematics: Pure Mathematics Coursebook Hugh Neill, Douglas Quadling, Julian Gilbe Ecerpt Chapter Coordinates, points and

More information

Ohio s Learning Standards-Extended. Mathematics. The Real Number System Complexity a Complexity b Complexity c

Ohio s Learning Standards-Extended. Mathematics. The Real Number System Complexity a Complexity b Complexity c Ohio s Learning Standards-Extended Mathematics The Real Number System Complexity a Complexity b Complexity c Extend the properties of exponents to rational exponents N.RN.1 Explain how the definition of

More information

2- Scalars and Vectors

2- Scalars and Vectors 2- Scalars and Vectors Scalars : have magnitude only : Length, time, mass, speed and volume is example of scalar. v Vectors : have magnitude and direction. v The magnitude of is written v v Position, displacement,

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

AP Physics C Mechanics Vectors

AP Physics C Mechanics Vectors 1 AP Physics C Mechanics Vectors 2015 12 03 www.njctl.org 2 Scalar Versus Vector A scalar has only a physical quantity such as mass, speed, and time. A vector has both a magnitude and a direction associated

More information

Matrix Algebra 2.1 MATRIX OPERATIONS Pearson Education, Inc.

Matrix Algebra 2.1 MATRIX OPERATIONS Pearson Education, Inc. 2 Matrix Algebra 2.1 MATRIX OPERATIONS MATRIX OPERATIONS m n If A is an matrixthat is, a matrix with m rows and n columnsthen the scalar entry in the ith row and jth column of A is denoted by a ij and

More information

22m:033 Notes: 1.3 Vector Equations

22m:033 Notes: 1.3 Vector Equations m:0 Notes: Vector Equations Dennis Roseman University of Iowa Iowa City, IA http://wwwmathuiowaedu/ roseman January 7, 00 Algebra and Geometry We think of geometric things as subsets of the plane or of

More information

Vectors. (same vector)

Vectors. (same vector) Vectors Our very first topic is unusual in that we will start with a brief written presentation. More typically we will begin each topic with a videotaped lecture by Professor Auroux and follow that with

More information

MEP Pupil Text 13-19, Additional Material. Gradients of Perpendicular Lines

MEP Pupil Text 13-19, Additional Material. Gradients of Perpendicular Lines Graphs MEP Pupil Text -9, Additional Material.B Gradients of Perpendicular Lines In this section we explore the relationship between the gradients of perpendicular lines and line segments. Worked Example

More information

2014 Caryn White: Caryn Loves Math 1

2014 Caryn White: Caryn Loves Math 1 2014 Caryn White: Caryn Loves Math 1 Coordinate Plane Geometry: Quadrilateral Task Cards By Caryn White Table of Contents Copy Right Informations:... 2 Instructions and Ideas... 3 Task Cards... 5 Wanted

More information

and let s calculate the image of some vectors under the transformation T.

and let s calculate the image of some vectors under the transformation T. Chapter 5 Eigenvalues and Eigenvectors 5. Eigenvalues and Eigenvectors Let T : R n R n be a linear transformation. Then T can be represented by a matrix (the standard matrix), and we can write T ( v) =

More information

1.1 Bound and Free Vectors. 1.2 Vector Operations

1.1 Bound and Free Vectors. 1.2 Vector Operations 1 Vectors Vectors are used when both the magnitude and the direction of some physical quantity are required. Examples of such quantities are velocity, acceleration, force, electric and magnetic fields.

More information

3.1 Using Vectors 3.3 Coordinate Systems and Vector Components.notebook September 19, 2017

3.1 Using Vectors 3.3 Coordinate Systems and Vector Components.notebook September 19, 2017 Using Vectors A vector is a quantity with both a size (magnitude) and a direction. Figure 3.1 shows how to represent a particle s velocity as a vector. Section 3.1 Using Vectors The particle s speed at

More information

9.4 Polar Coordinates

9.4 Polar Coordinates 9.4 Polar Coordinates Polar coordinates uses distance and direction to specify a location in a plane. The origin in a polar system is a fixed point from which a ray, O, is drawn and we call the ray 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

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.3 VECTOR EQUATIONS VECTOR EQUATIONS Vectors in 2 A matrix with only one column is called a column vector, or simply a vector. An example of a vector with two entries

More information

POINTS, LINES, DISTANCES

POINTS, LINES, DISTANCES POINTS, LINES, DISTANCES NIKOS APOSTOLAKIS Examples/Exercises: (1) Find the equation of the line that passes through (4, 5), (4, ) () Find the equation of the line that passes through the points (1, ),

More information

Euclidean Spaces. Euclidean Spaces. Chapter 10 -S&B

Euclidean Spaces. Euclidean Spaces. Chapter 10 -S&B Chapter 10 -S&B The Real Line: every real number is represented by exactly one point on the line. The plane (i.e., consumption bundles): Pairs of numbers have a geometric representation Cartesian plane

More information

Part (1) Second : Trigonometry. Tan

Part (1) Second : Trigonometry. Tan Part (1) Second : Trigonometry (1) Complete the following table : The angle Ratio 42 12 \ Sin 0.3214 Cas 0.5321 Tan 2.0625 (2) Complete the following : 1) 46 36 \ 24 \\ =. In degrees. 2) 44.125 = in degrees,

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION SAMPLE PAPER 02 FOR HALF YEARLY EXAM (2017-18) SUBJECT: MATHEMATICS(041) BLUE PRINT FOR HALF YEARLY EXAM: CLASS IX Chapter VSA (1 mark) SA I (2 marks) SA

More information

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics LECTURE OUTLINE CHAPTER 3 Vectors in Physics 3-1 Scalars Versus Vectors Scalar a numerical value (number with units). May be positive or negative. Examples: temperature, speed, height, and mass. Vector

More information

(b) the equation of the perpendicular bisector of AB. [3]

(b) the equation of the perpendicular bisector of AB. [3] HORIZON EDUCATION SINGAPORE Additional Mathematics Practice Questions: Coordinate Geometr 1 Set 1 1 In the figure, ABCD is a rhombus with coordinates A(2, 9) and C(8, 1). The diagonals AC and BD cut at

More information

Mathematical Structures for Computer Graphics Steven J. Janke John Wiley & Sons, 2015 ISBN: Exercise Answers

Mathematical Structures for Computer Graphics Steven J. Janke John Wiley & Sons, 2015 ISBN: Exercise Answers Mathematical Structures for Computer Graphics Steven J. Janke John Wiley & Sons, 2015 ISBN: 978-1-118-71219-1 Updated /17/15 Exercise Answers Chapter 1 1. Four right-handed systems: ( i, j, k), ( i, j,

More information

2012 Mu Alpha Theta National Convention Theta Geometry Solutions ANSWERS (1) DCDCB (6) CDDAE (11) BDABC (16) DCBBA (21) AADBD (26) BCDCD SOLUTIONS

2012 Mu Alpha Theta National Convention Theta Geometry Solutions ANSWERS (1) DCDCB (6) CDDAE (11) BDABC (16) DCBBA (21) AADBD (26) BCDCD SOLUTIONS 01 Mu Alpha Theta National Convention Theta Geometry Solutions ANSWERS (1) DCDCB (6) CDDAE (11) BDABC (16) DCBBA (1) AADBD (6) BCDCD SOLUTIONS 1. Noting that x = ( x + )( x ), we have circle is π( x +

More information

KENDRIYA VIDYALAYA GACHIBOWLI, GPRA CAMPUS, HYD 32

KENDRIYA VIDYALAYA GACHIBOWLI, GPRA CAMPUS, HYD 32 KENDRIYA VIDYALAYA GACHIBOWLI, GPRA CAMPUS, HYD 32 SAMPLE PAPER 02 FOR PERIODIC TEST II EXAM (2018-19) SUBJECT: MATHEMATICS(041) BLUE PRINT FOR PERIODIC TEST II EXAM: CLASS IX Chapter VSA (1 mark) SA I

More information

11.1 Vectors in the plane

11.1 Vectors in the plane 11.1 Vectors in the plane What is a vector? It is an object having direction and length. Geometric way to represent vectors It is represented by an arrow. The direction of the arrow is the direction of

More information

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position.

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position. Vectors The standard geometric definition of vector is as something which has direction and magnitude but not position. Since vectors have no position we may place them wherever is convenient. Vectors

More information

Calculus II - Basic Matrix Operations

Calculus II - Basic Matrix Operations Calculus II - Basic Matrix Operations Ryan C Daileda Terminology A matrix is a rectangular array of numbers, for example 7,, 7 7 9, or / / /4 / / /4 / / /4 / /6 The numbers in any matrix are called its

More information

Precalculus Chapter P.1 Part 2 of 3. Mr. Chapman Manchester High School

Precalculus Chapter P.1 Part 2 of 3. Mr. Chapman Manchester High School Precalculus Chapter P.1 Part of 3 Mr. Chapman Manchester High School Algebraic Expressions Evaluating Algebraic Expressions Using the Basic Rules and Properties of Algebra Definition of an Algebraic Expression:

More information

8. Quadrilaterals. If AC = 21 cm, BC = 29 cm and AB = 30 cm, find the perimeter of the quadrilateral ARPQ.

8. Quadrilaterals. If AC = 21 cm, BC = 29 cm and AB = 30 cm, find the perimeter of the quadrilateral ARPQ. 8. Quadrilaterals Q 1 Name a quadrilateral whose each pair of opposite sides is equal. Mark (1) Q 2 What is the sum of two consecutive angles in a parallelogram? Mark (1) Q 3 The angles of quadrilateral

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

Year 11 Mathematics: Specialist Course Outline

Year 11 Mathematics: Specialist Course Outline MATHEMATICS LEARNING AREA Year 11 Mathematics: Specialist Course Outline Text: Mathematics Specialist Units 1 and 2 A.J. Unit/time Topic/syllabus entry Resources Assessment 1 Preliminary work. 2 Representing

More information

Matrix Algebra: Definitions and Basic Operations

Matrix Algebra: Definitions and Basic Operations Section 4 Matrix Algebra: Definitions and Basic Operations Definitions Analyzing economic models often involve working with large sets of linear equations. Matrix algebra provides a set of tools for dealing

More information

Worksheet 1.1: Introduction to Vectors

Worksheet 1.1: Introduction to Vectors Boise State Math 275 (Ultman) Worksheet 1.1: Introduction to Vectors From the Toolbox (what you need from previous classes) Know how the Cartesian coordinates a point in the plane (R 2 ) determine its

More information

Day 1: Introduction to Vectors + Vector Arithmetic

Day 1: Introduction to Vectors + Vector Arithmetic Day 1: Introduction to Vectors + Vector Arithmetic A is a quantity that has magnitude but no direction. You can have signed scalar quantities as well. A is a quantity that has both magnitude and direction.

More information

Linear Algebra Homework and Study Guide

Linear Algebra Homework and Study Guide Linear Algebra Homework and Study Guide Phil R. Smith, Ph.D. February 28, 20 Homework Problem Sets Organized by Learning Outcomes Test I: Systems of Linear Equations; Matrices Lesson. Give examples of

More information

Definition of Equality of Matrices. Example 1: Equality of Matrices. Consider the four matrices

Definition of Equality of Matrices. Example 1: Equality of Matrices. Consider the four matrices IT 131: Mathematics for Science Lecture Notes 3 Source: Larson, Edwards, Falvo (2009): Elementary Linear Algebra, Sixth Edition. Matrices 2.1 Operations with Matrices This section and the next introduce

More information

DESIGN OF THE QUESTION PAPER

DESIGN OF THE QUESTION PAPER SET-I DESIGN OF THE QUESTION PAPER MATHEMATICS CLASS IX Time : 3 Hours Maximum Marks : 80 The weightage or the distribution of marks over different dimensions of the question paper shall be as follows:

More information

1.1 Exercises, Sample Solutions

1.1 Exercises, Sample Solutions DM, Chapter, Sample Solutions. Exercises, Sample Solutions 5. Equal vectors have the same magnitude and direction. a) Opposite sides of a parallelogram are parallel and equal in length. AD BC, DC AB b)

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

Distance. Warm Ups. Learning Objectives I can find the distance between two points. Football Problem: Bailey. Watson

Distance. Warm Ups. Learning Objectives I can find the distance between two points. Football Problem: Bailey. Watson Distance Warm Ups Learning Objectives I can find the distance between two points. Football Problem: Bailey Watson. Find the distance between the points (, ) and (4, 5). + 4 = c 9 + 6 = c 5 = c 5 = c. Using

More information

CHAPTER 10 VECTORS POINTS TO REMEMBER

CHAPTER 10 VECTORS POINTS TO REMEMBER For more important questions visit : www4onocom CHAPTER 10 VECTORS POINTS TO REMEMBER A quantity that has magnitude as well as direction is called a vector It is denoted by a directed line segment Two

More information

Nozha Directorate of Education Form : 2 nd Prep

Nozha Directorate of Education Form : 2 nd Prep Cairo Governorate Department : Maths Nozha Directorate of Education Form : 2 nd Prep Nozha Language Schools Geometry Revision Sheet Ismailia Road Branch Sheet ( 1) 1-Complete 1. In the parallelogram, each

More information

4016 MATHEMATICS TOPIC 1: NUMBERS AND ALGEBRA SUB-TOPIC 1.11 MATRICES

4016 MATHEMATICS TOPIC 1: NUMBERS AND ALGEBRA SUB-TOPIC 1.11 MATRICES MATHEMATICS TOPIC : NUMBERS AND ALGEBRA SUB-TOPIC. MATRICES CONTENT OUTLINE. Display of information in the form of a matrix of any order. Interpreting the data in a given matrix. Product of a scalar quantity

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.7 LINEAR INDEPENDENCE LINEAR INDEPENDENCE Definition: An indexed set of vectors {v 1,, v p } in n is said to be linearly independent if the vector equation x x x

More information

1. Prove that for every positive integer n there exists an n-digit number divisible by 5 n all of whose digits are odd.

1. Prove that for every positive integer n there exists an n-digit number divisible by 5 n all of whose digits are odd. 32 nd United States of America Mathematical Olympiad Proposed Solutions May, 23 Remark: The general philosophy of this marking scheme follows that of IMO 22. This scheme encourages complete solutions.

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space Many quantities in geometry and physics, such as area, volume, temperature, mass, and time, can be characterized by a single real number scaled to appropriate units of

More information

Problem Set # 1 Solution, 18.06

Problem Set # 1 Solution, 18.06 Problem Set # 1 Solution, 1.06 For grading: Each problem worths 10 points, and there is points of extra credit in problem. The total maximum is 100. 1. (10pts) In Lecture 1, Prof. Strang drew the cone

More information

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( )

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( ) Vectors and the Geometry of Space Vector Space The 3-D coordinate system (rectangular coordinates ) is the intersection of three perpendicular (orthogonal) lines called coordinate axis: x, y, and z. Their

More information

a b 0 a cos u, 0 u 180 :

a b 0 a  cos u, 0 u 180 : Section 7.3 The Dot Product of Two Geometric Vectors In hapter 6, the concept of multiplying a vector by a scalar was discussed. In this section, we introduce the dot product of two vectors and deal specifically

More information

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

More information

Chapter 8 Vectors and Scalars

Chapter 8 Vectors and Scalars Chapter 8 193 Vectors and Scalars Chapter 8 Vectors and Scalars 8.1 Introduction: In this chapter we shall use the ideas of the plane to develop a new mathematical concept, vector. If you have studied

More information

Vectors. Advanced Math Circle. October 18, 2018

Vectors. Advanced Math Circle. October 18, 2018 Vectors Advanced Math Circle October 18, 2018 Today we are going to spend some time studying vectors. Vectors are not only ubiquitous in math, and also used a lot in physics and engineering. Vectors are

More information

ANSWERS. CLASS: VIII TERM - 1 SUBJECT: Mathematics. Exercise: 1(A) Exercise: 1(B)

ANSWERS. CLASS: VIII TERM - 1 SUBJECT: Mathematics. Exercise: 1(A) Exercise: 1(B) ANSWERS CLASS: VIII TERM - 1 SUBJECT: Mathematics TOPIC: 1. Rational Numbers Exercise: 1(A) 1. Fill in the blanks: (i) -21/24 (ii) -4/7 < -4/11 (iii)16/19 (iv)11/13 and -11/13 (v) 0 2. Answer True or False:

More information

Mathematical review trigonometry vectors Motion in one dimension

Mathematical review trigonometry vectors Motion in one dimension Mathematical review trigonometry vectors Motion in one dimension Used to describe the position of a point in space Coordinate system (frame) consists of a fixed reference point called the origin specific

More information

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Copyright 2018 by James A. Bernhard Contents 1 Vector spaces 3 1.1 Definitions and basic properties.................

More information

Linear Algebra and Matrix Inversion

Linear Algebra and Matrix Inversion Jim Lambers MAT 46/56 Spring Semester 29- Lecture 2 Notes These notes correspond to Section 63 in the text Linear Algebra and Matrix Inversion Vector Spaces and Linear Transformations Matrices are much

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION SAMPLE PAPER 02 F PERIODIC TEST III EXAM (2017-18) SUBJECT: MATHEMATICS(041) BLUE PRINT : CLASS IX Unit Chapter VSA (1 mark) SA I (2 marks) SA II (3 marks)

More information

Vectors. Introduction. Prof Dr Ahmet ATAÇ

Vectors. Introduction. Prof Dr Ahmet ATAÇ Chapter 3 Vectors Vectors Vector quantities Physical quantities that have both n u m e r i c a l a n d d i r e c t i o n a l properties Mathematical operations of vectors in this chapter A d d i t i o

More information

r y The angle theta defines a vector that points from the boat to the top of the cliff where rock breaks off. That angle is given as 30 0

r y The angle theta defines a vector that points from the boat to the top of the cliff where rock breaks off. That angle is given as 30 0 From a boat in the English Channel, you slowly approach the White Cliffs of Dover. You want to know how far you are from the base of the cliff. Then suddenly you see a rock break off from the top and hit

More information

CHAPTER 2: VECTORS IN 3D

CHAPTER 2: VECTORS IN 3D CHAPTER 2: VECTORS IN 3D 2.1 DEFINITION AND REPRESENTATION OF VECTORS A vector in three dimensions is a quantity that is determined by its magnitude and direction. Vectors are added and multiplied by numbers

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

Vectors (Trigonometry Explanation)

Vectors (Trigonometry Explanation) Vectors (Trigonometry Explanation) CK12 Editor Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive

More information

POINT. Preface. The concept of Point is very important for the study of coordinate

POINT. Preface. The concept of Point is very important for the study of coordinate POINT Preface The concept of Point is ver important for the stud of coordinate geometr. This chapter deals with various forms of representing a Point and several associated properties. The concept of coordinates

More information

Vectors and Matrices Lecture 2

Vectors and Matrices Lecture 2 Vectors and Matrices Lecture 2 Dr Mark Kambites School of Mathematics 13/03/2014 Dr Mark Kambites (School of Mathematics) COMP11120 13/03/2014 1 / 20 How do we recover the magnitude of a vector from its

More information