How to correctly solve this problem? (linear dependency)

BobJimbo
Messages
3
Reaction score
0
This is the problem:

Suppose a, b and c are linearly independent vectors. Determine whether or not the
vectors (a + b), (a - b), and (a - 2b + c) are linearly independent.

Here was my solution, which involved writing words (and hasn't actually been confirmed correct yet):

Let's align a, b and c with the x-y-z axis so that a and b have only x and y components, whereas c has z too. This is true for any set of linearly independent vectors. This would mean no combination of (a + b) and (a - b) can create (a - 2b + c), because neither has a z component, and therefore (a + b), (a - b), and (a - 2b + c) are also linearly independent.

I'd like to know what the most efficient solution is, which I assume is algebraic and doesn't involve so many words. Thanks!
 
Last edited by a moderator:
Physics news on Phys.org
Hi Bob:

Your approach is is good. Each of the three combination vectors can be expressed as a triple of (x,y,z) values. It is possible to chose the scale of the x, y, and z coordinates such that a=b=c=1 If you form a matrix with these three triples, the determinant will equal zero if the three triples are not independent. Note that this 3x3 matrix will have elements that are all simple integers.

Hope this helps.

Regards,
Buzz
 
  • Like
Likes BobJimbo
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