trkern.github.io Educational Interactives

About

Goals

I began developing online interactives in the fall of 2017 to teach myself javascript and supplement the classes I was teaching at SUNY Oswego. I've mainly been using these as a platform for experimentation: many of my interactives represent me experimenting with a particular library, coding technique or teaching technique, but my hope is that they can be educational as well. I have gotten some positive feedback on these interactives from my students, but have yet to conduct studies of their effectiveness.

Highlights of the Interactive Medium

Encouraged Heuristic Development

One of the best uses of the interactive medium is providing the user with a task, giving them plenty of feedback on how they're progressing, and repeating with random variations on that task. A persistent user should hopefully develop heuristics or an algorithm for tackling those sorts of problems. In specific circumstances, this algorithm can be exactly the algorithm that would normally be taught in class, but if the user develops it on their own they are more likely to retain that skill and form connections with it.

Examples:

Formalist Propaganda

The book Gödel, Escher, Bach was a major early influence on my mathematical development. It introduced me to formal symbolic systems and the idea of encoding mathematics in formal symbolic systems, ultimately leading to my formalist mathematical philosophy.

My hope is to spread this philosophy by creating a "Computation Assistant". Similar to proof assistants, this would allow the user to work through a computation step by step, with each step being chosen by the user but applied by the computer. Eliminating the extra cognitive load of correctly copying the previous line of a computation and applying the computation step correctly should allow users to focus on the question of what steps they should apply to reach their goal. This interactive could even exhibit encouraged heuristic development for multi-step algebraic processes (such as how to add fractions).

My ultimate goal is to produce something which is accessible to College Algebra students but useful for professional mathematicians. I recall having to preform page-long computations in physics classes, with a small error in one line leading to hours of minus-sign following and error hunting, and software that only allows valid computational steps could be very helpful for this.

Visual Exploration

Throughout mathematics, being able to visualize the same thing in different ways is a vital skill. Digital interactives can allow users to modify an input and see how visually that changes the output.

Examples:

Other Experiments

Development

All my pages are written by hand in notepad, with html, css, and javascript all contained in one single file. I have made use of a few libraries, but my hope is to eventually replace them with my own. I have already developed my own graph drawing library (tgr.js) and hope to implement a basic computer algebra system this summer. Color Palettes are from Paul Tol's Notes