Linear Combinations: Will Two Always Produce b=(0,1)?

porschedude
Messages
11
Reaction score
0
Will there always be two different combinations that produce b=(0,1) of three vectors: u, v, and w?

I'm pretty certain that the answer is no, but am I right in saying that with three vectors, assuming they are not all parallel, will always have at least one combination that produces (0,1)
 
Physics news on Phys.org
You've got that right. If you have three vectors in R^2 then either there are no combinations that produce (0,1) (if they are all parallel and not parallel to (0,1)) or there are an infinite number.
 
How can there be an infinite number?
 
porschedude said:
How can there be an infinite number?

Say u=(0,1), v=(1,0) and w=(1,1). There are an infinite number of solutions to the equation a*u+b*v+c*w=(0,1). You should be able to show that. It's maybe a little harder to show that if there is one solution, then there are an infinite number.
 
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...
Back
Top