Difference between revisions of "Solution to AM - GM Introductory Problem 2"

(Created page with "===Problem=== Find the maximum of <math>2 - a - \frac{1}{2a}</math> for all positive <math>a</math>. ===Solution=== We can rewrite the given expression as <math>2 - (a + \f...")
 
(Solution)
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
===Solution===
 
===Solution===
  
We can rewrite the given expression as <math>2 - (a + \frac{1}{2a})</math>. To maximize the whole expression, we must minimize <math>a + \frac{1}{2a}</math>. Since <math>a</math> is positive, so is <math>\frac{1}{2a}</math>. This means AM - GM will hold for <math>a</math> and <math>\frac{1}{2a}</math>.
+
We can rewrite the given expression as <math>2 - \left(a + \frac{1}{2a}\right)</math>. To maximize the whole expression, we must minimize <math>a + \frac{1}{2a}</math>. Since <math>a</math> is positive, so is <math>\frac{1}{2a}</math>. This means AM - GM will hold for <math>a</math> and <math>\frac{1}{2a}</math>.
  
By AM - GM, the arithmetic mean of <math>a</math> and <math>\frac{1}{2a}</math> is at least their geometric mean, or <math>\frac{\sqrt{2}}{2}</math>. This means the sum of <math>a</math> and <math>\frac{1}{2a}</math> is at least <math>\sqrt{2}</math>. We can prove that we can achieve this minimum for <math>a</math> + <math>\frac{1}{2a}</math> by plugging in <math>a = \frac{\sqrt{2}}{2}</math> by solving <math>a + \frac{1}{2a} = \sqrt{2}</math> for <math>a</math>.
+
By AM - GM, the arithmetic mean of <math>a</math> and <math>\frac{1}{2a}</math> is at least their geometric mean, or <math>\frac{\sqrt{2}}{2}</math>. This means the sum of <math>a</math> and <math>\frac{1}{2a}</math> is at least <math>\sqrt{2}</math>. We can prove that we can achieve this minimum for <math>a + \frac{1}{2a}</math> by plugging in <math>a = \frac{\sqrt{2}}{2}</math> by solving <math>a + \frac{1}{2a} = \sqrt{2}</math> for <math>a</math>.
  
Plugging in <math>a = \frac{\sqrt{2}}{2}</math> for our original expression that we wished to maximize, we get that <math>2 - a - \frac{1}{2a} = \boxed{2 - \sqrt{2}}</math>, which is our answer.
+
Plugging in <math>a = \frac{\sqrt{2}}{2}</math> into our original expression that we wished to maximize, we get that <math>2 - a - \frac{1}{2a} = \boxed{2 - \sqrt{2}}</math>, which is our answer.

Latest revision as of 03:20, 7 February 2024

Problem

Find the maximum of $2 - a - \frac{1}{2a}$ for all positive $a$.

Solution

We can rewrite the given expression as $2 - \left(a + \frac{1}{2a}\right)$. To maximize the whole expression, we must minimize $a + \frac{1}{2a}$. Since $a$ is positive, so is $\frac{1}{2a}$. This means AM - GM will hold for $a$ and $\frac{1}{2a}$.

By AM - GM, the arithmetic mean of $a$ and $\frac{1}{2a}$ is at least their geometric mean, or $\frac{\sqrt{2}}{2}$. This means the sum of $a$ and $\frac{1}{2a}$ is at least $\sqrt{2}$. We can prove that we can achieve this minimum for $a + \frac{1}{2a}$ by plugging in $a = \frac{\sqrt{2}}{2}$ by solving $a + \frac{1}{2a} = \sqrt{2}$ for $a$.

Plugging in $a = \frac{\sqrt{2}}{2}$ into our original expression that we wished to maximize, we get that $2 - a - \frac{1}{2a} = \boxed{2 - \sqrt{2}}$, which is our answer.