Frank Zimmer Physicist in developer land

Home schooling in times of COVID-19

Home schooling

In the past few weeks all around the world a lot of parents have had or have the double burden of working full time and in addition teach their kids from home. For most of us this combination is very uncommon and not an easy task. My family is not exception here, but I think we managed the situation reasonably well.

My son is a first grade pupil. This means he has learn to read and write. On the math side he learns how to add and subtract whole numbers in the range from zero to twenty and something about symmetry and reading the clock. I am very happy about the progress he has made while I was more or less his only teacher. We are very grateful to his real teach to supply us with enough material and some guidance from the distance.

From first grade to university math in 15 minutes

In this post I want to put some emphasis on the math side since this is near and dear to my heart. One of the math problems of my son I have found quiet intriguing. The problem was as follows. Consider the following triangle.

Triangle problem

Each empty space has to be filled with a whole numbers such that sum of two numbers lying side by side is equal to the whole number written next to the side.

At first site I did not see the solution. I was surprised since this is “merely” a math problem of a first grader. What will happen in the future to me?

So I set out to solve the problem not in the first grader way but with a bit more advanced mathematics. My first step was to introduce variables. This has let me to the following triangle

Triangle problem

Using it I could read off the following set of linear equations

This part could still be understood by my son. The set of equations can be easily solved (not yet by him) and I could have continued with my life but somehow I thought we could push the boundaries even further. Reformulating the above set of equations as a matrix equation leads one to

Let’s call the matrix above A. Then the inverse of it is given by

Applying this from the right-hand side to the above matrix equation one finds the solution: $x=4$, $y=2$ and $z=5$.

Using the (inverse) matrix we can now easily generate new examples for the triangle problem and find their solutions. This is because the underlying set of equations only changes with respect to the right hand side of the matrix equation, i.e. the sum values in the triangle. For example using the right-hand side $b^{T} = (15, 13, 18)^{T}$ it is now easy to find the solution. Now it is even easier than it actually turned out to be in the first case. Note, that one can not choose the right-hand side arbitrarily since the calculations here don’t take into account that the summands need to be whole numbers.

If you’re to lazy to do the calculations by yourself you can as well have a look a this Jupyter notebook.

Takeaways

Here are for me a few takeaways: