Newton Raphson Method for Finding Roots: Bessel's Function J0(x) near x=5

  • Thread starter Thread starter ruby_duby
  • Start date Start date
  • Tags Tags
    Newton
Click For Summary
SUMMARY

The discussion focuses on applying the Newton-Raphson method to find the root of Bessel's function J0(x) near x=5. The user initially substitutes x=5 into the Newton-Raphson equation, resulting in an incorrect value of 3.895752124. Participants emphasize the importance of following the correct iterative process as outlined in the provided reference, specifically on pages 15-16, to achieve accurate results. The correct approach involves replicating the values from the referenced table to ensure precision in the calculations.

PREREQUISITES
  • Understanding of the Newton-Raphson method for root finding
  • Familiarity with Bessel's functions, specifically J0(x)
  • Basic calculus, including differentiation for computing f'(a)
  • Ability to interpret mathematical series and iterative methods
NEXT STEPS
  • Review the Newton-Raphson method in detail, focusing on convergence criteria
  • Study Bessel's function J0(x) and its properties
  • Learn how to derive and apply Taylor series expansions for approximations
  • Practice solving similar root-finding problems using numerical methods
USEFUL FOR

Students in mathematics or engineering, particularly those studying numerical methods, as well as anyone interested in applying the Newton-Raphson method to solve equations involving Bessel's functions.

ruby_duby
Messages
46
Reaction score
0

Homework Statement



Bessel's funtion J0(x) is assumed to have a root near x=5. Use the Newton raphson method to find this root to 3 decimal places by taking the first 4 terms of the series.

I have found this link which helps me solve the question:

http://www.vibrationdata.com/Newrap.pdf

PLEASE LOOK AT PAGES 15-16

Homework Equations



Newton raphson equation: x= a- f(a)/ f'(a)

The Attempt at a Solution



well I assume that as the root is near x=5, my first value that I substitute into the Newton raphson equation should be 5.

However, I get the value 3.895752124 which i do not think is right.

The table of values on page 16 of the link I have attached are the correct values I should have obtained, but I do not know where I am going wrong.

Can anyone confirm the values I should expect to obtain?
 
Physics news on Phys.org
You are correct; 3.895752124 as the value for the first iteration is not correct; you should replicate the table in that attachment.

It's kinda hard to tell you where you went wrong because you didn't tell us what you did to get that erroneous value. What did you do, in detail?
 

Similar threads

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