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

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Proof
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
Use a proof by induction. It should be fairly straight forward.
 
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

??
 
The base case is trivially true, since it is the same condition for the members of the sequence.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top