Section 3.1: Definition and Examples (Vector Spaces)

Similar documents
Section 3.1: Definition and Examples (Vector Spaces), Completed

Vector Spaces and SubSpaces

Section 3.1. Best Affine Approximations. Difference Equations to Differential Equations

Chapter 6: Rational Expr., Eq., and Functions Lecture notes Math 1010

Worksheet 1.1: Introduction to Vectors

On-Line Geometric Modeling Notes VECTOR SPACES

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

Math 52: Course Summary

What is a Linear Space/Vector Space?

Section 0.2 & 0.3 Worksheet. Types of Functions

Dot product. The dot product is an inner product on a coordinate vector space (Definition 1, Theorem

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its.

Contents. 2.1 Vectors in R n. Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v. 2.50) 2 Vector Spaces

Tropical Polynomials

1 Solving Algebraic Equations

Bonus Section II: Solving Trigonometric Equations

2. If the values for f(x) can be made as close as we like to L by choosing arbitrarily large. lim

Usually, when we first formulate a problem in mathematics, we use the most familiar

Linear Algebra, Summer 2011, pt. 2

An overview of key ideas

Test 2 Review Math 1111 College Algebra

56 CHAPTER 3. POLYNOMIAL FUNCTIONS

Math 276, Spring 2007 Additional Notes on Vectors

Identifying the Graphs of Polynomial Functions

Linear Algebra. Maths Preliminaries. Wei CSE, UNSW. September 9, /29

Math 241, Exam 1 Information.

Linear Algebra Practice Problems

Vector Spaces - Definition

Introduction to Vector Spaces Linear Algebra, Fall 2008

CHALLENGE! (0) = 5. Construct a polynomial with the following behavior at x = 0:

Math 480 The Vector Space of Differentiable Functions

Mon Jan Matrix and linear transformations. Announcements: Warm-up Exercise:

Vectors. Advanced Math Circle. October 18, 2018

Math 309 Notes and Homework for Days 4-6

Algebra 2 Matrices. Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find.

Semester Review Packet

Lecture 8: A Crash Course in Linear Algebra

Questionnaire for CSET Mathematics subset 1

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

Matrix Arithmetic. (Multidimensional Math) Institute for Advanced Analytics. Shaina Race, PhD

Math 205, Summer I, Week 3a (continued): Chapter 4, Sections 5 and 6. Week 3b. Chapter 4, [Sections 7], 8 and 9

Math 3191 Applied Linear Algebra

2 Metric Spaces Definitions Exotic Examples... 3

Linear Algebra V = T = ( 4 3 ).

Basic Math Review for CS1340

MATH 320, WEEK 7: Matrices, Matrix Operations

Math 40510, Algebraic Geometry

Chapter 5B - Rational Functions

Chapter 1 Vector Spaces

SOLUTIONS FOR PROBLEMS 1-30

Introduction to Linear Algebra

Tues Feb Vector spaces and subspaces. Announcements: Warm-up Exercise:

Basic Math Review for CS4830

Math 115 Spring 11 Written Homework 10 Solutions

Lecture 2: Vector Spaces, Metric Spaces

CHAPTER 2 POLYNOMIALS KEY POINTS

Math Advanced Calculus II

Vectors Year 12 Term 1

Chapter 1E - Complex Numbers

Chapter 4. Vector Space Examples. 4.1 Diffusion Welding and Heat States

Solving Polynomial and Rational Inequalities Algebraically. Approximating Solutions to Inequalities Graphically

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

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

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

Math Week 1 notes

Data representation and classification

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space

Lecture 9 4.1: Derivative Rules MTH 124

Controlling the Population

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

I&C 6N. Computational Linear Algebra

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

The Matrix Vector Product and the Matrix Product

Section 1.8 Matrices as Linear Transformations

Vector Basics, with Exercises

Math 416, Spring 2010 More on Algebraic and Geometric Properties January 21, 2010 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES

Ron Paul Curriculum Mathematics 8 Lesson List

The geometry of least squares

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

Coordinates for Projective Planes

Ch. 7.3, 7.4: Vectors and Complex Numbers

Matrix Basic Concepts

2 = = 0 Thus, the number which is largest in magnitude is equal to the number which is smallest in magnitude.

Finding Limits Analytically

Systems of Linear Equations

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS

Chapter 2 Notes, Linear Algebra 5e Lay

INNER PRODUCT SPACE. Definition 1

LECTURE 1: LINES IN R 3

Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website.

