1 Introduction to the Characters of Calculus III

Size: px
Start display at page:

Download "1 Introduction to the Characters of Calculus III"

Transcription

1 1 Introduction to the Characters of Calculus III 1.1 The Sets R 3, R 2, and Subset Thereof Note: In the first part of these notes we will be working in a purely algebraic fashion with sets, subsets, and vectors in R 2 and R 3. We will in no way be graphing/plotting/drawing/visually representing these objects geometrically. From my perspective, graphically representing these objects will require a coordinate system. Coordinate systems are the subject of the second part of these notes. Only after coodinate systems have been introduced will we be able to geometrically represent sets/subsets and vectors. Please keep this distinction in mind when working through the first part of these notes, and endeavor to exercise your algebraic skills by resisting the urge to try to draw pictures. You algebraic skills will at least as useful, if not more useful, than your geometric intuition. Best, Professor Osborne Let s first define the sets R 3 and R 2 by In actual words, eq. (2) reads as R 2 = {(x,y) x,y R} (1) R 3 = {(x,y,z) x,y,z R} (2) the collection (indicated by the set symbols {}) of all three-tuples of numbers such that (indicated by the symbol ) x, y and z are each real numbers R is defined to be (indicated by the symbol =) R 3 (pronounced R three ). (Example) (1, 2, 4) R 3 b/c each of 1, 2, 4 R; (0, 0) R 2 b/c 0 R; (2, 0, 3), (π, ln(2),e 1 ) R 3 ; ( 1, 2, 3i) / R 3 b/c 1 = i / R Here is another set, this time a subset of R 2 S = {(x,y) x 2 + y 2 = 1} (3) In words, S is the sets of all two-tuples (x,y) such that x and y satisfy the algebraic equation x 2 + y 2 = 1. (Example) (1, 0) S b/c = 1; (1, 1) / S b/c = 2 1; (1/ 2, 1/ 2) S b/c squaring each of 1/ 2 and adding gives 1; (0, 3) / S (You Try) Find 2 others points S. Find 2 others points / S. (You Try) Given the set defined by (a) H is a subset of R x for what value of x? (b) Is (1, 0) H?; Is (0, 1) H?; Is (2, 3) H H = {(x,y) x 2 y 2 = 1} (4) (c) Find 2 other points H. Find 2 other points / H. (You Try) Given the set defined by G = {(x,y,z) xy } + z = 0 (5) In words: G is the set of all points which satisfy the algebraic expression x y + z = 0. 1

2 (a) G is a subset of R x for what value of x? (b) Is (1, 1, 1) G?; Is (2, 0, 2) G?; Is (1, 2, 1/2) G (c) Find 2 other points G. Find 2 other points / G. Conclussion: The sets R 3, R 2 and subsets therof are major characters in Multivariable Calculus (a.k.a Calculus III). The next major players are vectors. Homework: 1. Define your own two subsets for each of R 2 and R 3 and list two point in and out of your sets. 2. Define a subset of R 4. List two points in the set and out of the set. 1.2 Further Introductions Vectors Recall the sets R 2 = {(x,y) x,y R} R 3 = {(x,y,z) x,y,z R} Let us now choose two generic points in, R 3 called x (little x) and X (big X) denoted by x = (x 1,x 2,x 3 ) and X = (X 1,X 2,X 3 ). (Note) We can make the points x and X specific by choosing specific values for x 1,x 2,x 3 and X 1,X 2,X 3, say x 1 = 1,x 2 = 2,x 3 = 3,X 1 = 4,X 2 = 5,X 3 = 6. We would then write x = (x 1,x 2,x 3 ) = (1, 2, 3) and X = (X 1,X 2,X 3 ) = (4, 5, 6) Let us now define a new entity called the vector from x to X [denoted by xx] and defined by xx = (X 1 x 1,X 2 x 2,X 3 x 3 ) (6) (Example) For x = (x 1,x 2,x 3 ) = (1, 2, 3) and X = (X 1,X 2,X 3 ) = (4, 5, 6) then xx = (4 1, 5 2, 6 3) = (3, 3, 3) (You Try) Given the points P = (1, 2, 3) and Q = (2, 5, 3), find the vectors PQ and QP. (Notatial Note:) A question that can be asked at this point is, (Q:) What is the relationship of points in R 3 to vectors? Let X = (X 1,X 2,X 3 ) be a point in R 3 and let us denote the special point (0, 0, 0) by the symbol O (for Origin). It follows that the vector from O to X is OX = (X 1 0,X 2 0,X 3 0) = (X 1,X 2,X 3 ). (A:) That is, points X R 3 can be viewed as vectors in from O = (0, 0, 0) to that point X. In other words, since both the point and vector are represented by (X 1,X 2,X 3 ) it look like there is no distinction between points and vectors when using the origin 2

