Chapter 1: Introduction to Vectors (based on Ian Doust s notes)

Size: px
Start display at page:

Download "Chapter 1: Introduction to Vectors (based on Ian Doust s notes)"

Transcription

1 Chapter 1: Introduction to Vectors (based on Ian Doust s notes) Daniel Chan UNSW Semester Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

2 A typical problem Chewie points his crossbow south-east. If bolts fly at 5ms 1, it s easy to determine where it is at any point in time. Question But what if he fires it from the Millenium Falcon which is moving north at 10ms 1? Pictorial Ans Q What if the Millenium Falcon is in the Death Star which is moving...? Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

3 Goals of this chapter Note that to answer the question above, you need to know both the magnitudes 5ms 1, 10ms 1 and the directions of motion. In this chapter we ll intro new mathematical objects called vectors which encode info about magnitudes & directions. Note real numbers only encode magnitudes and sign (i.e. + or ). study how vectors combine to answer questions such as that above. intro coordinates to reduce vector calculations to calculations involving numbers. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

4 What s a (geometric) vector? A (geometric) vector is often represented by an arrow or a directed line segment. It can represent a velocity like 5ms 1 south east. The length of the arrow represents the magnitude of the vector and the arrow points in the direction of the vector. Typical notation for a vector: v, v, or ṽ. We denote the magnitude of v by v. (No notation for the direction!) Equality of vectors We say vectors u & v are equal, and write u = v, if u and v have the same magnitude and direction. E.g. The zero vector, denoted by 0, has length 0. It is the only vector with no specific direction. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

5 Vector addition Given two vectors u and v we can add them head-to-tail to produce a new vector u + v as follows: Adding the zero vector 0 does nothing as v + 0 = 0 + v = v for all vectors v. There are many physical interpretations of this addition. E.g. 3-way tug-o-war We let v denote the vector with the same magnitude but the opposite direction so v + ( v) = 0. We define subtraction by u v := u + ( v). Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

6 Reminder on real numbers Primary and high school arithmetic uses numbers that we call real. For example, the numbers 0, 73, 2 1 5, 2, π e 2,.... and so on are real numbers. We will denote the real number system by R. We visualize R as an infinitely long line: Within the set R we have Natural numbers, N = {0, 1, 2, 3,...}. Integers, Z = {..., 2, 1, 0, 1, 2,...}. { Rational numbers, Q = p q }. : p, q Z, q 0 Positive numbers, R + = {x R : x > 0}. Irrational numbers, i.e. those that aren t in Q. and many other subsets of numbers. Sometimes, we refer to numbers as scalars (as opposed to vectors). Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

7 Scalar multiplication There is another operation we can perform on vectors, scalar multiplication. If λ R is a non-negative scalar and v a vector, then λv denotes the vector with the same direction, but magnitude is scaled by λ, i.e. λv = λ v. If λ < 0 then we define λv := λ ( v). E.g. ( 1)v =?? If u = λv, then we say that u and v are parallel. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

8 Properties of vector addition Question In what sense is vector addition a type of addition? A You can manipulate vector sums much as you can numbers because of the Commutative law v + w = w + v (Why?) Associative law (u + v) + w = u + (v + w) (Why?) Since these sums equal, we ll write it simply as u + v + w. Similarly, we may omit brackets when adding 4 or more vectors together. Challenge Q Why? Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

9 Properties of scalar multiplication Question In what sense is scalar multiplication a type of multiplication? Associative law λ(µv) = (λµ)v (Why?) Distributive law λ(v + w) = λv + λw (Vector) (λ + µ)v = λv + µv (Scalar) Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

10 Vector arithmetic E.g. Let w = u + 2v. Are 2w 4v & u parallel? A We simplify 2w 4v = 2(u + 2v) 4v Note To perform this arithmetic, we only needed the basic properties of vector addition and scalar multiplication above. In general, we will meet lots of contexts where we have a vector addition and scalar multiplication satisfying these axioms. These sets will be called vector spaces. In these cases, we can perform arithmetic as above. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

