Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
1.4k views
in Derivatives by (50 points)
edited by

Using Newton Raphson method find square root of 17.

Please log in or register to answer this question.

1 Answer

0 votes
by (49.0k points)

Square Root of 17 by Newton Raphson Method:

The Newton-Raphson method is a numerical method for finding the approximate square root of a number (or finding approximate solutions to equations in the form f(x) = 0.

The formula to calculate the square root of a number using Newton-Raphson method is given as: \(x_{i+1}=x_i-\frac{f(x_i)}{f'(x_i)}, \), where f′(x) is the derivative of f(x) with respect to x.

Follow the steps given below to find the square root of 17 by Newton-Raphson method:

Step 1: The equation would be written as f(x) = x– 17 and repeatedly apply the formula above starting with an initial guess, x0.

Step 2: Take an initial guess, x= 4.

Step 3: Calculate the x1 = x0 – f(x0) / f′(x0

= 4 – (42 – 17) / (2 × 4)

= 4.125.

Step 4: Take x1 = 4.125 as the new guess and apply the above formula for x2.

Step 5: Repeat steps 3 and 4 for better accuracy.

The solution will be the value of x that makes f(x) = 0. So, after a few more iterations, we get the square root of 17 by Newton-Raphson method is approximately 4.123.

No related questions found

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...