Oxford University Mathematics Challenge


Barry Leung 🦁

215 words

A simple cubic equation sort of looks like a snake meandering through the origin. Adding other terms changes the way it meanders, which often results in different intersections it makes with the axes.

Our challenge today is to analyze the above equation find out exactly how many solutions it has.

Now are you ready? Let’s dive in.



Solution

Instead of bringing the 3000 to the left-hand-side, we can factorize the expression on the left.

The next step is to make use of the difference of squares formula.

Because the coefficient of the cubic is positive, the shape must go from negative to positive.

The roots are 0, -sqrt(300) and sqrt(300).

So far so good. But what we are really interested in is how many intersections this makes with the line y = 3000.

Either there’s one one intersection like this.

Two intersections like this.

Or three intersections like that.

The way we can figure this out is by finding the local maximum of the peak on the left.

Using the derivative, we find that the curve achieves it local maximum at x = 10.

Let’s now substitute x = -10 into our equation to find the local maximum point.

And that’s 2000.

So the maximum point must be (-10, 2000), which is well below the line y = 3000.

Therefore, there is only one solution to the equation.


Math Games is an entirely reader-supported publication dedicated to rekindling our love for simple math puzzles and illuminating the deeper ideas behind them. If you read it every day, or once in a while, and you value the effort and time that goes into it, considering liking this article and sharing it with your friends and family.

And if you are feeling extra generous today, consider buying me a cup of coffee or visiting our Official Math Games Merch Store today.

Each and every one of your contributions goes towards my life and other Math Games projects I am working on. At the moment, I am developing a web-based multiple choice Math Games Saga, as well as building up the Math Games YouTube Channel.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *