SOLUTION: Express the vector v= [-17] as a linear combination of x = [-2] and y = [-5] [ 50 ]

Algebra ->  College  -> Linear Algebra -> SOLUTION: Express the vector v= [-17] as a linear combination of x = [-2] and y = [-5] [ 50 ]       Log On


   



Question 629335:
Express the vector v= [-17] as a linear combination of x = [-2] and y = [-5]
[ 50 ] [ 5 ] [ -6]
v=__x + __ y.
How could I express this?

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
I'm assuming that v+=+%28matrix%282%2C+1%2C+-17%2C+50%29%29, x+=+%28matrix%282%2C+1%2C+-2%2C+5%29%29 and y+=+%28matrix%282%2C+1%2C+-5%2C+-6%29%29.

The problem is to find what number times x plus what number times y adds up to v. Let's call these two numbers a and b. So we're looking for what a and b make
v = a*x + b*y
true.

Substituting the vectors/column matrices in for v, x and y out equation is:

Performing the scalar multiplication on the right side we get:

Adding the vectors/column matrices on the right we get:

By the definition of matrix/vector equality, these are equal only if each element of one is equal to the corresponding element of the other. So
-17 = -2a + (-5b) and
50 = 5a + (-6b)

To find the correct values for a and b we solve this system. You have probably learned several ways to solve a system of linear equations like this: Substitution, Linear Combination/Elimination, several matrix methods, determinants/Cramer's Rule, etc. I'm going to use Linear Combination (but any of them will work and give the right answers).
Multiplying the first equation by 5 and the second equation by 2 we get:
-85 = -10a + (-25b)
100 = 10a + (-12b)
Adding the two equations together we get:
15 = -37b
Dividing both sides by -37 we get:
-15/37 = b
Now we use this value and one of the earlier equations to find a:
-17+=+-2a+%2B+%28-5%29%28-15%2F37%29
Simplifying we get:
-17+=+-2a+%2B+75%2F37
Subtracting 75/37 to each side:
-17+-+75%2F37+=+-2a+
-629%2F37+-+75%2F37+=+-2a
-704%2F37+=+-2a
Dividing by -2:
352%2F37+=+a

So
v+=+%28352%2F37%29x+%2B+%28-15%2F37%29y