Geometry Summer Assignment 2018

_CH04_p pdf Page 52

MATH 1130 Exam 1 Review Sheet

Sequences & Functions

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

Ron Paul Curriculum 9th Grade Mathematics Problem Set #2

1. Foundations of Numerics from Advanced Mathematics. Linear Algebra

Limits and Continuity

1. Introduction to commutative rings and fields

Transcription:

Section 3.1: Definition and Examples (Vector Spaces) 1. Examples Euclidean Vector Spaces: The set of n-length vectors that we denoted by R n is a vector space. For simplicity, let s consider n = 2. A vector x = ( ) T x 1 x 2 in R 2 can be represented by a directed line segment from the origin to the point (x 1, x 2 ) or from any point (a, b) (same magnitude and direction). We scale vectors by any scalar α, multiplying each component by α. We add and subtract vectors via components, with a nice geometrical interpretation. The space of all m n matrices: Just as R n can be viewed as n 1 matrices, we can generalize to R m n, the set of all m n matrices. As we ve seen, matrices behave similarly to vectors in R n with addition/subtraction and scalar multiplication. Both of these vector spaces R n and R m n possess desirable operations that we can perform on their elements. These algebraic rules form the axioms used to define a general vector space. Intuitively, a vector space is a set that has the essential operations of addition and scalar multiplication defined, with some other well-desired properties satisfied. This concept, generalizing to defining abstract objects possessing certain properties, is one of the most powerful in all of mathematics.

M309 Notes, R.G. Lynch, Texas A&M Section 3.1: Definition and Examples (Vector Spaces) Page 2 of 6 Definition. An essential component of the definition are the closure properties: C1. If x V and α is a scalar, then αx V. C2. If x, y V, then x + y V. A vector space is closed under addition and scalar multiplication. Theorem. If V is a vector space and x is any element of V, then (i) 0x = 0 (ii) x + y = 0 implies that y = x (that is, the additive inverse is unique) (iii) ( 1)x = x Note. This is terrible notation and it is a shame that many authors introduce vector spaces as such. Addition and scalar multiplication are NOT(!!!) necessarily what you are used to in R n and this makes it look like it is. Usually, I will denote addition by and scalar multiplication by. While most vector spaces we will deal with seem to behave very similarly to R n, there are some weird ones (the last example). If I write + or, this will mean the usual addition and scalar multiplication. Example. When m and n are fixed, you can check that the R m n is a vector space. Is the set of all matrices (possibly different sizes) with the same addition and scalar multiplication a vector space?

M309 Notes, R.G. Lynch, Texas A&M Section 3.1: Definition and Examples (Vector Spaces) Page 3 of 6 Example (Lines in R 2 ). Let U := {(x, 1) : x R}, the set of all points lying on the horizontal line y = 1. Is U a vector space with usual addition and scalar multiplication? What about V := {(x, 0) : x R} with the same operations? What about W := {(x, mx) : x R} with the same operations?

M309 Notes, R.G. Lynch, Texas A&M Section 3.1: Definition and Examples (Vector Spaces) Page 4 of 6 Example (Continuous real-valued functions on [a, b]). Let C[a, b] := {f : [a, b] R : f is continuous} with addition and scalar multiplication defined by: (f g)(x) = f(x) + g(x) (α f)(x) = α f(x) Is C[a, b] a vector space? Example (Polynomials). Let P n [a, b] := {p : [a, b] R : p is a polynomial of degree less than n} with addition and scalar multiplication defined as on C[a, b]. Is P n [a, b] a vector space? Think about it. What happens if we require that the polynomials must be of degree exactly n?

M309 Notes, R.G. Lynch, Texas A&M Section 3.1: Definition and Examples (Vector Spaces) Page 5 of 6 Example (Shifted Reals). 1 Let S = {x : x R} be the set of real numbers with addition defined by and scalar multiplication defined by Is S a vector space? x y = x + y + 7 α x = α x + 7(α 1). 1 Dan Kalman s Notes, Example 2.

M309 Notes, R.G. Lynch, Texas A&M Section 3.1: Definition and Examples (Vector Spaces) Page 6 of 6 Example (R 2 Shifted in a Single Coordinate). 2 Let S be the set S = {x = (x 1, x 2 ) : x 1, x 2 R} scalar multiplication defined as usual, but with addition defined by x y = (x 1 + y 1, x 2 + y 2 + 1). Is S a vector space? 2 Thanks to Tom Vogel, also in the Texas A&M Math Department.