Linear Independence: Homework Equations & Solutions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
stripes
Messages
262
Reaction score
0

Homework Statement



attachment.php?attachmentid=63039&stc=1&d=1382005383.jpg


Homework Equations





The Attempt at a Solution



For part (a):

a*1 + b*√2 + c*√3 = 0
assume a, b, c not all zero
a + b√2 = -c√3
a2 + 2b2 + 2ab√2 = 3c2
a2 + 2b2 - 3c2 = -2ab√2
(a2 + 2b2 - 3c2)/(-2ab) = √2

which is not possible since we take a, b, c to be rational, and √2 is irrational.

thus our assumption of a, b, c not all zero was false and we must have a=b=c=0.

For part (b), a similar argument, but easier:

{1, 1 + √5, (1 + √5)2} = {1, 1 + √5, 1 + 2√5 + 5}

a + b(1 + √5) + c(1 + 2√5 + 5) = 0
assume a, b, c not all zero
1 + b + b√5 + c + 2c√5 + 5c = 0
1 + b + c + 5c = -b√5 - 2c√5
1 + b + 6c = (-b - 2c)√5
(1 + b + 6c)/(-b - 2c) = √5

same story as before.

Now that was super easy. And the assignment says to be careful with the structure of my argument. And I hate denominators because they can't be zero. If a = b = c = 0, then we have 0/0, which is of indeterminate form, which is ok! but I'm getting the idea that my argument is flawed because of division by zero...
 

Attachments

  • Capture.JPG
    Capture.JPG
    21.8 KB · Views: 518
Physics news on Phys.org
For part b, note that your set is {1, 1 + √5, 6 + 2√5}. Clearly the third "vector" is a linear combination of the first two in the list.
 
yeah i was so caught up in things that i forgot to combine the 1 and 5, thanks everyone.