Big Idea
Today, we will explore how numbers change to form beautiful number patterns.
Lesson Takeaways
Mathematical:
- Visualising arithmetic progressions, geometric progressions and fibonacci sequences.
- Utilising recursion.
Computationally:
- label
- wait
- def
Intro Questions
- What are some patterns you see in real life? (get 5 examples from students)
- e.g the weather
- How have patterns helped you before?
- e.g plan an outdoor soccer game
Activity 1: Hello Recursion
We are going to start with a simple demonstration.
Pick a student and give them this set of instructions:
Instructions v1: Every time you heard the word “hello”, raise your hand.
Now go ahead and say “hello” to test this out.