Recurring Recurrence

Algebra Level 5

Find a x 5 + b y 5 ax^5 + by^5 if the real numbers a , b , x a, b, x , and y y satisfy the equations a x + b y = 3 ax + by = 3 a x 2 + b y 2 = 7 ax^2 + by^2 = 7 a x 3 + b y 3 = 16 ax^3 + by^3 = 16 a x 4 + b y 4 = 42 ax^4 + by^4 = 42

Try my set .


The answer is 20.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Parth Lohomi
Apr 9, 2015

A recurrence of the form T n = A T n 1 + B T n 2 T_n=AT_{n-1}+BT_{n-2} will have the closed form T n = a x n + b y n T_n=ax^n+by^n , where x , y x,y are the values of the starting term that make the sequence geometric, and a , b 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 T_1=3 and T 2 = 7 T_2=7 . Then T 3 = a x 3 + b y 3 = 16 = 7 A + 3 B T_3=ax^3+by^3=16=7A+3B , and T 4 = a x 4 + b y 4 = 42 = 16 A + 7 B T_4=ax^4+by^4=42=16A+7B .

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

Maybe Parth said all this, and I missed some of it. Here is how I solved it: Starting with: a x 3 + b y 3 = 16 ax^3 + by^3 = 16 , substitute for a x 2 ax^2 and b y 2 by^2 from previous equation.

x ( 7 b y 2 ) + y ( 7 a x 2 ) = 16 x (7- by^2) + y (7- ax^2) = 16

7 ( x + y ) ( a x + b y ) x y = 16 7(x+y) - (ax + by) xy = 16

7 ( x + y ) 3 x y = 16 7(x+y) -3xy = 16

Performing similar math on fourth equation yields: x ( 16 b y 3 ) + y ( 16 a x 3 ) = 42 x(16-by^3) + y(16-ax^3) = 42

16 ( x + y ) ( a x 2 + b y 2 ) x y = 42 16(x+y) - (ax^2 + by^2)xy = 42

16 ( x + y ) 7 x y = 42 16(x+y) - 7xy = 42

This is now two linear equations in two unknowns. Let S = x + y S = x + y , let T = x y T = xy . Now you have the two equations that Parth solved.

7 S 3 T = 16 7S - 3T = 16

16 S 7 T = 42 16S - 7T = 42

Solve for S S and T T as above, and use same pattern of recurrence to calculate final answer.

Bradley Slavik - 6 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...