3 O = (0, 0, 0). The only identifying feature is that we add the word point or vector designation. We will soon see that pictorially we should treat points and vectors differently. (Example) If X = (X 1,X 2,X 3 ) = (4, 5, 6) then OX = (X 1,X 2,X 3 ) = (4, 5, 6). If A = (1, 2) and O = (0, 0) then OA = (1, 2). (Notation Note) From now on we denote OX as just X (Note:) Realize that we are working with vectors purely algebraically, i.e. without drawing or geometrically representing them as this will require coordinate systems (more on this shortly). (You Try) Given the various points A = (2, 0, 1), B = (3, 2, 0), C = (1, 0, 5), D = (2, 3, 1), E = (2, 1), F = (3, 4), O 3 = (0, 0, 0), O 2 = (0, 0) Find A, F, AC, CA, CB, BA, CC, EF, O3 B, BC, O3 C. (Observation and You Try:) It will be trut that CA = CB + BA if we define addition of vectors entry by entry (check this for yourself). (Definition:) Given two vectors in R 3, v = (v 1,v 2,v 3 ) and w = (w 1,w 2,w 3 ) then the vector addition of v and w denoted v + w is defined to be v + w = (v 1 + w 1,v 2 + w 2,v 3 + w 3 ). (7) Define multiplication of a vector v with a scalar (constant) c by c v = (c v 1,c v 2,c v 3 ) (8) (Note:) This vector addition and scalar multipliation extend to R n for any n, but for this class we will stay focused on R 2, R 3, and subsets thereof. (You Try) Use your answers from above to verify that O 3 B + BC = O3 C. Find A + B. Find F + E. Find 2 A. Find 2 E. 2 On Coordinate Systems 2.1 The Standard Coordinate System To this point we have defined points and vectors in R 3 and R 2 purely algebraically by eqs. (1), (2), and 6. We have also defined vector addition algebraically by eq. (7). We have in no way appealed to pictures or geometric representations of these objects because this requires the use of a coordinate system as we now discuss. If you would like to picture R 3 think of an infinite box. 3

4 z 05 x0 0y 10 z 05 x0 0y Figure 1: (left) Think of R 3 as an infinite box. (middle) When a point Q R 3 is given, say Q = ( 5, 10, 10), we imagine gridding up R 3 and then counting -5 units in the x direction, -10 in the y direction, and -10 in the z direction and then drawing a green dot. (right) Different than points, vectors can be represented by (directed) arrows. For example, for the two points O = (0, 0, 0) (the standard origin, the red dot) and P = ( 10, 10, 10) (the blue dot), the vector OP = P O = ( 10, 10, 10) is represented as the arrow from the red dot to the blue dot. A closer view of the right plot is shown in Figure 2. (Definition:) A coordinate system on R 2 or R 3 is defined by two pieces of information 1. A choice of origin, i.e. either a specific point O 2 R 2 or O 3 R A choice of 2 or 3 vectors 2 for R 2 and 3 for R 3. (Step 1 Choose an Origin) Let us start with the choice of origin by choosing two points in R 3, say P = ( 10, 10, 10) and O = (0, 0, 0) which we will call the origins of two coordinate systems. 1. (Origin 1) If P = ( 10, 10, 10) is the origin then by this we mean that points in R 3 will be converted to vectors using the defintion PQ where Q is any point in R 3. For example, if Q = ( 5, 10, 10) is a point in R 3 then PQ = Q P = (5, 20, 0). Also, P O = O P = (10, 10, 10). 2. (Origin 2) If O = (0, 0, 0) is the origin then by this we mean that points in R 3 will be converted to vectors using the definition OP where P is any point in R 3. For example, For example, if Q = ( 5, 10, 10) is a point in R 3 then OP = ( 5, 10, 10). 3. You can choose any point in R 3 as an origin. So essentially, choosing an origin for the coordinate system is choosing, out of all possible points, a reference point from which to draw vectors from. See Figures 1 and 2, which we can now draw because we have specificed origins. (You Try) Given an origin B = (1, 0, 0), Express the point C = (3, 0, 0) and D = 4

5 10 z y x Figure 2: A Closer View of Figure 1 (right). Different than points, vectors can be represented by (directed) arrows. For O = (0, 0, 0) (red) and P = ( 10, 10, 10) (blue), the vector OP = P O = ( 10, 10, 10) is represented as the arrow from red to blue. (1, 0, 4) as vectors relative to this origin. Sketch a picture of all points and the two vectors. (Step 2 Choose the legs of the coordinate system) Now we move to the second piece of information needed to define a coordinate system; a set of 2 or 3 vectors. To illustrate we begin with R 3 with origin O = (0, 0, 0). From the three points e 1 = (1, 0, 0),e 2 = (0, 1, 0),e 3 = (0, 0, 1) we find the three vectors Oe 1 = e 1 = (1, 0, 0), Oe 2 = e 2 = (0, 1, 0), Oe 3 = e 3 = (0, 0, 1). The three vectors e 1, e 3, e 3 complete the specification of a special coordinate system for R 3 which we denote by (O, e 1, e 2, e 3 ) (9) and call the standard coordinate system on R 3 (See Figure 3). (Note:) Emphasis has been placed on the word a in a coordinate system because there are many, many, many coordinate systems one can choose for R 3 ; One can simply change the origin or one can change the set of three vectors. 5

