Is the Sequence an+2=an+1+an Monotonically Increasing?

analysis001
Messages
21
Reaction score
0

Homework Statement


Prove that an+2=an+1+an where a1=1 and a2=1 is monotonically increasing.


Homework Equations


A sequence is monotonically increasing if an+1≥an for all n\inN.


The Attempt at a Solution


Base cases:
a1≤a2 because 1=1.
a2≤a3 because 1<2.

Am I supposed to prove that an≤an+1 now? I'm not sure how to do that.
 
Last edited:
Physics news on Phys.org
analysis001 said:

Homework Statement


Prove that an+2=an+1+an where a1=1 and a2=2 is monotonically increasing.


Homework Equations


A sequence is monotonically increasing if an+1≥an for all n\inN.

The Attempt at a Solution


Base cases:
a1≤a2 because 1=1.
a2≤a3 because 1<2.

Am I supposed to prove that an≤an+1 now? I'm not sure how to do that.
a2 ≥ a1 because 2 ≥ 1 . After all, a2 = 2 and a1 = 1 .

Now, what you need to do:
Assume that the statement is true for some k, where k ≥ 1 .
I.e.:
Assume that ak+1 ≥ ak .​
From this, show that it follows that the statement is true for k+1.
I.e.:
Show that ak+2 ≥ ak+1 .​
 
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