Math Extra: Difference between revisions
Jump to navigation
Jump to search
(→2017-04-20: Typo, 2017 → 2007) |
(Add Notes section and how to download videos) |
||
Line 84: | Line 84: | ||
** [https://www.youtube.com/watch?v=jG7vhMMXagQ Pi Is (still) Wrong.] |
** [https://www.youtube.com/watch?v=jG7vhMMXagQ Pi Is (still) Wrong.] |
||
** [https://www.youtube.com/watch?v=FtxmFlMLYRI A Song About A Circle Constant] |
** [https://www.youtube.com/watch?v=FtxmFlMLYRI A Song About A Circle Constant] |
||
==Notes== |
|||
===Download videos=== |
|||
Using [https://youtube-dl.org/ youtube-dl]: |
|||
<pre>youtube-dl --format 'bestvideo[ext=mp4][height<=720]+bestaudio[ext=m4a]/bestvideo[ext=webm][height<=720]+bestaudio[ext=webm]/best[height<=720]' --verbose</pre> |
|||
==See also== |
==See also== |
Revision as of 17:54, 3 May 2017
Math Extra is a parent volunteer Dave Barker, coming into Sagamore Hills Elementary School once a week during normal math class to give some extra math.
Next
- Work on, "Math Problem Solving Challenge Test / Grade 5 / 2006–2007", from pages 9–10 of "Sagamore Math Tournament Fernbank Afterschool Practice Dec 17 2007 Grade 5"
(from http://www.mathcs.emory.edu/~mic/mathtourney.html (linked from http://sagamorehillspta.org/mathclub )) - Pythagorean Theorem
Meetings
2017-04-20
- Completed, "Sagamore Math Tournament Grades 4–5 practice cipher round from 2007 tournament", from pages 14–23 of "Sagamore Math Tournament Fernbank Afterschool Practice Dec 17 2007 Grade 5" (from http://www.mathcs.emory.edu/~mic/mathtourney.html (linked from http://sagamorehillspta.org/mathclub ))
- Danced
2017-03-16
- Bennett shares a math problem finding missing side links of a right-angled polygon
- Dave talks about pi (because Pi Day was a couple days ago):
- How date work around the world and how their Pi Days could be different
- 22/7 as an approximation
- pi in things that don't look like circles, like infinite series (π/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 - …)
- Watch pi videos!
2017-03-02
- Create an equivalent fractions problem and doodle, pass to other student, solve problem and add to doodle, repeat 4 times
- Hexaflexagon Series
2017-02-23
- Ms Lockwood equivalent fractions
- Math Stars (vol. 4 no. 7) as others finished up
- Reviewing mean, median, mode
- Imaginary Numbers Are Real [Part 9: Closure]
2017-02-09
- Ms Lockwood's test review sheet, division word problems
- Math Stars (vol. 4 no. 6) as others finished up
- Videos
2017-01-26
- Reviewed what the kids are doing in class
- Explore:
- What numbers are
- Different systems of representation (Mayan base 20)
- Explore bases (10, 2, 3, 12, 8)
- Order of operations
Videos
- Fractals
- Fun!
- Googol
- Imaginary Numbers
- Math
- Operations on the number line
- Order of Operations (PEMDAS)
- Pi
Notes
Download videos
Using youtube-dl:
youtube-dl --format 'bestvideo[ext=mp4][height<=720]+bestaudio[ext=m4a]/bestvideo[ext=webm][height<=720]+bestaudio[ext=webm]/best[height<=720]' --verbose