What Happens When Gram-Schmidt Is Applied to Linearly Dependent Vectors?

  • Thread starter Thread starter mpm
  • Start date Start date
  • Tags Tags
    Process
mpm
Messages
82
Reaction score
0
I have a question about this process.

What will happen if this process is applied to a set of vectors {v1, v2, v3} where v1 and v2 are linearly independent, but v3 belongs to set Span(v1,v2). Will the process fail? If it fails, why does it fail?
 
Physics news on Phys.org
Doesn't anyone possibly know the answer to this question? Or can anyone even give me some direciton on it?
 
Have you tried it out on a concrete example? What happens?
 
The goal of GM is to take a nonorthogonal set of linearly independent functions and construct an orthogonal basis such that the the span of the original set is contained in the span of the orthonormalized set. This is a key ingridient to proving its most natural corollarly: that every finite dimensional inner product space admits an orthonormal basis. Note that vj is not contained in span(v1,v2,...vj-1) since (v1,...vj) is linearly independent and therefore vj is not in the span(e1,...,ej-1). If vj is in the span(v1,...vj-1) for any j, then carrying out GS merely produces a particular element which lies in the span(e1,...ej-1). It does nothing to further the purpose of GS, however; it does not destroy it, so long as your original set does contain elements which lie outside the span of its companions. But, if j=Dim(V) where V was an arbitrary space, and vk was an element of span(v1,...vk-1) for k<j, then continuing this process would result in an orthonormal set which DOES not form a basis for V, it merely spans/forms a basis or some subset/space of V.
 
mpm said:
I have a question about this process.
What will happen if this process is applied to a set of vectors {v1, v2, v3} where v1 and v2 are linearly independent, but v3 belongs to set Span(v1,v2). Will the process fail? If it fails, why does it fail?

Eventually, you will wind up having to divide by 0.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top