Mathematical Introduction

Size: px
Start display at page:

Download "Mathematical Introduction"

Transcription

1 Chapter 1 Mathematical Introduction HW #1: 164, 165, 166, 181, 182, 183, 1811, 1812, Linear Vector Spaces: Basics 111 Field A collection F of elements a,b etc (also called numbers or scalars) with two binary operations ( : F F F) and(+:f F F) is called a field if: associativity: (a + b)+c = a +(b + c) and(a b) c = a (b c) commutativity: a + b = b + a and a b = b a distributivity: (a + b) c =(b c)+(a c) existence of identity elements: a +=a and a 1=a existence of inverses: a +( a) =anda (a 1 ) = 1 (where the latter for all a ) The most familiar field is a field of real numbers R, but in this course we will mostly be looking at a field complex numbers C There are also other fields such a p-adic numbers that proved to be useful in theoretical physics 112 Vector space A collection V of elements ψ, ϕ, etc (also called vectors or ket vectors) wth one binary operation ( : V V V) and infinity many scalar multiplication operations (a : V V) is called a linear vector space if: 3

2 CHAPTER 1 MATHEMATICAL INTRODUCTION 4 associativity: a (b ψ ) =(a b) ψ and ψ ( ϕ χ ) =( ψ ϕ ) χ commutativity: ψ ϕ = ϕ ψ distributivity: (a + b)( ψ ϕ ) = a ψ b ψ a ϕ b ϕ existence of null vector: + ψ = ψ existence of inverse: ψ + ψ = For our purpose the most relevant vector space is a finite (or countable) dimensional space of vectors with complex components often represented in the column matrix notation as ψ ψ 1 ψ n where ψ i C and ψ C n or C Thesearetheket-vectors By definition the vector spaces comes with: 1 addition operation ψ 1 ψ n + ϕ 1 ϕ n = ψ 1 + ϕ 1 ψ n + ϕ n (11), (12) 2 multiplication by a scalar, that is, a complex number (or c-number), ψ 1 zψ 1 z = (13) ψ n zψ n 3 and a zero vector, (not to be confused with a vacuum state ) (14)

3 CHAPTER 1 MATHEMATICAL INTRODUCTION 5 In quantum mechanics vectors represent states of the system in question These vectors evolve from one state to another according to some predetermined rule (ie Schrodinger equation) Exercise: Prove that is unique ψ = ψ = ψ ψ is unique 113 Dimensionality A set of vectors i is linearly independent if n a i i = (15) implies a i = for all i Otherwise the vectors i are linearly dependent The vector space has dimension n if it can accommodate a maximum of n linearly independent vectors (also called spanning set) It will be denoted by V n (R) if the field is real and V n (C) if the field is complex What is the dimensionality of the following vector spaces? R n or a collection of n real numbers M n m or a collection of nby m matrices L 2 or square-integrable functions G or a space of generalized functions (ie distributions) Exercise Prove that any vector in n dimensional space can be written as a linear combination of n linearly independent vectors 1, 2 n Note that in quantum mechanics the dimensionality of relevant vector space is usually (but not always) very large For example even a single Hydrogen atom requires an infinite dimensional vector spaces to describe its state

4 CHAPTER 1 MATHEMATICAL INTRODUCTION Basis vectors A set of n linearly independent vectors in an n dimensional space is called a basis and vectors are called basis vectors Then an arbitrary vector can be expanded as ψ = n ψ i i (16) where v i are called the components of vector ψ Exercise Prove that the expansion 16 is unique Note that multiplication by a scalar and addition of vectors written in terms of components follows from a definition of vector spaces: ( n ) n a ψ = a ψ i i = (a ψ i ) i (17) ψ ϕ = n ψ i i 12 Dual space 121 Hilbert space n ϕ i i = n (ψ i + ϕ i ) i (18) The vector space of quantum mechanical systems is called Hilbert space and it has one more additional structure: the inner product Inner product (or dot product or scalar product) is a map which satisfies the following properties: (, ) :V V C (19) Conjugation: ( ψ, ϕ ) =( ϕ, ψ ) where * denotes complex conjugation Linearity (with respect to second argument): ( ψ,a ϕ b χ ) = a ( ψ, ϕ )+ b ( ϕ, χ ) Positivity: ( ψ, ψ ) Exercise Show that ( ψ, ϕ ) = i (ψi ϕ j )( i, j ) (11) j The inner product allows us to define:

5 CHAPTER 1 MATHEMATICAL INTRODUCTION 7 Orthogonality of two vectors if their inner product vanishes, ie ( ψ, ϕ ) = (111) Norm of a vector as ψ = ( ψ, ψ ) (112) Orthonormal basis vectors such that ( i, j ) =δ ij (113) where δ ij = { if i j 1 if i = j (114) is the Kronecker delta symbol Then any vector can be written in an orthonormal basis i as ψ = i ( i, ψ ) i (115) 122 Bra vectors Given a space of ket vectors V and a particular ket vector ψ we can define amap ψ : V C (116) given by the following expression ψ ( ϕ ) ( ψ, ϕ ) (117) This map is what we call a bra vector ψ To simplify notations it is often denoted by ψ ϕ ( ψ, ϕ ) (118) (with no extra parenthesis) but it is important to understand that bra vector is a function ψ ( ) andket-vector ϕ is an argument of that function Exercise Show that the space of bra functions ψ ( ) also forms a vector space and for that reason it is usually called a bra vector Using the bra vector notation decomposition (115) can be written as ψ = i i i ψ (119)

6 CHAPTER 1 MATHEMATICAL INTRODUCTION 8 which can be thought of as an insertion of identity operator (also known as completeness relation) Î = i i (12) i where the basis vector are usually assumed to be orthonormal (also known as orthogonality relation) i j = δ ij 123 Gram-Schmidt theorem There is an important theorem (known as Gram-Schmidt theorem) which states that given a linearly independent basis we can always form linear combinations of the basis vectors to obtain an orthonormal basis The prove is constructive and we leave it as a homework to work out the details of the prove There are, however, two very important inequalities that we shall prove in class 124 Triangle inequality Triangle inequality states that ψ + ϕ ψ + ϕ (121) for an arbitrary pair of ket vectors ψ and ϕ To prove it we decompose both vectors in orthonormal basis then ψ + ϕ 2 = i (ψ i + ϕ i ) (ψ i + ϕ i ) = i ψ i ψ i +2 i (ϕ i ψ i + ψ i ϕ i )+ i ϕ i ϕ i = ψ 2 + ϕ 2 +2R ϕ ψ ψ 2 + ϕ 2 +2 ϕ ψ ψ 2 + ϕ 2 +2 ϕ ψ = ( ψ + ϕ ) 2 (122) but since both ψ + ϕ and ψ + ϕ are positive definite we have (121)

7 CHAPTER 1 MATHEMATICAL INTRODUCTION Schwartz inequalities Schwartz inequality states that ψ ϕ ψ ϕ (123) for an arbitrary pair of ket vectors ψ and ϕ To prove it we consider a vector χ = ψ ϕ ψ 2 ϕ (124) ϕ and apply the positivity axiom of dot product we get or χ χ = ψ ψ ϕ ϕ ψ 2 ϕ ψ ϕ ϕ 2 ϕ = ψ ψ ψ ϕ ϕ 2 ϕ ψ ϕ ψ ψ ϕ ϕ ψ 2 ψ ϕ + ϕ ϕ 2 ϕ 2 ϕ ϕ = ψ ψ ψ ϕ ϕ ψ ϕ 2 and (123) follows = ψ 2 ψ ϕ ϕ 2 (125) 13 Linear operators 131 Definition ψ 2 ψ ϕ ϕ 2 (126) So far we have only described states of the system as vectors in Hilbert space To describe evolution (and also observations) we need to consider linear operators  (often denoted with a hat) which can be thought of as a map  : V V (127) satisfying linearly property  (a ψ + b ϕ ) =aâ( ψ )+Â(b ϕ ) (128) Parenthesis are often emitted and the right hand side of (128)is written as aâ ψ + bâ ϕ (129)

8 CHAPTER 1 MATHEMATICAL INTRODUCTION 1 (To emphasize the difference from c-number or complex numbers the operators are sometimes called the q-numbers or quantum numbers) The two simplest operators are the identity operator Î, definedbyî ψ = ψ for all ψ zero operator ˆ, defined by ˆ ψ = for all ψ An important feature of linear operators is that their action on basis vectors uniquely determines how they act on other vectors,  ψ = i ψ i  i 132 Adjoint operators By acting on a ket vector the corresponding bra vectors (or bra maps) would also transform This allows us to define adjoint operators that act on bra vectors according to ( ψ,  ϕ ) ( ψ, ϕ ) (13) It follows that ) ( ˆB = ˆB  (131) and ( ψ ) = ψ Â, (132) where ψ ψ (133) 133 Matrix representation In the so-called matrix representation: ψ ket vectors are column N 1 matrices (or vectors), ψ bra vectors are row 1 N matrices (or vectors)  operators are square N N matrices and adjoint operators can be defined as ) T  ( (134) where () is a complex conjugation and () T is a transpose operation

9 CHAPTER 1 MATHEMATICAL INTRODUCTION 11 Then expressions like ψ câ ϕ + b ϕ χ a χ ˆB ϕ (135) can be understood through matrix additions, matrix multiplications, and matrix multiplications by scalars More precisely a matrix representation can always be obtained by contracting the operator with bra and ket basis vectors, ie ψ i = i ψ (136) ψ i = ψ i (137) 134 Useful operators A ij = i  j (138) Here we summarize some useful definitions of operators which will appear when we start describe quantum systems  is a positive definite operator if ( ψ,  ψ ) is a positive real number for all ψ  is a Hermitian (or self-adjoint) operator if  = definite operator is Hermitian  Any positive  is a anti-hermitian operator if  =  Every operator can be decomposed into a sum of Hermitian and anti-hermitian operators  is a normal operator if  =   For example, any Hermitian operator is normal ˆP is a projection operator if ˆP = k i i,where i is an orthonormal basis and k n Û is a unitary operator if Û Û = Î Any pair of orthonormal basis ψ i and ϕ i can be used to define unitary operators, ie Û = n ψ i ϕ i Exercise Show that the inner product is conserved under actions of unitary operators: (Û ψ, Û ϕ ) = ψ Û Û ϕ = ψ Î ϕ = ψ ϕ (139) Conservation of inner products is related to conservation of probabilities and is a fundamental property of nature at all scales For some time it was

10 CHAPTER 1 MATHEMATICAL INTRODUCTION 12 thought that evolution of black-holes is not unitary which gave rise to the so-called information paradox Note that out of all of the operators mentioned above the most essential for understanding quantum mechanics are: Hermitian operators (describes observables) Projection operators (describes measurements) Unitary operators (describes evolutions) 135 Eigenvalues and eigenvectors Eigenvectors i and their respective eigenvalues λ i of a linear operator  are defined by  i = λ i i (14) In a matrix representation the eigenvalues can be determined from acharac- teristic equation ) det ( λ Î = (141) Diagonalizable representation of an operator (also known as a orthonormal decomposition) is given by  = n λ i i i (142) where the eigenvectors i form an orthonormal set 136 Decompositions of operators Spectral decomposition Any normal operator M on vector space V is diagonal with respect to some orthonormal basis i s for V, M = i λ i i i Conversely, any diagonalizable operator is normal For Hermitian operators the eigenvalues are real Note that the spectral decomposition can be used to defined functions of operators, f(m) f(λ i ) i i i

11 CHAPTER 1 MATHEMATICAL INTRODUCTION 13 Polar decomposition An arbitrary linear operator can be decomposed into product of unitary operator U and positive operators J and K such that A = UJ = KU where J A A K AA Singular value decomposition For any square matrix A there are exit unitary matrices U and V, and a diagonal matrix D such that A = UDV The non-negative diagonal elements of D are called the singular values of A 14 Active and Passive transformations A framework where the state vectors evolves with time, but the operators remain constant is a Schrodinger picture The Schrodinger picture gives rise to active transformations of vectors (vectors are transforming) There is also a Heisenberg picture where the operators change with time, and the state vectors remain constant The Heisenberg picture gives rise to passive transformations of vectors (vectors are not really transforming) Consider a time independent Hermitian operator ÂS in the Schrodinger picture then expectation values of observables (ie Hermitian operators ) is defined by ÂS (t) ψ S (t) ÂS ψ S (t) (143) The time evolution will be described by a Schrodinger equation, but for now all we need to know is that there exist a unitary operator such that ψ S (t) = Û(t) ψ S() (144) The operator is sometimes called propagator (or evolution operators) because it propagates (or evolves) the state vector from time to time t) From (143) and(144) we obtain ÂS (t) = ψ S () Û (t)âsû(t) ψ S() = ψ H ÂH(t) ψ H = ÂH(t) (145)

