Difference between revisions of "2016 AMC 12B Problems/Problem 14"

(Solution 2)
(Solution 2)
Line 39: Line 39:
 
<cmath>S=\frac{a^2}{a-1}</cmath>
 
<cmath>S=\frac{a^2}{a-1}</cmath>
  
We seek the smallest positive value of S. We proceed by graphing in the <math>aS</math> plane and find the answer is <math>\boxed{\textbf{(E)}\ 4}.</math>
+
We seek the smallest positive value of <math>S</math>. We proceed by graphing in the <math>aS</math> plane and find the answer is <math>\boxed{\textbf{(E)}\ 4}.</math>
  
 
<math>\textbf{Solving in terms of \textit{r} then graphing}</math>
 
<math>\textbf{Solving in terms of \textit{r} then graphing}</math>
Line 45: Line 45:
 
<cmath>S=\frac{1}{-r^2+r}</cmath>
 
<cmath>S=\frac{1}{-r^2+r}</cmath>
  
We seek the smallest positive value of S. We proceed by graphing in the <math>rS</math> plane and find the answer is <math>\boxed{\textbf{(E)}\ 4}.</math>
+
We seek the smallest positive value of <math>S</math>. We proceed by graphing in the <math>rS</math> plane and find the answer is <math>\boxed{\textbf{(E)}\ 4}.</math>
  
 
<math>\textbf{Solving in terms of \textit{a} then calculus-ing}</math>
 
<math>\textbf{Solving in terms of \textit{a} then calculus-ing}</math>
Line 51: Line 51:
 
<cmath>S=\frac{a^2}{a-1}</cmath>
 
<cmath>S=\frac{a^2}{a-1}</cmath>
  
