Is it converge ? Also calculate .. * the question in attachments
@nincompoop can you help me , please ?
I think it diverges for \(|m|\ge1\) and converges for \(|m| \lt 1\)
Can you tell me how you got to this result?
\[\begin{align} a_{n+1}&=\color{blue}{a_n}+m^n\\~\\ &=\color{blue}{a_{n-1}+m^{n-1}}+m^n\\~\\ &=a_{n-2}+m^{n-2}+m^{n-1}+m^n\\~\\ &\vdots\\~\\ &=a_0 + m^0+m^1+m^2+\cdots+m^{n-2}+m^{n-1}+m^n\\~\\ &=a_0+\frac{m^{n+1}-1}{m-1} \end{align}\]
\[\begin{align} a_{n+1}&=a_0+\frac{m^{n+1}-1}{m-1}\\~\\ \end{align}\] thats the solution to given recurrence relation, take the limit as \(n\to\infty\) and see for what values of \(m\) the sequence converges
the sequence is a0 = 1 a1 = 1 + m^0 = 1 + 1 a2 = 1 + 1 + m^1 a3 = 1 + 1 + m^1 + m^2 ... an+1 = 1 + 1+ m + m^2 + ... + m^n this is a geometric sequence the sum is 1 + 1 / ( 1- m) , and it converges for |m| <1 , diverges for |m| >= 1
@perl @rational .. Thank you very much :)) can you help me of this , please ?
It is a fibonacci sequence are you trying to find an explicit formula ?
what is the ( fibonacci sequence ) ?
it is a special sequence that starts with 1,1 and the next term can by obtained by adding previous two terms
it doesn't converge as you can see the terms keep growing
aha , can we find ( calculate ) the limit of it ?
there wont be a limit as it diverges
sometimes you could say the limit is \(+\infty\)
yup it diverges
Ok , Thank you all very much :)
you are welcome :)
Join our real-time social learning platform and learn together with your friends!