Difference between revisions of "2019 AMC 10A Problems/Problem 15"
The jake314 (talk | contribs) |
(→Solution 4 (Arithmetic Sequence)) |
||
(35 intermediate revisions by 18 users not shown) | |||
Line 8: | Line 8: | ||
<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== | + | ==Solution 1 (Induction)== |
Using the recursive formula, we find <math>a_3=\frac{3}{11}</math>, <math>a_4=\frac{3}{15}</math>, and so on. It appears that <math>a_n=\frac{3}{4n-1}</math>, for all <math>n</math>. Setting <math>n=2019</math>, we find <math>a_{2019}=\frac{3}{8075}</math>, so the answer is <math>\boxed{\textbf{(E) }8078}</math>. | Using the recursive formula, we find <math>a_3=\frac{3}{11}</math>, <math>a_4=\frac{3}{15}</math>, and so on. It appears that <math>a_n=\frac{3}{4n-1}</math>, for all <math>n</math>. Setting <math>n=2019</math>, we find <math>a_{2019}=\frac{3}{8075}</math>, so the answer is <math>\boxed{\textbf{(E) }8078}</math>. | ||
Line 17: | Line 17: | ||
==Solution 2== | ==Solution 2== | ||
− | Since | + | 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>, in other words, <math>\frac{1}{a_n}-\frac{1}{a_{n-1}} = \frac{1}{a_{n-1}}-\frac{1}{a_{n-2}}</math>. So <math>\{\frac{1}{a_n}\}</math> is an arithmetic sequence with step size <math>\frac{7}{3}-1=\frac{4}{3}</math>, which means <math>\frac{1}{a_{2019}} = 1+2018 \cdot \frac{4}{3} = \frac{8075}{3}</math>. Since the numerator and the denominator are relatively prime, the answer is <math>\boxed{\textbf{(E) } 8078}</math>. |
− | + | -eric2020 (modified by Dolphindesigner) | |
− | |||
− | |||
− | |||
− | |||
==Solution 3== | ==Solution 3== | ||
Line 32: | Line 28: | ||
<cmath>y=\frac{2xz}{x+z}</cmath> | <cmath>y=\frac{2xz}{x+z}</cmath> | ||
Thus, <math>y</math> is the harmonic mean of <math>x</math> and <math>z</math>. This implies <math>a_{n}</math> is a harmonic sequence or equivalently <math>b_{n}=\frac{1}{a_{n}}</math> is arithmetic. Now, we have <math>b_{1}=1</math>, <math>b_{2}=\frac{7}{3}</math>, <math>b_{3}=\frac{11}{3}</math>, and so on. Since the common difference is <math>\frac{4}{3}</math>, we can express <math>b_{n}</math> explicitly as <math>b_{n}=\frac{4}{3}(n-1)+1</math>. This gives <math>b_{2019}=\frac{4}{3}(2019-1)+1=\frac{8075}{3}</math> which implies <math>a_{2019}=\frac{3}{8075}=\frac{p}{q}</math>. <math>p+q=\boxed{\textbf{(E) } 8078}</math> | Thus, <math>y</math> is the harmonic mean of <math>x</math> and <math>z</math>. This implies <math>a_{n}</math> is a harmonic sequence or equivalently <math>b_{n}=\frac{1}{a_{n}}</math> is arithmetic. Now, we have <math>b_{1}=1</math>, <math>b_{2}=\frac{7}{3}</math>, <math>b_{3}=\frac{11}{3}</math>, and so on. Since the common difference is <math>\frac{4}{3}</math>, we can express <math>b_{n}</math> explicitly as <math>b_{n}=\frac{4}{3}(n-1)+1</math>. This gives <math>b_{2019}=\frac{4}{3}(2019-1)+1=\frac{8075}{3}</math> which implies <math>a_{2019}=\frac{3}{8075}=\frac{p}{q}</math>. <math>p+q=\boxed{\textbf{(E) } 8078}</math> | ||
+ | ~jakeg314 | ||
+ | |||
+ | == Solution 4 (Arithmetic Sequence) == | ||
+ | |||
+ | Notice that<cmath>a_n = \frac{1}{\frac{2}{a_{n-1}} - \frac{1}{a_{n-2}}}.</cmath>Therefore,<cmath>\frac{1}{a_n} = \frac{2}{a_{n-1}} - \frac{1}{a_{n-2}}, \ \ \implies \ \ \frac{\frac{1}{a_n} + \frac{1}{a_{n-2}}}{2} = \frac{1}{a_{n-1}}.</cmath>Therefore, the sequence <math>b_n = \frac{1}{a_n}</math> is an arithmetic sequence. Notice that the common difference of <math>b</math> is <math>\frac{4}{3},</math> and therefore<cmath>b_{2019} = b_1 + 2018 \bigg(\frac{4}{3}\bigg) = 1 + 2018 \bigg(\frac{4}{3} \bigg) = \frac{8075}{3}.</cmath>Therefore, we see that <math>a_{2019} = \frac{3}{8075},</math> so that <math>p + q = \boxed{\text{(E) } 8078}.</math> | ||
+ | |||
+ | ~Professor-Mom | ||
+ | |||
+ | 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== |
Latest revision as of 20:44, 8 October 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.