Introduction to Vector Spaces Linear Algebra, Spring 2011

Size: px
Start display at page:

Download "Introduction to Vector Spaces Linear Algebra, Spring 2011"

Transcription

1 Introduction to Vector Spaces Linear Algebra, Spring 2011 You probabl have heard the word vector before, perhaps in the contet of Calculus III or phsics. You probabl think of a vector like this: 5 3 or 2 or a quantit with magnitude and direction These are indeed vectors, but our professors and tetbooks probabl didn t tell ou that there were other kinds of vectors. In fact, the notion of a vector is infinitel more fleible than just those arrows or columns of numbers. As a rough guide, we might offer a tentative, sketch definition : Definition 1 (Rough): A vector is anthing that can be scaled and added. (Scaling means multipling something b a real number to make it larger or smaller, like scaling a recipe up to feed a crowd.) With this rough idea in mind, let us look at two mathematical objects that are eeril similar. 1 Echoes Consider the set P of polnomials with real coefficients, which includes elements such as π and Now we can certainl add and subtract polnomials, and notice that if ou add two polnomials in P together, ou get another polnomial in P. ( π) + ( ) = π P. Moreover, if ou take a real number, sa 6, and multipl it b a polnomial in P, ou get another polnomial in P, scaled b a factor of 6: 6( π) = π P. We summarize these facts b saing that P is closed under addition and scalar multiplication.

2 Vector Spaces Linear Algebra, Spring 2011 Page 2 of 7 Definition 2: Let S be a set. We sa that S is closed under (ordinar) addition if whenever, S, then + S too. We sa that S is closed under (ordinar) multiplication if whenever, S, then S too. We sa that S is closed under scalar multiplication if whenever S and r R, then r S too. Now let s turn our attention to the set of comple numbers C = {a+bi : a, b R}, where i = 1; so C contains elements such as 4, 2i, and 5 6i. Here too, if we add two comple numbers we get another comple number in C. 2i + (5 6i) = 5 4i C And if we take a real number, sa π, and multipl it b an comple number, ou get another comple number: π(5 6i) = 5π (6π)i C So C is also closed under addition and scalar multiplication. Now polnomials are functions, whereas comple numbers are numbers. Those are ver dissimilar widgets, but we found that the have two things in common: in each case ou can add two widgets to get a third widget, and ou can multipl a widget b a real number and get a third widget. If ou re not et impressed b this coincidence, perhaps ou will be after I point out a few more similarities. Either in the case of polnomial-widgets or comple-number-widgets, suppose A, B, and C are widgets. 1. In each case, A + B = B + A. For eample, (5 2 9) + (3 + π) = (3 + π) + (5 2 9) and 2i + (5 6i) = (5 6i) + 2i. 2. In each case, (A + B) + C = A + (B + C). For eample, [ (5 2 9) + (3 + π) ] = (5 2 9) + [ (3 + π) + 2 9] and [4 + (5 6i)] + 2i = 4 + [(5 6i) + 2i]. 3. In each case, a widget doesn t change if ou add zero to it (either the zero polnomial or the comple number 0 = 0 + 0i). For eample, (5 2 9) + 0 = and (5 6i) + (0 + 0i) = 5 6i. 4. In each case, ever widget has an opposite widget, so that when ou add them together ou get zero. For eample, has as its opposite, so that (5 2 9) + (9 5 2 ) = 0, and 5 6i has 6i 5 as its opposite, so that (5 6i) + (6i 5) = 0.

3 Vector Spaces Linear Algebra, Spring 2011 Page 3 of 7 5. In each case, if ou take a real number r, then r(a + B) = ra + rb. For eample, 7 ( (5 2 9)+(3+π) ) = 7(5 2 9)+7(3+π) and 7 ( 2i+(5 6i) ) = 7 2i+7(5 6i). 6. In each case, if ou take two real numbers r and s, then (r + s)a = ra + sa. For eample, (7+2)(5 2 9) = 7(5 2 9)+2(5 2 9) and (7+2)(5 6i) = 7(5 6i)+2(5 6i). 7. In each case, if ou take two real numbers r and s, then r(sa) = (rs)a. For eample, 7 ( 2(5 2 9) ) = (7 2)(5 2 9) and 7 ( 2(5 6i) ) = (7 2)(5 6i). 8. In each case, a widget doesn t change if ou multipl it b the real number 1. For eample, 1(5 2 9) = and 1(5 6i) = 5 6i. The fact that two worlds as different as polnomial functions and comple numbers behave so similarl suggests that we should stud all mathematical sstems in which these ten rules hold. 2 Defining Vector Spaces If we multiplied the polnomial b 2, we would double it, as though we were scaling a recipe up to feed a larger crowd. For this reason, when we re doing linear algebra we usuall call the real numbers scalars. The set of scalars, then, is just R, the set of real numbers. 1 Let V be a set, and suppose we have two rules or operations for transforming elements of V. First, we can take two elements v and w of V and put them together using an operation we ll call + to get a new object called v + w. Second, we can take an single element v V and multipl it b an scalar r to get a new object rv. If the following ten rules hold, then we will call V a vector space, and we will call each element of V a vector. 1 In fact, it s possible to do linear algebra with other sets of scalars, as long as the set of scalars is what mathematicians call a field basicall a set in which ou can add, subtract, multipl, and divide. Other fields include the comple numbers C, the rational numbers Q, and even some finite sets. Linear algebra over comple numbers is especiall important to phsicists and electrical engineers. For now, though, ou can just think of scalars as being real numbers.