12 CHAPTER 1 MATHEMATICAL INTRODUCTION 14 where  H (t) 15 Infinite dimensions Û (t)âsû(t) (146) ψ H ψ S () (147) So far we have mostly worked with abstract Dirac notations where there is no need to specify the dimensionality of the Hilbert space In matrix representation the dimensionality of bra and ket vectors is usually finite which would not capture all of the systems that we would like to study In what follows we will generalize the concept of matrix representation of a wave function representation and this will allows us to capture a lot more It is worth mentioning that the generalization must not stop here and one can imagine generalizing wave functions to wave functionals, but this is beyond the scope of this course Consider all possible (complex-valued) functions ψ(x) on interval from to L If we are to discretize the interval (with N = L/ε lattice points), then these functions can be represented by a column vector (ie ket-vector) with components ψ i ψ(iε) (148) where only values of the function ψ(x) at lattice sites x = {ε, 2ε,, Nε} are important So far the situation is not any different from matrix representation and we might want to proceed exactly as before In particular the inner product could be given by ψ ϕ = N ψi ϕ i = N ψ (iε) ϕ (iε) (149) This is however not very satisfactory since in the limit ε the summation would diverge An alternative definition of the inner product is ψ ϕ = N ψi ϕ i ε = N ψ (iε) ϕ (iε) ε (15) and then in a continuum ε limit the inner product is nothing but integration ψ ϕ = lim ε N ψ (iε) ϕ (iε) ε = ψ (x)ϕ(x)dx (151)

13 CHAPTER 1 MATHEMATICAL INTRODUCTION 15 An important thing to note here is that not all of the complex-valued functions might be square integrable, but we shall restrict ourselves only to those functions that are and will moreover impose a normalization condition ψ (x)ψ(x)dx =1 (152) All of the functions which satisfy (152)we will call wave-functions and will think of them as a representation for abstract ket vectors and bra vectors ψ ψ(x) (153) ψ ψ (x) (154) The complication arises when we start constructing basis vectors y Turns out that the basis vectors do not represent physical states and are called generalized vectors y δ(x y) y δ(x y) (155) These vector do not to satisfy the normality condition (152), instead the normalization is given by x y = δ(x z)δ(y z)dz = δ(x y) (156) Nevertheless the generalized basis vectors are very useful For example they can be used to construct wave-functions from ket vectors and vise versa ψ = ψ(x) = x ψ (157) ψ(x) x dx (158) There are not many operators on the space of wave-functions that we will need in this course In fact we will only use position operators ŷ : ψ(x) [xψ(x)] x=y (159) momentum operator ˆp y : ψ(x) [ i dψ(x) ] dx x=y (16)

14 CHAPTER 1 MATHEMATICAL INTRODUCTION 16 and combinations of these operators These operators can be represented in coordinate basis ˆx = ˆp = Then it is easy to see that and x x x dx (161) z ˆx ψ = z ˆp ψ = = = = [ = i d δ(x y) x y dxdy (162) dx xδ(z x)ψ(x)dx = zψ(z) (163) i d δ(x y)δ(z x)ψ(y)dxdy dx i d δ(x y)δ(z x)ψ(y)dxdy dy i d δ(z y)ψ(y)dy dy i δ(z y) d dy ψ(y)dy = ] (164) i d dy ψ(y) y=z It is also straightforward to show that the position and momentum operators satisfy the commutation relation [ˆx, ˆp] ˆxˆp ˆpˆx = = = = i = i i i ( d i d δ(x y)δ(x z)z z y dx dx ( ) d d δ(x y)x δ(x y)y x y dxdy dx dx ) ( δ(x y) d dx x x x dx x y dxdy ) δ(x y)δ(y z)z x z dxdydz (165)

15 CHAPTER 1 MATHEMATICAL INTRODUCTION 17 then One can also define momentum basis as ˆp p = p p (166) i d δ(x y) x y p dxdy = p p dx i d δ(x y) y p x dxdy = p p dy i δ(x y) d y p x dxdy = p p dy i d y p y dy = p p dy i d y p dy = p y p i d dy ψ p(y) = pψ p (y) (167) Clearly the position space wave function which satisfies above equation is ( ) i ψ p (y) exp py (168) where p = πn (169) for some integer n so that the wave function vanishes at the boundaries y = and y = L In the limit of infinite box all possible values of p are allowed and we can use the momentum basis to represent states and operators exactly as we used position basis For example in momentum basis ˆp = ˆx = p p p dp (17) i d δ(p r) p r dpdr (171) dp Moreover we can define momentum basis wave functions as ψ(p) = p ψ (172)

MP463 QUANTUM MECHANICS

