Difference between revisions of "2019 AMC 10A Problems/Problem 15"
(→Video Solution) |
(→Solution 5 (Characteristic Equation - Overkill but Generic)) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
<math>\textbf{(A) } 2020 \qquad\textbf{(B) } 4039 \qquad\textbf{(C) } 6057 \qquad\textbf{(D) } 6061 \qquad\textbf{(E) } 8078</math> | <math>\textbf{(A) } 2020 \qquad\textbf{(B) } 4039 \qquad\textbf{(C) } 6057 \qquad\textbf{(D) } 6061 \qquad\textbf{(E) } 8078</math> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==Solution 1 (Induction)== | ==Solution 1 (Induction)== | ||
Line 42: | Line 37: | ||
Note: This is similar to solutions #2 and #3, although you can notice that in #2's case the new sequence <math>B</math> actually forms an arithmetic sequence. | Note: This is similar to solutions #2 and #3, although you can notice that in #2's case the new sequence <math>B</math> actually forms an arithmetic sequence. | ||
+ | |||
+ | |||
+ | ==Solution 5 (Characteristic Equation - Overkill but Generic) == | ||
+ | |||
+ | We have <math>\frac{1}{a_n} = \frac{2a_{n-2}-a_{n-1}}{a_{n-2} \cdot a_{n-1}}=\frac{2}{a_{n-1}}-\frac{1}{a_{n-2}}</math>, | ||
+ | |||
+ | let <math>b_n = \frac{1}{a_n}</math> , then <math> b_n = 2b_{n-1} - b_{n-2}</math> | ||
+ | |||
+ | , this is 2nd order linear homogeneous recurrence sequence, | ||
+ | |||
+ | the characteristic equation for this is <math>x^2 -2x +1 = 0</math>, which has double root x=1 | ||
+ | |||
+ | so <math>b_n = (c_1 + c_2 \cdot n) \cdot 1^n </math> | ||
+ | |||
+ | plug in <math>b_1 = \frac{1}{a_1} = 1 = c_1 + c_2 \cdot 1, b_2 = \frac{1}{a_2}= \frac{7}{3} =c_1 + c_2 \cdot 2 </math> | ||
+ | |||
+ | we solve <math>c_1 = -\frac{1}{3} , c_2=\frac{4}{3}</math>, so <math>b_n = -\frac{1}{3} + \frac{4}{3} \cdot n </math> | ||
+ | |||
+ | so <math> {b_{2019}} = -\frac{1}{3} + \frac{4}{3} \cdot 2019 = \frac{8075}{3}</math>. | ||
+ | |||
+ | <math>a_{2019} = \frac{1}{b_{2019}} = \frac{3}{8075}</math> | ||
+ | |||
+ | Since the numerator and the denominator are relatively prime, the answer is <math>\boxed{\textbf{(E) } 8078}</math>. | ||
+ | |||
+ | *note: characteristic equation is overkill for this simple one but is more generic solution for other parameter values. | ||
+ | |||
+ | ~[https://artofproblemsolving.com/wiki/index.php/User:Cyantist luckuso] | ||
==See Also== | ==See Also== |
Revision as of 12:43, 17 August 2024
- The following problem is from both the 2019 AMC 10A #15 and 2019 AMC 12A #9, so both problems redirect to this page.
Contents
Problem
A sequence of numbers is defined recursively by , , and for all Then can be written as , where and are relatively prime positive integers. What is
Solution 1 (Induction)
Using the recursive formula, we find , , and so on. It appears that , for all . Setting , we find , so the answer is .
To prove this formula, we use induction. We are given that and , which satisfy our formula. Now assume the formula holds true for all for some positive integer . By our assumption, and . Using the recursive formula, so our induction is complete.
Solution 2
We have , in other words, . So is an arithmetic sequence with step size , which means . Since the numerator and the denominator are relatively prime, the answer is .
-eric2020 (modified by Dolphindesigner)
Solution 3
It seems reasonable to transform the equation into something else. Let , , and . Therefore, we have Thus, is the harmonic mean of and . This implies is a harmonic sequence or equivalently is arithmetic. Now, we have , , , and so on. Since the common difference is , we can express explicitly as . This gives which implies . ~jakeg314
Solution 4 (Arithmetic Sequence)
Notice thatTherefore,Therefore, the sequence is an arithmetic sequence. Notice that the common difference of is and thereforeTherefore, we see that so that
~Professor-Mom
Note: This is similar to solutions #2 and #3, although you can notice that in #2's case the new sequence actually forms an arithmetic sequence.
Solution 5 (Characteristic Equation - Overkill but Generic)
We have ,
let , then
, this is 2nd order linear homogeneous recurrence sequence,
the characteristic equation for this is , which has double root x=1
so
plug in
we solve , so
so .
Since the numerator and the denominator are relatively prime, the answer is .
- note: characteristic equation is overkill for this simple one but is more generic solution for other parameter values.
See Also
2019 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Problem 16 | |
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 10 Problems and Solutions |
2019 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 8 |
Followed by Problem 10 |
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.