4 Vector Spaces Linear Algebra, Spring 2011 Page 4 of 7 Vector Space Aioms 0. For all v, w V, v + w V (closure under addition) 00. For all v V and for each scalar r, rv V. (closure under scalar multiplication) 1. For all v, w V, v + w = w + v (commutativit) 2. For all v, w, V, (v + w) + = v + (w + ) (associativit) 3. There eists an element 0 V such that v + 0 = v for all v V. (additive identit) 4. For each v V, there is an element V such that v + = 0. (additive inverses) (We usuall write this as v.) 5. For all v, w V and for each scalar r, r(v + w) = rv + rw (distributive propert) 6. For each v V and for all scalars r and s, (r + s)v = rv + sv (distributive propert) 7. For each v V and for all scalars r and s, r(sv) = (rs)v (multiplicative associativit) 8. For each v V, 1v = v (scalar identit law) Let s be etra clear about what this means. Some mathematical objects are vector spaces and some are not, just like some animals are mammals and some are not. If ou give me an animal, I can check whether it s a mammal sa, b checking whether it has hair, nurses its oung, etc. Likewise if ou give me a set X an old set of mathematical objects at all and tell me how to do addition and scalar multiplication on that set, then I can check those ten aioms. If the all hold, then X is a vector space; if an aiom fails to hold, then X is not a vector space. If ou tell me something that s true about all mammals sa, that the are warmblooded then I know that statement is true about an particular mammal, such as a lemur. Likewise an theorem we prove from those ten aioms will be true about all vector spaces, so it will be true about an particular vector space, such as C or P. This is the great power of abstraction that makes mathematics so amazing: without seeing individual vector spaces, working merel from the ten aioms the have in common, we can prove beautiful and powerful facts that are true for all of them. A note on notation One of the great dangers in linear algebra is getting confused between scalars and vectors. After all, scalars are real numbers from R, whereas vectors are something else entirel mabe polnomials or comple numbers or arrows or points or heaven-knows-what. To help keep ourselves from getting confused, there are two notational strategies. First, we ll alwas print vectors in boldface (like u and v) and scalars in regular italic tpe (like r and s). In handwritten work (like on the whiteboard) we will write a little arrow over the letter, like this: u and v. Second, we will tr to choose our vectors names from the end of the alphabet, especiall u, v, w,,, and z. Scalars will come from earlier in the alphabet, like r, s, and t or a, b, and c. It s especiall important to remember the distinction between 0, which is the real number zero we grew up with, and 0, which is a vector in our vector space V. Remember, 0 0!! We will usuall use capital letters to denote sets, matrices, or linear transformations (whatever those are).

5 Vector Spaces Linear Algebra, Spring 2011 Page 5 of 7 3 Euclidean Space (R n ) As mentioned before, if ou worked with vectors before, it was probabl with vectors like 5 3 or 2 or a quantit with magnitude and direction In those das ou were working with one of the most important families of vector spaces there is. Let s start with a simple eample. 3.1 R 2 Consider the set of ordered pairs of real numbers (, ), and define addition and scalar multiplication b ( 1, 1 ) + ( 2, 2 ) = ( 1 + 2, ) and r( 1, 1 ) = (r 1, r 1 ). We could think of this (, ) as an arrow on the -plane stretching from the origin (where the - and -aes cross) to a point units to the right and units up. For eample, the following figure shows the vectors (2, 3) and (4, 1): (2, 3) (4, 1) In this interpretation, scaling a vector corresponds to adjusting its length: v = (4, 1) 1 v 2 2v Addition of can be pictured in two was. First, ou can la them end to end, the tip of one vector at the tail of the other, and see where the point. Second, ou can leave them rooted at the origin, but construct the parallelogram and find the far corner. The net figure shows that (2, 3) + (4, 1) = (6, 4) using these two methods.

