• No results found

TMA Calculus 3. Lecture 17. Toke Meier Carlsen Norwegian University of Science and Technology Fall 2012

N/A
N/A
Protected

Academic year: 2022

Share "TMA Calculus 3. Lecture 17. Toke Meier Carlsen Norwegian University of Science and Technology Fall 2012"

Copied!
25
0
0

Loading.... (view fulltext now)

Full text

(1)

TMA4110 - Calculus 3

Lecture 17

Toke Meier Carlsen

Norwegian University of Science and Technology Fall 2012

(2)

Review of last week

Last week we introduced and studied the determinant of a square matrix.

Introduction to determinants (Section 3.1) Properties of determinants (Section 3.2)

Cramer’s rule, volume, and linear transformations (Section 3.3)

(3)

Plan for this week

This week we shall introduce and study vector spaces, subspaces, null spaces, column spaces and bases of vector spaces.

Vector spaces and subspaces (Section 4.1)

Null spaces, column spaces, and linear transformations (Section 4.2)

Linearly independents sets; bases (Section 4.3)

(4)

Vector spaces

Definition

A vector space is a nonempty set V of objects, called

vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the ten axioms listed below. The axioms must hold for all vectorsu, v, and w in V and for all scalars c and d .

1 The sum ofu and v, denoted by u + v, is in V .

2 u + v = v + u.

3 (u + v) + w = u + (v + w).

4 There is a zero vector0 in V such that u + 0 = u.

(5)

1 The sum ofu and v, denoted by u + v, is in V .

2 u + v = v + u.

3 (u + v) + w = u + (v + w).

4 There is a zero vector0 in V such that u + 0 = u.

5 For eachu in V , there is a vector −u in V such that u + (−u) = 0.

6 The scalar multiple ofu by c, denoted by cu, is in V .

7 c(u + v) = cu + cv.

8 (c + d )u = cu + d u.

9 c(du) = (cd )u.

10 1u = u.

(6)

Examples of vector spaces

1 Let n be a positive integer. Then Rnis a vector space.

2 Let m and n be positive integers. Then the set Mm×nof all m × n matrices is a vector space.

3 Let S be the set of all doubly infinite sequences of numbers: {yk}k ∈Z. If {zk}k ∈Zis another element of S, then the sum {yk}k ∈Z+ {zk}k ∈Zis sequence

{yk+zk}k ∈Z, and if c is a scalar, then c{yk}k ∈Z is the sequence {cyk}k ∈Z. Then S is a vector space.

(7)

Examples of vector spaces

4 Let I be an interval and let V be the space of all

real-valued functions defined on I. If f , g are in V and c is a scalar, then f + g is the function defined by

(f + g)(x ) = f (x ) + g(x ) for x in I, and cf is the function defined by (cf )(x ) = cf (x ) for x in I. Then V is a vector space.

(8)

Subspaces

Definition

A subspace of a vector space V is a subset H of V that has 3 properties:

1 The zero vector of V is in H.

2 Ifu and v are in H, then u + v is in H.

3 Ifu is in H and c is a scalar, then cu is in H.

Every subspace is a vector space. Conversely, every vector space is a subspace (of itself and possibly of other larger spaces).

(9)

Examples of subspaces

Let V be the space of all real-valued functions defined on R.

1 Let P be the set of all polynomials with real coefficients.

Then P is a subspace of V .

2 For each n ≥ 0, let Pnbe the set of polynomials with real coefficients of degree at most n. Then Pnis a subspace of P (and of V ).

3 Let C(R) be the set of all real-valued continuous

functions defined on R. Then C(R) is a subspace of V .

(10)

The zero subspace

Let V be a vector space, and let0 be the zero vector of V . The set consisting of only0 is a subspace of V . This

subspace is called the zero subspace and is written as {0}.

(11)

Subspaces spanned by sets

Let V be a vector space.

1 Ifv1,v2, . . . ,vn are vectors in V and c1,c2, . . . ,cn are scalars, then the vector c1v1+c2v2+ · · · +cnvn is called a linear combination ofv1,v2, . . . ,vn.

2 We let Span{v1,v2, . . . ,vn} denote the set of all possible linear combinations ofv1,v2, . . . ,vn.

3 Span{v1,v2, . . . ,vn} is a subspace of V .

4 Span{v1,v2, . . . ,vn} is called the subspace spanned (or generated) byv1,v2, . . . ,vn.

5 Given any subspace H of V , a spanning (or generating) set for H is a set {v1,v2, . . . ,vn} in H such that

H = Span{v1,v2, . . . ,vn}.

(12)

Example

Let H be the set of all vectors of the form

2a − 3b 0

−a + b

 where a and b represent arbitrary real numbers.

Let us determine if H is a subspace of R3.

(13)

Example

Let H be the set of all vectors of the form

4a + 3b

−1

