Does the Numerical Solution for the Equation Converge?

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

Homework Statement



Let be the equation

n - m - a*r - 5*log(r) = 0


Homework Equations



We proceed by rewritting

n - m - a*r = 5*log(r)

Now we have separate equations, which variables we identificate as

n - m - a*x = 5*log(y)

Since we need a numerial solution, we apply numerical methods, like
c
x=0 -> y0
x=y0 -> y1
x=y1 -> y2
...

The question is to probe that the solution converges. I don't know how to satrt this!

Thanks in advance!
 
Physics news on Phys.org
so what are you trying to do

find the zeros wrt r of:
n - m - a*r - 5*log(r) = 0...?
 
lanedance said:
so what are you trying to do

find the zeros wrt r of:
n - m - a*r - 5*log(r) = 0...?

I'm trying to figure out a numerical solution for this particular equation, and I've been asked to demonstrate that the procudure I wrote down above converges, i.e, that gives a non-infinite solution.