← LearnYear 8 Maths · GeometryFree placement check
Year 8AC9M8SP03

Position in Three Dimensions

Describe the position and location of objects in 3 dimensions in different ways, including using a three-dimensional coordinate system. Design, create and test algorithms involving a sequence of steps and decisions that identify congruency or similarity of shapes, and describe how the algorithm works.

Two numbers fix a point on a page. Three fix a point in a room. The third coordinate is just height, and it works exactly like the other two.

Method

Three coordinates
(x,y,z)(x, y, z)
Across, along, then up.
Order never changes
The same rule as 2D, with one more number on the end.
Zero means on that plane
(3,4,0)(3, 4, 0)
This point sits flat on the floor.
An algorithm is fixed questions in a fixed order
Same questions, same order, same answer every time.

Worked example

e.g. Describe the point (2,5,3) in a room.\text{Describe the point } (2, 5, 3) \text{ in a room.}
  1. Start at the corner of the room, the origin.(0,0,0)(0,0,0)
  2. The first number is across.2 metres along one wall2 \text{ metres along one wall}
  3. The second is along the other direction.5 metres out from that wall5 \text{ metres out from that wall}
  4. The third is up.3 metres above the floor3 \text{ metres above the floor}
  5. State it in plain words.2 across, 5 along, 3 up\text{2 across, 5 along, 3 up}

Practice

Across, along, up. Always in that order.

1
Where is (0,0,4)?\text{Where is } (0,0,4)?
AnswerDirectly above the origin, 4 up.\text{Directly above the origin, 4 up.}
2
A point has z=0. Where is it?\text{A point has } z = 0. \text{ Where is it?}
AnswerOn the floor.\text{On the floor.}
3
Is (1,2,3) the same as (3,2,1)?\text{Is } (1,2,3) \text{ the same as } (3,2,1)?
AnswerNo. The order matters.\text{No. The order matters.}
4
Write an algorithm to test if two triangles are congruent.\text{Write an algorithm to test if two triangles are congruent.}
AnswerCompare 3 sides. If equal, SSS. If not, compare 2 sides and the included angle, and so on.\text{Compare 3 sides. If equal, SSS. If not, compare 2 sides and the included angle, and so on.}
5
Why must the algorithm ask in a fixed order?\text{Why must the algorithm ask in a fixed order?}
AnswerSo the same pair always gives the same answer.\text{So the same pair always gives the same answer.}
6
How many numbers fix a point on a page?\text{How many numbers fix a point on a page?}
AnswerTwo.\text{Two.}
Next step
Practise Position in Three Dimensions with instant marking
A free 10-minute placement check finds which Year 8 topics to work on first, then Summit builds a weekly plan around them.
See where my child is →