Difference between revisions of "2009 AMC 12A Problems/Problem 25"
(→Clarification) |
Orion 2010 (talk | contribs) m (→See also) |
||
(15 intermediate revisions by 5 users not shown) | |||
Line 8: | Line 8: | ||
<math>\textbf{(A)}\ 0\qquad \textbf{(B)}\ 2 - \sqrt3\qquad \textbf{(C)}\ \frac {1}{\sqrt3}\qquad \textbf{(D)}\ 1\qquad \textbf{(E)}\ 2 + \sqrt3</math> | <math>\textbf{(A)}\ 0\qquad \textbf{(B)}\ 2 - \sqrt3\qquad \textbf{(C)}\ \frac {1}{\sqrt3}\qquad \textbf{(D)}\ 1\qquad \textbf{(E)}\ 2 + \sqrt3</math> | ||
− | == Solution == | + | == Solution 1== |
Consider another sequence <math>\{\theta_1, \theta_2, \theta_3...\}</math> such that <math>a_n = \tan{\theta_n}</math>, and <math>0 \leq \theta_n < 180</math>. | Consider another sequence <math>\{\theta_1, \theta_2, \theta_3...\}</math> such that <math>a_n = \tan{\theta_n}</math>, and <math>0 \leq \theta_n < 180</math>. | ||
Line 30: | Line 30: | ||
Our answer is <math>|a_{2009}| = \boxed{\textbf{(A)}\ 0}</math>. | Our answer is <math>|a_{2009}| = \boxed{\textbf{(A)}\ 0}</math>. | ||
+ | |||
+ | ==Solution 2== | ||
+ | First, some intuition. The given recurrence relation: <math>a_{n + 2} = \frac {a_n + a_{n + 1}}{1 - a_na_{n + 1}}</math> looks much like the tangent addition formula. So, we let <math>a_n=\tan{\theta_n}</math>. Then, we get: | ||
+ | <cmath>\tan{\theta_n}=\tan{(\theta_{n-1}+\theta_{n-2})}</cmath> | ||
+ | This gives us: | ||
+ | <cmath>\theta_n \equiv \theta_{n-1}+\theta_{n-2} \pmod{180}</cmath> | ||
+ | Now, observe that | ||
+ | <cmath>\theta_1=45</cmath> | ||
+ | <cmath>\theta_2=30</cmath> | ||
+ | We know that this sequence of values for <math>\theta_n</math> will repeat eventually because it is mod <math>180</math>. | ||
+ | It is just a matter of when, so we start bashing: | ||
+ | |||
+ | <cmath>\theta_3=75</cmath> | ||
+ | <cmath>\theta_4=105</cmath> | ||
+ | <cmath>\theta_5=0</cmath> | ||
+ | <cmath>\theta_6=105</cmath> | ||
+ | <cmath>\theta_7=105</cmath> | ||
+ | <cmath>\theta_8=30</cmath> | ||
+ | <cmath>\theta_9=135</cmath> | ||
+ | <cmath>\theta_{10}=165</cmath> | ||
+ | <cmath>\theta_{11}=120</cmath> | ||
+ | <cmath>\theta_{12}=105</cmath> | ||
+ | <cmath>\theta_{13}=45</cmath> | ||
+ | <cmath>\theta_{14}=150</cmath> | ||
+ | <cmath>\theta_{15}=15</cmath> | ||
+ | <cmath>\theta_{16}=165</cmath> | ||
+ | <cmath>\theta_{17}=0</cmath> | ||
+ | <cmath>\theta_{18}=165</cmath> | ||
+ | <cmath>\theta_{19}=165</cmath> | ||
+ | <cmath>\theta_{20}=150</cmath> | ||
+ | <cmath>\theta_{21}=135</cmath> | ||
+ | <cmath>\theta_{22}=105</cmath> | ||
+ | <cmath>\theta_{23}=60</cmath> | ||
+ | <cmath>\theta_{24}=165</cmath> | ||
+ | <cmath>\theta_{25}=45</cmath> | ||
+ | <cmath>\theta_{26}=30</cmath> | ||
+ | And there is the repetition. So, this series has a period of 24. <math>2009 \equiv 17 \pmod{24}</math>, so <math>|a_{2009}|=|\tan{\theta_{17}}|=|\tan{0}|=|0|= \boxed{\textbf{(A)}\ 0}</math> ~Firebolt360 | ||
==Clarification== | ==Clarification== | ||
Line 35: | Line 72: | ||
− | Notice that the formula given in the problem looks incredibly similar to the [[Trigonometric_identities#Angle_Addition/Subtraction_Identities|Tangent Addition Formula]] | + | Notice that the formula given in the problem looks incredibly similar to the [[Trigonometric_identities#Angle_Addition/Subtraction_Identities|Tangent Addition Formula]]. |
− | |||
Since <math>a_1 = 1</math>, let <math>a_1</math> be <math>\tan{45}</math>. Similarly, let <math>a_2</math> be <math>\tan{30}</math>. Then the formula for <math>a_3</math> reads | Since <math>a_1 = 1</math>, let <math>a_1</math> be <math>\tan{45}</math>. Similarly, let <math>a_2</math> be <math>\tan{30}</math>. Then the formula for <math>a_3</math> reads | ||
Line 43: | Line 79: | ||
− | But from the [[Trigonometric_identities#Angle_Addition/Subtraction_Identities|Tangent Addition Formula]] we know that this is just the formula for <math>\tan{(45+30)}</math> or <math>\tan{75}</math>, meaning <math>a_3 = \tan{75}</math>. So, the sequence | + | But from the [[Trigonometric_identities#Angle_Addition/Subtraction_Identities|Tangent Addition Formula]] we know that this is just the formula for <math>\tan{(45+30)}</math> or <math>\tan{75}</math>, meaning <math>a_3 = \tan{75}</math>. So, the sequence becomes a sort of [[Fibonacci sequence]] with angle measures. We continue to sum angle measures, like so: |
Line 67: | Line 103: | ||
− | <math>a_8 = \tan{(210+105)} = </math> .... Ok this is getting tiring. Let's stop and think about whether we can simplify this. Notice that all of the angle measures are a multiple of <math>15</math>. | + | <math>a_8 = \tan{(210+105)} = </math> .... Ok this is getting tiring. Let's stop and think about whether we can simplify this. Notice that all of the angle measures are a multiple of <math>15</math>. So, let's express the angle measures as multiples of <math>15</math>. |
Line 73: | Line 109: | ||
− | (Basically, <math>b_n</math> is the angle measure of the corresponding <math>a_n</math> | + | (Basically, <math>b_n</math> is the angle measure of the corresponding <math>a_n,</math> divided by <math>15</math>) |
Now we have | Now we have | ||
Line 97: | Line 133: | ||
<math>3, 2, 5, 7, 0, 7, 7, 2, 9, 11, 8, 7, 3, 10, 1, 11, 0, 11, 11, 10, 9, 7, 4, 11, 3, 2, 5</math> (It's starting to repeat now) | <math>3, 2, 5, 7, 0, 7, 7, 2, 9, 11, 8, 7, 3, 10, 1, 11, 0, 11, 11, 10, 9, 7, 4, 11, 3, 2, 5</math> (It's starting to repeat now) | ||
− | So <math>a_1 = 3, | + | So <math>a_1 = 3, a_{25} = 3, a_{49} = 3</math>, and so on. The sequence repeats every <math>24</math> terms. The problem asks us for the value of <math>a_{2009}</math>. Let's whip out the <math>\bmod</math> function again. |
Line 103: | Line 139: | ||
− | So we want the value of the <math>17</math>th number in the sequence, and looking back at it (hopefully you wrote it down somewhere) we find that <math>b_{17} = 0 \Rightarrow \boxed{\text{ | + | So we want the value of the <math>17</math>th number in the sequence, and looking back at it (hopefully you wrote it down somewhere) we find that <math>b_{17} = 0 \Rightarrow \boxed{\text{A}}</math>. |
+ | |||
+ | == Video Solution == | ||
+ | |||
+ | https://www.youtube.com/watch?v=tic0ehB6TU4 | ||
== See also == | == See also == | ||
Line 109: | Line 149: | ||
[[Category:Introductory Algebra Problems]] | [[Category:Introductory Algebra Problems]] | ||
+ | [[Category:Introductory Trigonometry Problems]] | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 15:57, 9 July 2024
Problem
The first two terms of a sequence are and . For ,
What is ?
Solution 1
Consider another sequence such that , and .
The given recurrence becomes
It follows that . Since , all terms in the sequence will be a multiple of .
Now consider another sequence such that , and . The sequence satisfies .
As the number of possible consecutive two terms is finite, we know that the sequence is periodic. Write out the first few terms of the sequence until it starts to repeat.
Note that and . Thus has a period of : .
It follows that and . Thus
Our answer is .
Solution 2
First, some intuition. The given recurrence relation: looks much like the tangent addition formula. So, we let . Then, we get: This gives us: Now, observe that We know that this sequence of values for will repeat eventually because it is mod . It is just a matter of when, so we start bashing:
And there is the repetition. So, this series has a period of 24. , so ~Firebolt360
Clarification
(While the above solution is quite intuitive, it's kinda hard for people who don't know many proofing symbols to understand.)
Notice that the formula given in the problem looks incredibly similar to the Tangent Addition Formula.
Since , let be . Similarly, let be . Then the formula for reads
But from the Tangent Addition Formula we know that this is just the formula for or , meaning . So, the sequence becomes a sort of Fibonacci sequence with angle measures. We continue to sum angle measures, like so:
... wait a minute! !
So now we have
.... Ok this is getting tiring. Let's stop and think about whether we can simplify this. Notice that all of the angle measures are a multiple of . So, let's express the angle measures as multiples of .
Let .
(Basically, is the angle measure of the corresponding divided by )
Now we have
But wait... we're dealing with the function, which has a period (recurrence rate) of or . Since we divided the angle measures by , the period is now (which aligns with what we got earlier: ). This means that we can reduce the terms of the sequence based on the function, which returns the remainder after dividing by a certain amount. So now we can say ( denotes modular equivalence in this context). Now we continue our sequence:
(It's starting to repeat now)
So , and so on. The sequence repeats every terms. The problem asks us for the value of . Let's whip out the function again.
So we want the value of the th number in the sequence, and looking back at it (hopefully you wrote it down somewhere) we find that .
Video Solution
https://www.youtube.com/watch?v=tic0ehB6TU4
See also
2009 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 24 |
Followed by Last question |
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.