6 Figure 3: The Standard Coordinate System. (left) The red point is O = (0, 0, 0), while the three black points are e 1 = (1, 0, 0),e 2 = (0, 1, 0),e 3 = (0, 0, 1). The three arrows (black) e 1 = e 1 O, e 2 = e 2 O, e 3 = e 3 O point in the x,y,z directions, respectively. (right) The vector (blue) X = (X 1,X 2,X 3 ) = (1, 1, 1) = 1 e 1 +1 e 2 +1 e 3 expressed in the standard coordinate system (O, e 1, e 2, e 3 ). 2.2 What Is a Coordinate Systems Good For? In short, a coordinate system allows one to specify the coordinates of a vector which we now explain. We first illustrate using the standard coordinate system from equation 9. (Example:) Choose any point A in R 3, say A = (1, 2, 3). Express A as a vector in the coordinate sysem (O, e 1, e 2, e 3 ). 1. First A = OA = (1, 2, 3). This is using that O is our choice of origin for the coordinate system. 2. Now that the point A is the vector A use the scalar multiplication and vector addition of eqs. (8) and (7) to write A as A = (1, 2, 3) = 1 (1, 0, 0) + 2 (0, 1, 0) + 3 (0, 0, 1) (using properties eq.(8)and eq.(7)of vectors) = 1 e e e 3 (10) These steps are so easy because of our choice of the vectors e 1, e 2, e 3. (Terminology:) Once you have the vector A written in the form of eq. (10) we say that the vector has been decomposed or broken down in the standard coordinate system. 3. (Definition:) The numbers 1, 2 and 3 in front of the e s from eq. (10) are called the coordinates of A relative to the coordinate system (O, e 1, e 2, e 3 ). 4. (Definition:) The coordinate vector of A is formed from the coordinates of A. For the example above, the coordinate vector is (1, 2, 3). 6

7 (Q:) Why is the Standard Coordinate System (O, e 1, e 2, e 3 ) so nice? (A:) The coordinate vector of any vector A expressed in the standard coordinate system is the same as the vector itself. That is, for example, B = (2, 3, 4),C = ( 2, 1, 6) then B = (2, 3, 4) = 2 e e e 3. and C = ( 2, 1, 6) = 2 e 1 1 e e 3 so the coordinate vectors are (2, 3, 4) and ( 2, 1, 6). This is not always the case for other coordinate systems. As we see with the next section. 2.3 Non-Standard Coordinate Systems Let s begin with R 2 and choose two different coordinate systems #1 and #2 given by #1 (O, e 1, e 2 ) where O = (0, 0) and e 1 = (1, 0) and e 2 = (0, 1). #2 (A, v 1, v 2 ) where A = (2, 2) and v 1 = (1, 1) and v 2 = (1, 1). (Example:) Express the point C = ( 3, 3) R 2 as a vector in coordinate system #2. Further, what is the decomposition of this vector relative to coordinate system #2? To complete the example, we essentially answer both parts at the same time. First we express C as a vector in coordinate system #2 by doing C A then break it up into the relevant two parts AC = C A = ( 5, 5) v {}} 1 { = x 1 (1, 1) +x 2 (1, 1) }{{} v 2 = (x 1 + x 2,x 1 x 2 ) where x 1 and x 2 are the unknown coordinates. For two vectors to be equal (in this case ( 5, 5) and (x 1 + x 2,x 1 x 2 )) each entry of the vector must equal. That is, to find x 1,x 2, we must solve the system of equations x 1 + x 2 = 5 x 1 x 2 = 5. (11) The solution turns out to be x 1 = 5 and x 2 = 0 which you should check by AC = ( 5, 5) = 5 v v 2 (multiply out, does it equal ( 5, 5)?). (12) In conclussion, in this example the vector AC has been decomposed or broken down relative to coordinate system #2. The coordinate vector of AC relative to coordinate sysem #2 is ( 5, 0). 7

8 y x Figure 4: Two Coordinate Systems in R 2. The standard system is given by the black point and two black arrows, while a non standard system is given in by the red point and two red arrows. A single point P=(1,3) is shown in blue and expressed as a vector in each of the two coordinate systems (shown as blue arrows). It is only when a coordinate system is selected that we really know how to draw vectors/arrows. The point of this figure is that a single point P can have multiple vector descriptions depending on the coordinate systems selected. Homework: 1. Express the the points C = ( 1, 5) and D = (2, 4) as vectors in coord. sys. #2. What is the decomposition these vectors relative to #2. What are the coordinate vectors of these vectors relative to #2? 2. Given an origin A = (1, 3) and the points (2, 5) and (0, 1), define a coordinate system for R 2. Use this coordinate system to express the point C = ( 2, 5) as a vector. What are the coordiantes of this vector relative to the new coordinate system? 2.4 Choosing A Coordinate System Gives a Framework Within Which To Construct Plots (This Whole Subsection is One Example): Recall from Section 2.3, that we had two coordinate systems #1 (the standard coordinate system on R 2 ) given by O = (0, 0) and e 1 = (1, 0) and e 2 = (0, 1) and a non-standard coordinate system given by (A, v 1, v 2 ) where A = (2, 2) and v 1 = (1, 1) and v 2 = (1, 1). See the black and red vectors in Figure 4. 8