MP463 QUANTUM MECHANICS MP463 QUANTUM MECHANICS Introduction Quantum theory of angular momentum Quantum theory of a particle in a central potential - Hydrogen atom - Three-dimensional isotropic harmonic oscillator (a model of

More information

1 Mathematical preliminaries

1 Mathematical preliminaries 1 Mathematical preliminaries The mathematical language of quantum mechanics is that of vector spaces and linear algebra. In this preliminary section, we will collect the various definitions and mathematical

More information

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of Chapter 2 Linear Algebra In this chapter, we study the formal structure that provides the background for quantum mechanics. The basic ideas of the mathematical machinery, linear algebra, are rather simple

More information

PLEASE LET ME KNOW IF YOU FIND TYPOS (send to

PLEASE LET ME KNOW IF YOU FIND TYPOS (send  to Teoretisk Fysik KTH Advanced QM (SI2380), Lecture 2 (Summary of concepts) 1 PLEASE LET ME KNOW IF YOU FIND TYPOS (send email to langmann@kth.se) The laws of QM 1. I now discuss the laws of QM and their

More information

The quantum state as a vector

The quantum state as a vector The quantum state as a vector February 6, 27 Wave mechanics In our review of the development of wave mechanics, we have established several basic properties of the quantum description of nature:. A particle

More information

Quantum Computing Lecture 2. Review of Linear Algebra

Quantum Computing Lecture 2. Review of Linear Algebra Quantum Computing Lecture 2 Review of Linear Algebra Maris Ozols Linear algebra States of a quantum system form a vector space and their transformations are described by linear operators Vector spaces

More information

Mathematical Foundations of Quantum Mechanics

Mathematical Foundations of Quantum Mechanics Mathematical Foundations of Quantum Mechanics 2016-17 Dr Judith A. McGovern Maths of Vector Spaces This section is designed to be read in conjunction with chapter 1 of Shankar s Principles of Quantum Mechanics,

More information

Vector spaces and operators

Vector spaces and operators Vector spaces and operators Sourendu Gupta TIFR, Mumbai, India Quantum Mechanics 1 2013 22 August, 2013 1 Outline 2 Setting up 3 Exploring 4 Keywords and References Quantum states are vectors We saw that

More information

Lecture notes on Quantum Computing. Chapter 1 Mathematical Background

Lecture notes on Quantum Computing. Chapter 1 Mathematical Background Lecture notes on Quantum Computing Chapter 1 Mathematical Background Vector states of a quantum system with n physical states are represented by unique vectors in C n, the set of n 1 column vectors 1 For

More information

Quantum Mechanics I Physics 5701

Quantum Mechanics I Physics 5701 Quantum Mechanics I Physics 5701 Z. E. Meziani 02/10//2017 Outline 1 One Particle Wave Function Space F 2 One Particle Wave Function Space F One Particle Wave Function Space F The set of square-integrable

More information

1 Dirac Notation for Vector Spaces

1 Dirac Notation for Vector Spaces Theoretical Physics Notes 2: Dirac Notation This installment of the notes covers Dirac notation, which proves to be very useful in many ways. For example, it gives a convenient way of expressing amplitudes

More information

Linear Algebra in Hilbert Space

Linear Algebra in Hilbert Space Physics 342 Lecture 16 Linear Algebra in Hilbert Space Lecture 16 Physics 342 Quantum Mechanics I Monday, March 1st, 2010 We have seen the importance of the plane wave solutions to the potentialfree Schrödinger

More information

October 25, 2013 INNER PRODUCT SPACES

October 25, 2013 INNER PRODUCT SPACES October 25, 2013 INNER PRODUCT SPACES RODICA D. COSTIN Contents 1. Inner product 2 1.1. Inner product 2 1.2. Inner product spaces 4 2. Orthogonal bases 5 2.1. Existence of an orthogonal basis 7 2.2. Orthogonal

More information

Quantum Mechanics crash course (For the scholar with an higher education in mathematics) Fabio Grazioso :48

Quantum Mechanics crash course (For the scholar with an higher education in mathematics) Fabio Grazioso :48 Quantum Mechanics crash course (For the scholar with an higher education in mathematics) Fabio Grazioso 2015-03-23 19:48 1 Contents 1 Mathematical definitions 3 11 Hilbert space 3 12 Operators on the Hilbert

More information

The following definition is fundamental.

The following definition is fundamental. 1. Some Basics from Linear Algebra With these notes, I will try and clarify certain topics that I only quickly mention in class. First and foremost, I will assume that you are familiar with many basic

More information

Quantum Mechanics is Linear Algebra. Noah Graham Middlebury College February 25, 2014

Quantum Mechanics is Linear Algebra. Noah Graham Middlebury College February 25, 2014 Quantum Mechanics is Linear Algebra Noah Graham Middlebury College February 25, 24 Linear Algebra Cheat Sheet Column vector quantum state: v = v v 2. Row vector dual state: w = w w 2... Inner product:

More information

Page 52. Lecture 3: Inner Product Spaces Dual Spaces, Dirac Notation, and Adjoints Date Revised: 2008/10/03 Date Given: 2008/10/03

Page 52. Lecture 3: Inner Product Spaces Dual Spaces, Dirac Notation, and Adjoints Date Revised: 2008/10/03 Date Given: 2008/10/03 Page 5 Lecture : Inner Product Spaces Dual Spaces, Dirac Notation, and Adjoints Date Revised: 008/10/0 Date Given: 008/10/0 Inner Product Spaces: Definitions Section. Mathematical Preliminaries: Inner

More information

Supplementary information I Hilbert Space, Dirac Notation, and Matrix Mechanics. EE270 Fall 2017

Supplementary information I Hilbert Space, Dirac Notation, and Matrix Mechanics. EE270 Fall 2017 Supplementary information I Hilbert Space, Dirac Notation, and Matrix Mechanics Properties of Vector Spaces Unit vectors ~xi form a basis which spans the space and which are orthonormal ( if i = j ~xi

More information

Mathematical Methods wk 2: Linear Operators

Mathematical Methods wk 2: Linear Operators John Magorrian, magog@thphysoxacuk These are work-in-progress notes for the second-year course on mathematical methods The most up-to-date version is available from http://www-thphysphysicsoxacuk/people/johnmagorrian/mm

More information

C/CS/Phys 191 Quantum Mechanics in a Nutshell I 10/04/05 Fall 2005 Lecture 11

C/CS/Phys 191 Quantum Mechanics in a Nutshell I 10/04/05 Fall 2005 Lecture 11 C/CS/Phys 191 Quantum Mechanics in a Nutshell I 10/04/05 Fall 2005 Lecture 11 In this and the next lecture we summarize the essential physical and mathematical aspects of quantum mechanics relevant to

More information

Physics 505 Homework No. 1 Solutions S1-1

Physics 505 Homework No. 1 Solutions S1-1 Physics 505 Homework No s S- Some Preliminaries Assume A and B are Hermitian operators (a) Show that (AB) B A dx φ ABψ dx (A φ) Bψ dx (B (A φ)) ψ dx (B A φ) ψ End (b) Show that AB [A, B]/2+{A, B}/2 where

More information

4.3 Lecture 18: Quantum Mechanics

4.3 Lecture 18: Quantum Mechanics CHAPTER 4. QUANTUM SYSTEMS 73 4.3 Lecture 18: Quantum Mechanics 4.3.1 Basics Now that we have mathematical tools of linear algebra we are ready to develop a framework of quantum mechanics. The framework

More information

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space.

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Hilbert Spaces Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Vector Space. Vector space, ν, over the field of complex numbers,

More information

Quantum Mechanics Solutions. λ i λ j v j v j v i v i.

Quantum Mechanics Solutions. λ i λ j v j v j v i v i. Quantum Mechanics Solutions 1. (a) If H has an orthonormal basis consisting of the eigenvectors { v i } of A with eigenvalues λ i C, then A can be written in terms of its spectral decomposition as A =

More information

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 4 Postulates of Quantum Mechanics I In today s lecture I will essentially be talking

More information

1 = I I I II 1 1 II 2 = normalization constant III 1 1 III 2 2 III 3 = normalization constant...

1 = I I I II 1 1 II 2 = normalization constant III 1 1 III 2 2 III 3 = normalization constant... Here is a review of some (but not all) of the topics you should know for the midterm. These are things I think are important to know. I haven t seen the test, so there are probably some things on it that

More information

1 Infinite-Dimensional Vector Spaces

1 Infinite-Dimensional Vector Spaces Theoretical Physics Notes 4: Linear Operators In this installment of the notes, we move from linear operators in a finitedimensional vector space (which can be represented as matrices) to linear operators

More information

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms.

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. Vector Spaces Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. For each two vectors a, b ν there exists a summation procedure: a +

More information

Topic 2: The mathematical formalism and the standard way of thin

Topic 2: The mathematical formalism and the standard way of thin The mathematical formalism and the standard way of thinking about it http://www.wuthrich.net/ MA Seminar: Philosophy of Physics Vectors and vector spaces Vectors and vector spaces Operators Albert, Quantum

More information

II. The Machinery of Quantum Mechanics

II. The Machinery of Quantum Mechanics II. The Machinery of Quantum Mechanics Based on the results of the experiments described in the previous section, we recognize that real experiments do not behave quite as we expect. This section presents

More information

The Dirac Approach to Quantum Theory. Paul Renteln. Department of Physics California State University 5500 University Parkway San Bernardino, CA 92407

The Dirac Approach to Quantum Theory. Paul Renteln. Department of Physics California State University 5500 University Parkway San Bernardino, CA 92407 November 2009 The Dirac Approach to Quantum Theory Paul Renteln Department of Physics California State University 5500 University Parkway San Bernardino, CA 92407 c Paul Renteln, 1996,2009 Table of Contents

More information

Physics 342 Lecture 2. Linear Algebra I. Lecture 2. Physics 342 Quantum Mechanics I

Physics 342 Lecture 2. Linear Algebra I. Lecture 2. Physics 342 Quantum Mechanics I Physics 342 Lecture 2 Linear Algebra I Lecture 2 Physics 342 Quantum Mechanics I Wednesday, January 27th, 21 From separation of variables, we move to linear algebra Roughly speaking, this is the study

More information

Quantum Physics II (8.05) Fall 2004 Assignment 3

Quantum Physics II (8.05) Fall 2004 Assignment 3 Quantum Physics II (8.5) Fall 24 Assignment 3 Massachusetts Institute of Technology Physics Department Due September 3, 24 September 23, 24 7:pm This week we continue to study the basic principles of quantum

More information

Statistical Interpretation

Statistical Interpretation Physics 342 Lecture 15 Statistical Interpretation Lecture 15 Physics 342 Quantum Mechanics I Friday, February 29th, 2008 Quantum mechanics is a theory of probability densities given that we now have an

More information

Recitation 1 (Sep. 15, 2017)

Recitation 1 (Sep. 15, 2017) Lecture 1 8.321 Quantum Theory I, Fall 2017 1 Recitation 1 (Sep. 15, 2017) 1.1 Simultaneous Diagonalization In the last lecture, we discussed the situations in which two operators can be simultaneously

More information

Linear Algebra and Dirac Notation, Pt. 1

Linear Algebra and Dirac Notation, Pt. 1 Linear Algebra and Dirac Notation, Pt. 1 PHYS 500 - Southern Illinois University February 1, 2017 PHYS 500 - Southern Illinois University Linear Algebra and Dirac Notation, Pt. 1 February 1, 2017 1 / 13

More information

Quantum Mechanics for Scientists and Engineers. David Miller

Quantum Mechanics for Scientists and Engineers. David Miller Quantum Mechanics for Scientists and Engineers David Miller Vector spaces, operators and matrices Vector spaces, operators and matrices Vector space Vector space We need a space in which our vectors exist

More information

Appendix A. Vector addition: - The sum of two vectors is another vector that also lie in the space:

Appendix A. Vector addition: - The sum of two vectors is another vector that also lie in the space: Tor Kjellsson Stockholm University Appendix A A.1 Q. Consider the ordinary vectors in 3 dimensions (a x î+a y ĵ+a zˆk), with complex components. Do the following subsets constitute a vector space? If so,

More information

Physics 221A Fall 2010 Notes 1 The Mathematical Formalism of Quantum Mechanics

Physics 221A Fall 2010 Notes 1 The Mathematical Formalism of Quantum Mechanics Physics 221A Fall 2010 Notes 1 The Mathematical Formalism of Quantum Mechanics 1. Introduction The prerequisites for Physics 221A include a full year of undergraduate quantum mechanics. In this semester

More information

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 6 Postulates of Quantum Mechanics II (Refer Slide Time: 00:07) In my last lecture,

More information

Linear Algebra using Dirac Notation: Pt. 2

Linear Algebra using Dirac Notation: Pt. 2 Linear Algebra using Dirac Notation: Pt. 2 PHYS 476Q - Southern Illinois University February 6, 2018 PHYS 476Q - Southern Illinois University Linear Algebra using Dirac Notation: Pt. 2 February 6, 2018

More information

1 The Dirac notation for vectors in Quantum Mechanics

1 The Dirac notation for vectors in Quantum Mechanics This module aims at developing the mathematical foundation of Quantum Mechanics, starting from linear vector space and covering topics such as inner product space, Hilbert space, operators in Quantum Mechanics

More information

Formalism of Quantum Mechanics

Formalism of Quantum Mechanics Dirac Notation Formalism of Quantum Mechanics We can use a shorthand notation for the normalization integral I = "! (r,t) 2 dr = "! * (r,t)! (r,t) dr =!! The state! is called a ket. The complex conjugate

More information

MATRICES ARE SIMILAR TO TRIANGULAR MATRICES

MATRICES ARE SIMILAR TO TRIANGULAR MATRICES MATRICES ARE SIMILAR TO TRIANGULAR MATRICES 1 Complex matrices Recall that the complex numbers are given by a + ib where a and b are real and i is the imaginary unity, ie, i 2 = 1 In what we describe below,

More information

2. Introduction to quantum mechanics

2. Introduction to quantum mechanics 2. Introduction to quantum mechanics 2.1 Linear algebra Dirac notation Complex conjugate Vector/ket Dual vector/bra Inner product/bracket Tensor product Complex conj. matrix Transpose of matrix Hermitian

More information

PHYS Handout 6

PHYS Handout 6 PHYS 060 Handout 6 Handout Contents Golden Equations for Lectures 8 to Answers to examples on Handout 5 Tricks of the Quantum trade (revision hints) Golden Equations (Lectures 8 to ) ψ Â φ ψ (x)âφ(x)dxn

More information

Physics 342 Lecture 2. Linear Algebra I. Lecture 2. Physics 342 Quantum Mechanics I

Physics 342 Lecture 2. Linear Algebra I. Lecture 2. Physics 342 Quantum Mechanics I Physics 342 Lecture 2 Linear Algebra I Lecture 2 Physics 342 Quantum Mechanics I Wednesday, January 3th, 28 From separation of variables, we move to linear algebra Roughly speaking, this is the study of

More information

Vector Spaces for Quantum Mechanics J. P. Leahy January 30, 2012

Vector Spaces for Quantum Mechanics J. P. Leahy January 30, 2012 PHYS 20602 Handout 1 Vector Spaces for Quantum Mechanics J. P. Leahy January 30, 2012 Handout Contents Examples Classes Examples for Lectures 1 to 4 (with hints at end) Definitions of groups and vector

More information

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem.

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Dot Products K. Behrend April 3, 008 Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Contents The dot product 3. Length of a vector........................

More information

1 Fundamental physical postulates. C/CS/Phys C191 Quantum Mechanics in a Nutshell I 10/04/07 Fall 2007 Lecture 12

1 Fundamental physical postulates. C/CS/Phys C191 Quantum Mechanics in a Nutshell I 10/04/07 Fall 2007 Lecture 12 C/CS/Phys C191 Quantum Mechanics in a Nutshell I 10/04/07 Fall 2007 Lecture 12 In this and the next lecture we summarize the essential physical and mathematical aspects of quantum mechanics relevant to

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

Chapter 6: Orthogonality

Chapter 6: Orthogonality Chapter 6: Orthogonality (Last Updated: November 7, 7) These notes are derived primarily from Linear Algebra and its applications by David Lay (4ed). A few theorems have been moved around.. Inner products

More information

Lecture notes for Atomic and Molecular Physics, FYSC11, HT Joachim Schnadt

Lecture notes for Atomic and Molecular Physics, FYSC11, HT Joachim Schnadt Lecture notes for Atomic and Molecular Physics, FYSC11, HT 015 Joachim Schnadt August 31, 016 Chapter 1 Before we really start 1.1 What have you done previously? Already in FYSA1 you have seen nearly all

More information

Math Linear Algebra II. 1. Inner Products and Norms

Math Linear Algebra II. 1. Inner Products and Norms Math 342 - Linear Algebra II Notes 1. Inner Products and Norms One knows from a basic introduction to vectors in R n Math 254 at OSU) that the length of a vector x = x 1 x 2... x n ) T R n, denoted x,

More information

Mathematical Methods wk 1: Vectors

Mathematical Methods wk 1: Vectors Mathematical Methods wk : Vectors John Magorrian, magog@thphysoxacuk These are work-in-progress notes for the second-year course on mathematical methods The most up-to-date version is available from http://www-thphysphysicsoxacuk/people/johnmagorrian/mm

More information

Mathematical Methods wk 1: Vectors

Mathematical Methods wk 1: Vectors Mathematical Methods wk : Vectors John Magorrian, magog@thphysoxacuk These are work-in-progress notes for the second-year course on mathematical methods The most up-to-date version is available from http://www-thphysphysicsoxacuk/people/johnmagorrian/mm

More information

C/CS/Phys C191 Quantum Mechanics in a Nutshell 10/06/07 Fall 2009 Lecture 12

C/CS/Phys C191 Quantum Mechanics in a Nutshell 10/06/07 Fall 2009 Lecture 12 C/CS/Phys C191 Quantum Mechanics in a Nutshell 10/06/07 Fall 2009 Lecture 12 In this lecture we summarize the essential physical and mathematical aspects of quantum mechanics relevant to this course. Topics

More information

The Postulates of Quantum Mechanics

The Postulates of Quantum Mechanics p. 1/23 The Postulates of Quantum Mechanics We have reviewed the mathematics (complex linear algebra) necessary to understand quantum mechanics. We will now see how the physics of quantum mechanics fits

More information

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces.

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces. Math 350 Fall 2011 Notes about inner product spaces In this notes we state and prove some important properties of inner product spaces. First, recall the dot product on R n : if x, y R n, say x = (x 1,...,

More information

Lecture 7. Econ August 18

Lecture 7. Econ August 18 Lecture 7 Econ 2001 2015 August 18 Lecture 7 Outline First, the theorem of the maximum, an amazing result about continuity in optimization problems. Then, we start linear algebra, mostly looking at familiar

More information

Outline 1. Real and complex p orbitals (and for any l > 0 orbital) 2. Dirac Notation :Symbolic vs shorthand Hilbert Space Vectors,

Outline 1. Real and complex p orbitals (and for any l > 0 orbital) 2. Dirac Notation :Symbolic vs shorthand Hilbert Space Vectors, chmy564-19 Fri 18jan19 Outline 1. Real and complex p orbitals (and for any l > 0 orbital) 2. Dirac Notation :Symbolic vs shorthand Hilbert Space Vectors, 3. Theorems vs. Postulates Scalar (inner) prod.

More information

The Plan. Monday: Today, lecture from overheads, mainly same content as Chapter 2, but revised.

The Plan. Monday: Today, lecture from overheads, mainly same content as Chapter 2, but revised. ESQC 2011, Torre Normanna 1 The Plan. Monday: Today, lecture from overheads, mainly same content as Chapter 2, but revised. After coffee break, at 16.30: A tutorial session, in groups. Selected topics,

More information

Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product

Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product Chapter 4 Hilbert Spaces 4.1 Inner Product Spaces Inner Product Space. A complex vector space E is called an inner product space (or a pre-hilbert space, or a unitary space) if there is a mapping (, )

More information

Mathematical Formulation of the Superposition Principle

Mathematical Formulation of the Superposition Principle Mathematical Formulation of the Superposition Principle Superposition add states together, get new states. Math quantity associated with states must also have this property. Vectors have this property.

More information

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2.

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2. APPENDIX A Background Mathematics A. Linear Algebra A.. Vector algebra Let x denote the n-dimensional column vector with components 0 x x 2 B C @. A x n Definition 6 (scalar product). The scalar product

More information

Quantum Physics II (8.05) Fall 2002 Assignment 3

Quantum Physics II (8.05) Fall 2002 Assignment 3 Quantum Physics II (8.05) Fall 00 Assignment Readings The readings below will take you through the material for Problem Sets and 4. Cohen-Tannoudji Ch. II, III. Shankar Ch. 1 continues to be helpful. Sakurai

More information

Chapter III. Quantum Computation. Mathematical preliminaries. A.1 Complex numbers. A.2 Linear algebra review

Chapter III. Quantum Computation. Mathematical preliminaries. A.1 Complex numbers. A.2 Linear algebra review Chapter III Quantum Computation These lecture notes are exclusively for the use of students in Prof. MacLennan s Unconventional Computation course. c 2017, B. J. MacLennan, EECS, University of Tennessee,

More information

Homework 11 Solutions. Math 110, Fall 2013.

Homework 11 Solutions. Math 110, Fall 2013. Homework 11 Solutions Math 110, Fall 2013 1 a) Suppose that T were self-adjoint Then, the Spectral Theorem tells us that there would exist an orthonormal basis of P 2 (R), (p 1, p 2, p 3 ), consisting

More information

1 Measurement and expectation values

1 Measurement and expectation values C/CS/Phys 191 Measurement and expectation values, Intro to Spin 2/15/05 Spring 2005 Lecture 9 1 Measurement and expectation values Last time we discussed how useful it is to work in the basis of energy

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Definitions An m n (read "m by n") matrix, is a rectangular array of entries, where m is the number of rows and n the number of columns. 2 Definitions (Con t) A is square if m=

More information

Review of the Formalism of Quantum Mechanics

Review of the Formalism of Quantum Mechanics Review of the Formalism of Quantum Mechanics The postulates of quantum mechanics are often stated in textbooks. There are two main properties of physics upon which these postulates are based: 1)the probability

More information

Physics 221A Fall 2017 Notes 1 The Mathematical Formalism of Quantum Mechanics

Physics 221A Fall 2017 Notes 1 The Mathematical Formalism of Quantum Mechanics Copyright c 2017 by Robert G. Littlejohn Physics 221A Fall 2017 Notes 1 The Mathematical Formalism of Quantum Mechanics 1. Introduction The prerequisites for Physics 221A include a full year of undergraduate

More information

Ir O D = D = ( ) Section 2.6 Example 1. (Bottom of page 119) dim(v ) = dim(l(v, W )) = dim(v ) dim(f ) = dim(v )

Ir O D = D = ( ) Section 2.6 Example 1. (Bottom of page 119) dim(v ) = dim(l(v, W )) = dim(v ) dim(f ) = dim(v ) Section 3.2 Theorem 3.6. Let A be an m n matrix of rank r. Then r m, r n, and, by means of a finite number of elementary row and column operations, A can be transformed into the matrix ( ) Ir O D = 1 O

More information

08a. Operators on Hilbert spaces. 1. Boundedness, continuity, operator norms

08a. Operators on Hilbert spaces. 1. Boundedness, continuity, operator norms (February 24, 2017) 08a. Operators on Hilbert spaces Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/real/notes 2016-17/08a-ops

More information

Functional Analysis Review

Functional Analysis Review Outline 9.520: Statistical Learning Theory and Applications February 8, 2010 Outline 1 2 3 4 Vector Space Outline A vector space is a set V with binary operations +: V V V and : R V V such that for all

More information

Hilbert Space, Entanglement, Quantum Gates, Bell States, Superdense Coding.

Hilbert Space, Entanglement, Quantum Gates, Bell States, Superdense Coding. CS 94- Bell States Bell Inequalities 9//04 Fall 004 Lecture Hilbert Space Entanglement Quantum Gates Bell States Superdense Coding 1 One qubit: Recall that the state of a single qubit can be written as

More information

Angular Momentum in Quantum Mechanics.

Angular Momentum in Quantum Mechanics. Angular Momentum in Quantum Mechanics. R. C. Johnson March 10, 2015 1 Brief review of the language and concepts of Quantum Mechanics. We begin with a review of the basic concepts involved in the quantum

More information

Continuous quantum states, Particle on a line and Uncertainty relations

Continuous quantum states, Particle on a line and Uncertainty relations Continuous quantum states, Particle on a line and Uncertainty relations So far we have considered k-level (discrete) quantum systems. Now we turn our attention to continuous quantum systems, such as a

More information

Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi

Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi Module No. # 07 Bra-Ket Algebra and Linear Harmonic Oscillator - II Lecture No. # 01 Dirac s Bra and

More information

1. Quantum Mechanics, Cohen Tannoudji, Chapters Linear Algebra, Schaum Series 3. Quantum Chemistry Ch. 6

1. Quantum Mechanics, Cohen Tannoudji, Chapters Linear Algebra, Schaum Series 3. Quantum Chemistry Ch. 6 Lecture # Today s Program 1. Recap: Classical States, Hamiltonians and time evolution. First postulate The description of a state of a system. 3. Second postulate physical quantities. 4. Linear operators.

More information

Linear Algebra Review. Vectors

Linear Algebra Review. Vectors Linear Algebra Review 9/4/7 Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka http://cs.gmu.edu/~kosecka/cs682.html Virginia de Sa (UCSD) Cogsci 8F Linear Algebra review Vectors

More information

Review problems for MA 54, Fall 2004.

Review problems for MA 54, Fall 2004. Review problems for MA 54, Fall 2004. Below are the review problems for the final. They are mostly homework problems, or very similar. If you are comfortable doing these problems, you should be fine on

More information

Consistent Histories. Chapter Chain Operators and Weights

Consistent Histories. Chapter Chain Operators and Weights Chapter 10 Consistent Histories 10.1 Chain Operators and Weights The previous chapter showed how the Born rule can be used to assign probabilities to a sample space of histories based upon an initial state

More information

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP) MATH 20F: LINEAR ALGEBRA LECTURE B00 (T KEMP) Definition 01 If T (x) = Ax is a linear transformation from R n to R m then Nul (T ) = {x R n : T (x) = 0} = Nul (A) Ran (T ) = {Ax R m : x R n } = {b R m

More information

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer. Lecture 5, January 27, 2006

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer. Lecture 5, January 27, 2006 Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer Lecture 5, January 27, 2006 Solved Homework (Homework for grading is also due today) We are told

More information

So far we have limited the discussion to state spaces of finite dimensions, but it turns out that, in

So far we have limited the discussion to state spaces of finite dimensions, but it turns out that, in Chapter 0 State Spaces of Infinite Dimension So far we have limited the discussion to state spaces of finite dimensions, but it turns out that, in practice, state spaces of infinite dimension are fundamental

More information

Lecture 5 (Sep. 20, 2017)

Lecture 5 (Sep. 20, 2017) Lecture 5 8.321 Quantum Theory I, Fall 2017 22 Lecture 5 (Sep. 20, 2017) 5.1 The Position Operator In the last class, we talked about operators with a continuous spectrum. A prime eample is the position

More information

Unitary Dynamics and Quantum Circuits

Unitary Dynamics and Quantum Circuits qitd323 Unitary Dynamics and Quantum Circuits Robert B. Griffiths Version of 20 January 2014 Contents 1 Unitary Dynamics 1 1.1 Time development operator T.................................... 1 1.2 Particular

More information

Linear Operators, Eigenvalues, and Green s Operator

Linear Operators, Eigenvalues, and Green s Operator Chapter 10 Linear Operators, Eigenvalues, and Green s Operator We begin with a reminder of facts which should be known from previous courses. 10.1 Inner Product Space A vector space is a collection of

More information

Stat 159/259: Linear Algebra Notes

Stat 159/259: Linear Algebra Notes Stat 159/259: Linear Algebra Notes Jarrod Millman November 16, 2015 Abstract These notes assume you ve taken a semester of undergraduate linear algebra. In particular, I assume you are familiar with the

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

More information

8.05, Quantum Physics II, Fall 2013 TEST Wednesday October 23, 12:30-2:00pm You have 90 minutes.

8.05, Quantum Physics II, Fall 2013 TEST Wednesday October 23, 12:30-2:00pm You have 90 minutes. 8.05, Quantum Physics II, Fall 03 TEST Wednesday October 3, :30-:00pm You have 90 minutes. Answer all problems in the white books provided. Write YOUR NAME and YOUR SECTION on your white books). There