11 Co-ordinates To put co-ordinates on the plane we need to specify: an origin point O where (co-ord axes cross), and a pair of vectors i and j which have length 1 and which are at right angles to one another. (The convention is to choose j at π/2 anticlockwise from i.) So i, j give direction of coord axes & scale. Fact-Definition Every geometric vector a in the plane can be written as a = a 1 i + a 2 j for some unique pair of numbers a 1, a 2 R. ( ) a1 The co-ordinates or coordinate vector of a (with respect to i, j) is. a 2 Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

12 Co-ordinate arithmetic reflects vector arithmetic Let a = a 1 i + a 2 j, b = b 1 i + b 2 j so coords are The coords of ( a1 a 2 ), ( b1 b 2 ). a ± b = (a 1 i + a 2 j) ± (b 1 i + b 2 j) = (a 1 ± b 1 )i + (a 2 ± b 2 )j ( ) a1 ± b are 1. a 2 ± b 2 Sim, the coords of ( ) λa1 are. λa 2 λa = λ(a 1 i + a 2 j) = λa 1 i + λa 2 j Upshot This says to sum, subtract or multiply vectors, we need only sum, subtract or multiply coords. Challenge Q How do coords change if you replace i j, j i? Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

13 Example To find coords recall given a right angle triangle, Question I walk 1km due west, then 4km on a bearing 30 east of north. Where do I end up? Solution. Take i pointing east and j pointing north & units are km. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

14 3-dimensional version You can do all this with 3-dimensional geometric vectors too. Here you need basis vectors i, j and k. You can write vectors in form which have coords Again a = a 1 i + a 2 j + a 3 k, a 1 a 2 a 3, b 1 b 2 b 3. b = b 1 i + b 2 j + b 3 k a 1 + b 1 λa 1 coords of a + b = a 2 + b 2, coords of λa = λa 2. a 3 + b 3 λa 3 Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

15 The space R n We can generalise coordinate vectors to any number of components! Let n be a positive integer. An n-tuple or n-vector is an ordered list of n numbers a 1, a 2,..., a n, written as either a column vector or (less often in this course) a row vector: a 1 a 2 a =. or a = (a 1, a 2,..., a n ). a n The set of all n-tuples is denoted R n. Thus ( 0 R 0) 2, 1 2 R 3, R4. π Hence coord vectors of 3-dim vectors lie in R 3 whilst those of 2-dim vectors lie in R 2. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

16 Arithmetic on R n We can define vector addition and scalar multiplication on R n coordinatewise as we saw for coordinate vectors: a 1 b 1 a 1 + b 1 a 1 λa 1 a 2. + b 2. := a 2 + b 2., λ a 2. := λa 2.. a n b n a n + a n a n λa n 0 a 1 a 1 The zero element is 0 =. and the negative is given by. =. 0 a n a n (so we can define subtraction!). Note: each R n is a separate system. You can t add a 3-tuple to a 7-tuple! 1 1 Q Compute = 2 2 Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

17 Properties of arithmetic on R n This vector addition and scalar multiplication inherit good properties from addition and multiplication on R. That is, if a, b, c R n and λ, µ R then Commutative: a + b = b + a, Associative: (a + b) + c = a + (b + c), Distributive: λ(a + b) = λa + λb, Distributive: (λ + µ)a = λa + µa. Cancellation: λa = 0 if and only if λ = 0 or a = 0, etc Moral: You can do algebra in R n without running into any problems! Proof Easy from definitions but take up space e.g. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

18 Displacement vector Put coords on the plane by specifying O, i, j as usual. Given any 2 points A, B on the plane, we define the displacement vector AB to be the geometric vector with tail A & head B i.e. From the picture we see AB = OB OA. Important Remark In high school you would have considered coords of the point A (as opposed to a vector). coords A = coords OA. coords AB = coords B - coords A. OA is called the position vector of A (with respect to O). These observations also hold if the points are in space with coords specified. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