9 The entries of a coordinate vector can be interpreted as instructions about how to travel from the origin of the coordinate system in each of the directions to another point. For example, the point P = (1, 3) is expressed as a vector in the standard coordinate system as P = (1, 3) = 1 e e 3 and so the coordinates vector is (1, 3). The coordinate vector can be interpreted to be those instruction telling us how to move in the given coordinate system; starting at the origin O, go 1 step in the e 1 direction and then 3 steps in the e 2 direction and you will end at point P. This process is shown by the blue arrows in Figure 4. Considering now the second (red) coordinate system, the point P = (1, 3) is expressed as the vector (1 2, 3 2) = ( 1, 1) = 1 v v 1 and so the corrdinate vector is ( 1, 0). The coordinate vector can be interpreted to mean the following: if we start at the origin A and travel 1 steps (i.e. backwards 1 step) in the v 2 direction and then 0 steps in the v 1 direction then we will end at the point P. That is, the coordinate vector contains the information about how we are to move inside the given coordinate system. This process is shown in Figure 4. The point of this example is to show that points can have many ( many) different vector and coordinate vector descriptions. Because of its covenience, the standard coordinate system will be the one most often employed. That is, from now on unless otherwise stated, we will represent points and vectors relative to the standard coordinate system. That is, a given point corresponds to the vector X = (X 1,X 2,X 3 ) R 3 with coordinate vector X = (X 1,X 2,X 3 ) = X 1 e 1 + X 2 e 2 + X 3 e 3 (X 1,X 2,X 3 ). So, for example, the coordinate vector (2, 3, 4), unless otherwise stated, corresponds to the point X = (2, 3, 1) R 3 and the vector X = (2, 3, 1). It will be necessary from time to time throughout this class to change coordinate systems or to take the origin of the coordinate system to be other than O. When we get to this point we will be ready from our preparations here. Now test your understanding by doing the following problems. 9

10 y x Figure 5: Use This Figure For the Homework Problems. The red coordinate system is given by (A,v 1,v 2 ) = ((2, 2), (1, 1), (1, 1)). Homework: Use Figure 5 to answer the following questions. The points P 1 = (0, 5),P 2 = (0, 2),P 3 = (1, 3),P 4 = (3, 5),P 5 = (3, 2),P 6 = (4, 2) R 2 are given. Note that I said these vectors are coordinate vectors. Answer the following questions 1. Given the coordinate vectors (relative to coord. sys # 2), (1, 1), (2, 1), and ( 1, 1), what points correspond to these coordinate vectors? Check your answer algebraically. (For example:), given the coordinate vector (0,-1) this means we go 0 steps in v 1 and 1 step in v 2 so we end up at point P 3 = (1, 3). To check your work algebraically, notice that AP 3 = ( 1, 1) = 0 v 1 1 v 2 = 1 (1, 1) = ( 1, 1) (sweet, they re equal). 2. Try to use the figure to geometrically determine the coordinate vectors of the vectors AP 5 and AP 1. Do the algebra (similar to eq. (11)) to check your geometrically determined answer. 10

11 3 Now Pick Up Select Topics From Our Book (Briggs and Cochran). Let s take as a working assumtion that, unless otherwise stated, all points P R 2or3 will be represented in the standard coordinate system. (Notational Note:) Our book uses bold faced font to represent vectors, i.e. v = Ov is v. Also our book uses instead of e 1, e 2, e 3 the symbols i, j, k, respectively. You will also note that when describing the vector, our book uses > symbols. That is, instead of writing the vector X = (X 1,X 2,X 3 ) as we have done throughout these notes, our book writes X = X 1,X 2,X 3. In our class, I will use either depending on the convenience of the situation. Most often when I want to distinguish a point from a vector I will not rely on a notation, but come flat out and tell you in words that I want you to think of the object as a point or a vector. Now let s pick up some select topics from our book: 1. Magnitude of vectors in R 2 and R 3 and unit vectors (pgs. 684, 686)) 2. The dot product, its properties, and orthogonality (pg. 705) 3. Angle between vectors (pg. 704) 4. The cross product and its properties (pg. 714) 11

4.1 Distance and Length

4.1 Distance and Length Chapter Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at vectors

More information

Introduction to Statics

Introduction to Statics Introduction to Statics.PDF Edition Version 0.95 Unit 7 Vector Products Helen Margaret Lester Plants Late Professor Emerita Wallace Starr Venable Emeritus Associate Professor West Virginia University,

More information

Distance in the Plane

