Iteration/Root finding algorithm

  • Thread starter Thread starter Oshada
  • Start date Start date
  • Tags Tags
    Algorithm
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Oshada
Messages
40
Reaction score
0

Homework Statement



ea1b2s.jpg


The Attempt at a Solution



I've managed to do part a), by factorising the cubic you get when you rearrange the terms. I'm mostly stumped for part b). I know the sequence has to be contractive, otherwise it wouldn't converge. Also, how do I show it's the only solution? Thank you very much!
 
Physics news on Phys.org
I'm not sure what you mean by "show it's the only solution". There are, in fact, three (complex) solutions to the equation. What you are asked to do is show that the limit (which, assuming the sequence converges, is unique) does, in fact, satisfy the given equation, not that it is the "only" solution.

Your recursion equation is [itex]x_{n+1}= 2x_n/3+ \lambda/(3x_n^2)[/itex]. Take the limit of both sides as n goes to infinity and you have [itex]x= 2x/3+ \lambda/3x^2[/itex], where [itex]x= \lim_{n\to\infty} x_n[/itex]. Multiply both sides of that by [itex]3x^2[/itex].
 
Sorry, I meant how to show that the only possible value for limn→∞xn is cbrt(λ)! Also, if you could explain how to solve ii) of b) that would be great!
 
Bump: Any ideas about b) are welcome.