Dan Anderson's Avatar

Dan Anderson

@dandersod.recursiveprocess.com

Math & CS teacher. PAEMST 2017. NYS Master Teacher Emeritus. Desmos Fellow. Creative Coder? #MTBoS He/him/his Capital District, NY · recursiveprocess.com

625
Followers
247
Following
487
Posts
25.08.2023
Joined
Posts Following

Latest posts by Dan Anderson @dandersod.recursiveprocess.com

Where’s the PK outlet???

06.03.2026 02:11 👍 0 🔁 0 💬 0 📌 0

Sure! I’ve given problems like this before and about half of them do something like this:
X=-3+-i
X+3=+-i
(X+3)^2=-1
x^2+6x+9=-1
X^2+6x+10=0

01.03.2026 03:55 👍 1 🔁 0 💬 1 📌 0

My students would “uncomplete” the square!

01.03.2026 01:28 👍 2 🔁 0 💬 1 📌 0

It uses the first guess to get a 3D "distance" away from the goal color. Then it goes through the list of colors and creates a list of colors that is that same distance away from the original guess. It picks one of those colors and then finds all colors that are d1 from color 1, and d2 from color 2.

24.02.2026 14:33 👍 1 🔁 0 💬 1 📌 0
Post image

Ok, so I threw the task at AI again and it now guesses the color in three guesses using the same idea as my original hack at it.
Code if interested: pastebin.com/ZrmfyhG2

24.02.2026 14:33 👍 0 🔁 0 💬 1 📌 0

Yeah, agreed. It’s fun to talk about though, especially in astronomy, where people still sometimes use arcseconds and etc to measure things.

24.02.2026 01:50 👍 2 🔁 0 💬 0 📌 0
Post image

Finally got an hour to play with Desmos and my cricut. To my eyes, what I was able to make is stunning! 😍 🤩 #mathart #mtbos

16.02.2026 20:55 👍 37 🔁 3 💬 1 📌 1
Image is a subsection of Van Goghs Starry Night.  It’s the large whorl in the sky.  Over the image is a vector field which points along the whorl. The vector field is -sin(x-y) for the i component and cos(x+y) for the j component.  The vector field is handwritten.  The image is black and white.

Image is a subsection of Van Goghs Starry Night. It’s the large whorl in the sky. Over the image is a vector field which points along the whorl. The vector field is -sin(x-y) for the i component and cos(x+y) for the j component. The vector field is handwritten. The image is black and white.

The vector field F=<x,2-x^2> is overlayed on the image of a fountain in a pond.  The water sprays straight up and falls down into a circular region.  The vectors point along the motion of the water.

The vector field F=<x,2-x^2> is overlayed on the image of a fountain in a pond. The water sprays straight up and falls down into a circular region. The vectors point along the motion of the water.

Vector fields as art. In #MathsToday the students had to create a vector field and overlay it with a picture to create Vector Art.

Just a fun little extension at the end of a unit. #iTeachMath

19.02.2026 00:02 👍 8 🔁 2 💬 1 📌 0
Preview
How AI assistance impacts the formation of coding skills Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.

This study by people from Anthropic itself should raise huge alarm bells about the use of AI in teaching how to code (and later on in coding itself, but esp. in the learning stage).

And remember: this is by the people who make Claude!

tl;dr: not that long, read it
www.anthropic.com/research/AI-...

31.01.2026 01:21 👍 40 🔁 9 💬 8 📌 3

A new study from Anthropic finds that gains in coding efficiency when relying on AI assistance did did not meet statistical significance; AI use noticeably degraded programmers’ understanding of what they were doing. Incredible.

30.01.2026 23:47 👍 1319 🔁 621 💬 35 📌 64
Video thumbnail

Teaching law of sines/cosines and the fancy area of triangle formula (1/2 a b sinC) are fun. Get to bring in a ton of Geometry that they thought they were done with. Why is using law of sines to find an angle dangerous? etc. One of those weeks where their worlds are colliding.

30.01.2026 15:41 👍 3 🔁 0 💬 0 📌 0
Post image

41 guesses today using the one dimension at a time binary search today

29.01.2026 12:37 👍 0 🔁 0 💬 1 📌 0

BTW, this is a use case of AI for something that would have been a bit of a stretch for me, the trilateration math; and something that I could have written in an hour or two, the binary search code. Really satisfying.

