Is a(n) bounded by a(1)*c^(n-1)?

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
transgalactic
Messages
1,386
Reaction score
0
i am given a real and positive number a1 a2 a3 ...
which goes by a(n)<=c*a(n-1) for every n=>2 for a certain given number c>0 .

prove that
a(n)<=a(1)*c^(n-1)

??

a(n) is the n'th number of the series
 
Physics news on Phys.org
i don't have a base case here

and there are two variables

??
 
Use induction of n. Your base case would be n=2.
 
for n=2
i get
a(2)=c*a(1)

this base case doesn't prove anything

??