Linear Algebra - Linear (in)dependence of a set

SetepenSeth
Messages
16
Reaction score
0

Homework Statement



Let { u, v, w} be a set of vectors linearly independent on a vector space V

- Is { u-v, v-w, u-w} linearly dependent or independent?

Homework Equations


[/B]
A set of vectors u, v, w are linearly independent if for the equation

au + bv + cw= 0 (where a, b, c are real scalars)

The only solution is the trivial one a = b = c = 0

The Attempt at a Solution



I expressed the vector in base of their coefficients, changed them into column vectors, formed a matrix and solve the homogeneous system

(1)u - (1)v + (0)w
(0)u + (1)v - (1)w
(1)u + (0)v - (1)w

| 1 0 1 |
|-1 1 0 |
| 0 -1 -1 |

After doing (R2 + R1 on R2) > (R3 + R2 on R3) I get:

| 1 0 1|
| 0 1 1|
| 0 0 0|

Which has no pivot on the 3rd column, thus the system has multiple solutions, making the set linearly dependent, however my answer key says is linearly independent and I'm not sure what I may be doing wrong.
 
Physics news on Phys.org
Nothing. The key is wrong. If you add the first and second vectors together, you get the third. That set is clearly dependent.
 
vela said:
Nothing. The key is wrong. If you add the first and second vectors together, you get the third. That set is clearly dependent.

Thank you, I didn't notice that indeed the 3rd vector is the sum of the first two, that is proof enough the key is indeed wrong.
 
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