<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>5812</id>
  <path>/www/nrich/html/content/id/5812/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
In 2D, vectors may be thought of as arrows with a fixed length and direction. The place at which the arrow starts is not important, so they may be translated around the plane without affecting the value of the vector.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This allows us to add and subtract vectors visually: if the vectors can be translated so as to form a closed circuit then the vector sum is zero. If the vectors cannot be translated so as to form a closed circuit then their vector sum is not zero, as in this diagram in which the vectors on the left have zero sum, whereas the vectors on the right don&amp;#39;t have zero sum.&lt;br&gt;&lt;/br&gt;
&lt;mdo:image alt=&quot;Summation of vectors&quot; height=&quot;201&quot; src=&quot;misMatch.GIF&quot; width=&quot;457&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In this problem we are given three grids of vectors. The vectors are only represented visually, but it is assumed that their x and y values are whole numbers (Remember: the x and y values represent the horizontal and vertical offsets from the start of the arrow, not the location of the start of the arrow itself).&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Your task, in each case is to try to see which subsets of the vectors form closed loops.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In each grid can you find a closed loop of vectors?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In each case is the closed loop unique? You can prove your assertions using algebra or a convincing visual argument.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Try hard to solve using visualisation before resorting to algebra.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Grid 1:&lt;br&gt;&lt;/br&gt;
&lt;mdo:image alt=&quot;Grid 1&quot; height=&quot;269&quot; src=&quot;grid%201.JPG&quot; width=&quot;457&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
Grid 2&lt;br&gt;&lt;/br&gt;
&lt;mdo:image alt=&quot;Grid 2&quot; height=&quot;368&quot; src=&quot;grid2.JPG&quot; width=&quot;360&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
Grid 3&lt;br&gt;&lt;/br&gt;
&lt;mdo:image alt=&quot;Grid 3&quot; height=&quot;458&quot; src=&quot;grid%203.JPG&quot; width=&quot;463&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;http://nrich.maths.org/public/viewer.php?obj_id=6822&amp;amp;part=&quot;&gt;Click here for a poster of this problem&lt;/a&gt;.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;We had some users saying that that there
are no closed loops, but there are if you search carefully!&lt;/span&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;We received two answers: one from Joseph
from Crewe and, which was very visual and one which made full use
of algebra, which was submitted by an anonymous user. We
particularly liked the way that the solvers appealed to both
algebraic and geometrical considerations to solve the problem. Very
well done, whoever you were!&lt;/span&gt; &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;FIRST SOLUTION&lt;/span&gt; :&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Each vector will be expressed in the form (x y), where the
x-component represents the units moved to the right (negative means
left), and the y-component represents the units moved upwards
(negative means down). &lt;br&gt;&lt;/br&gt;
Each vector will also be assigned to a letter from A-G: &lt;br&gt;&lt;/br&gt;
A: Black &lt;br&gt;&lt;/br&gt;
B: Dark blue &lt;br&gt;&lt;/br&gt;
C: Green &lt;br&gt;&lt;/br&gt;
D: Light blue &lt;br&gt;&lt;/br&gt;
E: Pink &lt;br&gt;&lt;/br&gt;
F: Red &lt;br&gt;&lt;/br&gt;
G: Yellow &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Grid 1: The direction of each vector is as follows: &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
A: (-6 -3) B: (2 3) C: (3 1) D: (-3 0) E: (4 0) F: (-4 1) G: (-2 4)
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
By considering only the y-direction at first, the only vector with
a negative y-value is A. To make the y-component 0, B must be added
to A. D and E have a y-component of 0, so adding D and/or E to AB
(or even DE by itself) will still keep the y-component of 0. Hence
there are only 5 permutations with a y-component of 0: AB, ABD,
ABE, ABDE and DE. To make a closed loop, the x-component must also
be 0; analysing the x-components of the 4 permutations, only ABE
gives an x-component of 0 (-6 + 2 + 4), and so it is the only
closed loop. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Grid 2: The direction of each vector is as follows: &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
A: (-2 3) B: (2 3) C: (2 0) D: (-2 -2) E: (0 -2) F: (2 -3) G: (-2
0) &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
By visualisation alone, it is easy to see that AF (black and red)
and CG (green and yellow) create a closed loop. A combination of
ACFG also creates a closed loop. However, these may not be the only
closed loops present. Again by considering only the y-direction at
first, D and E cannot be used to make a closed loop, since any
permutations with D and/or E give y-components of -2 or -4. Adding
A and/or B, which are the only vectors with positive y-components,
cannot make a y-component of 0. By eliminating D and E, F is the
only vector with a negative y-component, which is balanced by
addition of A or B. Hence there are only 9 permutations with a
y-component of 0: AF, AFC, AFG, ACFG, BF, BFC, BFG, BCFG and CG. To
make a closed loop, the x-component must be 0, and so AF, ACFG and
CG are the only 3 closed loops. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Grid 3: The direction of each vector is as follows: &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
A: (0 1) B: (-2 0) C: (3 0) D: (1 -5) E: (-3 3) F: (4 2) G: (-1 -6)
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Once again, looking at the y-components, there are only two vectors
with negative y-components, D and G. The y-component of D can be
made 0 by adding E and F, possibly B and/or C, which have a
y-component of 0. The y-component of G can be made 0 by adding E, F
and A, possibly B and/or C. There are only 9 permutations with a
y-component of 0: AEFG, ABEFG, ACEFG, ABCEFG, DEF, CDEF, BDEF,
BCDEF and BC. Only AEFG and BDEF have an x-component of 0, so they
are the only two closed loops.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;SECOND SOLUTION&lt;/span&gt;:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For Grid one: Only one arrow points downwards (the black one). so
the black arrow must be part of the closed loop, if such a loop
exists. The x-offset of the black arrow is greater than the x
offset of all of the other arrows, thus there must be at least two
right facing arrows in the closed loop. Thus two or three of pink,
green and dark blue must be present. Both dark blue and green
togther would be too high and just pink and green would be too low:
thus the loop contains pink and dark blue. These form a closed
loop.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For Grid two: It is obvious that Black + Red + Green + Yellow make
a parallelogram closed loop, and it is obvious that this is the
only one.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For Grid 3: The coordinates of the vectors are&lt;br&gt;&lt;/br&gt;
Red (4, 2) &lt;br&gt;&lt;/br&gt;
Yellow (-1, -6)&lt;br&gt;&lt;/br&gt;
Purple (-2, 0)&lt;br&gt;&lt;/br&gt;
Green (3,0)&lt;br&gt;&lt;/br&gt;
Black (0,1)&lt;br&gt;&lt;/br&gt;
Light Blue (1, -5)&lt;br&gt;&lt;/br&gt;
Pink (-3, 3)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Looking at the y coordinates of these, I can see that any closed
loop must contain Red, Pink, Black and Yellow or Red, Pink and
Light Blue.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Red + Pink + Black + Yellow = (0, 0)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
So this is a closed loop.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Red + Pink + Light Blue = (2,0)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This sorts out the Y-coordinate. I now see that I need to include
Purple to make another closed loop.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;h3&gt;Why do this problem?&lt;/h3&gt;