19 Simple geometric applications of vectors E.g. Are A = 1, B = 0, C = 2 collinear? E.g. Are A = parallelogram? ( ( ( ( , B =, C =, D = the vertices of a 1) 3) 5) 3) Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

20 Length and distance in R n ) Pythagoras thm = the length of a geometric vector with coords is a 2 a a2 2. This suggests the following generalisation of the length concept to Rn. Definition Let a, b R n. The length of a is defined to be a = a a2 n. ( a1 the distance between a and b is defined to be dist(a, b) = b a. 1 Example. a) What is 1 1? 1 b) Suppose that the point A has coordinates (1, 2, 3) and the point B has coordinates ( 1, 2, 5). What is the distance between A and B? Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

21 Lines in R n Using our 2 and 3-dim intuition, a line L in R n should be determined by a point A on the line, say with a = OA and, a direction, say given by a non-zero vector v Let s determine what the general point of L ought to be: x = a + λv, λ R This is called the parametric vector form of the line L. We call λ the parameter, and as it varies over R, the variable x varies over all the points of the line L. Definition A line in R n is any set of the form {x R n x = a + λv, λ R} for some fixed vectors 0 v, a R n. Note a gives a point on the line and v its direction. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

22 Vectors and MAPLE See MAPLE file Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

23 Midpoints Midpoints Let a, b R n be the position vectors for the points A, B. The midpoint of AB has coordinates OA + 1 AB = a (b a) = 1 (a + b). 2 Why? Q Show that the diagonals of a parallelogram bisect each other. Challenge Q What s the 3-dim version of this result? Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

24 Finding parametric forms for lines from Cartesian form In high school, you express a line in the plane in Cartesian form ax + by = c. Question Find a parametric vector form for the line y = 3x + 2 in R 2. A1 Consider 2 points on the line A2 We introduce the parameter λ = N.B. There are many other solutions! (What are they?) Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

25 Parametric to Cartesian form Question Write the line x = ( ( λ, λ R in Cartesian form. 1) 1) The secret is to eliminate ( ) ( the ) extra variable ( ) ( λ! ) x λ Solution. Write = + λ =. Then y λ λ = What about x = ( ( λ, λ R? 1) 1) Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

26 Cartesian form for lines and planes in R 3 Recall that a plane in xyz-space can be described by an equation ax + by + cz = d where not all a, b, c are 0. This is called the Cartesian form for the plane. The terms in this equation can of course be re-arranged many ways (see below). To obtain the cartesian form for a line L, we need 2 such equations. Each defines a plane P 1, P 2 and solving simultaneously gives the solution P 1 P 2. This will be a line unless.... Usually, (but not always) we can write the 2 equations in the form for some constants a i, v i. x a 1 v 1 = y a 2 v 2 = z a 3 v 3 Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

27 Cartesian to parametric form for lines in R 3 Question Find the parametric form for x 2 3 = y = z 3 2. A We can find a point on the line and a direction vector or just introduce the parameter Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

28 Parametric to cartesian form for lines in R 3 Question Find a cartesian form for x = λ 4 5, 6 λ R 1 4 What about x = 2 + λ 5? 3 0 Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

29 Parametric vs Cartesian form The Cartesian form expresses a line or plane as the solutions to some equations. (Top down) The parametric form expresses the line or plane by a sophisticated way of listing elements, where running through the list is by letting the parameter range over a set.(bottom up) In mathematics, these are the two usual general ways to describe any set. Both have their uses. For lines, the parametric form is closest to our geometric picture of the line. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

30 Why bother defining lines in R n? Suppose we are solving equations in n unknowns x 1,..., x n. If n = 3, it is often good to visualise the solution set in x 1 x 2 x 3 -space. For example, solving simultaneously a 1 x 1 + a 2 x 2 + a 3 x 3 = a, b 1 x 1 + b 2 x 2 + b 3 x 3 = b should on geometric grounds, give either a line, plane or the empty set. In particular, you can t get a point or two points etc. If n > 3, we can use our geometric intuition to understand solutions to many equations provided we generalise our notions of things like lines in R 3 to lines in higher dimensions. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