Distance in the Plane Distance in the Plane The absolute value function is defined as { x if x 0; and x = x if x < 0. If the number a is positive or zero, then a = a. If a is negative, then a is the number you d get by erasing

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

Vector Spaces. Chapter 1

Vector Spaces. Chapter 1 Chapter 1 Vector Spaces Linear algebra is the study of linear maps on finite-dimensional vector spaces. Eventually we will learn what all these terms mean. In this chapter we will define vector spaces

More information

Examples: u = is a vector in 2. is a vector in 5.

Examples: u = is a vector in 2. is a vector in 5. 3 Vectors and vector equations We'll carefully define vectors, algebraic operations on vectors and geometric interpretations of these operations, in terms of displacements These ideas will eventually give

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

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

Introduction to Vectors

Introduction to Vectors Introduction to Vectors K. Behrend January 31, 008 Abstract An introduction to vectors in R and R 3. Lines and planes in R 3. Linear dependence. 1 Contents Introduction 3 1 Vectors 4 1.1 Plane vectors...............................

More information

Vector Geometry. Chapter 5

Vector Geometry. Chapter 5 Chapter 5 Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at

More information

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

More information

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

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

More information

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

More information

Wed Feb The vector spaces 2, 3, n. Announcements: Warm-up Exercise:

Wed Feb The vector spaces 2, 3, n. Announcements: Warm-up Exercise: Wed Feb 2 4-42 The vector spaces 2, 3, n Announcements: Warm-up Exercise: 4-42 The vector space m and its subspaces; concepts related to "linear combinations of vectors" Geometric interpretation of vectors

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Linear Algebra MATH 2076 Linear Algebra SLEs Chapter 1 Section 1 1 / 8 Linear Equations and their Solutions A linear equation in unknowns (the variables) x 1, x 2,..., x n has

More information

Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated )

Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated ) Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated 24--27) Denis Sevee s Vector Geometry notes appear as Chapter 5 in the current custom textbook used at John Abbott College for

More information

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication.

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. Copyright Pearson Canada Inc. All rights reserved. Copyright Pearson

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

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

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

In mathematics (and physics...) such quantities are called vectors and are represented by a directed line segment.

In mathematics (and physics...) such quantities are called vectors and are represented by a directed line segment. 12.2 1 12.2 Vectors Some things that we measure are determined simply by their magnitude, e.g., length, time, mass, etc. Others require more information. For example, to describe velocity one needs the

More information

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

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

Vectors for Beginners

Vectors for Beginners Vectors for Beginners Leo Dorst September 6, 2007 1 Three ways of looking at linear algebra We will always try to look at what we do in linear algebra at three levels: geometric: drawing a picture. This

More information

Adding and Scaling Points

Adding and Scaling Points ACTIVITY 1 Algebra with Points Adding and Scaling Points 1. Suppose A (3, 1) and B ( 2, 4). Calculate each result and plot your answers: (a) A + B (b) A +2B (c) A +3B (d) A B (e) A + 1 B (f) A +7B 2 (g)

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

Finish section 3.6 on Determinants and connections to matrix inverses. Use last week's notes. Then if we have time on Tuesday, begin:

Finish section 3.6 on Determinants and connections to matrix inverses. Use last week's notes. Then if we have time on Tuesday, begin: Math 225-4 Week 7 notes Sections 4-43 vector space concepts Tues Feb 2 Finish section 36 on Determinants and connections to matrix inverses Use last week's notes Then if we have time on Tuesday, begin

More information

Linear Algebra (Part II) Vector Spaces, Independence, Span and Bases

Linear Algebra (Part II) Vector Spaces, Independence, Span and Bases Linear Algebra (Part II) Vector Spaces, Independence, Span and Bases A vector space, or sometimes called a linear space, is an abstract system composed of a set of objects called vectors, an associated

More information

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

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

More information

Vectors and their uses

Vectors and their uses Vectors and their uses Sharon Goldwater Institute for Language, Cognition and Computation School of Informatics, University of Edinburgh DRAFT Version 0.95: 3 Sep 2015. Do not redistribute without permission.

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Definition of geometric vectors

Definition of geometric vectors Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 2 of geometric vectors What you need to know already: The general aims behind the concept of a vector. What you can learn here: The

More information

Vectors a vector is a quantity that has both a magnitude (size) and a direction

Vectors a vector is a quantity that has both a magnitude (size) and a direction Vectors In physics, a vector is a quantity that has both a magnitude (size) and a direction. Familiar examples of vectors include velocity, force, and electric field. For any applications beyond one dimension,

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

GRE Quantitative Reasoning Practice Questions

