Skip to main content
Ch. 4 - Applications of the Derivative
Briggs - Calculus: Early Transcendentals 3rd Edition
Briggs3rd EditionCalculus: Early TranscendentalsISBN: 9780136847243Not the one you use?Change textbook
Chapter 4, Problem 56b

{Use of Tech} Modified Newton’s method The function f has a root of multiplicity 2 at r if f(r) = f'(r) = 0 and f"(r) ≠ 0. In this case, a slight modification of Newton’s method, known as the modified (or accelerated) Newton’s method, is given by the formula xₙ + 1 = xₙ - (2f(xₙ)/(f'(xₙ), for n = 0, 1, 2, . . . . This modified form generally increases the rate of convergence.
b. Apply Newton’s method and the modified Newton’s method using x₀ = 0.1 to find the value of x₃ in each case. Compare the accuracy of these values of x₃.

Verified step by step guidance
1
Step 1: Understand the problem. We need to apply both the standard Newton's method and the modified Newton's method to find the value of x₃ starting from x₀ = 0.1. Newton's method is used to find successively better approximations to the roots (or zeroes) of a real-valued function.
Step 2: Recall the formulas. The standard Newton's method is given by the formula xₙ₊₁ = xₙ - f(xₙ)/f'(xₙ). The modified Newton's method, which is used when the root has multiplicity 2, is given by xₙ₊₁ = xₙ - 2f(xₙ)/f'(xₙ).
Step 3: Apply the standard Newton's method. Start with x₀ = 0.1. Calculate x₁ using the formula x₁ = x₀ - f(x₀)/f'(x₀). Then, calculate x₂ using x₂ = x₁ - f(x₁)/f'(x₁). Finally, calculate x₃ using x₃ = x₂ - f(x₂)/f'(x₂).
Step 4: Apply the modified Newton's method. Again, start with x₀ = 0.1. Calculate x₁ using the formula x₁ = x₀ - 2f(x₀)/f'(x₀). Then, calculate x₂ using x₂ = x₁ - 2f(x₁)/f'(x₁). Finally, calculate x₃ using x₃ = x₂ - 2f(x₂)/f'(x₂).
Step 5: Compare the results. After calculating x₃ using both methods, compare the values to determine which method provides a more accurate approximation of the root. The modified method should generally converge faster due to the multiplicity of the root.

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
9m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Newton's Method

Newton's Method is an iterative numerical technique used to find roots of a real-valued function. It starts with an initial guess and refines it using the formula xₙ₊₁ = xₙ - f(xₙ)/f'(xₙ). The method relies on the function being differentiable and aims to converge quickly to a root by using the tangent line at the current estimate.
Recommended video:
4:26
Evaluating Composed Functions

Modified Newton's Method

Modified Newton's Method is a variation of the standard Newton's Method, specifically designed for functions with roots of multiplicity greater than one. In this case, both the function and its first derivative are zero at the root, which can slow convergence. The modified formula xₙ₊₁ = xₙ - (2f(xₙ)/f'(xₙ)) accelerates convergence by adjusting the step size based on the function's behavior near the root.
Recommended video:
4:26
Evaluating Composed Functions

Convergence Rate

The convergence rate refers to how quickly a numerical method approaches the exact solution as iterations progress. In the context of root-finding methods, a higher convergence rate means fewer iterations are needed to achieve a desired level of accuracy. Modified Newton's Method typically exhibits a quadratic convergence rate, which is faster than the linear convergence rate of standard Newton's Method when applied to functions with multiple roots.
Recommended video:
04:16
Intro To Related Rates
Related Practice
Textbook Question

Growth rate of bamboo Bamboo belongs to the grass family and is one of the fastest growing plants in the world.


b. Based on the Mean Value Theorem, what can you conclude about the instantaneous growth rate of bamboo measured in millimeters per second between 10:00 A.M. and 3:00 P.M.?

188
views
Textbook Question

{Use of Tech} Approximating reciprocals To approximate the reciprocal of a number a without using division, we can apply Newton’s method to the function f(x) = 1/x - a. 

b. Apply Newton’s method with a = 7 using a starting value of your choice. Compute an approximation with eight digits of accuracy. What number does Newton’s method approximate in this case?  

223
views
Textbook Question

Minimizing related functions Complete each of the following parts.

b. What value of x minimizes ƒ(x) = (x- a₁)² + (x - a₂)² + (x - a₃)² , for constants a₁, a₂, and a₃?

258
views
Textbook Question

Verify that the following functions satisfy the conditions of Theorem 4.9 on their domains. Then find the location and value of the absolute extrema guaranteed by the theorem.


f(x) = 4x + 1/√x

257
views
Textbook Question

Evaluate the following limits in two different ways: with and without l’Hôpital’s Rule.

lim_x→∞ (2x⁵ - x + 1) / (5x⁶ + x)

287
views
Textbook Question

{Use of Tech} Flow from a tank A cylindrical tank is full at time t=0 when a valve in the bottom of the tank is opened. By Torricelli’s law, the volume of water in the tank after t hours is V=100(200−t)², measured in cubic meters.

c. Find the rate at which water flows from the tank and plot the flow rate function. 

195
views