Find a x 5 + b y 5 if the real numbers a , b , x , and y satisfy the equations a x + b y a x 2 + b y 2 a x 3 + b y 3 a x 4 + b y 4 = 3 = 7 = 1 6 = 4 2 .
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.
let x+y=p, xy=q. We know, (ax^2 + by^2)(x+y)=(ax^3+by^3)+xy(ax+by). => 7p=16+3q. Applying same process on (ax^3+by^3) 16p=42+7q.
Solving, we get p=-14,q=-38. Applying same process on (ax^4+by^4) we get the answer as 20.
Considering the fact that
a
x
n
+
b
y
n
is a solution to a linear homogeneous recurrence relation of degree two.
So,we find the recurrence relation
t
n
=
α
t
n
−
1
+
β
t
n
−
2
,
by finding α,β.
3α+7β=16
7α+16β=42
Solving eqns we get
α
=
3
8
,
β
=
−
1
4
a
x
5
+
b
y
5
=
t
5
=
1
6
α
+
4
2
β
=
2
0
Problem Loading...
Note Loading...
Set Loading...
My solution is very similar to the one of Yugesh Kothari, but this one is an attempt to explain it in proper LaTeX and with some additional details. We consider the sequence s n = a x n + b y n . Then we have that s 1 = 3 , s 2 = 7 , s 3 = 1 6 , and s 4 = 4 2 . By direct calculation we get that s n + 1 = α s n − β s n − 1 , ( ∗ ) where α = x + y and β = x y .
Making n = 2 , in ( ∗ ) , we obtain the equation 1 6 = 7 α − 3 β , and making n = 3 again in ( ∗ ) , we get 4 2 = 1 6 α − 7 β . Solving the system formed by these two equations we get α = − 1 4 and β = − 3 8 . Now making n = 4 in ( ∗ ) for the third time, we get s 5 = α s 4 − β s 3 = − 1 4 ( 4 2 ) − ( − 3 8 ) ( 1 6 ) = 2 0 . So a x 5 + b y 5 = 2 0 .