More information

Page 404. Lecture 22: Simple Harmonic Oscillator: Energy Basis Date Given: 2008/11/19 Date Revised: 2008/11/19

Page 404. Lecture 22: Simple Harmonic Oscillator: Energy Basis Date Given: 2008/11/19 Date Revised: 2008/11/19 Page 404 Lecture : Simple Harmonic Oscillator: Energy Basis Date Given: 008/11/19 Date Revised: 008/11/19 Coordinate Basis Section 6. The One-Dimensional Simple Harmonic Oscillator: Coordinate Basis Page

More information

5 Compact linear operators

5 Compact linear operators 5 Compact linear operators One of the most important results of Linear Algebra is that for every selfadjoint linear map A on a finite-dimensional space, there exists a basis consisting of eigenvectors.

More information

Kernel Method: Data Analysis with Positive Definite Kernels

Kernel Method: Data Analysis with Positive Definite Kernels Kernel Method: Data Analysis with Positive Definite Kernels 2. Positive Definite Kernel and Reproducing Kernel Hilbert Space Kenji Fukumizu The Institute of Statistical Mathematics. Graduate University

More information

Eigenvectors and Hermitian Operators

Eigenvectors and Hermitian Operators 7 71 Eigenvalues and Eigenvectors Basic Definitions Let L be a linear operator on some given vector space V A scalar λ and a nonzero vector v are referred to, respectively, as an eigenvalue and corresponding

