Enter the components of two vectors to calculate their difference (a - b).
Vector subtraction is a fundamental operation in vector mathematics. It involves finding the difference between two vectors. This guide will explain how to perform vector subtraction step by step.
For vectors \(\vec{a} = (a_1, a_2, ..., a_n)\) and \(\vec{b} = (b_1, b_2, ..., b_n)\), the subtraction \(\vec{a} - \vec{b}\) is defined as:
\(\vec{a} - \vec{b} = (a_1 - b_1, a_2 - b_2, ..., a_n - b_n)\)
Where:
Let's subtract \(\vec{b} = (1, 2, 3)\) from \(\vec{a} = (4, 5, 6)\):
\(\vec{a} = (4, 5, 6)\)
\(\vec{b} = (1, 2, 3)\)
First component: 4 - 1 = 3
Second component: 5 - 2 = 3
Third component: 6 - 3 = 3
\(\vec{a} - \vec{b} = (3, 3, 3)\)
This diagram illustrates vector subtraction in 2D space. The blue arrow represents vector \(\vec{a}\), the red arrow represents vector \(\vec{b}\), and the green arrow shows the resulting vector \(\vec{a} - \vec{b}\).