Introduction
Iteration Method का उपयोग उन equations के approximate root निकालने के लिए किया जाता है जिन्हें सीधे algebraic method से solve करना कठिन होता है।
इस method में equation को इस रूप में बदला जाता है:
फिर एक initial approximation लेकर successive values निकाली जाती हैं।
Example
Solve the equation:
Step 1: Equation को iterative form में बदलें
Given equation है:
अब इसे rearrange करते हैं:
दोनों sides का cube root लेने पर:
यहाँ,
अब iteration formula होगा:
Step 2: Convergence condition check करें
Iteration Method के converge करने के लिए आवश्यक है कि:
अब,
Differentiate करने पर:
अब root के आसपास x≈1.5 रखने पर:
यह value 1 से छोटी होगी, इसलिए method converge करेगा।
Step 3: Initial approximation लें
मान लें:
अब iteration formula use करेंगे:
Step 4: Successive approximations निकालें
First approximation:
Second approximation:
Third approximation:
Fourth approximation:
Fifth approximation:
अब values लगभग same हो रही हैं, इसलिए root होगा:
Iteration Table
| Iteration | Calculation | ||
|---|---|---|---|
| 0 | 1.000 | 1.442 | |
| 1 | 1.442 | 1.509 | |
| 2 | 1.509 | 1.519 | |
| 3 | 1.519 | 1.521 | |
| 4 | 1.521 | 1.521 |
Conclusion
इस प्रकार Iteration Method द्वारा equation
का approximate root है:
Simple Diagram

Iteration Method को graphically इस तरह समझते हैं:
- और का graph बनाते हैं
- जहाँ दोनों curves intersect करते हैं, वही required root होता है
- successive approximations उसी point की ओर बढ़ती हैं