31 Directions of a plane Thought experiment What are the directions of a plane P R 3? Since we are interested in directions only, let s suppose P passes through O and that v, w P are not parallel Hence Fact Any vector parallel to P has the form λv + µw for some λ, µ R. i.e. all other directions of P can be obtained from v, w by combining them using vector operations. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

32 Linear combination More generally, we consider Definition Suppose that v 1, v 2,..., v k R n. A linear combination of these vectors is a vector of the form λ 1 v 1 + λ 2 v λ k v k with λ 1,..., λ k R. Q Is 1 2 a linear combination of 1 0 and 2 1? Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

33 Span Definition Let v 1, v 2,..., v k R n. The span of v 1, v 2,..., v k, written span(v 1,..., v k ) is the set of all linear combinations of v 1, v 2,..., v k. i.e. span(v 1,..., v k ) = {λ 1 v 1 + λ 2 v λ k v k λ 1,..., λ k R}. ( 2 Ex. Describe span. 1) More gen, span(v) is the 1 0 Ex. Describe span 0, Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

34 Planes in R n Definition A plane in R n is defined to be a set of the form S = {a + λ 1 v 1 + λ 2 v 2 λ 1, λ 2 R}, where a, v 1 and v 2 are fixed vectors in R n, and v 1 and v 2 are not parallel. The expression x = a + λ 1 v 1 + λ 2 v 2, λ 1, λ 2 R is a parametric vector form for the plane through a parallel to the vectors v 1 and v 2. The above picture shows that when n = 3, our definition agrees with our old one. Q What if v 1, v 2 above are parallel? Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

35 Parametric form for plane determined by 3 points Question Find a parametric vector equation for the plane through the points a = 2 0 b = 1 and c = , 1 Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

36 Finding Cartesian form for planes from parametric form Question Find the Cartesian equation of the plane in R 3 x y = λ λ 2 3 2, λ 1, λ 2 R. z Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

37 Meanwhile back at the Death Star Question 1 2 The Millenium Falcon, at coords 0 is flying in direction 1. Will it hit the 1 0 Death Star wall, a plane with Cartesian eqn x y z = 1? A Without the Death Star, the flight trajectory would be the ray with parametric equation Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

38 Standard basis vectors for R n In R n, the vector e j is the n-tuple with 1 in the jth position and zeros elsewhere. ( ( R : e 1 =, e 0) 2 =. 1) R 3 : e 1 = 0, e 2 = 1, e 3 = Obviously, every vector in R n can be written uniquely as a linear combination of e 1,..., e n, eg x 1 x 2 = x x = x 1 e 1 + x 2 e 2 + x 3 e 3. x x 3 The vectors e 1,..., e n are called the standard basis vectors for R n. Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester / 38

Chapter 2: Vector Geometry

Chapter 2: Vector Geometry Chapter 2: Vector Geometry Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 2: Vector Geometry Semester 1 2018 1 / 32 Goals of this chapter In this chapter, we will answer the following geometric

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

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b

2 so Q[ 2] is closed under both additive and multiplicative inverses. a 2 2b 2 + b . FINITE-DIMENSIONAL VECTOR SPACES.. Fields By now you ll have acquired a fair knowledge of matrices. These are a concrete embodiment of something rather more abstract. Sometimes it is easier to use matrices,

More information

LINEAR ALGEBRA - CHAPTER 1: VECTORS

LINEAR ALGEBRA - CHAPTER 1: VECTORS LINEAR ALGEBRA - CHAPTER 1: VECTORS A game to introduce Linear Algebra In measurement, there are many quantities whose description entirely rely on magnitude, i.e., length, area, volume, mass and temperature.

More information

Data for a vector space

Data for a vector space Data for a vector space Aim lecture: We recall the notion of a vector space which provides the context for describing linear phenomena. Throughout the rest of these lectures, F denotes a field. Defn A

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

Chapter 2 - Vector Algebra

Chapter 2 - Vector Algebra A spatial vector, or simply vector, is a concept characterized by a magnitude and a direction, and which sums with other vectors according to the Parallelogram Law. A vector can be thought of as an arrow

More information

Rank & nullity. Defn. Let T : V W be linear. We define the rank of T to be rank T = dim im T & the nullity of T to be nullt = dim ker T.

Rank & nullity. Defn. Let T : V W be linear. We define the rank of T to be rank T = dim im T & the nullity of T to be nullt = dim ker T. Rank & nullity Aim lecture: We further study vector space complements, which is a tool which allows us to decompose linear problems into smaller ones. We give an algorithm for finding complements & an

More information

Chapter 5: Matrices. Daniel Chan. Semester UNSW. Daniel Chan (UNSW) Chapter 5: Matrices Semester / 33

Chapter 5: Matrices. Daniel Chan. Semester UNSW. Daniel Chan (UNSW) Chapter 5: Matrices Semester / 33 Chapter 5: Matrices Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 1 / 33 In this chapter Matrices were first introduced in the Chinese Nine Chapters on the Mathematical

More information

We know how to identify the location of a point by means of coordinates: (x, y) for a point in R 2, or (x, y,z) for a point in R 3.

We know how to identify the location of a point by means of coordinates: (x, y) for a point in R 2, or (x, y,z) for a point in R 3. Vectors We know how to identify the location of a point by means of coordinates: (x, y) for a point in R 2, or (x, y,z) for a point in R 3. More generally, n-dimensional real Euclidean space R n is 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

Chapter 3: Complex Numbers

Chapter 3: Complex Numbers Chapter 3: Complex Numbers Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 3: Complex Numbers Semester 1 2018 1 / 48 Philosophical discussion about numbers Q In what sense is 1 a number? DISCUSS

More information

P1 Chapter 11 :: Vectors

P1 Chapter 11 :: Vectors P1 Chapter 11 :: Vectors jfrost@tiffin.kingston.sch.uk www.drfrostmaths.com @DrFrostMaths Last modified: 21 st August 2017 Use of DrFrostMaths for practice Register for free at: www.drfrostmaths.com/homework

More information

Sums of Squares (FNS 195-S) Fall 2014

Sums of Squares (FNS 195-S) Fall 2014 Sums of Squares (FNS 195-S) Fall 014 Record of What We Did Drew Armstrong Vectors When we tried to apply Cartesian coordinates in 3 dimensions we ran into some difficulty tryiing to describe lines and

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

Linear Algebra I. Ronald van Luijk, 2015

Linear Algebra I. Ronald van Luijk, 2015 Linear Algebra I Ronald van Luijk, 2015 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents Dependencies among sections 3 Chapter 1. Euclidean space: lines and hyperplanes 5 1.1. Definition

More information

Review: Linear and Vector Algebra

Review: Linear and Vector Algebra Review: Linear and Vector Algebra Points in Euclidean Space Location in space Tuple of n coordinates x, y, z, etc Cannot be added or multiplied together Vectors: Arrows in Space Vectors are point changes

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

MAT 1339-S14 Class 8

MAT 1339-S14 Class 8 MAT 1339-S14 Class 8 July 28, 2014 Contents 7.2 Review Dot Product........................... 2 7.3 Applications of the Dot Product..................... 4 7.4 Vectors in Three-Space.........................

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

Chapter 4: Linear Equations

Chapter 4: Linear Equations Chapter 4: Linear Equations Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 4: Linear Equations Semester 1 2018 1 / 42 An Ancient Chinese Problem The following maths problem was taken from

More information

August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei. 1.

August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei. 1. August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei 1. Vector spaces 1.1. Notations. x S denotes the fact that the element x

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

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

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