−a + 2b

 where a and b represent arbitrary real numbers.

Let us determine if H is a subspace of R3.

(14)

The null space of a matrix

Let A be an m × n matrix.

1 The null space of A, written as Nul(A), is the set of all solution of the homogeneous equation Ax = 0.

2 Nul(A) = {x : x is in Rn and Ax = 0}.

3 Nul(A) is a subspace of Rn.

(15)

Example

Let A = 3 4 0

−1 2 2



and letx =

 4

−3 0

.

Let us determine ifx is in Nul(A).

(16)

Example

Let A = 3 4 0

−1 2 2

 .

Let us find an explicit description of Nul(A) by listing vectors that span Nul(A).

(17)

Example

Let H be the set of vectors

 a b c d

which satisfy that

2a + 2b = c and a + b + c = 3d .

Let us determine if H is a vector space.

(18)

The column space of a matrix

Let A be an m × n matrix.

1 The column space of A, written as Col(A), is the set of all linear combinations of the columns of A.

2 If A = [a1 a2. . .an], then Col(A) = Span{a1,a2, . . . ,an}.

3 Col(A) = {b : b = Ax for some x in Rn}.

4 Col(A) is a subspace of Rm.

(19)

Example

Let A =

1 −2 3

2 0 2

0 3 −3

.

Then Col(A) = Span

 1 2 0

,

−2 0 3

,

 3 2

−3

 .

Letb =

 1 2 3

. Let us determine ifb is in Col(A).

(20)

Example

Let H be the set of vectors of the form

 2r − s

r

−3s

 where r and s represent arbitrary real numbers.

Let us determine if H is a vector space.

(21)

Linear transformations

Definition

A linear transformation T from a vector space V into a vector space W is a rule that assigns to each vectorx in V a unique vector T (x) in W such that

1 T (u + v) = T (u) + T (v) for all u, v in V ,

2 T (cv) = cT (v) for all u in V all scalars c.

(22)

Example

Let V be the set of all real-valued functions f defined on an interval [a, b] with the property that they are

differentiable and their derivatives are continuous functions on [a, b].

Let W = C[a, b] be the set of real-valued continuous functions on [a, b].

Then V and W are vector spaces.

Let D : V → W be the transformation that maps f in V to its derivative f0.

Then D(f + g) = (f + g)0 =f0 +g0 =D(f ) + D(g) and D(cf ) = (cf )0 =cf0 =cD(f ), so D is a linear

transformation.

(23)

The kernel and range of a linear transformation

Let V and W be vector spaces and let T be a linear transformation from V to W .

1 The kernel (or null space) of T is the set

{u : u is in V and T (v) = 0} of all u in V for which T (u) = 0.

2 The range of T is the set {w : w = T (v) for some v in V } of all vectors in W of the form T (v) for some v in V .

3 The kernel of T is a subspace of V .

4 The range of T is a subspace of W .

5 If V = Rn, W = Rm, and A is the standard matrix of T , then the kernel of T is the null space of A, and the range of T is the column space of A.

(24)

Example

Let y00+p(t)y0+q(t)y = 0 be a homogenous second-order linear differential equation.

Let V be the set of all real-valued twice continuously differentiable functions defined on R.

Let W = C(R) be the set of real-valued continuous functions on R.

Let T : V → W be the transformation that maps f in V to f00+p(t)f0+q(t)f .

Then V and W are vector spaces, and T is a linear transformation.

A function f in V is in the kernel of T if and only if f is a solution to the differential equation

(25)

Example

Define T : P → R by T (p) = p(1). Let us check that T is a linear transformation and describe the kernel and range of T .

References

Related documents

When stating a W/ft 2 value, the area (in ft 2 ) may refer to: 1) a single piece of computer equipment, 2) a single rack, or 3) the footprint of all of the racks excluding

A one-element solution set fits in that it has a particular solution, and the unrestricted combination part is a trivial sum (that is, instead of being a combination of two vectors,

The following definition presents a con- dition that allows us to work with linear operators on normed vector spaces almost like with linear operators on R n ; for the case of a

Although in this course we consider mostly the real vector spaces, we give also some information on the important concept of the inner product in complex vector

Lampiran 1 Kuisioner untuk kelompok Madridista Yogyakarta ………135 Lampiran 2 Kuisioner untuk kelompok FCBI Yogyakarta ………139 Lampiran 3 Kuisioner untuk kelompok netral

Definition 1.1.4 A topological vector space (X, r) zs called a pre-Frechet space if r is given by a countable family of seminorms which satisfies the separating condition given

Theorem 9.11 The matrix A transforms a vector x in its null space into the zero vector, and an arbitrary vector x into a vector in range(A).. The spaces orthogonal to null(A)

Bill Summary: The bill requires that all revenue received for the registration of persons under the Maryland Debt Settlement Services Act and any other fee, examination