Visualizing Vector Addition in 2-D
|
|
Loading
Student:-LinearAlgebra
Loading
plots
Define vector a
](/view.aspx?SI=6576/Vector_Addition_2D_4.gif) |
(1) |
Define vector b
](/view.aspx?SI=6576/Vector_Addition_2D_6.gif) |
(2) |
Compute the vector sum a + b
=
Diagram of the vector sum
. The resultant is shown in black. Important: There are two ways to draw the sum of two vectors, but the resultant doesn't change!
It's like taking two different routes to get to the same school.
What happens to the sum if we scale vector b by a scalar s?
=
Animation of the vector sum
, where s ranges from 0 to 2.
(Click on the picture, then click play in the animation toolbar.)
Note that the resultant not only lengthens but also changes angle!
Let's add a third vector, c
](/view.aspx?SI=6576/Vector_Addition_2D_22.gif) |
(3) |
Here are the vectors we're now working with
, Vector[column](%id = 63643136), Vector[column](%id = 63643200)](/view.aspx?SI=6576/Vector_Addition_2D_24.gif) |
(4) |
The vector sum a + b + c
=
Let's visualize this.
There are six possible "routes" to the tip of the resultant, :
a + b + ca + c + bb + a + cb + c + ac + a + bc + b + aCan you trace them all?
|
|
The six routes shown individually
What effect does c have on the sum?
Here is an animation of the vector sum
,
where s ranges from
0 to 3
|
![animate(VectorSumPlot, [a, b, `*`(s, `*`(c)), vectorcolors = [red, blue, green], show = 1], s = 0 .. 3, frames = 100)](/view.aspx?SI=6576/Vector_Addition_2D_37.gif)
|