Thinking outside the box - How I solved problems in math competitions
What is the minimum of
When I was in high school (Affiliated High School of National Taiwan Normal University, HSNU), I was fortunate to get selected as one of the members on the school math team. During my training, one of my favorite topics is solving maximum/minimum problems because it could involve a lot of creative skills. Back then, there was once when we were asked to solve the following problem within just 1 minute.
Problem 1: What is the minimum of with ?
If you know calculus, this problem is probably not hard for you at all - one could just equate the partial derivatives of the function to 0, solve the critical points, perform a second derivative test, substitute the root(s) back to the function, and then boom, the job is done!
However, we only had 1 minute to solve the problem! 😬 Although I was sure that my coach would still be impressed if I was able to carry out all the steps above in just 1 minute - as a high school junior, I knew we were not trained for speed, but thinking processes. With this in mind, I took an non-conventional route. Without even taking my pen, I solved the problem within 1 minute.
So how can we approach this problem? Well, if we put the whole function (let’s call it
Point A is on
. Point B is on . What is the minimal distance between points A and B?
And if you visualize these two functions (Figure 1A), you’ll easily know that the minimal distance between the two functions is 3, so the answer to the original problem is 9!

This kind of problem can be generalized with arbitrarily complicated functions. Here is another one that looks a little bit more daunting:
Problem 2: What is the minimum of with ?
With the floor functions involved, now this problem is not straightforward even with calculus, so the trick we’ve just learned is probably the easiest way out. Apparently, now we are finding the minimal distance between the functions
Both examples above show that we can tackle a seemingly hard algebra problem by converting it into a geometry problem. Using the distance formula, we could solve a lot more variety of problems. Below let’s take a look at some other examples!
Problem 3: What is the minimum of given that ?
This problem is actually pretty common in high school math quizzes in Taiwan! All we need to do is to rewrite

Imaginably, this problem can be generalized and complicated. Now buckle up! Let’s take a look at the sum of multiple distances in a 3D Cartesian coordinate system below.
Problem 4: Let . What is the minimum of given that
Here I’m just putting new wine in old bottles! To start off, we can rewrite
Apparently, it’s not always about the minimal sum of distances! Below let’s take a look at an example that can be interpreted as asking for the maximal difference of distances.
Problem 5: [2007 HSNU Math contest] . What is the maximum of ?
Similarly, we rewrite

Also, it’s not always about distances!
Problem 6: What is the maximum of with ?
I guess we all hate the sine and cosine functions in the same expression taking in different angles (
If you’re tired of solving maximum/minimum problems, let’s use the same technique of “geometrizing algebra problems” to solve other types of interesting problems! 😎
Problem 7: [2005 Taipei Math Contest] Given that has three real roots, what is the value of ?
The problem statement essentially implies that there are three points of contact between

Finally, if you’re done with plotting functions in a coordinate system. Here is one that does not need it!
Problem 8: The three side lengths of are , , and . What is the area of in terms of , , and ?
To calculate the area of a triangle given its three side lengths, the most straightforward way is to use Heron’s formula. Or, as an alternative, we can pick any two adjacent sides, apply the law of cosines to determine their included angle, and calculate the area as
Acknowledgement
This article is dedicated to my high school math teacher, Mr. Li-Wei, Wong, who recommended me to the math team representative of HSNU. Mr. Wong passed away in my junior year of undergrad, but his education has been influential in my life. All the problems in this article (except for the noted ones) were designed by myself in the project I did during my winter vacation of my high school junior year. The project was also assigned by Mr. Wong.
This is the end of the article! 🎉🎉 If you enjoyed this article, you are welcome to share it or leave a comment below, so I will be more motivated to write more! Thank you for reading this far! 😃