edited by
1,527 views
4 votes
4 votes

Consider the sequence $\left \langle x_n \right \rangle,\; n \geq 0$ defined by the recurrence relation $x_{n + 1} = c \cdot (x_n)^2 - 2$, where $c > 0$.

For which of the following values of $c$, does there exist a non-empty open interval $(a, b)$ such that the sequence $x_n$ converges for all $x_0$ satisfying $a < x_0 < b$?

  1. $0.25$
  2. $0.35$
  3. $0.45$
  4. $0.5$
    1. i only
    2. i and ii only
    3. i, ii and iii only
    4. i, ii, iii and iv
edited by

1 Answer

3 votes
3 votes

Answer: D

For the series to converge the limit: n tends to infinity of (xn+1/xn) should be < 1. 

From the recurrence we should have cxn2 - xn - 2 < 0.

For all the above values of c we have the above equation as negative.

Answer:

Related questions

3 votes
3 votes
1 answer
2
Ishrat Jahan asked Nov 2, 2014
3,708 views
If f(l) = 2, f(2) = 4 and f(4) = 16, what is the value of f(3) using Lagrange's interpolation formula?88(1/3)8(2/3)9
8 votes
8 votes
3 answers
3
Ishrat Jahan asked Oct 31, 2014
5,091 views
The following definite integral evaluates to$$\int_{-\infty}^{0} e^ {-\left(\frac{x^2}{20} \right )}dx$$$\frac{1}{2}$$\pi \sqrt{10}$$\sqrt{10}$$\pi$
1 votes
1 votes
1 answer
4
Ishrat Jahan asked Nov 1, 2014
1,700 views
$x + y/2 = 9$$3x + y = 10$What can be said about the Gauss-Siedel iterative method for solving the above set of linear equations?it will convergeIt will diverseIt will...