Purchase Solution

Compute the fourth root of 20 using Newton-Raphson interation

Not what you're looking for?

Ask Custom Question

Give the Newton-Raphson iteration scheme for computing the pth power of a number.

Specialize this to computing the fourth root of 20. You can take the initial guess to be 2.

At each iteration, state the number of correct digits.

Purchase this Solution

Solution Summary

The given answer assumes familiarity with Newton-Raphson iteration. It gives a detailed answer using the Newton-Raphson formula.

Solution Preview

Given y, we want to compute x = y^p. This means that x satisfies the equation:

x^(1/p) = y ----->

x^q - y = 0

where q = 1/p

We can then apply Newton-Raphson iteration. In general, given an equation f(x) = 0 and

initial guess x_0, this yields the sequence of approximants to the solution of:

x_{n+1} = x_n - ...

Purchase this Solution


Free BrainMass Quizzes
Probability Quiz

Some questions on probability

Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.