a x + b y a x 2 + b y 2 a x 3 + b y 3 a x 4 + b y 4 = = = = 4 0 1 1 0 3 1 0 8 9 0
Let a , b , x , and y be real variables satisfying the system of equations above.
Find the value of a x 5 + b y 5 .
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.
z j + 2 − ( x + y ) z j + 1 + x y z j = 0 j ≥ 1
Got a proof for this?
@Phudish Prateepamornkul A nice twist on this problem would be to not require that a , b , x , y are all integers. As pointed out by Mark, what is important is that the values satisfy the recurrence relation.
Let c n = a x n + b y n for n ∈ N
Let d n = c n + 2 c n − c n + 1 2 for n ∈ N .
By above, c 1 = 4 0 , c 2 = 1 1 0 , c 3 = 3 1 0 , c 4 = 8 9 0 and d 1 = 3 0 0 , d 2 = 1 8 0 0 .
Now d n = = = = c n + 2 c n − c n + 1 2 ( a x n + 2 + b y n + 2 ) ( a x n + b y n ) − ( a x n + b y n ) 2 ( a 2 x 2 n + 2 + a b x n + 2 y n + a b x n y n + 2 + b 2 y 2 n + 2 ) − ( a 2 x 2 n + 2 + 2 a b x n + 1 y n + 1 + b 2 y 2 n + 2 ) a b ( x − y ) 2 ( x y ) n \ So d n is a geometric progression, and so d 3 = 1 0 8 0 0 . 1 0 8 0 0 = d 3 = c 3 c 5 − c 4 2 = 3 1 0 c 5 − 7 9 2 1 0 0 and so \ a x 5 + b y 5 = c 5 = 3 1 0 1 0 8 0 0 + 7 9 2 1 0 0 = 2 5 9 0 .
Problem Loading...
Note Loading...
Set Loading...
The sequence z j = a x j + b y j will satisfy the recurrence relation z j + 2 − ( x + y ) z j + 1 + x y z j = 0 j ≥ 1 and hence we obtain simultaneous equations 3 1 0 − 1 1 0 ( x + y ) + 4 0 x y 8 9 0 − 3 1 0 ( x + y ) + 1 1 0 x y = 0 = 0 Thus we obtain x + y = 5 and x y = 6 . From this it follows that z 5 = 5 × 8 9 0 − 6 × 3 1 0 = 2 5 9 0 .
If we wanted, we could note that we must have x = 2 , y = 3 , and proceed from there to find a and b by solving the equations 2 a + 3 b 4 a + 9 b = 4 0 = 1 1 0 obtaining a = 5 and b = 1 0 , so that z j = 5 × 2 j + 1 0 × 3 j . This is not necessary to answer to question, though.