Regent College. Maths Department. Core Mathematics 4. Vectors

Regent College. Maths Department. Core Mathematics 4. Vectors Regent College Maths Department Core Mathematics 4 Vectors Page 1 Vectors By the end of this unit you should be able to find: a unit vector in the direction of a. the distance between two points (x 1,

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

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

Lecture 11: Dimension. How does Span(S) vary with S

Lecture 11: Dimension. How does Span(S) vary with S Lecture 11: Dimension Aim Lecture A basis {v 1,..., v n } of V gives n-dim coord system. Suggests V is n-dimensional. Need theory to ensure any two bases have the same number of vectors. How does Span(S)

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

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

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 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

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

Culminating Review for Vectors

Culminating Review for Vectors Culminating Review for Vectors 0011 0010 1010 1101 0001 0100 1011 An Introduction to Vectors Applications of Vectors Equations of Lines and Planes 4 12 Relationships between Points, Lines and Planes An

More information

Rotations & reflections

Rotations & reflections Rotations & reflections Aim lecture: We use the spectral thm for normal operators to show how any orthogonal matrix can be built up from rotations. In this lecture we work over the fields F = R & C. We

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

Introduction to Vector Spaces Linear Algebra, Fall 2008

Introduction to Vector Spaces Linear Algebra, Fall 2008 Introduction to Vector Spaces Linear Algebra, Fall 2008 1 Echoes Consider the set P of polynomials with real coefficients, which includes elements such as 7x 3 4 3 x + π and 3x4 2x 3. Now we can add, subtract,

More information

General Physics I, Spring Vectors

General Physics I, Spring Vectors General Physics I, Spring 2011 Vectors 1 Vectors: Introduction A vector quantity in physics is one that has a magnitude (absolute value) and a direction. We have seen three already: displacement, velocity,

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: TA sessions for tutorial 1 start today Tutorial 2 will go online after lecture 3 Practicals: Make sure to find a team partner very soon

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: Tutorial 1 will be online later today TA sessions for questions start next week Practicals: Exams: Make sure to find a team partner very

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

(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

MTAEA Vectors in Euclidean Spaces

MTAEA Vectors in Euclidean Spaces School of Economics, Australian National University January 25, 2010 Vectors. Economists usually work in the vector space R n. A point in this space is called a vector, and is typically defined by its

More information

HOW TO THINK ABOUT POINTS AND VECTORS WITHOUT COORDINATES. Math 225

HOW TO THINK ABOUT POINTS AND VECTORS WITHOUT COORDINATES. Math 225 HOW TO THINK ABOUT POINTS AND VECTORS WITHOUT COORDINATES Math 225 Points Look around. What do you see? You see objects: a chair here, a table there, a book on the table. These objects occupy locations,

More information

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

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

Pre-Calculus Vectors

Pre-Calculus Vectors Slide 1 / 159 Slide 2 / 159 Pre-Calculus Vectors 2015-03-24 www.njctl.org Slide 3 / 159 Table of Contents Intro to Vectors Converting Rectangular and Polar Forms Operations with Vectors Scalar Multiples

More information

Subject: General Mathematics

Subject: General Mathematics Subject: General Mathematics Written By Or Composed By:Sarfraz Talib Chapter No.1 Matrix A rectangular array of number arranged into rows and columns is called matrix OR The combination of rows and columns

More information

Eigenvectors. Prop-Defn

Eigenvectors. Prop-Defn Eigenvectors Aim lecture: The simplest T -invariant subspaces are 1-dim & these give rise to the theory of eigenvectors. To compute these we introduce the similarity invariant, the characteristic polynomial.

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

8.0 Definition and the concept of a vector:

8.0 Definition and the concept of a vector: Chapter 8: Vectors In this chapter, we will study: 80 Definition and the concept of a ector 81 Representation of ectors in two dimensions (2D) 82 Representation of ectors in three dimensions (3D) 83 Operations

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

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

Rotations & reflections

Rotations & reflections Rotations & reflections Aim lecture: We use the spectral thm for normal operators to show how any orthogonal matrix can be built up from rotations & reflections. In this lecture we work over the fields

More information

What are vectors. Adding Vectors

What are vectors. Adding Vectors Vectors Introduction What are vectors Each vector is defined by two pieces of information: Direction and Magnitude. Often vectors are described by a picture representation or by ordered pairs which describe

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

Math 115A: Linear Algebra

Math 115A: Linear Algebra Math 115A: Linear Algebra Michael Andrews UCLA Mathematics Department February 9, 218 Contents 1 January 8: a little about sets 4 2 January 9 (discussion) 5 2.1 Some definitions: union, intersection, set

More information

Quadratic forms. Defn

Quadratic forms. Defn Quadratic forms Aim lecture: We use the spectral thm for self-adjoint operators to study solns to some multi-variable quadratic eqns. In this lecture, we work over the real field F = R. We use the notn

More information

Vectors Picturing vectors Properties of vectors Linear combination Span. Vectors. Math 4A Scharlemann. 9 January /31

Vectors Picturing vectors Properties of vectors Linear combination Span. Vectors. Math 4A Scharlemann. 9 January /31 1/31 Vectors Math 4A Scharlemann 9 January 2015 2/31 CELL PHONES OFF 3/31 An m-vector [column vector, vector in R m ] is an m 1 matrix: a 1 a 2 a = a 3. a m 3/31 An m-vector [column vector, vector in R

More information

Section 6.1. Inner Product, Length, and Orthogonality

Section 6.1. Inner Product, Length, and Orthogonality Section 6. Inner Product, Length, and Orthogonality Orientation Almost solve the equation Ax = b Problem: In the real world, data is imperfect. x v u But due to measurement error, the measured x is not

More information

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

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

More information

Kernel. Prop-Defn. Let T : V W be a linear map.

Kernel. Prop-Defn. Let T : V W be a linear map. Kernel Aim lecture: We examine the kernel which measures the failure of uniqueness of solns to linear eqns. The concept of linear independence naturally arises. This in turn gives the concept of a basis

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

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

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

Lecture 1: Systems of linear equations and their solutions

Lecture 1: Systems of linear equations and their solutions Lecture 1: Systems of linear equations and their solutions Course overview Topics to be covered this semester: Systems of linear equations and Gaussian elimination: Solving linear equations and applications

More information

Jordan chain. Defn. E.g. T = J 3 (λ) Daniel Chan (UNSW) Lecture 29: Jordan chains & tableaux Semester / 10

Jordan chain. Defn. E.g. T = J 3 (λ) Daniel Chan (UNSW) Lecture 29: Jordan chains & tableaux Semester / 10 Jordan chain Aim lecture: We introduce the notions of Jordan chains & Jordan form tableaux which are the key notions to proving the Jordan canonical form theorem. Throughout this lecture we fix the following

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

APPLIED MATHEMATICS 1A (ENG) Mathematics 132: Vectors and Matrices

APPLIED MATHEMATICS 1A (ENG) Mathematics 132: Vectors and Matrices APPLIED MATHEMATICS A (ENG) Mathematics 3: Vectors and Matrices University of KwaZulu-Natal Pietermaritzburg c C. Zaverdinos, 00. All rights reserved. No part of this book may be reproduced, in any form

More information

1.1.1 Algebraic Operations

1.1.1 Algebraic Operations 1.1.1 Algebraic Operations We need to learn how our basic algebraic operations interact. When confronted with many operations, we follow the order of operations: Parentheses Exponentials Multiplication

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

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

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

Part I, Number Systems CS131 Mathematics for Computer Scientists II Note 3 VECTORS

Part I, Number Systems CS131 Mathematics for Computer Scientists II Note 3 VECTORS CS131 Part I, Number Systems CS131 Mathematics for Computer Scientists II Note 3 VECTRS Vectors in two and three dimensional space are defined to be members of the sets R 2 and R 3 defined by: R 2 = {(x,

More information

Section 8.4 Vector and Parametric Equations of a Plane

Section 8.4 Vector and Parametric Equations of a Plane Section 8.4 Vector and Parametric Equations of a Plane In the previous section, the vector, parametric, and symmetric equations of lines in R 3 were developed. In this section, we will develop vector and

More information

Prelims Linear Algebra I Michaelmas Term 2014

Prelims Linear Algebra I Michaelmas Term 2014 Prelims Linear Algebra I Michaelmas Term 2014 1 Systems of linear equations and matrices Let m,n be positive integers. An m n matrix is a rectangular array, with nm numbers, arranged in m rows and n columns.

More information

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture 1 Real Numbers In these lectures, we are going to study a branch of mathematics called

More information

Chapter 2. Error Correcting Codes. 2.1 Basic Notions

Chapter 2. Error Correcting Codes. 2.1 Basic Notions Chapter 2 Error Correcting Codes The identification number schemes we discussed in the previous chapter give us the ability to determine if an error has been made in recording or transmitting information.

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

Vectors and Matrices

Vectors and Matrices Vectors and Matrices Scalars We often employ a single number to represent quantities that we use in our daily lives such as weight, height etc. The magnitude of this number depends on our age and whether

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

10.2 Introduction to Vectors

10.2 Introduction to Vectors Arkansas Tech University MATH 2934: Calculus III Dr. Marcel B Finan 10.2 Introduction to Vectors In the previous calculus classes we have seen that the study of motion involved the introduction of a variety

More information

The Geometry of R n. Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech

The Geometry of R n. Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech The Geometry of R n Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech Contents Vectors in R n. Vectors....................................... The Length and Direction of a Vector......................3

More information

3 - Vector Spaces Definition vector space linear space u, v,

3 - Vector Spaces Definition vector space linear space u, v, 3 - Vector Spaces Vectors in R and R 3 are essentially matrices. They can be vieed either as column vectors (matrices of size and 3, respectively) or ro vectors ( and 3 matrices). The addition and scalar

More information

Vector Spaces. Addition : R n R n R n Scalar multiplication : R R n R n.

Vector Spaces. Addition : R n R n R n Scalar multiplication : R R n R n. Vector Spaces Definition: The usual addition and scalar multiplication of n-tuples x = (x 1,..., x n ) R n (also called vectors) are the addition and scalar multiplication operations defined component-wise:

More information

NOTES ON VECTORS, PLANES, AND LINES

NOTES ON VECTORS, PLANES, AND LINES NOTES ON VECTORS, PLANES, AND LINES DAVID BEN MCREYNOLDS 1. Vectors I assume that the reader is familiar with the basic notion of a vector. The important feature of the vector is that it has a magnitude

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

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

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34 Linear Algebra /34 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct axes)

More information

THE REAL NUMBERS Chapter #4

THE REAL NUMBERS Chapter #4 FOUNDATIONS OF ANALYSIS FALL 2008 TRUE/FALSE QUESTIONS THE REAL NUMBERS Chapter #4 (1) Every element in a field has a multiplicative inverse. (2) In a field the additive inverse of 1 is 0. (3) In a field

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

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

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION 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

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

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

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

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

Order of Operations. Real numbers

Order of Operations. Real numbers Order of Operations When simplifying algebraic expressions we use the following order: 1. Perform operations within a parenthesis. 2. Evaluate exponents. 3. Multiply and divide from left to right. 4. Add

More information

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA Not The Not-Formula Book for C Everything you need to know for Core that won t be in the formula book Examination Board: AQA Brief This document is intended as an aid for revision. Although it includes

More information

Complex Numbers Year 12 QLD Maths C

Complex Numbers Year 12 QLD Maths C Complex Numbers Representations of Complex Numbers We can easily visualise most natural numbers and effectively use them to describe quantities in day to day life, for example you could describe a group

More information