Mathematical Methods of Physics/Vector Spaces

From testwiki
Jump to navigation Jump to search

As is no doubt seen in elementary Physics, the notion of vectors, quantities that have a "magnitude" and a "direction" (whatever these may be) is very convenient in several parts of Physics. Here, we wish to put this idea on the rigorous foundation of Linear Algebra, to facilitate its further use in Physics. The interested reader is encouraged to look up the Wikibook Linear Algebra for details regarding the intricacies of the topic.

Vector Spaces

Let F be field and let V be a set. V is said to be a Vector Space over F along with the binary operations of addition and scalar product iff

๐€,๐,๐‚V

(i) ๐€+๐=๐+๐€ ...(Commutativity)

(ii) ๐€+(๐+๐‚)=(๐€+๐)+๐‚ ...(Associativity)

(iii) ๐ŸŽV such that ๐€+๐ŸŽ=๐€ ...(Identity)

(iv)(๐€)V such that ๐€+๐€=๐ŸŽ ...(Inverse)

a,bF

(v) (a+b)๐€=a๐€+b๐€

(vi)a(๐€+๐)=a๐€+a๐

(vii)a(b๐€)=(ab)๐€

The elements of V are called vectors while the elements of F are called scalars. In most problems of Physics, the field F of scalars is either the set of real numbers โ„ or the set of complex numbers โ„‚.


Examples of vector spaces:

(i) The set โ„n over โ„ can be visualised as the space of ordinary vectors "arrows" of elementary Physics.

(ii) The set of all real polynomials P(x)=a0+a1x++anxn is a vector space over โ„

(iii) Indeed, the set of all functions f:[a,b]โ„ is also a vector spaces over โ„, with addition and scalar multiplication defined as is usual.

Although the idea of vectors as "arrows" works well in most examples of vector spaces and is useful in solving problems, the latter two examples were deliberately provided as cases where this intuition fails to work.

Basis

A set EV is said to be linearly independent if and only if

a1๐„1+a2๐„2++an๐„n=๐ŸŽ implies that a1=a2==0, whenever ๐„1,๐„2,,๐„nE


A set EV is said to cover V if for every ๐€V there exist e1,e2, such that ๐€=e1๐„1+e2๐„2+. (we leave the question of finiteness of the number of terms open at this point)


A set BV is said to be a basis for V if B is linearly independent and if B covers V.

If a vector space has a finite basis with n elements, the vector space is said to be n-dimensional


As an example, we can consider the vector space โ„3 over reals. The vectors (1,0,0);(0,1,0);(0,0,1) form one of the several possible basis for โ„3. These vectors are often denoted as i^,j^,k^ or as x^,y^,z^

Theorem

Let V be a vector space and let B={๐›1,๐›2,,๐›n} be a basis for V. Then any subset of V with n+1 elements is linearly dependent.

Proof

Let EV with E={๐ฎ1,๐ฎ2,,๐ฎn+1}

By definition of basis, there exist scalars a1i,a2i,,ani such that ui=mami๐›m

Hence we can write i=1n+1ci๐ฎi=๐ŸŽ as m=1ni=1n+1ciami๐›m=๐ŸŽ that is

m=1nc1a1m=0
m=1nc2a2m=0

m=1ncn+1a3(n+1)=0

Which has a nontrivial solution for ci. Hence E is linearly dependent.

If a vector space has a finite basis of n elements, we say that the vector space is n-dimensional

Inner Product

An in-depth treatment of inner-product spaces will be provided in the chapter on Hilbert Spaces. Here we wish to provide an introduction to the inner product using a basis.

Let V be a vector space over โ„ and let B={๐›1,๐›2,,๐›n} be a basis for V. Thus for every member ๐ฎ of V, we can write ๐ฎ=i=1nbi๐›i. bi are called the components of ๐ฎ with respect to the basis B.

We define the inner product as a binary operation ():V×Vโ„ as ๐ฑ๐ฒ=ixiyi, where xi,yi are the components of ๐ฑ,๐ฒ with respect to B

Note here that the inner product so defined is intrinsically dependent on the basis. Unless otherwise mentioned, we will assume the basis x^,y^,z^ while dealing with inner product of ordinary "vectors".

Linear Transformations

Let U, V be vector spaces over F. A function T:UV is said to be a Linear transformation if for all ๐ฎ1,๐ฎ2U and cF if

(i)T(๐ฎ1+๐ฎ2)=T(๐ฎ1)+T(๐ฎ2)

(ii)T(c๐ฎ1)=cT(๐ฎ1)

Now let E={๐ž1,๐ž2,,๐žm} and F={๐Ÿ1,๐Ÿ2,,๐Ÿn} be bases for U,V respectively.

Let ๐ži=T(๐ži). As F is a basis, we can write ๐ži=jaij๐Ÿj.

Thus, by linearity we can say that if T(๐ฎ)=๐ฏ, we can write the components vj of ๐ฏ in terms of those of ๐ฎ as vj=iuiaij

The collection of coefficients aij is called a matrix, written as

๐€=(a11a12a13a1ma21a22a23a2ma31a32a33a3man1an2an3anm) and we can say that T can be represented as a matrix ๐€ with respect to the bases E,F

Eigenvalue Problems

Let V be a vector space over reals and let T:VV be a linear transformations.

Equations of the type T๐ฎ=λ๐ฎ, to be solved for ๐ฎV and λโ„ are called eigenvalue problems. The solutions λ are called eigenvalues of T while the corresponding ๐ฎ are called eigenvectors or eigenfunctions. (Here we take T๐ฎ=T(๐ฎ))

Template:BookCat