Difference between revisions of "1990 AIME Problems/Problem 15"

(Solution)
m (Solution 2)
Line 30: Line 30:
 
== Solution 2 ==
 
== Solution 2 ==
  
Remember that any recurrence of the form <math>T_n=AT_{n-1}+BT_{n-2}</math> will have the closed form <math>T_n=ax^n+by^n</math>, where <math>x,y</math> are the values of the starting term that make the sequence geometric, and <math>a,b</math> are the appropriately chosen constants such that those special starting terms linearly combine to form the actual starting terms.
+
A [[linear recurrence | recurrence]] of the form <math>T_n=AT_{n-1}+BT_{n-2}</math> will have the closed form <math>T_n=ax^n+by^n</math>, where <math>x,y</math> are the values of the starting term that make the sequence geometric, and <math>a,b</math> are the appropriately chosen constants such that those special starting terms linearly combine to form the actual starting terms.
  
 
Suppose we have such a recurrence with <math>T_1=3</math> and <math>T_2=7</math>. Then <math>T_3=ax^3+by^3=16=7A+3B</math>, and <math>T_4=ax^4+by^4=42=16A+7B</math>.  
 
Suppose we have such a recurrence with <math>T_1=3</math> and <math>T_2=7</math>. Then <math>T_3=ax^3+by^3=16=7A+3B</math>, and <math>T_4=ax^4+by^4=42=16A+7B</math>.  

Revision as of 23:34, 2 June 2011

Problem

Find $a_{}^{}x^5 + b_{}y^5$ if the real numbers $a_{}^{}$, $b_{}^{}$, $x_{}^{}$, and $y_{}^{}$ satisfy the equations \[ax + by = 3^{}_{},\] \[ax^2 + by^2 = 7^{}_{},\] \[ax^3 + by^3 = 16^{}_{},\] \[ax^4 + by^4 = 42^{}_{}.\]

Solution 1

Set $S = (x + y)$ and $P = xy$. Then the relationship

\[(ax^n + by^n)(x + y) = (ax^{n + 1} + by^{n + 1}) + (xy)(ax^{n - 1} + by^{n - 1})\]

can be exploited:

\begin{eqnarray*}(ax^2 + by^2)(x + y) & = & (ax^3 + by^3) + (xy)(ax + by) \\ (ax^3 + by^3)(x + y) & = & (ax^4 + by^4) + (xy)(ax^2 + by^2)\end{eqnarray*}

Therefore:

\begin{eqnarray*}7S & = & 16 + 3P \\ 16S & = & 42 + 7P\end{eqnarray*}

Consequently, $S = - 14$ and $P = - 38$. Finally:

\begin{eqnarray*}(ax^4 + by^4)(x + y) & = & (ax^5 + by^5) + (xy)(ax^3 + by^3) \\ (42)(S) & = & (ax^5 + by^5) + (P)(16) \\ (42)( - 14) & = & (ax^5 + by^5) + ( - 38)(16) \\ ax^5 + by^5 & = & \boxed{20}\end{eqnarray*}

Solution 2

A recurrence of the form $T_n=AT_{n-1}+BT_{n-2}$ will have the closed form $T_n=ax^n+by^n$, where $x,y$ are the values of the starting term that make the sequence geometric, and $a,b$ are the appropriately chosen constants such that those special starting terms linearly combine to form the actual starting terms.

Suppose we have such a recurrence with $T_1=3$ and $T_2=7$. Then $T_3=ax^3+by^3=16=7A+3B$, and $T_4=ax^4+by^4=42=16A+7B$.

Solving these simultaneous equations for $A$ and $B$, we see that $A=-14$ and $B=38$. So, $ax^5+by^5=T_5=-14(42)+38(16)= \boxed{20}$.

See also

1990 AIME (ProblemsAnswer KeyResources)
Preceded by
Problem 14
Followed by
Last question
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions