Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes,...

15
Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education Greg Mulder, Linn-Benton Community College Sofya Borinskaya, UConn Health Center National Science Foundation TUES Award 1043298-DUE http://science.oregonstate.edu/INSTANCES

Transcript of Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes,...

Page 1: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscienceNamHwa Kang, OSU Science & Math EducationGreg Mulder, Linn-Benton Community CollegeSofya Borinskaya, UConn Health Center

National Science Foundation TUES Award 1043298-DUEhttp://science.oregonstate.edu/INSTANCES

Page 2: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

Motivations • Computational Science view:

CS + math + science• Computation is essential in science • Simulation part of scientific process

• To change K-16, change Teacher Education • A single CS class not enough• Need ability to look inside application black box• Improved pedagogy via problem-solving context

INSTANCES, XSEDE13

Page 3: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

Motivations For Pre- & In-Service Teachers

•Science + scientific process•Include simulation, data & math •Complexity via simplicity•Numerical & analytic solutions• Data via computing Aim: teach computing use as part of science Disciplines: physics, biology

INSTANCES, XSEDE13

Page 4: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

Module Content

• Teacher Materials– Learning objectives– Model validations– CST goals, objectives– Background readings

• Student Reading (culled)• Exercises• “Programming”• Implementations

– Excel, Python, Vensim

INSTANCES, XSEDE13

Page 5: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

Classroom Context

Schools of Education•Science and Math Ed 412-413

– Pre-service teachers– Technology-Inquiry in

Math and Science– 1 week instruction– Post survey

•Computational Physics

INSTANCES, XSEDE13

Modules taught•Spontaneous Decay & Bugs (exponential growth)•Excel, VenSim, Python•Student Readings•Exercises

Page 6: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

SED 412-413

• 20 PTs, 14 respondents– 1 previous CS course– Most excel– No python or vensim

• Additional comments– Length of time to learn

application– Extensive background

material provided

INSTANCES, XSEDE13

Feedback from 20 PTs on their perceptions of the applications

Page 7: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

1. Computer Precision2. Spontaneous Decay3. Biological Growth4. Bug Population

Dynamics5. Random Numbers6. Random Walk7. Projectiles + Drag8. Trial & Error Search

INSTANCES, XSEDE13

Module Collection

Page 8: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

E.G.: Limits and Precision

INSTANCES, XSEDE13

Computational Science Thinking

• Computers = experimental lab

• Computers = finite

• Range: natural, compute numbers

• → Floating pt numbers ǂ exact

• Student exercises

Limits.py

Limits in Excel

Limits in Python

Page 9: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

E.G.: Limits and Precision

CST• Computers = experimental lab

• Computers = finite

• Range: natural, compute numbers

• → Floating pt numbers ǂ exact

• Student exercises

INSTANCES, XSEDE13

Precision in Excel

VenSim

Page 10: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

E.G.: Random Numbers

INSTANCES, XSEDE13

CST

• Pseudo-random numbers

• Need look, check numbers

• Introduce chance into computing

• Stochastic natural processes

Page 11: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

E.G.: 3-D Random Walks

INSTANCES, XSEDE13

3D Walk.pyPerfume diffusionBrownian motion

Page 12: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

INSTANCES, XSEDE13

E.G.: Spontaneous Decay Simulation

INSTANCES, XSEDE13

CST

• Sounds like Geiger (real world)?

• How know what’s real?

• Real meaning of simulation

• Meaning of exponential decay

DecaySound.py

Algorithm: if random < , decay

Page 13: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

INSTANCES, XSEDE13

E.G.: Stone Throwing Integration

INSTANCES, XSEDE13

CST

• New way to do math (stochastic)

• Calculus via experiment

• Rejection technique

Page 14: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

Conclusions

• Group challenge: level of math, of science• Early Assessment

– scientific process helps– balance: background vs exercises– disparity computing backgrounds– need literacy + programming tool

• Truer Effectiveness: need full course• Help! - Need science educator replacement,• Biology examples

INSTANCES, XSEDE13

Page 15: Materials for Teacher Ed Classes Rubin Landau (PI), Oregon State University Physics Raquell Holmes, improvscience NamHwa Kang, OSU Science & Math Education.

K-12 Standards

INSTANCES, XSEDE13

“Understand numbers, ways of representing numbers, relationships among numbers, and number systems; Understand patterns, relations, and functions; Use mathematical models to represent and understand quantitative relationships; Use visualization, spatial reasoning, and geometric modeling to solve problems”

~Principles and Standards for School Mathematics, National Council of Teachers of Mathematics, 2000.