Discrete systems possible mistake in answers

Click For Summary
SUMMARY

The discussion focuses on the calculation of the square root of 7 using the iterated map formula Xn+1=1/2(Xn+(p)/(Xn). The initial value x0 is set to 1, leading to x1=4. A critical error is identified where the value substituted for p should be 7 instead of 2, resulting in an incorrect calculation for x2. The correct value for x2 is confirmed to be 23/8, highlighting the importance of accurate variable substitution in iterative methods.

PREREQUISITES
  • Understanding of iterative methods in numerical analysis
  • Familiarity with the concept of fixed-point iteration
  • Basic knowledge of algebraic manipulation
  • Experience with mathematical notation and functions
NEXT STEPS
  • Study the derivation and application of the iterated map for root calculations
  • Explore fixed-point iteration techniques in numerical methods
  • Learn about error analysis in iterative algorithms
  • Investigate other numerical methods for root finding, such as Newton's method
USEFUL FOR

Mathematics students, numerical analysts, and anyone interested in computational methods for solving equations.

pokerfan91
Messages
15
Reaction score
0
starting with the iterated map derived in the notes for calculating rootp(p>0)

Xn+1=1/2(Xn+(p)/(Xn)

calculate root 7 starting with x0=1

so ok starting with that i get x0=1 x1=4 and then something strange happens the sub in looks like this

X2=1/2(4+2/4)=9/4

i was under the assumption that this 2 would be a 7 as it is still the value of p?
 
Physics news on Phys.org
Yes, it's a typo. x2=23/8.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K