Snowflake Modeling

Type: Investigation
Theme: Nature
Grades: 5, 6, 7, 8, 9, 10
Learning Target: Students will model snowflake formation using multiple media types.
For this investigation each student group will:
-
Choose two of the following methods to model snowflakes:
-
Paper folding and cutting
-
Desmos Calculator model
-
Desmos Geometry model
-
SCAD model
-
Geogebra model
-
An animation of falling snow
-
Coding method of your choice
-
-
Investigation will include:
-
A Sway or PowerPoint project.
-
Two six-sided snowflake models (see options above).
-
One well-written paragraph describing how your model patterns after nature.
-
A list of resources.
-
-
Select a partner for your group. You may work independently.
Resources
-
Snowflake formation: https://www.youtube.com/watch?v=-6zr2eLpduI
-
Bentley Snowflakes: https://duckduckgo.com/?t=ffsb&q=bentley+snowflakes&atb=v247-1&iax=images&ia=images
-
Document: https://docs.google.com/document/d/1F0SlYhPfXHeWhACLRewt--mQAg8y4IINkcwJLPXkUqc/edit?usp=sharing
SCAD Starting Code:
//variables
scale = 2;
radius = 0.5;
adjust_rotation = 3;
//try changing intersection to difference
intersection() {
union(){
for (a =[1:6]) {
rotate([0,0,60*a])translate([2, 0, 0])
rotate_extrude(convexity = 10)
translate([2, 0, 0])
circle(r = radius);
}
}
scale([scale,scale,1])union(){
for (a =[1:6]) {
rotate([0,0,60*a + adjust_rotation])
translate([2, 0, 0])
rotate_extrude(convexity = 10)
translate([2, 0, 0])
circle(r = radius);
}
}
}
- I can model with mathematics.
- Patterns
- Systems and System Models
- Structure and Function