We seek the smallest positive value of S. I'll be back soon to finish this solution. Please don't delete it. :(
+
We seek the smallest positive value of <math>S</math>. <math>2a(a-1)^{-1}-a^2(a-1)^{-2}=S'</math> and <math>2a(a-1)^{-1}-a^2(a-1)^{-2}=0</math> at <math>a=0</math> and <math>a=2</math>. <math>2(a-1)^{-3}=S''</math> and <math>2(0-1)^{-3}</math> is negative (implying a maximum occurs at <math>a=0</math>) and <math>2(2-1)^{-3}</math> is positive (implying a minimum occurs at <math>a=2</math>). At <math>a=2</math>, <math>S=\boxed{\textbf{(E)}\ 4}.</math> This is the only positive minimum <math>S</math> has, so it must be the answer.
  
<math>\textbf{Solving in terms of \textit{r} then calculus-ing}</math>
+
<math>\textbf{Solving in terms of \textit{r} then being a clever cow}</math>
  
 
<cmath>S=\frac{1}{-r^2+r}</cmath>
 
<cmath>S=\frac{1}{-r^2+r}</cmath>
  
We seek the smallest positive value of S. I'll be back soon to finish this solution. Please don't delete it. :(
+
We seek the smallest positive value of <math>S</math>. We could use calculus like we did in the solution immediately above this one, but that's a lot of work and we don't have a ton of time. To minimize the positive value of this fraction, we must maximize the denominator. The denominator is a quadratic that opens down, so its maximum occurs at its vertex. The vertex of this quadratic occurs at <math>x=\frac{1}{2}</math> and <math>\frac{1}{-(\frac{1}{2})^2+\frac{1}{2}}=\boxed{\textbf{(E)}\ 4}</math>.
  
 
==See Also==
 
==See Also==
 
{{AMC12 box|year=2016|ab=B|num-b=13|num-a=15}}
 
{{AMC12 box|year=2016|ab=B|num-b=13|num-a=15}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 22:38, 5 August 2017

Problem

The sum of an infinite geometric series is a positive number $S$, and the second term in the series is $1$. What is the smallest possible value of $S?$

$\textbf{(A)}\ \frac{1+\sqrt{5}}{2} \qquad \textbf{(B)}\ 2 \qquad \textbf{(C)}\ \sqrt{5} \qquad \textbf{(D)}\ 3 \qquad \textbf{(E)}\ 4$

Solution

The second term in a geometric series is $a_2 = a \cdot r$, where $r$ is the common ratio for the series and $a$ is the first term of the series. So we know that $a\cdot r = 1$ and we wish to find the minimum value of the infinite sum of the series. We know that: $S_\infty = \frac{a}{1-r}$ and substituting in $a=\frac{1}{r}$, we get that $S_\infty = \frac{\frac{1}{r}}{1-r} = \frac{1}{r(1-r)} = \frac{1}{r}+\frac{1}{1-r}$. From here, you can either use calculus or AM-GM.

$\textbf{Calculus}$

Let $f(x) = \frac{1}{x-x^2} = (x-x^2)^{-1}$, then $f'(x) = -(x-x^2)^{-2}\cdot (1-2x)$. Since $f(0)$ and $f(1)$ are undefined $x \neq 0,1$. This means that we only need to find where the derivative equals $0$, meaning $1-2x = 0 \Rightarrow x =\frac{1}{2}$. So $r = \frac{1}{2}$, meaning that $S_\infty = \frac{1}{\frac{1}{2} - (\frac{1}{2})^2} = \frac{1}{\frac{1}{2}-\frac{1}{4}} = \frac{1}{\frac{1}{4}} = 4$

$\textbf{AM-GM}$

For 2 positive real numbers $a$ and $b$, $\frac{a+b}{2} \geq \sqrt{ab}$. Let $a = \frac{1}{r}$ and $b = \frac{1}{1-r}$. Then: $\frac{\frac{1}{r}+\frac{1}{1-r}}{2} \geq \sqrt{\frac{1}{r}\cdot\frac{1}{1-r}}=\sqrt{\frac{1}{r}+\frac{1}{1-r}}$. This implies that $\frac{S_\infty}{2} \geq \sqrt{S_\infty}$. or $S_\infty^2 \geq 4 \cdot S_\infty$. Rearranging : $(S_\infty-2)^2 \geq 4 \Rightarrow S_\infty - 2 \geq 2 \Rightarrow S_\infty \geq 4$. Thus, the smallest value is $S_\infty = 4$.

Solution 2

A geometric sequence always looks like

\[a,ar,ar^2,ar^3,\dots\]

and they say that the second term $ar=1$. You should know that the sum of an infinite geometric series (denoted by $S$ here) is $\frac{a}{1-r}$. We now have a system of equations which allows us to find $S$ in one variable.

\begin{align*} ar&=1 \\ S&=\frac{a}{1-r} \end{align*}

$\textbf{Solving in terms of \textit{a} then graphing}$

\[S=\frac{a^2}{a-1}\]

We seek the smallest positive value of $S$. We proceed by graphing in the $aS$ plane and find the answer is $\boxed{\textbf{(E)}\ 4}.$

$\textbf{Solving in terms of \textit{r} then graphing}$

\[S=\frac{1}{-r^2+r}\]

We seek the smallest positive value of $S$. We proceed by graphing in the $rS$ plane and find the answer is $\boxed{\textbf{(E)}\ 4}.$

$\textbf{Solving in terms of \textit{a} then calculus-ing}$

\[S=\frac{a^2}{a-1}\]

We seek the smallest positive value of $S$. $2a(a-1)^{-1}-a^2(a-1)^{-2}=S'$ and $2a(a-1)^{-1}-a^2(a-1)^{-2}=0$ at $a=0$ and $a=2$. $2(a-1)^{-3}=S''$ and $2(0-1)^{-3}$ is negative (implying a maximum occurs at $a=0$) and $2(2-1)^{-3}$ is positive (implying a minimum occurs at $a=2$). At $a=2$, $S=\boxed{\textbf{(E)}\ 4}.$ This is the only positive minimum $S$ has, so it must be the answer.

$\textbf{Solving in terms of \textit{r} then being a clever cow}$

\[S=\frac{1}{-r^2+r}\]

We seek the smallest positive value of $S$. We could use calculus like we did in the solution immediately above this one, but that's a lot of work and we don't have a ton of time. To minimize the positive value of this fraction, we must maximize the denominator. The denominator is a quadratic that opens down, so its maximum occurs at its vertex. The vertex of this quadratic occurs at $x=\frac{1}{2}$ and $\frac{1}{-(\frac{1}{2})^2+\frac{1}{2}}=\boxed{\textbf{(E)}\ 4}$.

See Also

2016 AMC 12B (ProblemsAnswer KeyResources)
Preceded by
Problem 13
Followed by
Problem 15
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 12 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png