&lt;div&gt;This problem encourages students to use visualisation to help
them to spot a solution which can then be verified using algebra.
It shows students the power of using visual representations to
solve vector problems, often the quickest route to a
solution.&lt;/div&gt;

&lt;h3&gt;Possible approach&lt;/h3&gt;

This could form a short introduction to work on
vectors. &lt;br&gt;&lt;/br&gt;
Display the example grids on the board, showing the three vectors
forming a closed loop and the four vectors on the right which do
not have a zero sum.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Then challenge students to find any closed loops in each of the
three grids. &lt;br&gt;&lt;/br&gt;
When they think they have spotted a closed loop by eye, they should
verify algebraically that it is indeed a closed loop.&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;

&lt;div&gt;What can you say about the horizontal components of the
vectors in a closed loop?&lt;/div&gt;

&lt;div&gt;And what about the vertical components?&lt;/div&gt;

&lt;h3&gt;Possible extension&lt;/h3&gt;

&lt;div&gt;&lt;a href=&quot;http://nrich.maths.org/6572&amp;amp;part=&quot;&gt;Vector
Walk&lt;/a&gt; begins to explore properties of vectors and combining two
basic vectors to reach points on the coordinate grid.&lt;/div&gt;

&lt;h3&gt;Possible support&lt;/h3&gt;

Students may find it helpful to draw the vectors on squared
paper.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
In order to solve this problem you will need to think about what
makes a loop closed instead of open.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In two dimensions the overall changes in the x direction around the
loop must cancel out and the overall changes in the y directions
around the loop must also cancel out. You can think about these two
directions separately if you cannot quickly spot how to form a
closed loop.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Visually you can use lots of intuitive shortcuts, such as that
'long' arrows may need multiple 'short' arrows to close up into a
loop.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Of course, when you think that you have spotted a loop you will
need  to check  carefully  to see
if you are correct by adding up the vectors exactly.&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;For the three grids the coordinates of the vectors are&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;mdo:image width=&quot;420&quot; height=&quot;241&quot; src=&quot;coordinates.JPG&quot; alt=&quot;Coordinates&quot;&gt;&lt;/mdo:image&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Solutions are: &lt;br&gt;&lt;/br&gt;
Grid 1: Black, Dark blue, pink (only solution)&lt;br&gt;&lt;/br&gt;
Grid 2:Black, Red, yellow, Green (only solution)&lt;br&gt;&lt;/br&gt;
Grid 3:Black, yellow, red, pink (first
solution)&lt;br&gt;&lt;/br&gt;
    
 Dark blue, light blue, red, pink (second
solution)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Example visual proof of uniqueness
for grid 1&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
Only one arrow points downwards (the black one). Thus the black
arrow must be part of the closed loop, if such a loop exists.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The x-offset of the black arrow is greater than the x offset of all
of the other arrows, thus there must be at least two right facing
arrows in the closed loop. Thus two or three of pink, green and
dark blue must be present. Both dark blue and green togther would
be too high and just pink and green would be too low: thus the loop
contains pink and dark blue. These form a closed
loop.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
I like this sort of argument. I could imagine Pythagoras talking in
such a way.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>1</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>Spotting the loophole</title>
  <description>A visualisation problem in which you search for vectors which sum
to zero from a jumble of arrows. Will your eyes be quicker than
algebra?</description>
  <spec_group>Using, Applying and Reasoning about Mathematics
    <specifier>Visualising</specifier>
  </spec_group>
  <spec_group>Vectors
    <specifier>Addition of vectors</specifier>
  </spec_group>
  <spec_group>Admin
    <specifier>Short problems</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>Vectors US</specifier>
  </spec_group>
</resource>