Link to home
Start Free TrialLog in
Avatar of BrianGEFF719
BrianGEFF719Flag for United States of America

asked on

OZO: Urgent

Let r satisfy the equation r^2 = r + 1.
Show that the sequence s_n = ar^n, where A is constant, satisfies the fibonacci equation f_n = f_(n-1) + f_(n-2).

I'm not sure how to show this.

I know that f_1 = 1 & f_2 = 2

f_1 = 1
f_2 = 2
f_3 = f_2 + f_1
f_4 = f_3 + f_2

So

s_3 = s_2 + s_1 = Ar + Ar
s_4 = s_3 + s_2 = Ar + Ar + Ar
s_5 = s_4 + s_3 = Ar + Ar + Ar + Ar + Ar
s_6 = s_5 + s_4 = Ar + Ar + Ar + Ar + Ar + Ar + Ar + Ar

I'm not sure what i'm doing ;/


-Brian
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BrianGEFF719

ASKER

Hey Sunnycoder,

About 2 1/2yrs ago you used to help me with algebra...I've since advanced to higher levels of math, but good to see you again :)

Brian
Ozo, if you've got a few minutes i've got an easy physics one for you...
I dont quite understand this step:

   ar^(k-1) + ar^(k-2) = ar^(k-2)) * (1+r)


How do you guys get this?
ar^(k-2) is common in both terms
Sunnycoder, thanks a lot!