6 Vector Spaces Linear Algebra, Spring 2011 Page 6 of 7 The vector (4, 1) shifted up. (6, 4) (2, 3) Parallelogram method. (6, 4) (2, 3) (4, 1) (4, 1) The set of ordered pairs of real numbers is written as R 2. It is ver eas to check that the set R 2, with addition and scalar multiplication defined in this wa, does satisf all ten aioms, so it is a vector space. You are asked to do so in Eercise 3d. 3.2 R 3 We can likewise think of arrows stretching from the origin in three-dimensional space, which can be written as ordered triples of real numbers (,, z), such as (3, 4, 2) and (5, 3, 2). The rules for addition and scalar multiplication are essentiall the same: ( 1, 1, z 1 ) + ( 2, 2, z 2 ) = ( 1 + 2, 1 + 2, z 1 + z 2 ) and r( 1, 1, z 1 ) = (r 1, r 1, rz 1 ). The set of ordered triples of real numbers is, naturall, called R 3. You should be able to verif that R 3, with this definition of addition and scalar multiplication, is also a vector space. Verif Aioms (4), (5), and (7) now for practice. 3.3 R n B now ou probabl have realized that there is nothing special about having two (in R 2 ) or three (in R 3 ) real numbers in each vector. Each of our proofs that the aioms hold would work just as well if instead of ordered pairs or triples, we had ordered quintuples or septuples or an multiple at all. Let n be a positive integer. Then b R n we denote the set of ordered n-tuples R n = {(v 1, v 2,..., v n ) : v 1,..., v n R}. We define addition and scalar multiplication in a perfectl analogous wa: (v 1,..., v n ) + (w 1,..., w n ) = (v 1 + w 1,..., v n + w n ) and r(v 1,..., v n ) = (rv 1,..., rv n ). Unfortunatel, we can t reall visualize R n if n > 3, but that shouldn t stop us from doing mathematics in it. One final note: instead of writing our vectors horizontall like (,, z), we could write them verticall like if we preferred. As long as we don t get confused, z especiall later on when we start multipling b matrices, there s no harm in writing a vector either wa.

7 Vector Spaces Linear Algebra, Spring 2011 Page 7 of 7 Eercises 1. Determine whether each of the following sets is closed under ordinar addition. If so, justif our answer. If not, give a specific countereample. (Recall interval notation: b [2, 4] we mean { R : 2 4}, etc.) (a) [5, ) (b) [2, 4] (c) {3, 6, 9, 12,...} (d) {0} 2. Determine whether each of the following sets is closed under ordinar multiplication. If so, justif our answer. If not, give a specific countereample. (a) (, 0] (b) { 1, 0, 1} (c) [0, 1] (d) [0, 2] (e) {3, 6, 9, 12,...} (f) [ 1, 1] 3. Determine whether each of the following is a vector space b checking the 10 aioms. (Unless specified otherwise, addition and scalar multiplication are defined in the natural wa.) If it is, justif wh each of the ten aioms holds. If not, give at least one aiom that fails. (a) The set of all polnomials with integer coefficients. (b) The set of all real numbers. (c) The subset [0, ) of the number line. (d) The set of ordered pairs {(, ) :, R} with addition defined b and scalar multiplication defined b ( 1, 1 ) + ( 2, 2 ) = ( 1 + 2, ) r(, ) = (r, r). 4. (a) What is the smallest subset of R that contains 1 2 (b) What is the smallest subset of R that contains 1 2 multiplication? and is closed under addition? and is closed under ordinar 5. Let V be a vector space, let r R, and let v V. Eplain how the minus sign is used differentl in each of the following three epressions: ( r)v, r( v), and (rv). 6. Using our initial, rough definition of a vectors as things ou can scale and add, come up with another vector space besides the ones ou have seen. (Tr to be creative.)

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

Review Topics for MATH 1400 Elements of Calculus Table of Contents

Review Topics for MATH 1400 Elements of Calculus Table of Contents Math 1400 - Mano Table of Contents - Review - page 1 of 2 Review Topics for MATH 1400 Elements of Calculus Table of Contents MATH 1400 Elements of Calculus is one of the Marquette Core Courses for Mathematical

More information

11.4 Polar Coordinates

11.4 Polar Coordinates 11. Polar Coordinates 917 11. Polar Coordinates In Section 1.1, we introduced the Cartesian coordinates of a point in the plane as a means of assigning ordered pairs of numbers to points in the plane.

More information

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

More information

8. BOOLEAN ALGEBRAS x x

8. BOOLEAN ALGEBRAS x x 8. BOOLEAN ALGEBRAS 8.1. Definition of a Boolean Algebra There are man sstems of interest to computing scientists that have a common underling structure. It makes sense to describe such a mathematical

More information

1.7 Inverse Functions

1.7 Inverse Functions 71_0107.qd 1/7/0 10: AM Page 17 Section 1.7 Inverse Functions 17 1.7 Inverse Functions Inverse Functions Recall from Section 1. that a function can be represented b a set of ordered pairs. For instance,

More information

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector.

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector. LESSON 5: EIGENVALUES AND EIGENVECTORS APRIL 2, 27 In this contet, a vector is a column matri E Note 2 v 2, v 4 5 6 () We might also write v as v Both notations refer to a vector (2) A vector can be man

More information

Section 1.2: A Catalog of Functions

Section 1.2: A Catalog of Functions Section 1.: A Catalog of Functions As we discussed in the last section, in the sciences, we often tr to find an equation which models some given phenomenon in the real world - for eample, temperature as

More information

3.7 InveRSe FUnCTIOnS

3.7 InveRSe FUnCTIOnS CHAPTER functions learning ObjeCTIveS In this section, ou will: Verif inverse functions. Determine the domain and range of an inverse function, and restrict the domain of a function to make it one-to-one.