28.01.2026 17:34 👍 1 🔁 0 💬 1 📌 0
Preview
Pastebin Online - AppDevTools Pastes text or code for online public viewing via a share link with syntax highlighting and an optional expiration period. Supports over 170 programming languages.

Want to try it? Here is the Python solver and the CSV containing the 30k+ color names it uses to find "typeable" guesses.
Code: appdevtools.com/pastebin/KBC...
Colors: appdevtools.com/pastebin/0Qt... (put this in a colornames.csv file)

28.01.2026 17:32 👍 1 🔁 0 💬 1 📌 0
Post image

Now the script uses a Binary Search for each channel. It keeps Green and Blue steady while jumping through Red values (e.g., trying 125, then 190). If the score goes up, it narrows the search higher; if not, it goes lower. Once Red is "peaked," it moves to Green, then Blue. It worked today!

28.01.2026 17:32 👍 0 🔁 0 💬 1 📌 0

But the "math" of color similarity isn't always linear, so the spheres wouldn't align perfectly, and the solver would get stuck in "local minima" (loops of bad guesses).
So, I pivoted to Coordinate Descent, tuning one channel at a time.

28.01.2026 17:32 👍 0 🔁 0 💬 1 📌 0
Colordle Colordle, Guess the hidden Color!

Used AI to help code a Colordle (colordle.ryantanen.com) solver! Since color is a 3D space (RGB), my first idea was trilateration: treating each guess like a sphere where the similarity % is the radius. In theory, where the spheres intersect is the answer. (Imagine a 2D version with intersecting⭕'s)

28.01.2026 17:32 👍 3 🔁 0 💬 1 📌 0
Post image

Less noisy, but still noisy. This is a graph of (day of year born, % of people born on that day)
www.desmos.com/calculator/g...

20.01.2026 19:28 👍 0 🔁 0 💬 0 📌 0
Post image Post image

Used AI to convert this table to 1 dimensional data so it could be graphed. x.com/Globalstats1...

Here's the desmos graph. Looks pretty random until November/December to me.
www.desmos.com/calculator/k...

20.01.2026 19:21 👍 1 🔁 0 💬 1 📌 0
Video thumbnail

Trying to teach the connections between the cosine and arccosine graphs. How's this for an idea? Give them a square sheet, fold at a diagonal. Draw the cosine graph on one side, flip the paper along the y=x line and then use ink bleed through to "see" arccosine (I'm sure it's been done already)

16.12.2025 19:30 👍 5 🔁 0 💬 2 📌 0
Diamond Lessons
Diamond Lessons YouTube video by Teaching Like Ted Lasso

teaching like Ted Lasso is BACK! Talking to actual athletes on teaching/sports/Ted Lasso connections. Thanks so much to Jen and Morgan. www.youtube.com/watch?v=3SxK... #tltl @deltadc.bsky.social hasn't lost a step.

10.12.2025 17:50 👍 0 🔁 2 💬 0 📌 1

Spotify Wrapped highlights(?):
49 days of music played
Listening age: 74
Top percent Swiftie.

03.12.2025 17:11 👍 2 🔁 0 💬 0 📌 0

This Cyber Monday, I’m knocking 40% off my usual rate for helping students.
Maybe I should spam out an email to let them know of this amazing deal.

01.12.2025 14:13 👍 4 🔁 0 💬 1 📌 0
Preview
I Don't Know What to Think About America's Declining Test Scores and Neither Should You The case for confusion

Yikes I wrote about education policy. pershmail.substack.com/p/i-dont-kno...

24.11.2025 14:48 👍 14 🔁 3 💬 5 📌 5
Post image
19.11.2025 08:52 👍 10 🔁 1 💬 0 📌 0
Post image Post image

Look, if you wanted fast but wrong answers, I know a guy.

19.11.2025 12:53 👍 5 🔁 0 💬 0 📌 0
Calvin & Hobbes walking along a tree trunk laid across a river as a bridge.

Calvin & Hobbes walking along a tree trunk laid across a river as a bridge.

40 years ago today the world was introduced to a small boy and his best friend. Happy birthday Calvin & Hobbes.

18.11.2025 06:37 👍 2447 🔁 796 💬 20 📌 79

Same but whiteboard markers

13.11.2025 15:50 👍 1 🔁 0 💬 1 📌 0

Thanks!

10.11.2025 22:59 👍 2 🔁 0 💬 0 📌 0
Video thumbnail

tick tock, think you can make something similar?

10.11.2025 19:31 👍 7 🔁 0 💬 1 📌 0