GRE Quantitative Reasoning Practice Questions GRE Quantitative Reasoning Practice Questions y O x 7. The figure above shows the graph of the function f in the xy-plane. What is the value of f (f( ))? A B C 0 D E Explanation Note that to find f (f(

More information

Vectors. both a magnitude and a direction. Slide Pearson Education, Inc.

Vectors. both a magnitude and a direction. Slide Pearson Education, Inc. Vectors A quantity that is fully described The velocity vector has both a magnitude and a direction. by a single number is called a scalar quantity (i.e., mass, temperature, volume). A quantity having

More information

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Lecture -1 Element of vector calculus: Scalar Field and its Gradient This is going to be about one

More information

6.2 Deeper Properties of Continuous Functions

6.2 Deeper Properties of Continuous Functions 6.2. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 69 6.2 Deeper Properties of Continuous Functions 6.2. Intermediate Value Theorem and Consequences When one studies a function, one is usually interested in

More information

VECTORS. 3-1 What is Physics? 3-2 Vectors and Scalars CHAPTER

VECTORS. 3-1 What is Physics? 3-2 Vectors and Scalars CHAPTER CHAPTER 3 VECTORS 3-1 What is Physics? Physics deals with a great many quantities that have both size and direction, and it needs a special mathematical language the language of vectors to describe those

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

Finding Limits Graphically and Numerically

Finding Limits Graphically and Numerically Finding Limits Graphically and Numerically 1. Welcome to finding limits graphically and numerically. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture

More information

Introduction to Geometry

Introduction to Geometry Introduction to Geometry What is Geometry Why do we use Geometry What is Geometry? Geometry is a branch of mathematics that concerns itself with the questions of shape, size, position of figures, and the

More information

Polynomial one or more monomials added or subtracted. (i.e. : 5x or 6xy-3 or 6xy - 5x + 3 or

Polynomial one or more monomials added or subtracted. (i.e. : 5x or 6xy-3 or 6xy - 5x + 3 or Polynomials Necessary Terms for Success Welcome back! We will now tackle the world of polynomials. Before we get started with performing operations or using polynomials for applications, we will need some

More information

2.1 Definition. Let n be a positive integer. An n-dimensional vector is an ordered list of n real numbers.

2.1 Definition. Let n be a positive integer. An n-dimensional vector is an ordered list of n real numbers. 2 VECTORS, POINTS, and LINEAR ALGEBRA. At first glance, vectors seem to be very simple. It is easy enough to draw vector arrows, and the operations (vector addition, dot product, etc.) are also easy to

More information

LINEAR ALGEBRA: THEORY. Version: August 12,

LINEAR ALGEBRA: THEORY. Version: August 12, LINEAR ALGEBRA: THEORY. Version: August 12, 2000 13 2 Basic concepts We will assume that the following concepts are known: Vector, column vector, row vector, transpose. Recall that x is a column vector,

More information

Linear Algebra, Summer 2011, pt. 2

Linear Algebra, Summer 2011, pt. 2 Linear Algebra, Summer 2, pt. 2 June 8, 2 Contents Inverses. 2 Vector Spaces. 3 2. Examples of vector spaces..................... 3 2.2 The column space......................... 6 2.3 The null space...........................

More information

MATH 1210 Assignment 3 Solutions 17R-T2

MATH 1210 Assignment 3 Solutions 17R-T2 MATH 1210 Assignment 3 Solutions 17R-T2 This assignment is optional and does not need to be handed in. Attempt all questions, write out nicely written solutions (showing all your work), and the solutions

More information

Vectors Part 1: Two Dimensions

Vectors Part 1: Two Dimensions Vectors Part 1: Two Dimensions Last modified: 20/02/2018 Links Scalars Vectors Definition Notation Polar Form Compass Directions Basic Vector Maths Multiply a Vector by a Scalar Unit Vectors Example Vectors

More information

Chapter 5 Simplifying Formulas and Solving Equations

Chapter 5 Simplifying Formulas and Solving Equations Chapter 5 Simplifying Formulas and Solving Equations Look at the geometry formula for Perimeter of a rectangle P = L W L W. Can this formula be written in a simpler way? If it is true, that we can simplify

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

REVIEW - Vectors. Vectors. Vector Algebra. Multiplication by a scalar

REVIEW - Vectors. Vectors. Vector Algebra. Multiplication by a scalar J. Peraire Dynamics 16.07 Fall 2004 Version 1.1 REVIEW - Vectors By using vectors and defining appropriate operations between them, physical laws can often be written in a simple form. Since we will making

More information

Math (P)Review Part I:

Math (P)Review Part I: Lecture 1: Math (P)Review Part I: Linear Algebra Computer Graphics CMU 15-462/15-662, Fall 2017 Homework 0.0 (Due Monday!) Exercises will be a bit harder / more rigorous than what you will do for the rest

More information

Handout #6 INTRODUCTION TO ALGEBRAIC STRUCTURES: Prof. Moseley AN ALGEBRAIC FIELD

Handout #6 INTRODUCTION TO ALGEBRAIC STRUCTURES: Prof. Moseley AN ALGEBRAIC FIELD Handout #6 INTRODUCTION TO ALGEBRAIC STRUCTURES: Prof. Moseley Chap. 2 AN ALGEBRAIC FIELD To introduce the notion of an abstract algebraic structure we consider (algebraic) fields. (These should not to

More information

CHAPTER 5. Higher Order Linear ODE'S

CHAPTER 5. Higher Order Linear ODE'S A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 2 A COLLECTION OF HANDOUTS ON SCALAR LINEAR ORDINARY

More information

Math 416, Spring 2010 Matrix multiplication; subspaces February 2, 2010 MATRIX MULTIPLICATION; SUBSPACES. 1. Announcements

Math 416, Spring 2010 Matrix multiplication; subspaces February 2, 2010 MATRIX MULTIPLICATION; SUBSPACES. 1. Announcements Math 416, Spring 010 Matrix multiplication; subspaces February, 010 MATRIX MULTIPLICATION; SUBSPACES 1 Announcements Office hours on Wednesday are cancelled because Andy will be out of town If you email

More information

11.4 Dot Product Contemporary Calculus 1

11.4 Dot Product Contemporary Calculus 1 11.4 Dot Product Contemporary Calculus 1 11.4 DOT PRODUCT In the previous sections we looked at the meaning of vectors in two and three dimensions, but the only operations we used were addition and subtraction

More information

This appendix provides a very basic introduction to linear algebra concepts.

This appendix provides a very basic introduction to linear algebra concepts. APPENDIX Basic Linear Algebra Concepts This appendix provides a very basic introduction to linear algebra concepts. Some of these concepts are intentionally presented here in a somewhat simplified (not

More information

EUCLIDEAN SPACES AND VECTORS

EUCLIDEAN SPACES AND VECTORS EUCLIDEAN SPACES AND VECTORS PAUL L. BAILEY 1. Introduction Our ultimate goal is to apply the techniques of calculus to higher dimensions. We begin by discussing what mathematical concepts describe these

More information

Module 3: Cartesian Coordinates and Vectors

Module 3: Cartesian Coordinates and Vectors Module 3: Cartesian Coordinates and Vectors Philosophy is written in this grand book, the universe which stands continually open to our gaze. But the book cannot be understood unless one first learns to

More information

MITOCW MITRES_18-007_Part5_lec3_300k.mp4

MITOCW MITRES_18-007_Part5_lec3_300k.mp4 MITOCW MITRES_18-007_Part5_lec3_300k.mp4 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources

More information

Introduction to Linear Algebra

Introduction to Linear Algebra Introduction to Linear Algebra Linear algebra is the algebra of vectors. In a course on linear algebra you will also learn about the machinery (matrices and reduction of matrices) for solving systems of

More information

Welcome to IB Math - Standard Level Year 2

Welcome to IB Math - Standard Level Year 2 Welcome to IB Math - Standard Level Year 2 Why math? Not So Some things to know: Good HW Good HW Good HW www.aleimath.blogspot.com Example 1. Lots of info at Example Example 2. HW yup. You know you love

More information

3.2 A2 - Just Like Derivatives but Backwards

3.2 A2 - Just Like Derivatives but Backwards 3. A - Just Like Derivatives but Backwards The Definite Integral In the previous lesson, you saw that as the number of rectangles got larger and larger, the values of Ln, Mn, and Rn all grew closer and

More information

Distances in R 3. Last time we figured out the (parametric) equation of a line and the (scalar) equation of a plane:

Distances in R 3. Last time we figured out the (parametric) equation of a line and the (scalar) equation of a plane: Distances in R 3 Last time we figured out the (parametric) equation of a line and the (scalar) equation of a plane: Definition: The equation of a line through point P(x 0, y 0, z 0 ) with directional vector

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date May 9, 29 2 Contents 1 Motivation for the course 5 2 Euclidean n dimensional Space 7 2.1 Definition of n Dimensional Euclidean Space...........

More information

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and 6. Vectors For purposes of applications in calculus and physics, a vector has both a direction and a magnitude (length), and is usually represented as an arrow. The start of the arrow is the vector s foot,

More information

Regina Algebra 1 and A

Regina Algebra 1 and A Regina Algebra 1 and A Summer Math Review In the following pages, you will find review materials that will prepare you for next year s math course. Please take the exercises seriously as this will allow

More information

Unit 3 Factors & Products

Unit 3 Factors & Products 1 Unit 3 Factors & Products General Outcome: Develop algebraic reasoning and number sense. Specific Outcomes: 3.1 Demonstrate an understanding of factors of whole number by determining the: o prime factors

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a AP Physics C: Mechanics Greetings, For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a brief introduction to Calculus that gives you an operational knowledge of

More information

(But, they are entirely separate branches of mathematics.)

(But, they are entirely separate branches of mathematics.) 2 You ve heard of statistics to deal with problems of uncertainty and differential equations to describe the rates of change of physical systems. In this section, you will learn about two more: vector

More information

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions Lesson 15 Graphs of Rational Functions SKILLS REVIEW! Use function composition to prove that the following two funtions are inverses of each other. 2x 3 f(x) = g(x) = 5 2 x 1 1 2 Lesson Objectives! The

More information

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities MA 1128: Lecture 08 03/02/2018 Linear Equations from Graphs And Linear Inequalities Linear Equations from Graphs Given a line, we would like to be able to come up with an equation for it. I ll go over

More information

Linear Algebra for Beginners Open Doors to Great Careers. Richard Han

Linear Algebra for Beginners Open Doors to Great Careers. Richard Han Linear Algebra for Beginners Open Doors to Great Careers Richard Han Copyright 2018 Richard Han All rights reserved. CONTENTS PREFACE... 7 1 - INTRODUCTION... 8 2 SOLVING SYSTEMS OF LINEAR EQUATIONS...

More information

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 5.5. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 195 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

A 2. =... = c c N. 's arise from the three types of elementary row operations. If rref A = I its determinant is 1, and A = c 1

A 2. =... = c c N. 's arise from the three types of elementary row operations. If rref A = I its determinant is 1, and A = c 1 Theorem: Let A n n Then A 1 exists if and only if det A 0 proof: We already know that A 1 exists if and only if the reduced row echelon form of A is the identity matrix Now, consider reducing A to its

More information

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a Math 360 Linear Algebra Fall 2008 9-10-08 Class Notes Matrices As we have already seen, a matrix is a rectangular array of numbers. If a matrix A has m columns and n rows, we say that its dimensions are

More information

Segment Measurement, Midpoints, & Congruence

Segment Measurement, Midpoints, & Congruence Lesson 2 Lesson 2, page 1 Glencoe Geometry Chapter 1.4 & 1.5 Segment Measurement, Midpoints, & Congruence Last time, we looked at points, lines, and planes. Today we are going to further investigate lines,

More information

Chapter 0 of Calculus ++, Differential calculus with several variables

Chapter 0 of Calculus ++, Differential calculus with several variables Chapter of Calculus ++, Differential calculus with several variables Background material by Eric A Carlen Professor of Mathematics Georgia Tech Spring 6 c 6 by the author, all rights reserved - Table of

More information

The geometry of least squares

The geometry of least squares The geometry of least squares We can think of a vector as a point in space, where the elements of the vector are the coordinates of the point. Consider for example, the following vector s: t = ( 4, 0),

More information

a (b + c) = a b + a c

a (b + c) = a b + a c Chapter 1 Vector spaces In the Linear Algebra I module, we encountered two kinds of vector space, namely real and complex. The real numbers and the complex numbers are both examples of an algebraic structure

More information

STAT 151A: Lab 1. 1 Logistics. 2 Reference. 3 Playing with R: graphics and lm() 4 Random vectors. Billy Fang. 2 September 2017

STAT 151A: Lab 1. 1 Logistics. 2 Reference. 3 Playing with R: graphics and lm() 4 Random vectors. Billy Fang. 2 September 2017 STAT 151A: Lab 1 Billy Fang 2 September 2017 1 Logistics Billy Fang (blfang@berkeley.edu) Office hours: Monday 9am-11am, Wednesday 10am-12pm, Evans 428 (room changes will be written on the chalkboard)

More information

Solutions to Math 51 First Exam October 13, 2015

Solutions to Math 51 First Exam October 13, 2015 Solutions to Math First Exam October 3, 2. (8 points) (a) Find an equation for the plane in R 3 that contains both the x-axis and the point (,, 2). The equation should be of the form ax + by + cz = d.

More information

Lesson 3: Advanced Factoring Strategies for Quadratic Expressions

Lesson 3: Advanced Factoring Strategies for Quadratic Expressions Advanced Factoring Strategies for Quadratic Expressions Student Outcomes Students develop strategies for factoring quadratic expressions that are not easily factorable, making use of the structure of the

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date April 29, 23 2 Contents Motivation for the course 5 2 Euclidean n dimensional Space 7 2. Definition of n Dimensional Euclidean Space...........

More information

Polynomials. This booklet belongs to: Period

Polynomials. This booklet belongs to: Period HW Mark: 10 9 8 7 6 RE-Submit Polynomials This booklet belongs to: Period LESSON # DATE QUESTIONS FROM NOTES Questions that I find difficult Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. REVIEW TEST Your teacher

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

1 What is the area model for multiplication?

1 What is the area model for multiplication? for multiplication represents a lovely way to view the distribution property the real number exhibit. This property is the link between addition and multiplication. 1 1 What is the area model for multiplication?

More information

v = ( 2)

v = ( 2) Chapter : Introduction to Vectors.. Vectors and linear combinations Let s begin by saying what vectors are: They are lists of numbers. If there are numbers in the list, there is a natural correspondence

More information

Announcements August 31

Announcements August 31 Announcements August 31 Homeworks 1.1 and 1.2 are due Friday. The first quiz is on Friday, during recitation. Quizzes mostly test your understanding of the homework. There will generally be a quiz every

More information

Math (P)Review Part II:

Math (P)Review Part II: Math (P)Review Part II: Vector Calculus Computer Graphics Assignment 0.5 (Out today!) Same story as last homework; second part on vector calculus. Slightly fewer questions Last Time: Linear Algebra Touched

More information

Don t forget to think of a matrix as a map (a.k.a. A Linear Algebra Primer)

Don t forget to think of a matrix as a map (a.k.a. A Linear Algebra Primer) Don t forget to think of a matrix as a map (aka A Linear Algebra Primer) Thomas Yu February 5, 2007 1 Matrix Recall that a matrix is an array of numbers: a 11 a 1n A a m1 a mn In this note, we focus on

More information

2. Two binary operations (addition, denoted + and multiplication, denoted

2. Two binary operations (addition, denoted + and multiplication, denoted Chapter 2 The Structure of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference between

More information

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Module - 3 Lecture - 10 First Order Linear Equations (Refer Slide Time: 00:33) Welcome

More information

VECTORS vectors & scalars vector direction magnitude scalar only magnitude

VECTORS vectors & scalars vector direction magnitude scalar only magnitude VECTORS Physical quantities are classified in two big classes: vectors & scalars. A vector is a physical quantity which is completely defined once we know precisely its direction and magnitude (for example:

More information

In mathematics there are endless ways that two entities can be related

In mathematics there are endless ways that two entities can be related CHAPTER 16 Relations In mathematics there are endless ways that two entities can be related to each other. Consider the following mathematical statements. 5 < 10 5 5 6 = 30 5 5 80 7 > 4 x y 8 3 a b ( mod

More information

Vectors and Plane Geometry

Vectors and Plane Geometry Vectors and Plane Geometry Karl Heinz Dovermann Professor of Mathematics University of Hawaii January 7, 0 Preface During the first week of the semester it is difficult to get started with the course

More information