2024 AMC 12A Problems/Problem 21: Difference between revisions
Created page with "==Problem== Suppose that <math>a_1 = 2</math> and the sequence <math>(a_n)</math> satisfies the recurrence relation <cmath>\frac{a_n -1}{n-1}=\frac{a_{n-1}+1}{(n-1)+1}</cmath>..." |
Vandalism. Undo revision 245625 by Maa is stupid (talk) Tag: Undo |
||
| (12 intermediate revisions by 5 users not shown) | |||
| Line 3: | Line 3: | ||
<math>\textbf{(A) } 338{,}550 \qquad \textbf{(B) } 338{,}551 \qquad \textbf{(C) } 338{,}552 \qquad \textbf{(D) } 338{,}553 \qquad \textbf{(E) } 338{,}554</math> | <math>\textbf{(A) } 338{,}550 \qquad \textbf{(B) } 338{,}551 \qquad \textbf{(C) } 338{,}552 \qquad \textbf{(D) } 338{,}553 \qquad \textbf{(E) } 338{,}554</math> | ||
==Solution 1== | |||
Multiply both sides of the recurrence to find that <math>n(a_n-1)=(n-1)(a_{n-1}+1)=(n-1)(a_{n-1}-1)+(n-1)(2)</math>. | |||
Let <math>b_n=n(a_n-1)</math>. Then the previous relation becomes | |||
<cmath>b_n=b_{n-1}+2(n-1)</cmath> | |||
We can rewrite this relation for values of <math>n</math> until <math>1</math> and use telescoping to derive an explicit formula: | |||
<cmath>b_n=b_{n-1}+2(n-1)</cmath> | |||
<cmath>b_{n-1}=b_{n-2}+2(n-2)</cmath> | |||
<cmath>b_{n-2}=b_{n-3}+2(n-3)</cmath> | |||
<cmath>\cdot</cmath> | |||
<cmath>\cdot</cmath> | |||
<cmath>\cdot</cmath> | |||
<cmath>b_2=b_1+2(1)</cmath> | |||
Summing the equations yields: | |||
<cmath>b_n+b_{n-1}+\cdots+b_2=b_{n-1}+b_{n-2}+\cdots+b_1+2((n-1)+(n-2)+\cdots+1)</cmath> | |||
<cmath>b_n-b_1=2\cdot\frac{n(n-1)}{2}</cmath> | |||
<cmath>b_n-1=n(n-1)</cmath> | |||
<cmath>b_n=n(n-1)+1</cmath> | |||
Now we can substitute <math>a_n</math> back into our equation: | |||
<cmath>n(a_n-1)=n(n-1)+1</cmath> | |||
<cmath>a_n-1=n-1+\frac{1}{n}</cmath> | |||
<cmath>a_n=n+\frac{1}{n}</cmath> | |||
<cmath>a_n^2=n^2+\frac{1}{n^2}+2</cmath> | |||
Thus the sum becomes | |||
<cmath>\sum^{100}_{n=1} a_n^2= \sum^{100}_{n=1} n^2+ \sum^{100}_{n=1} \frac{1}{n^2}+ \sum^{100}_{n=1} 2</cmath> | |||
We know that <math>\sum^{100}_{n=1} n^2=\frac{100\cdot101\cdot201}{6}=338350</math>, and we also know that <math>\sum^{100}_{n=1} 2=200</math>, so the requested sum is equivalent to <math>\sum^{100}_{n=1} \frac{1}{n^2}+338550</math>. All that remains is to calculate <math>\sum^{100}_{n=1} \frac{1}{n^2}</math>, and we know that this value lies between <math>1</math> and <math>2</math> (see the note below for a proof). Thus, | |||
<cmath>\sum^{100}_{n=1} a_n^2= \sum^{100}_{n=1} \frac{1}{n^2}+338550<2+338550=338552</cmath> | |||
<cmath>\sum^{100}_{n=1} a_n^2= \sum^{100}_{n=1} \frac{1}{n^2}+338550>1+338550=338551</cmath> | |||
so | |||
<cmath>\sum^{100}_{n=1} a_n^2\in(338551,338552)</cmath> | |||
and thus the answer is <math>\boxed{\textbf{(B) }338551}</math>. | |||
~eevee9406 | |||
<b>Note:</b> <math>\sum^{100}_{n=1} \frac{1}{n^2}< \sum^{\infty}_{n=1} \frac{1}{n^2}=\frac{\pi^2}{6}<2</math>. It is obvious that the sum is greater than 1 (since it contains <math>\frac{1}{1^2}</math> as one of its terms). | |||
If you forget this and have to derive this on the exam, here is how: | |||
<cmath>\sum^{100}_{n=1} \frac{1}{n^2}<\sum^{\infty}_{n=1} \frac{1}{n^2}=\frac{1}{1^1}+\left(\frac{1}{2^2}+\frac{1}{3^2}\right)+\left(\frac{1}{4^2}+\frac{1}{5^2}+\frac{1}{6^2}+\frac{1}{7^2}\right)+\cdots</cmath> | |||
<cmath><1+\left(\frac{1}{2^2}+\frac{1}{2^2}\right)+\left(\frac{1}{4^2}+\frac{1}{4^2}+\frac{1}{4^2}+\frac{1}{4^2}\right)+\left(\frac{1}{8^2}+\frac{1}{8^2}+\frac{1}{8^2}+\frac{1}{8^2}+\frac{1}{8^2}+\frac{1}{8^2}+\frac{1}{8^2}+\frac{1}{8^2}\right)+\cdots</cmath> | |||
<cmath>=1+\frac{2}{2^2}+\frac{4}{4^2}+\frac{8}{8^2}+\cdots</cmath> | |||
<cmath>=1+\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\cdots=2</cmath> | |||
and it is clear that <math>\sum^{100}_{n=1} \frac{1}{n^2}<2</math>. ~eevee9406 | |||
==Solution 2== | |||
According to the equation given, | |||
<cmath>\frac{a_n - 1}{n - 1} = \frac{a_{n - 1} + 1}{n}</cmath> | |||
<cmath>na_n - n = (n - 1)a_{n - 1} + n - 1</cmath> | |||
<cmath>na_n - (n - 1)a_{n - 1} = 2n - 1</cmath> | |||
Suppose <math>\{b_n\}</math>, <math>b_n = na_n</math>, then <math>b_n - b_{n - 1} = 2n - 1</math>, where <math>b_1 = 1 \cdot a_1 = 2</math>, then we obtain that | |||
<cmath>b_n = b_1 + (b_2 - b_1) + (b_3 - b_2) + \cdots + (b_n - b_{n - 1})</cmath> | |||
<cmath>b_n = 2 + 3 + 5 + \cdots + (2n - 1) = 1 + n^2</cmath> | |||
<cmath>a_n = \frac{1 + n^2}{n} = n + \frac{1}{n}</cmath> | |||
Hence, | |||
<cmath> | |||
\begin{align*} | |||
\sum_{n = 1}^{100} a_n^2 &= \sum_{n = 1}^{100} \left(n + \frac{1}{n}\right)^2\\ | |||
&= \sum_{n = 1}^{100} (n^2 + 2 + \frac{1}{n^2})\\ | |||
&= \sum_{n = 1}^{100} n^2 + \sum_{n = 1}^{100} 2 + \sum_{n = 1}^{100}\frac{1}{n^2}\\ | |||
&= \frac{1}{6} \cdot 100 \cdot (100 + 1) \cdot (100 \cdot 2 + 1) + 100 \cdot 2 + \sum_{n = 1}^{100}\frac{1}{n^2}\\ | |||
&= 338350 + 200 + \sum_{n = 1}^{100}\frac{1}{n^2}\\ | |||
&= 338550 + \sum_{n = 1}^{100}\frac{1}{n^2} | |||
\end{align*} | |||
</cmath> | |||
Notice that, | |||
<cmath>\sum_{n = 1}^{100}\frac{1}{n^2} = 1 + \sum_{n = 2}^{100}\frac{1}{n^2} > 1</cmath> | |||
<cmath>\sum_{n = 1}^{100}\frac{1}{n^2} < 1 + \sum_{n = 2}^{100}\frac{1}{n(n - 1)} = 1 + 1 - \frac{1}{100} < 2~~(\text{telescope})</cmath> | |||
so | |||
<cmath>\sum^{100}_{n=1} a_n^2\in(338551,338552)</cmath> | |||
and thus the answer is <math>\boxed{\textbf{(B) }338551}</math>. | |||
~[https://artofproblemsolving.com/wiki/index.php/User:Reda_mandymath reda_mandymath] | |||
==Solution 3 (lazy + quick)== | |||
We'll first try to isolate <math>a_n</math> in terms of <math>a_{n-1}</math>. | |||
<math>(a_n-1)(n-1+1)=(n-1)(a_{n-1}+1)</math> | |||
<math>a_n-1=\frac{(n-1)(a_{n-1}+1)}{n}</math> | |||
<math>a_n=\frac{n-1}{n}(a_{n-1}+1)+1</math> | |||
<math>a_n=\frac{n-1}{n}(a_{n-1})+\frac{n-1}{n}+1</math> | |||
<math>a_n=\frac{n-1}{n}(a_{n-1})+\frac{2n-1}{n}</math> | |||
Now, as with many, many of these large summation problems, if we just evaluate the first few values in the series, a pattern should emerge quickly. Here it works out well since our product on the LHS cancels out. | |||
<math>a_1=2</math> | |||
<math>a_2=\frac{1}{2}(2)+\frac{3}{2}=\frac{5}{2}</math> | |||
<math>a_3=\frac{2}{3}(\frac{5}{2})+\frac{5}{3}=\frac{10}{3}</math> | |||
<math>a_4=\frac{3}{4}(\frac{10}{3})+\frac{7}{4}=\frac{17}{4}</math> | |||
Here it becomes glaringly obvious that <math>a_n=\frac{n^2+1}{n}=n+\frac{1}{n}</math>. | |||
So, <math>a_n^2=n^2+\frac{1}{n^2}+2</math>. | |||
We proceed with the same summation strategy as Solution 1 and get our answer of <math>\boxed{\textbf{(B) }338551}</math>. | |||
*Note: You only have find the answer's units digit from the answer choices; that's <math>0+1+0</math> for each sum, giving choice B. | |||
~nm1728 | |||
==Solution 4 (transform)== | |||
<cmath>n a_{n} - n = (n-1) a_{n-1} + n-1 </cmath> | |||
<cmath>n \cdot a_{n} - n^2 = (n-1) a_{n-1} - n^2 +2n-1 </cmath> | |||
<cmath>n \cdot a_{n} - n^2 = (n-1) a_{n-1} - (n-1)^2 </cmath> | |||
Set <cmath> b_{n} = n a_{n} - n^2 </cmath> | |||
<cmath>n a_{n} - n^2 = b_{n} = b_{n-1}= ... = b_{1} =1 </cmath> | |||
<cmath> a_{n} = \frac{1}{n} + n </cmath> | |||
<cmath> a_{n}^2 = \frac{1}{n^2} + n^2 +2 </cmath> | |||
<cmath> Sum = 1^2 + 2^2 + ... + 100^2 + 2* 100 + 1^2 + 1 / 2^2 + ... + 1/ 100^2 = 100 * 101 *201 / 6 + 200 + 1 + ... = 338551.xxx \boxed{\textbf{(B) }338551} </cmath> | |||
~[https://artofproblemsolving.com/wiki/index.php/User:Cyantist luckuso] | |||
==Solution 5 (transform)== | |||
According to the equation given, | |||
<cmath>\frac{a_n - 1}{n - 1} = \frac{a_{n - 1} + 1}{n}</cmath> | |||
<cmath>na_n = (n - 1)a_{n - 1} + 2n - 1 = (n - 2)a_{n - 2} + (2n-3) + (2n - 1) = 1*a_{1} + 1 + 3 + ... + 2n - 1 = 1 + \frac{1+ (2n-1)*n}{2} = n^2+ 1 </cmath> | |||
<cmath>a_n =n + \frac{1}{n}</cmath> | |||
The rest continues similar to Solution 1 or 2 | |||
~[https://artofproblemsolving.com/wiki/index.php/User:Cyantist luckuso] | |||
==See also== | ==See also== | ||
{{AMC12 box|year=2024|ab=A|num-b=20|num-a=22}} | {{AMC12 box|year=2024|ab=A|num-b=20|num-a=22}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
Latest revision as of 23:33, 20 March 2025
Problem
Suppose that
and the sequence
satisfies the recurrence relation
for all
What is the greatest integer less than or equal to
Solution 1
Multiply both sides of the recurrence to find that
.
Let
. Then the previous relation becomes
We can rewrite this relation for values of
until
and use telescoping to derive an explicit formula:
Summing the equations yields:
Now we can substitute
back into our equation:
Thus the sum becomes
We know that
, and we also know that
, so the requested sum is equivalent to
. All that remains is to calculate
, and we know that this value lies between
and
(see the note below for a proof). Thus,
so
and thus the answer is
.
~eevee9406
Note:
. It is obvious that the sum is greater than 1 (since it contains
as one of its terms).
If you forget this and have to derive this on the exam, here is how:
and it is clear that
. ~eevee9406
Solution 2
According to the equation given,
Suppose
,
, then
, where
, then we obtain that
Hence,
Notice that,
so
and thus the answer is
.
Solution 3 (lazy + quick)
We'll first try to isolate
in terms of
.
Now, as with many, many of these large summation problems, if we just evaluate the first few values in the series, a pattern should emerge quickly. Here it works out well since our product on the LHS cancels out.
Here it becomes glaringly obvious that
.
So,
.
We proceed with the same summation strategy as Solution 1 and get our answer of
.
- Note: You only have find the answer's units digit from the answer choices; that's
for each sum, giving choice B.
~nm1728
Solution 4 (transform)
Set
Solution 5 (transform)
According to the equation given,
The rest continues similar to Solution 1 or 2
See also
| 2024 AMC 12A (Problems • Answer Key • Resources) | |
| Preceded by Problem 20 |
Followed by Problem 22 |
| 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 | |
These problems are copyrighted © by the Mathematical Association of America.