In this publication, we will consider how a vector can be decomposed into two basis vectors, and we will also analyze an example of solving a problem on this topic.
Vector decomposition principle
In order to decompose a vector b by basis vectors
where x1,…, Xn are vector coordinates b in base
Example of a problem
Let’s decompose the vector
Decision:
1. The vector equation looks like this:
xm + Yn = b
2. Let’s represent it in the form:
3. Now you need to solve the system. From the second equation we get:
We substitute the resulting expression into the first equation:
2 · (1 + 3y) + y = 16
2 + 6y + y = 16
7y = 14
y = 2
Consequently, the x = 1 + 3y = 1 + 2 · 2 = 7.
Answer: