Here is a problem I cannot get my head around;
The question asks to find the values of K1 and K2 in the following expression:
k1v+k2w, knowing that v=-2i+2.5j and w=[4 -0.5].
The only other information the problem provides is that the sum of k1v+k2w is equal to [-23 -18].
(Edit) As a wonderful person in the comments recommended, here is what I have tried:
I tried to find the resulting vector in terms of i and j, and then isolate the Ks for each, but it doesn’t work when I input them back into the formula.
It gives me K1=-11.5 and k2=-9
I thank you very much for a fast and detailed answer.
Write down the equation $k_1\vec v+k_2\vec w=-23\vec i-18\vec j$ in the two componennts separately and solve the ensuing $2\times 2$ inhomogenous linear system of equations; alternatively multiply that equation with the vector dot product once by $\vec i$ and once by $\vec j$, assuming $\vec i\perp \vec j$ such that their dot product vanishes to get $k_1$ and $k_2$ directly.