More information

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals Math Summar of Important Algebra & Trigonometr Concepts Chapter & Appendi D, Stewart, Calculus Earl Transcendentals Function a rule that assigns to each element in a set D eactl one element, called f (

More information

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II LESSON #4 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART COMMON CORE ALGEBRA II You will recall from unit 1 that in order to find the inverse of a function, ou must switch and and solve for. Also,

More information

5. Zeros. We deduce that the graph crosses the x-axis at the points x = 0, 1, 2 and 4, and nowhere else. And that s exactly what we see in the graph.

5. Zeros. We deduce that the graph crosses the x-axis at the points x = 0, 1, 2 and 4, and nowhere else. And that s exactly what we see in the graph. . Zeros Eample 1. At the right we have drawn the graph of the polnomial = ( 1) ( 2) ( 4). Argue that the form of the algebraic formula allows ou to see right awa where the graph is above the -ais, where

More information

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #8 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

INTRODUCTION TO DIOPHANTINE EQUATIONS

INTRODUCTION TO DIOPHANTINE EQUATIONS INTRODUCTION TO DIOPHANTINE EQUATIONS In the earl 20th centur, Thue made an important breakthrough in the stud of diophantine equations. His proof is one of the first eamples of the polnomial method. His

More information

6.4 graphs OF logarithmic FUnCTIOnS

6.4 graphs OF logarithmic FUnCTIOnS SECTION 6. graphs of logarithmic functions 9 9 learning ObjeCTIveS In this section, ou will: Identif the domain of a logarithmic function. Graph logarithmic functions. 6. graphs OF logarithmic FUnCTIOnS

More information

P1 Chapter 4 :: Graphs & Transformations

P1 Chapter 4 :: Graphs & Transformations P1 Chapter 4 :: Graphs & Transformations jfrost@tiffin.kingston.sch.uk www.drfrostmaths.com @DrFrostMaths Last modified: 14 th September 2017 Use of DrFrostMaths for practice Register for free at: www.drfrostmaths.com/homework

More information

Green s Theorem Jeremy Orloff

Green s Theorem Jeremy Orloff Green s Theorem Jerem Orloff Line integrals and Green s theorem. Vector Fields Vector notation. In 8.4 we will mostl use the notation (v) = (a, b) for vectors. The other common notation (v) = ai + bj runs

More information

We have examined power functions like f (x) = x 2. Interchanging x

We have examined power functions like f (x) = x 2. Interchanging x CHAPTER 5 Eponential and Logarithmic Functions We have eamined power functions like f =. Interchanging and ields a different function f =. This new function is radicall different from a power function

More information

Chapter 5: Systems of Equations

Chapter 5: Systems of Equations Chapter : Sstems of Equations Section.: Sstems in Two Variables... 0 Section. Eercises... 9 Section.: Sstems in Three Variables... Section. Eercises... Section.: Linear Inequalities... Section.: Eercises.

More information

You don't have to be a mathematician to have a feel for numbers. John Forbes Nash, Jr.

You don't have to be a mathematician to have a feel for numbers. John Forbes Nash, Jr. Course Title: Real Analsis Course Code: MTH3 Course instructor: Dr. Atiq ur Rehman Class: MSc-II Course URL: www.mathcit.org/atiq/fa5-mth3 You don't have to be a mathematician to have a feel for numbers.

More information

10.2 The Unit Circle: Cosine and Sine

10.2 The Unit Circle: Cosine and Sine 0. The Unit Circle: Cosine and Sine 77 0. The Unit Circle: Cosine and Sine In Section 0.., we introduced circular motion and derived a formula which describes the linear velocit of an object moving on

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technolog c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

Unit 12 Study Notes 1 Systems of Equations

Unit 12 Study Notes 1 Systems of Equations You should learn to: Unit Stud Notes Sstems of Equations. Solve sstems of equations b substitution.. Solve sstems of equations b graphing (calculator). 3. Solve sstems of equations b elimination. 4. Solve

More information

LESSON #48 - INTEGER EXPONENTS COMMON CORE ALGEBRA II

LESSON #48 - INTEGER EXPONENTS COMMON CORE ALGEBRA II LESSON #8 - INTEGER EXPONENTS COMMON CORE ALGEBRA II We just finished our review of linear functions. Linear functions are those that grow b equal differences for equal intervals. In this unit we will

More information

15. Eigenvalues, Eigenvectors

15. Eigenvalues, Eigenvectors 5 Eigenvalues, Eigenvectors Matri of a Linear Transformation Consider a linear ( transformation ) L : a b R 2 R 2 Suppose we know that L and L Then c d because of linearit, we can determine what L does

More information

1.2 Functions and Their Properties PreCalculus

1.2 Functions and Their Properties PreCalculus 1. Functions and Their Properties PreCalculus 1. FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1. 1. Determine whether a set of numbers or a graph is a function. Find the domain of a function given

More information

Chapter 18 Quadratic Function 2

Chapter 18 Quadratic Function 2 Chapter 18 Quadratic Function Completed Square Form 1 Consider this special set of numbers - the square numbers or the set of perfect squares. 4 = = 9 = 3 = 16 = 4 = 5 = 5 = Numbers like 5, 11, 15 are

More information

Functions. Introduction

Functions. Introduction Functions,00 P,000 00 0 70 7 80 8 0 000 00 00 Figure Standard and Poor s Inde with dividends reinvested (credit "bull": modification of work b Praitno Hadinata; credit "graph": modification of work b MeasuringWorth)

More information

Linear Transformations

Linear Transformations inear Transformations 6 The main objects of stud in an course in linear algebra are linear functions: Definition A function : V! W is linear if V and W are vector spaces and (ru + sv) r(u)+s(v) for all

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

2.5 CONTINUITY. a x. Notice that Definition l implicitly requires three things if f is continuous at a:

2.5 CONTINUITY. a x. Notice that Definition l implicitly requires three things if f is continuous at a: SECTION.5 CONTINUITY 9.5 CONTINUITY We noticed in Section.3 that the it of a function as approaches a can often be found simpl b calculating the value of the function at a. Functions with this propert

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Eponential and Logarithmic Functions 6 Figure Electron micrograph of E. Coli bacteria (credit: Mattosaurus, Wikimedia Commons) CHAPTER OUTLINE 6. Eponential Functions 6. Logarithmic Properties 6. Graphs

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate") of z = a + bi is the number z defined by

Re(z) = a, For example, 3 + 2i = = 13. The complex conjugate (or simply conjugate) of z = a + bi is the number z defined by F COMPLEX NUMBERS In this appendi, we review the basic properties of comple numbers. A comple number is a number z of the form z = a + bi where a,b are real numbers and i represents a number whose square

More information

General Vector Spaces

General Vector Spaces CHAPTER 4 General Vector Spaces CHAPTER CONTENTS 4. Real Vector Spaces 83 4. Subspaces 9 4.3 Linear Independence 4.4 Coordinates and Basis 4.5 Dimension 4.6 Change of Basis 9 4.7 Row Space, Column Space,

More information

10.5 Graphs of the Trigonometric Functions

10.5 Graphs of the Trigonometric Functions 790 Foundations of Trigonometr 0.5 Graphs of the Trigonometric Functions In this section, we return to our discussion of the circular (trigonometric functions as functions of real numbers and pick up where

More information

Review of Essential Skills and Knowledge

Review of Essential Skills and Knowledge Review of Essential Skills and Knowledge R Eponent Laws...50 R Epanding and Simplifing Polnomial Epressions...5 R 3 Factoring Polnomial Epressions...5 R Working with Rational Epressions...55 R 5 Slope

More information

Ready To Go On? Skills Intervention 6-1 Polynomials

Ready To Go On? Skills Intervention 6-1 Polynomials 6A Read To Go On? Skills Intervention 6- Polnomials Find these vocabular words in Lesson 6- and the Multilingual Glossar. Vocabular monomial polnomial degree of a monomial degree of a polnomial leading

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Chapter 12 Vectors and the Geometr of Space Comments. What does multivariable mean in the name Multivariable Calculus? It means we stud functions that involve more than one variable in either the input

More information

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs 0_005.qd /7/05 8: AM Page 5 5 Chapter Functions and Their Graphs.5 Analzing Graphs of Functions What ou should learn Use the Vertical Line Test for functions. Find the zeros of functions. Determine intervals

More information

Finding Limits Graphically and Numerically. An Introduction to Limits

Finding Limits Graphically and Numerically. An Introduction to Limits 8 CHAPTER Limits and Their Properties Section Finding Limits Graphicall and Numericall Estimate a it using a numerical or graphical approach Learn different was that a it can fail to eist Stud and use

More information

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x 5A galler of graphs Objectives To recognise the rules of a number of common algebraic relations: = = = (rectangular hperbola) + = (circle). To be able to sketch the graphs of these relations. To be able

More information

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

QUADRATIC FUNCTION REVIEW

QUADRATIC FUNCTION REVIEW Name: Date: QUADRATIC FUNCTION REVIEW Linear and eponential functions are used throughout mathematics and science due to their simplicit and applicabilit. Quadratic functions comprise another ver important

More information

Cartesian coordinates in space (Sect. 12.1).

Cartesian coordinates in space (Sect. 12.1). Cartesian coordinates in space (Sect..). Overview of Multivariable Calculus. Cartesian coordinates in space. Right-handed, left-handed Cartesian coordinates. Distance formula between two points in space.

More information

2.1 Rates of Change and Limits AP Calculus

2.1 Rates of Change and Limits AP Calculus . Rates of Change and Limits AP Calculus. RATES OF CHANGE AND LIMITS Limits Limits are what separate Calculus from pre calculus. Using a it is also the foundational principle behind the two most important

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

Analytic Geometry in Three Dimensions

Analytic Geometry in Three Dimensions Analtic Geometr in Three Dimensions. The Three-Dimensional Coordinate Sstem. Vectors in Space. The Cross Product of Two Vectors. Lines and Planes in Space The three-dimensional coordinate sstem is used

More information

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #4 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

LESSON #1 - BASIC ALGEBRAIC PROPERTIES COMMON CORE ALGEBRA II

LESSON #1 - BASIC ALGEBRAIC PROPERTIES COMMON CORE ALGEBRA II 1 LESSON #1 - BASIC ALGEBRAIC PROPERTIES COMMON CORE ALGEBRA II Mathematics has developed a language all to itself in order to clarif concepts and remove ambiguit from the analsis of problems. To achieve

More information

Section 1.2: Relations, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons

Section 1.2: Relations, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons Section.: Relations, from College Algebra: Corrected Edition b Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license. 0, Carl Stitz.

More information

Engineering Mathematics I

Engineering Mathematics I Engineering Mathematics I_ 017 Engineering Mathematics I 1. Introduction to Differential Equations Dr. Rami Zakaria Terminolog Differential Equation Ordinar Differential Equations Partial Differential

More information

2.1 Rates of Change and Limits AP Calculus

2.1 Rates of Change and Limits AP Calculus .1 Rates of Change and Limits AP Calculus.1 RATES OF CHANGE AND LIMITS Limits Limits are what separate Calculus from pre calculus. Using a it is also the foundational principle behind the two most important

More information

College Algebra Final, 7/2/10

College Algebra Final, 7/2/10 NAME College Algebra Final, 7//10 1. Factor the polnomial p() = 3 5 13 4 + 13 3 + 9 16 + 4 completel, then sketch a graph of it. Make sure to plot the - and -intercepts. (10 points) Solution: B the rational

More information

Chapter 4 Analytic Trigonometry

Chapter 4 Analytic Trigonometry Analtic Trigonometr Chapter Analtic Trigonometr Inverse Trigonometric Functions The trigonometric functions act as an operator on the variable (angle, resulting in an output value Suppose this process

More information

A.5. Complex Numbers AP-12. The Development of the Real Numbers

A.5. Complex Numbers AP-12. The Development of the Real Numbers AP- A.5 Comple Numbers Comple numbers are epressions of the form a + ib, where a and b are real numbers and i is a smbol for -. Unfortunatel, the words real and imaginar have connotations that somehow

More information

INTRODUCTION TO DIFFERENTIAL EQUATIONS

INTRODUCTION TO DIFFERENTIAL EQUATIONS INTRODUCTION TO DIFFERENTIAL EQUATIONS. Definitions and Terminolog. Initial-Value Problems.3 Differential Equations as Mathematical Models CHAPTER IN REVIEW The words differential and equations certainl

More information

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator,

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator, GRADE PRE-CALCULUS UNIT C: QUADRATIC FUNCTIONS CLASS NOTES FRAME. After linear functions, = m + b, and their graph the Quadratic Functions are the net most important equation or function. The Quadratic

More information

9.2. Cartesian Components of Vectors. Introduction. Prerequisites. Learning Outcomes

9.2. Cartesian Components of Vectors. Introduction. Prerequisites. Learning Outcomes Cartesian Components of Vectors 9.2 Introduction It is useful to be able to describe vectors with reference to specific coordinate sstems, such as the Cartesian coordinate sstem. So, in this Section, we

More information

Section 4.1 Increasing and Decreasing Functions

Section 4.1 Increasing and Decreasing Functions Section.1 Increasing and Decreasing Functions The graph of the quadratic function f 1 is a parabola. If we imagine a particle moving along this parabola from left to right, we can see that, while the -coordinates

More information

Vector and Affine Math

Vector and Affine Math Vector and Affine Math Computer Science Department The Universit of Teas at Austin Vectors A vector is a direction and a magnitude Does NOT include a point of reference Usuall thought of as an arrow in

More information

Chapter 13. Overview. The Quadratic Formula. Overview. The Quadratic Formula. The Quadratic Formula. Lewinter & Widulski 1. The Quadratic Formula

Chapter 13. Overview. The Quadratic Formula. Overview. The Quadratic Formula. The Quadratic Formula. Lewinter & Widulski 1. The Quadratic Formula Chapter 13 Overview Some More Math Before You Go The Quadratic Formula The iscriminant Multiplication of Binomials F.O.I.L. Factoring Zero factor propert Graphing Parabolas The Ais of Smmetr, Verte and

More information

VECTORS IN THREE DIMENSIONS

VECTORS IN THREE DIMENSIONS 1 CHAPTER 2. BASIC TRIGONOMETRY 1 INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW VECTORS IN THREE DIMENSIONS 1 Vectors in Two Dimensions A vector is an object which has magnitude

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

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents Unit NOTES Honors Common Core Math Da : Properties of Eponents Warm-Up: Before we begin toda s lesson, how much do ou remember about eponents? Use epanded form to write the rules for the eponents. OBJECTIVE

More information

Properties of Limits

Properties of Limits 33460_003qd //04 :3 PM Page 59 SECTION 3 Evaluating Limits Analticall 59 Section 3 Evaluating Limits Analticall Evaluate a it using properties of its Develop and use a strateg for finding its Evaluate

More information

Systems of Linear and Quadratic Equations. Check Skills You ll Need. y x. Solve by Graphing. Solve the following system by graphing.

Systems of Linear and Quadratic Equations. Check Skills You ll Need. y x. Solve by Graphing. Solve the following system by graphing. NY- Learning Standards for Mathematics A.A. Solve a sstem of one linear and one quadratic equation in two variables, where onl factoring is required. A.G.9 Solve sstems of linear and quadratic equations

More information

ALGEBRA 2 NY STATE COMMON CORE

ALGEBRA 2 NY STATE COMMON CORE ALGEBRA NY STATE COMMON CORE Kingston High School 017-018 emathinstruction, RED HOOK, NY 1571, 015 Table of Contents U n i t 1 - Foundations of Algebra... 1 U n i t - Linear Functions, Equations, and their

More information

4.3 Exercises. local maximum or minimum. The second derivative is. e 1 x 2x 1. f x x 2 e 1 x 1 x 2 e 1 x 2x x 4

4.3 Exercises. local maximum or minimum. The second derivative is. e 1 x 2x 1. f x x 2 e 1 x 1 x 2 e 1 x 2x x 4 SECTION 4.3 HOW DERIVATIVES AFFECT THE SHAPE OF A GRAPH 297 local maimum or minimum. The second derivative is f 2 e 2 e 2 4 e 2 4 Since e and 4, we have f when and when 2 f. So the curve is concave downward

More information

Adding and Subtracting Rational Expressions

Adding and Subtracting Rational Expressions Adding and Subtracting Rational Epressions As a review, adding and subtracting fractions requires the fractions to have the same denominator. If they already have the same denominator, combine the numerators

More information

18.02 Review Jeremy Orloff. 1 Review of multivariable calculus (18.02) constructs

18.02 Review Jeremy Orloff. 1 Review of multivariable calculus (18.02) constructs 18.02 eview Jerem Orloff 1 eview of multivariable calculus (18.02) constructs 1.1 Introduction These notes are a terse summar of what we ll need from multivariable calculus. If, after reading these, some

More information

Fitting Integrands to Basic Rules. x x 2 9 dx. Solution a. Use the Arctangent Rule and let u x and a dx arctan x 3 C. 2 du u.

Fitting Integrands to Basic Rules. x x 2 9 dx. Solution a. Use the Arctangent Rule and let u x and a dx arctan x 3 C. 2 du u. 58 CHAPTER 8 Integration Techniques, L Hôpital s Rule, and Improper Integrals Section 8 Basic Integration Rules Review proceres for fitting an integrand to one of the basic integration rules Fitting Integrands

More information

3.1 Graphs of Polynomials

3.1 Graphs of Polynomials 3.1 Graphs of Polynomials Three of the families of functions studied thus far: constant, linear and quadratic, belong to a much larger group of functions called polynomials. We begin our formal study of

More information

Course 15 Numbers and Their Properties

Course 15 Numbers and Their Properties Course Numbers and Their Properties KEY Module: Objective: Rules for Eponents and Radicals To practice appling rules for eponents when the eponents are rational numbers Name: Date: Fill in the blanks.

More information

Lecture 5. Equations of Lines and Planes. Dan Nichols MATH 233, Spring 2018 University of Massachusetts.

Lecture 5. Equations of Lines and Planes. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. Lecture 5 Equations of Lines and Planes Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 Universit of Massachusetts Februar 6, 2018 (2) Upcoming midterm eam First midterm: Wednesda Feb. 21, 7:00-9:00

More information

SEE the Big Idea. Quonset Hut (p. 218) Zebra Mussels (p. 203) Ruins of Caesarea (p. 195) Basketball (p. 178) Electric Vehicles (p.

SEE the Big Idea. Quonset Hut (p. 218) Zebra Mussels (p. 203) Ruins of Caesarea (p. 195) Basketball (p. 178) Electric Vehicles (p. Polnomial Functions.1 Graphing Polnomial Functions. Adding, Subtracting, and Multipling Polnomials.3 Dividing Polnomials. Factoring Polnomials.5 Solving Polnomial Equations. The Fundamental Theorem of

More information

Vector Fields. Field (II) Field (V)

Vector Fields. Field (II) Field (V) Math 1a Vector Fields 1. Match the following vector fields to the pictures, below. Eplain our reasoning. (Notice that in some of the pictures all of the vectors have been uniforml scaled so that the picture

More information

8.4 Inverse Functions

8.4 Inverse Functions Section 8. Inverse Functions 803 8. Inverse Functions As we saw in the last section, in order to solve application problems involving eponential unctions, we will need to be able to solve eponential equations

More information

Finding Limits Graphically and Numerically. An Introduction to Limits

Finding Limits Graphically and Numerically. An Introduction to Limits 60_00.qd //0 :05 PM Page 8 8 CHAPTER Limits and Their Properties Section. Finding Limits Graphicall and Numericall Estimate a it using a numerical or graphical approach. Learn different was that a it can

More information

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS CHAPTER PolNomiAl ANd rational functions learning ObjeCTIveS In this section, ou will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identif

More information

39. (a) Use trigonometric substitution to verify that. 40. The parabola y 2x divides the disk into two

39. (a) Use trigonometric substitution to verify that. 40. The parabola y 2x divides the disk into two 35. Prove the formula A r for the area of a sector of a circle with radius r and central angle. [Hint: Assume 0 and place the center of the circle at the origin so it has the equation. Then is the sum

More information

Tangent Lines. Limits 1

Tangent Lines. Limits 1 Limits Tangent Lines The concept of the tangent line to a circle dates back at least to the earl das of Greek geometr, that is, at least 5 ears. The tangent line to a circle with centre O at a point A

More information

Methods of Solving Ordinary Differential Equations (Online)

Methods of Solving Ordinary Differential Equations (Online) 7in 0in Felder c0_online.te V3 - Januar, 05 0:5 A.M. Page CHAPTER 0 Methods of Solving Ordinar Differential Equations (Online) 0.3 Phase Portraits Just as a slope field (Section.4) gives us a wa to visualize

More information

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy Math 4 Spring 08 problem set. (a) Consider these two first order equations. (I) d d = + d (II) d = Below are four direction fields. Match the differential equations above to their direction fields. Provide

More information

Linear regression Class 25, Jeremy Orloff and Jonathan Bloom

Linear regression Class 25, Jeremy Orloff and Jonathan Bloom 1 Learning Goals Linear regression Class 25, 18.05 Jerem Orloff and Jonathan Bloom 1. Be able to use the method of least squares to fit a line to bivariate data. 2. Be able to give a formula for the total

More information

Foundations of Databases

Foundations of Databases Foundations of Databases (Slides adapted from Thomas Eiter, Leonid Libkin and Werner Nutt) Foundations of Databases 1 Quer optimization: finding a good wa to evaluate a quer Queries are declarative, and

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

4Cubic. polynomials UNCORRECTED PAGE PROOFS

4Cubic. polynomials UNCORRECTED PAGE PROOFS 4Cubic polnomials 4.1 Kick off with CAS 4. Polnomials 4.3 The remainder and factor theorems 4.4 Graphs of cubic polnomials 4.5 Equations of cubic polnomials 4.6 Cubic models and applications 4.7 Review

More information

Fitting Integrands to Basic Rules

Fitting Integrands to Basic Rules 6_8.qd // : PM Page 8 8 CHAPTER 8 Integration Techniques, L Hôpital s Rule, and Improper Integrals Section 8. Basic Integration Rules Review proceres for fitting an integrand to one of the basic integration

More information

f(x) = 2x 2 + 2x - 4

f(x) = 2x 2 + 2x - 4 4-1 Graphing Quadratic Functions What You ll Learn Scan the tet under the Now heading. List two things ou will learn about in the lesson. 1. Active Vocabular 2. New Vocabular Label each bo with the terms

More information

Lesson #33 Solving Incomplete Quadratics

Lesson #33 Solving Incomplete Quadratics Lesson # Solving Incomplete Quadratics A.A.4 Know and apply the technique of completing the square ~ 1 ~ We can also set up any quadratic to solve it in this way by completing the square, the technique

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate Sstem- Pictures of Equations Concepts: The Cartesian Coordinate Sstem Graphs of Equations in Two Variables -intercepts and -intercepts Distance in Two Dimensions and the Pthagorean

More information

A Tutorial on Euler Angles and Quaternions

A Tutorial on Euler Angles and Quaternions A Tutorial on Euler Angles and Quaternions Moti Ben-Ari Department of Science Teaching Weimann Institute of Science http://www.weimann.ac.il/sci-tea/benari/ Version.0.1 c 01 17 b Moti Ben-Ari. This work

More information

74 Maths Quest 10 for Victoria

74 Maths Quest 10 for Victoria Linear graphs Maria is working in the kitchen making some high energ biscuits using peanuts and chocolate chips. She wants to make less than g of biscuits but wants the biscuits to contain at least 8 g

More information

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet.

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet. Ch Alg L Note Sheet Ke Do Activit 1 on our Ch Activit Sheet. Chapter : Quadratic Equations and Functions.1 Modeling Data With Quadratic Functions You had three forms for linear equations, ou will have

More information

Chapter 1 Coordinates, points and lines

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

More information

Section 8.5 Parametric Equations

Section 8.5 Parametric Equations 504 Chapter 8 Section 8.5 Parametric Equations Man shapes, even ones as simple as circles, cannot be represented as an equation where is a function of. Consider, for eample, the path a moon follows as

More information

Which of the following expressions are monomials?

Which of the following expressions are monomials? 9 1 Stud Guide Pages 382 387 Polnomials The epressions, 6, 5a 2, and 10cd 3 are eamples of monomials. A monomial is a number, a variable, or a product of numbers and variables. An eponents in a monomial

More information