← LearnYear 7 Maths · GeometryFree placement check
Year 7AC9M7SP01

Two-Dimensional Views and Sorting Algorithms

Represent objects in 2 dimensions; discuss and reason about the advantages and disadvantages of different representations. Design and create algorithms involving a sequence of steps and decisions that will sort and classify sets of shapes according to their attributes, and describe how the algorithms work.

A solid object has to be shown on flat paper, and every way of doing that loses something. Sorting shapes reliably needs a set of yes-or-no questions asked in a fixed order.

Method

Front, side and top views
Three flat drawings that together describe one solid.
Every representation trades something away
A net shows all faces but hides the shape. A drawing shows the shape but hides the back.
An algorithm is yes-or-no questions in a fixed order
Same questions, same order, same answer every time.

Worked example

e.g. Write an algorithm that sorts any quadrilateral.\text{Write an algorithm that sorts any quadrilateral.}
  1. Start with the question that splits the group most evenly.Are both pairs of opposite sides parallel?\text{Are both pairs of opposite sides parallel?}
  2. If no, ask the next distinguishing question.One pair parallel?  trapezium\text{One pair parallel? } \rightarrow \text{ trapezium}
  3. If yes, narrow further.Are all angles 90?\text{Are all angles } 90^\circ?
  4. Keep splitting until only one name is left.All sides equal?  square, else rectangle\text{All sides equal? } \rightarrow \text{ square, else rectangle}
  5. Test it on a shape you know to check it terminates.a rhombus reaches exactly one answer\text{a rhombus reaches exactly one answer} \quad\checkmark

Practice

Think about what each view or question tells you.

1
Which view shows the height of a cylinder?\text{Which view shows the height of a cylinder?}
Answerfront or side\text{front or side}
2
What does a top view of a cone look like?\text{What does a top view of a cone look like?}
Answera circle with a centre point\text{a circle with a centre point}
3
Why is one view not enough to identify a solid?\text{Why is one view not enough to identify a solid?}
AnswerDifferent solids can share the same view.\text{Different solids can share the same view.}
4
First question to sort triangles by sides?\text{First question to sort triangles by sides?}
AnswerAre all three sides equal?\text{Are all three sides equal?}
5
Why must the questions be in a fixed order?\text{Why must the questions be in a fixed order?}
AnswerSo the same shape always reaches the same name.\text{So the same shape always reaches the same name.}
Next step
Practise Two-Dimensional Views and Sorting Algorithms with instant marking
A free 10-minute placement check finds which Year 7 topics to work on first, then Summit builds a weekly plan around them.
See where my child is →