Every time a problem comes up that involves these two functions
or
I have no idea what to do (I only started seeing that recently). I am not talking about finding local minima or maxima (or saddle points) of a function using calculus. I usually see that in plain-old arithmetic problems actually.
Also, AM-GM (Arithmetic Mean - Geometric Mean) is still a bit new to me.
Could anybody link me to some problems (that aren't too difficult) on these two topics?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Dear Milly;
What is max{a,b}? It's just a function that gives us the biggest number from a,b. The same thing for min{a,b}, except that this time, it gives us the smallest number from a,b. Let's begin with some few examples to wrap our heads around those two functions. From the definitions we got max{−3,8} is equal to 8. Since out of −3 and 8 it's the latter that is the biggest. And for min{−7,1} we can see that it is equal to −7 since this last one is the smallest number out of −7 and 1.
Now that we have understood those functions, we need to determine a way that will reveal to us a formula to find the min and max of any two numbers. Let's take two arbitrary numbers as an example like x,y such that x<y, which is a very important assumption for what will come. If we graph those into the real number line then we will see that x is in the left in regards of y as shown in this image:
One of the numbers we can define based on x and y is the their average, (x+y)/2. What this average graphically means, is that it represent the number whose corresponding point on the number line is a midpoint of the segment [x,y], as this image show:
We've made some neat progress till now, but we'll get to the next point only by seeing that this midpoint unlocks to us a new possibility. This midpoint makes an axis of symmetry, and so with the rightly chosen way we can go from the quantity (x+y)/2 to the smallest number, that is x, or to the biggest number y. To see what I mean look carefully at this image:
So by adding the distance from (x+y)/2 to y to (x+y)/2 itself we will obtain y. And if we substract the distance from (x+y)/2 to x to (x+y)/2 itself we will obtain x. So we actually found a way to get x and y out of some formula that will soon discover. Note however that those two distances are the same. And how is distance represented? I mean how to find the distance from a to b? We use absolute values! To get: distance from a tob=∣a−b∣. So if we use that property we will get that:
\eqalign{ \operatorname{max}\{x,y\}&=\dfrac{x+y}{2}+\left|\dfrac{x+y}{2}-y\right|\\ &=\dfrac{x+y}{2}+\left|\dfrac{x+y-2y}{2}\right| \\ &=\dfrac{x+y}{2}+\left|\dfrac{x-y}{2}\right| \\ &=\dfrac{x+y}{2}+\left|\dfrac{1}2(x-y)\right| \\ &=\dfrac{x+y}{2}+\dfrac12\left|(x-y)\right| \quad\text{using properties of the }|\,\cdot\,| \\ &=\dfrac{x+y}{2}+\dfrac{\left|(x-y)\right|}2 \\ &=\dfrac{x+y+\left|x-y\right|}2\quad\blacksquare \\ }
Now I'm sure you can do the same yourself to prove that:
min{x,y}=2x+y−∣x−y∣.
So now whenever you see a problem involving min{x,y} or max{x,y} just replace it with the formulas we found above, and the rest would be easy.
Exercises:
1) Prove that min{x,x}=max{x,x}=x.
2) Derive a formula for min{x,y,z} and max{x,y,z}.
I hope this helps. Best wishes, \calHakim.
Log in to reply
Thank you so much Hakim! I finally got a response!
Log in to reply
You're welcome! Glad I could help! ⌣⋅⋅
Hey, thanks for clearing my doubt regarding those two formulae.
Log in to reply
You're welcome! ;-)
Thanks for the multitude of informative and helpful responses!
Log in to reply
WHere are the responses? I don't see any.
Log in to reply
There aren't. I was being sarcastic.
A minor detail: AGM is more commonly called AM-GM.
Log in to reply
Oh yeah, woops. I don't know why I just put 'Arithmetic/Geometric Mean'. I meant to say that I wasn't too comfortable with problems involving the AM-GM inequality, ni=1∑nan≥ni=1∏nan
You mean AM-GM