Linear Independence of vectors question

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
bossman007
Messages
60
Reaction score
0

Homework Statement



Suppose that A, B and C are not linearly independent. Then show how the [itex]a_i[/itex] can be computed, up to a common factor, from the scalar products of these vectors with each other

Homework Equations



[itex]a_1[/itex]A + [itex]a_2[/itex]B + [itex]a_3[/itex]C = 0

[itex]a_1[/itex]=[itex]a_2[/itex]=[itex]a_3[/itex]=0

Hint - Suppose that there are non-zero values of the [itex]a_i[/itex]'s that satisfy
[itex]a_1[/itex]A + [itex]a_2[/itex]B + [itex]a_3[/itex]C = 0. Then, taking the dot product of both sides of this equation with A will yield a set of equations that can be solved for the [itex]a_i[/itex]'s

The Attempt at a Solution



[itex]a_1[/itex]AA + [itex]a_2[/itex]BA + [itex]a_3[/itex]CA=0

no idea where to go from here, I took the dot product of both sides but confused from the wording of the question what my next step should be, or If I did my dot product right
 
Physics news on Phys.org
Do the same with B and C. The scalar product are numbers, so you have a system of equations for the three unknown parameters. As the vectors are not independent, one of the parameter can be chosen arbitrary. Solve the system of equations for the other two coefficients.

ehild
 
Thank you for your reply. you're saying arbitrarily choose a value? If so, I chose [itex]a_1[/itex]=1

from that, my set of equations looks like, after moving the AA , AB and AC to the other side of the equation i get this:

[itex]a_2[/itex]AB + [itex]a_3[/itex]AC = -AA
[itex]a_2[/itex]BB + [itex]a_3[/itex]BC = -AB
[itex]a_2[/itex]BC + [itex]a_3[/itex]CC = -AC

**any vector combination above is a dot product, I just didnt know how to latex code it***

I went on to try substitution to solve for [itex]a_2[/itex], but the result was messy and didnt seem like I was on the right track. Am I on the right track?