Contents
1 Solving the Puzzle
A little while ago, Jo Morgan posted a puzzle on twitter that she'd found in one of her journeys through different maths texts:
[S]uppose a positive two-digit whole number is divided by the sum of its digits, how can you find the largest and smallest possible answers without searching for all possible answers on your calculator?
I gave it a miss, as it ticks all the boxes of puzzles that I don't like. A bit later, Ben Orlin wrote a short post on his blog about it. I skimmed through it, saw which puzzle it was, and was ready to give it a miss again when I read the last paragraph which seemed to address me directly. So I thought a little bit about it, and ended up with the following solution.
Let be a polynomial with only positive coefficients1. Let be real numbers and let . Then
1At the risk of starting a flame war, zero is a positive number.
Let . By assumption, . Then
That last inequality comes from the fact that since and each , then .
Since and each , and so rearranging yields
as required.
Fix a base and length of representation . Let be a number whose representation in base has length . Let be the digit sum of in this representation and consider the quotient:
Then this achieves its maximum of when has representation (with digits in total).
Clearly, if has representation , then:
Now let have representation . Define to be the polynomial . Then the digit sum of is and itself is . Hence
and by the above Theorem, this is bounded above by .
Note that this establishes the largest value. The original problem asked for both the largest and smallest values, but originally I overlooked that it asked for both and focussed completely on finding the largest value. After explaining where the above came from, I'll return to the problem of the smallest values as it turns out to be a little more intricate.
2 Whither Polynomials?
The idea of using polynomials to study this problem was sparked by a conjunction of a few things:
-
I've studied what are called integral polynomials in the past, and there'd been another problem posted on twitter recently that recalled that to mind.
-
Ben Orlin's post suggests looking at the original problem for other bases, which means needing some flexibility.
-
James Tanton's Exploding Dots is quite prevalent on twitter, and the mathematical underpinnings of the main idea is that there is a close relationship between polynomials and representations of an integer in a given base.
These all meant that when thinking of how to study the original problem, the idea of passing to polynomials wasn't an unnatural one. It was as if it was already at the back of my mind, and just needed a nudge to move to the front.
The final nudge was that the question is about maximising something. This suggests using calculus, but applying calculus to actual numbers is slightly problematic. On the other hand, applying it to polynomials is very natural.
But it is not the polynomials themselves that I'm applying the techniques of calculus to. I don't intend to differentiate a polynomial. Rather, it is the space of polynomials. I intend to differentiate a curve of polynomials.
Let me back-track slightly. The advantage of polynomials over representations of numbers in the Exploding Dots saga is that one doesn't have to worry about carries when doing arithmetic. Or rather, one deals with the arithmetic first and the carries second, rather than interleaving them. So to subtract from , you would subtract in columns to get and then recognise this as . The initial stage is analogous to arithmetic of polynomials.
Now throw in the concept of calculus, and specifically of small variation. With polynomials, it is possible to have things like . We're not, though, used to seeing as the representation of a number in base (it would be ). But if we're trying to use the techniques of calculus to study this situation, we need to be able to consider small variations of a thing. So we'd better put that thing in a place where small variations are possible. Instead of studying, say, , we study so that we can also consider .
In actual fact, this took me down a slight blind alley. I did consider the map defined by:
for , and looked at what happens to this when is perturbed to for small . The idea is quite simple: if maximises this quotient then perturbing it in any direction should mean that the value of the quotient goes down and so studying its behaviour under small change will help find maxima. This can be made rigorous, but at this stage I wasn't concerned with that.
Unfortunately, there's a big flaw in the argument. The map above is not defined for the whole of because we can have . And as we approach a polynomial with , then the quotient can get arbitrarily large. So maximising the quotient over the whole of (or at least where the quotient is defined) is not a viable line of enquiry.
But nothing should be discarded completely, even if it itself leads nowhere. And although the direct application of calculus didn't work, the idea of considering perturbations did.
3 A Source of Perturbation
The techniques of calculus aren't just about finding maxima and minima. Differential calculus hinges on the idea of "If I just change the input a little bit, what will happen to the output?". The derivative tells us how to answer that question.
Now we're really interested in rather than , but we can nevertheless take the idea of perturbing the input and seeing what happens to the output. The other thing that calculus teaches us is that, providing the function is "nice" in some technical fashion, we don't need to consider every possible perturbation but just "enough".
So let's start with a polynomial 2 of a fixed degree, say , and consider perturbing it in the simplest fashion. That would be adding to just one of its coefficients. Let us define to be the polynomial , then we're considering what happens to the quotient when we replace by with . A little algebraic manipulation leads to:
2we'll specialise a little as we go through, but it can be instructive to see where the restrictions are needed
So the quotient increases when we replace by if that second term in the product is greater than .
Here's where we make our assumptions. We want everything to be positive so that we don't have to worry about the inequality when multiplying and dividing. The simplest way to achieve that is to assume that and all the coefficients of are positive. We can therefore manipulate the condition that the second term is greater than one as follows.
Lastly, we obtain:
|
So by considering what happens when we perturb the polynomial slightly, we end up with the above inequality to consider. Let us pause to consider what that means: if is such that the inequality in (1) holds, then the quotient for is larger than that for and so we want to "move" in that direction.
Now if we assume that , then if the inequality in (1) is satisfied for a particular , it is also satisfied for any larger , such as the degree of itself. So an interesting question is to determine, for a given polynomial , the minimum such that the inequality in (1) holds.
In telling the story of my approach I should take a moment to say that because the original problem was posed for two-digit numbers, and I originally only considered it for two-digit numbers, I didn't realise at first the significance of the inequality in (1). With only two directions to consider, the general form in (1) is too simple to see the full structure. It was only when I considered the general case that I saw how this inequality is not just a piece of the solution but is, in fact, the solution in its entirety.
The required realisation was that (1) can be written as:
and that is a perfectly valid polynomial in its own right. So if we can show that for a given polynomial , this inequality holds for some , then it must hold for , the degree of . And if we can show that, then we have established that
and so the quotient is maximised among polynomials of degree at most when we take a monomial of degree .
This then led me to hypothesise and prove Theorem 1, whose proof (and implication for the original problem) is given at the outset.
Because of the role that the inequality in (1) will come to play in looking for the minimum value of the quotient, I feel it worth pointing out that although it gave me the idea behind Theorem 1, the more general form isn't actually used. So if I were to write this more in the style of an academic paper, Theorem 1 would appear with very little evidence of where it came from.
4 Least Value
In my original working on this problem I completely ignored the part of the question asking about the minimum value of the quotient. This wasn't deliberate – once I started thinking about the largest value then I forgot about the original setting altogether. It was only much later (and indeed after an earlier version of this was posted on my website) that I realised I'd missed out half the problem. Having used polynomials to such success on the first part, I wanted to see if I could do so for the second.
Obviously, my first strategy was to try to mirror the work of the search for the maximum value. A similar analysis leads to wanting to have the inequality:
|
As for the maximum, if this holds for some then it holds for all smaller . Mirroring the argument for the maximum, we'd then expect to want to work with monomials of minimum degree. However, we can't do this because we have fixed the degree of . It does, though, suggest that we will get the minimum value for the quotient if we push the coefficients of into lower degree.
We can make this more precise. Let be a polynomial of degree with positive coefficients . Let be without its term of degree . Let . Define to be the polynomial . Then and
As has positive coefficients and , so . Thus
Thus any suitable polynomial can be replaced by one of the form with a smaller quotient. This suggests that we only need to look at polynomials of this form. A little more work shows that actually we only need to look at polynomials of the form and that the quotient gets smaller as gets bigger.
This looks promising, but there is a tiny snag. To apply the work to the original problem we need the coefficients of the polynomial bounded above by some value (in fact, we'll have ). So we can't simply keep increasing the constant term.
What this analysis does tell us is that finding minima in the space of all polynomials, or even all polynomials with positive coefficients, is unlikely to be a fruitful strategy. So we need new ideas.
At this point I have a confession to make that will not surprise anyone who has read A Tale of Two Puzzles. My next move was to write a computer program to find the minimum value of the quotient for a variety of different conditions. In decimal notation, what I found was that the minimum for two digits was at , at three for , and then at until we get to digits, at which point there are two zeros until around digits. My rather simple program reaches the limit of the precision of my computer at this juncture. With base , the results of the calculations are smaller and it can be seen that the number of terms of the form with a given number of zeros which minimises the quotient roughly doubles (in fact, it appears to be which seems reasonable).
Intrigued by this, I returned to the inequality of 2 and thought a bit more about it. The problem with Inequality 2 is that it is a wish-list rather than a fact. If that inequality is satisfied then increasing the th coefficient of will reduce the quotient, but that doesn't help with figuring out when that inequality will be satisfied.
It took me several blind alleys and more time than I'm willing to admit to, to realise that it was better to rearrange it into the following (using the fact that everything is positive so multiplying up doesn't change the inequality sign):
|
The crucial insight of arranging it like this is that the term that corresponds to the th term in vanishes. So this is unaffected by changing the th coefficient within and means that if the inequality in 3 is satisfied, then increasing the coefficient of the th term to as high as it can be reduces the value of the quotient. Conversely, if the inequality in 3 goes the other way then we want to reduce the coefficient of the th term as much as possible.
The form of the inequality in 2 shows that there is some such that 2 holds for all and doesn't hold for all . This means that for we reduce the coefficient as far as possible, meaning that we set it to for and for , while for we set it as high as we're allowed, which recalling the origin of the problem means that we set it to .
So our minimising polynomial is:
and is the maximum power such that the inequality in 3 is satisfied.
Writing as , we can rewrite our minimising polynomial as:
Substituting in yields:
Although we might be interested in general , we're most interested in . Substituting this into the original expression yields:
Putting this into the inequality we see that is the largest integer such that:
While this isn't quite a formula for , it is a criterion that can be easily used to find it.
In conclusion, then, the solution for the minimum value of the quotient for digits in base is achieved for the number:
where the number of s is the largest number satisfying:
This feels a little more complicated than the situation for the maximum value.
5 Surprising Sequences
Using new symbols, the relation:
leads to several interesting sequences.
First there is simply the sequence whose th term is the above maximum. This sequence is largely dull. With base , it starts out:
The difficulty here is that the sequence only does something interesting at increasingly infrequent intervals. The next hiccough occurs with the value , and after that at , and so on.
Rearranging the defining inequality shows a bit more precisely what is going on. Multiplying up by gives:
Now is the largest number with digits in base . So this says that must have at most digits in base . Normally, increasing by means that also increases by because the dominating factor in the is the . But every so often, increasing by also adds to the number of digits and so going from to increases the number of digits by . This causes the pauses in the sequence.
The presence of the factor is what means that this happens when has representation all s in base .
What is more interesting is to record the s at which these hiccoughs occur. In base , we get:
We get an equivalent pattern in other bases, for example in base the sequence starts:
and note that:
The general formula is:
Interestingly, the OEIS has an entry for this sequence in base (A006127) and for base (A233656) but not for any other base that I've searched, including base ; maybe I should send that one in3.
3One problem, I guess, is that there are an infinite number of these sequences.
6 Conclusion
Although the original approach of using calculus to study the problem proved to be a red herring, it did put me on the right path to discover an approach that worked. Having taught and researched in calculus for many years, I've come to the conclusion that calculus is such an extremely successful concept that Mathematicians have continually sought to push it into other areas of Mathematics, whether it wants to go there or not. Although I didn't ultimately use any of the techniques of calculus, using the ideas of it proved successful. So, sometimes, it's worth trying something strange to attack a problem because you never know what ideas that might spark.
Using calculus here might seem like the classic sledgehammer to crack a walnut, but in Mathematics we are in the unique position of being able to crack the walnut and then reassemble it to try different ways to crack it. By watching carefully how it cracks under the sledgehammer, we can sometimes see just the right place to tap it gently to make it simply fall apart.
Lastly, calculus is awesome. Someone should write a book about it.