Blog
7/17/22: Teaching intuition
I recently came across a video titled "Unlocking Your Intuition: How to Solve Hard Problems Easily" which beautifully explains a learning method that I've found to be very powerful for building intuition in order to solve challenging problems with creative problem-solving methods. This teaching method works by directly accessing, testing, and improving the student's intuition. In many ways, it is much more effective and easier than the methods that are traditionally used when teaching students, and even more so when the subjects being taught require creative and out-of-the-box thinking. I've used this method to go from knowing nothing about coding interviews to receiving software engineering job offers from FAANG companies in a few months. I've also noticed a dramatic difference in the ability of kids to absorb mathematical patterns in subjects like geometry and algebra when I switch from a traditional teaching style to this one. One way to implement this teaching style goes like this:
Intuition-based teaching method
Categorize the problems and the solution methodologies into easily memorizable patterns
Teach one or two examples of how to solve each type of problem and how to use each type of solution
Repeat the following steps until the student feel comfortable solving new problems:
Generate a random list of problems of all types, distributed according to the likelihood of encountering each type of problem in real life (or on the test that the student is preparing for)
For each problem:
Have the student quickly recognize the problem type and solution method(s) which should be used to solve that problem
Check if they're right.
If they're wrong, show them the answer and skim through the detailed solution until they have a sense of what type of problem this is and why, and why that choice of solution method(s) makes sense for this problem
If they're right, tell them to remember that they were right and store that information so that they will later recognize the same problem type and solution method(s) even quicker
Tools like https://www.worksheetworks.com/math/pre-algebra/two-step-equations-division.html or http://www.math.com/students/worksheet/algebra_sp.htm which generate problem lists are very useful for this form of teaching- you can take note of which problems the student is struggling with and quickly generate a new list of problems which features those types of problems more prominently. It's important to keep the problem types that the student is already familiar with in the list when doing this, so that their intuition doesn't become specialized to only one type of problem.
The reason this learning style works so well is because it taps directly into the student's intuition and builds it as quickly as possible, bypassing what would otherwise take days, weeks, months, or even years of highly motivated and grueling problem-solving. For a deeper understanding, let's compare this with how a concepts are traditionally taught:
Traditional teaching method
Teach all of the problem-solving techniques and work through an example of each one
Repeat the following steps for each of the techniques, until the student feel comfortable solving problems of that type:
Have them solve a problem which uses that technique
Check if they're right
If they're wrong, try again and/or go over the solution to the problem in detail
If they're right, move on to the next problem
There are a few problems with this approach:
The student's problem-solving intuition is built up very slowly. Intuition is fast, memory-based thinking that arises as a "gut reaction" to seeing something that you've already encountered a variation of before and know how to approach. Therefore, it requires many examples of right and wrong decisions in order to become useful. When taking this traditional approach, however, the time between encountering two intuition-building moments - moments in which you realize that you made a wrong decision about something and learned to change your approach - is the time it takes to fully solve a problem in detail, compare with the solution, retry the problem, and go over the solution in detail. On the other hand, in the intuition-based learning method, the time between two intuition-building moments is simply the time it takes to read the problem, categorize it, predict a solution methodology, and check if you're right
The student's problem-recognizing intuition is never built at all. For concepts with many types of problems and solutions (like coding challenges), this can be an even bigger problem than the previous concern. Because the student is presented with problems of the same type and are told beforehand which type they will be given, they never learn to develop the skill of recognizing problem types and solution method(s) by themselves. This is a common mistake that can also lead to students thinking that math is split up into many distinct categories of problem-solving methods instead of seeing it as a creative problem-solving puzzle.
Switching to an intuition-based teaching style is very important, not only because it reduces the time needed to become comfortable with a new topic, but also because it makes math and other challenging subjects accessible to students who are unable to focus for the long periods of time necessary to solve many problems in detail in one sitting. This can be due to a variety of reasons - ADHD, an unstable home environment, malnutrition, other learning disabilities, etc.
In practice, I use a combination of intuitive and traditional learning methods to learn new topics, where I take the intuitive teaching method outlined above and add an extra step in step 3.2 after the student checks if they were right about the problem type and the problem solving methodology: For one out of every N problems, I have the student solve the problem in detail, regardless of whether they were right or wrong. I find that N=5 or so gives me a good balance of building my intuition and learning how to solve problems in full detail. When teaching students with this method, it might be useful to figure out what value of N works best for them.
Example: Integration
A good example of a subject that involves creative problem-solving is integration. A student who is comfortable with solving integrals in general struggles with solving specific types of integrals might not need to completely transition to an intuition-based learning style, though it would definitely help them if they wanted to improve the time it takes them to solve problems. However, most students who struggle with integration are generally uncomfortable with the practice in general. They see almost all integration problem as a complicated mess of symbols and algebra that is impossible to make sense of, except for a few easy integrals that they've managed to memorize over time. This is the type of student who would benefit most from the intuitive-based teaching approach outlined earlier. For integration, it can be made more concrete:
Categorize the problems and the solution methodologies into easily memorizable patterns
Problem Types: Polynomials, Rational Functions, Trigonometric Functions, etc.
Solution Methods: Integration by Parts, u-substitutions, Trigonometric substitutions, Inverse trigonometric functions, etc.Teach one or two examples of how to solve each type of problem and how to use each type of solution
For this step, you could teach how to solve a couple of each type of integral. I would start with the simplest possible example of each solution methodology and then a few examples of possible combinations of solution methodology (Ex. A combination of a u-substitution and an inverse trigonometric substitution, or integration by parts and trigonometric substitutions)Repeat the following steps until the student feel comfortable solving new problems:
Generate a random list of problems of all types, distributed according to the likelihood of encountering each type of problem in real life (or on the test that the student is preparing for)
Generate a worksheet with a list of integrals and a reference list of problem types and solution methodologies for them to refer toFor each problem:
Have the student quickly recognize the problem type and solution method(s) which should be used to solve that problem
Have the students spend 10-20 seconds trying to classify each integral into a type of problem and also select one or more types of solution methodologies which would be necessary in order to solve that integralCheck if they're right.
Check if the integral actually was of the type that they selected, and if solving it would involve using the methods they choseIf they're wrong, show them the answer and skim through the detailed solution until they have a sense of what type of problem this is and why, and why that choice of solution method(s) makes sense for this problem
Have them look at the in-depth solution to that integration problem, which should outline all of the steps involved in the integration. Ask them to go over it until they feel like they can reproduce the solution themselves. You should have them actually reproduce the solution every once in a while to make sure that they aren't basing their intuition on concepts which they don't actually understand. Intuition can only point them in the right direction, but they need to also know how to move in that direction.If they're right, tell them to remember that they were right and store that information so that they will later recognize the same problem type and solution method(s) even quicker
4/24/22: Teaching geometrical reasoning
I hate to see math being turned into a series of repetitive rules for kids to learn, which causes them to disengage from the subject and see it as a topic of rote memorization instead of creative problem-solving. I think that the most direct way we can address this problem is by designing problems that test students' understanding of the core concepts behind an idea, instead of their ability to apply the rules that they're taught. They still need to learn the rules, of course, but as soon as they're done learning the rules they should be asked to answer questions that test their understanding of the concepts in context of those rules- A deep understanding of the concepts will then naturally follow from them failing and learning to succeed at those problems.
For example, I've been teaching a fourth grader to solve problems involving area and perimeter recently- At first I gave her a few rectangles of different sizes and showed her how I calculated the area and perimeter and how it relates to "fencing" and "grass" needed in a yard. Then I gave her many rectangles and other shapes to calculate the area and perimeter of herself. But I wanted to make sure that she had a feeling for the geometry involved in these problems, instead of just a vague idea such as "area=multiplying the numbers, perimeter=adding the numbers".
So I came up with these problems to help her get a feel for what area, perimeter, and visual thinking in general really mean. Each of these problems addresses a few different geometrical concepts:
Cutting out area from the middle of a shape reduces the area but increases the perimeter, due to needing more fence to surround the area removed
There are two ways to find the new area, both providing more intuition for what area means: (a) Compute directly, or (b) subtract the cutout. Both approaches have valuable insights: Method (a) teaches not to double count area (the corners of the lawn), and (b) shows that area can be negative.
Cutting out area from the corner of a shape reduces the area while keeping the perimeter the same, because cutting out that block is the same as moving the fence over
Again, the new area can be computed in two ways: Directly, or by subtracting the area of the corner
Horizontal side lengths can be easily confused with vertical side lengths. Finding the sides marked with question marks requires understanding this concept
The perimeter can be found in two ways: Either add up all the side lengths or just notice that the vertical sides of the staircase have to add up to 5, and the horizontal sides have to add up to 12, so the answer is 12x2 + 5x2. This means that you didn't even have to find the missing side lengths!
These problems are very hard and should be solved together with the student. They provide an introduction to algebra and give the student more practice with finding area and perimeter of non-standard shapes.
She was able to solve the first three problems without any help, and was even able to solve the last one with help. She had seen some algebra before and wrote down the equations "35+A=Q, A+Q=65" after I prompted her to think about how to apply the information given in the problem to find relationships between the sides. #5 was more confusing and I had to point out that you could set the left side equal to a variable A, and then showed her that the area of the big rectangle has to be "10xA". She was then able to figure out that "20+10xA=170" with minimal prompting.
When introducing a student to a new concept, I've found that it's helpful to let them find their own way of playing around with it before teaching any rules. So in this case, I let her figure out what A and Q should be without showing her how to add/subtract from both sides of the equations. She used guesswork to figure it out, which is a lot more intuitive. It's important for students to build up intuition for concepts like solving solutions of equations before they're given set rules for it, so that they'll be less frustrated when learning the rules in class eventually.
Here are a few other geometrical concepts that might be worth tackling with similar types of problems:
Area and perimeter don't use the same units- how does a rectangle with area of 20 square compare to a rectangle with perimeter 20 units?
How would you find the area of a shape like a triangle using estimation with rectangles larger/smaller than the rectangle?
Calculating area and perimeter with rulers