More information

Density Matrices. Chapter Introduction

Density Matrices. Chapter Introduction Chapter 15 Density Matrices 15.1 Introduction Density matrices are employed in quantum mechanics to give a partial description of a quantum system, one from which certain details have been omitted. For

More information

Quantum Information & Quantum Computing

Quantum Information & Quantum Computing Math 478, Phys 478, CS4803, February 9, 006 1 Georgia Tech Math, Physics & Computing Math 478, Phys 478, CS4803 Quantum Information & Quantum Computing Problems Set 1 Due February 9, 006 Part I : 1. Read

More information

Assignment 11 (C + C ) = (C + C ) = (C + C) i(c C ) ] = i(c C) (AB) = (AB) = B A = BA 0 = [A, B] = [A, B] = (AB BA) = (AB) AB

Assignment 11 (C + C ) = (C + C ) = (C + C) i(c C ) ] = i(c C) (AB) = (AB) = B A = BA 0 = [A, B] = [A, B] = (AB BA) = (AB) AB Arfken 3.4.6 Matrix C is not Hermition. But which is Hermitian. Likewise, Assignment 11 (C + C ) = (C + C ) = (C + C) [ i(c C ) ] = i(c C ) = i(c C) = i ( C C ) Arfken 3.4.9 The matrices A and B are both

More information

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

More information