Does the Numerical Solution for the Equation Converge?

  • Thread starter Thread starter atomqwerty
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on finding a numerical solution for the equation n - m - a*r - 5*log(r) = 0. Participants emphasize the need to demonstrate convergence of the numerical method applied. The approach involves rewriting the equation to isolate variables and iteratively applying numerical methods to find zeros with respect to r. The goal is to ensure that the iterative process yields a non-infinite solution.

PREREQUISITES
  • Understanding of numerical methods for solving equations
  • Familiarity with logarithmic functions and their properties
  • Basic knowledge of iterative methods and convergence criteria
  • Experience with mathematical notation and variable manipulation
NEXT STEPS
  • Research numerical methods for root-finding, such as Newton-Raphson or bisection methods
  • Study convergence criteria for iterative methods in numerical analysis
  • Explore the properties of logarithmic functions in relation to numerical solutions
  • Learn about error analysis in numerical methods to assess solution accuracy
USEFUL FOR

Students in mathematics or engineering, researchers working on numerical analysis, and anyone interested in solving complex equations using iterative methods.

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.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K