{Use of Tech} Finding all roots Use Newton’s method to find all the roots of the following functions. Use preliminary analysis and graphing to determine good initial approximations.
f(x) = cos 2x - x² + 2x
{Use of Tech} Finding all roots Use Newton’s method to find all the roots of the following functions. Use preliminary analysis and graphing to determine good initial approximations.
f(x) = cos 2x - x² + 2x
A graph of ƒ and the lines tangent to ƒ at x = 1, 2 and 3 are given. If x₀ = 3, find the values of x₁, x₂, and x₃, that are obtained by applying Newton’s method. <IMAGE>
Let ƒ(x) = 2x³ - 6x² + 4x. Use Newton’s method to find x₁ given that x₀ = 1.4. Use the graph of f (see figure) and an appropriate tangent line to illustrate how x₁ is obtained from x₀ . <IMAGE>
{Use of Tech} Finding all roots Use Newton’s method to find all the roots of the following functions. Use preliminary analysis and graphing to determine good initial approximations.
f(x) = e⁻ˣ - ((x + 4)/5)
{Use of Tech} Finding intersection points Use Newton’s method to approximate all the intersection points of the following pairs of curves. Some preliminary graphing or analysis may help in choosing good initial approximations.
y = sin x and y = x/2
{Use of Tech} Finding intersection points Use Newton’s method to approximate all the intersection points of the following pairs of curves. Some preliminary graphing or analysis may help in choosing good initial approximations.
y = 1/x and y = 4 - x²
{Use of Tech} Finding intersection points Use Newton’s method to approximate all the intersection points of the following pairs of curves. Some preliminary graphing or analysis may help in choosing good initial approximations.
y = 4√x and y = x² + 1
{Use of Tech} Tumor size In a study conducted at Dartmouth College, mice with a particular type of cancerous tumor were treated with the chemotherapy drug Cisplatin. If the volume of one of these tumors at the time of treatment is V₀, then the volume of the tumor t days after treatment is modeled by the function V(t) = V₀ (0.99e⁻⁰·¹²¹⁶ᵗ + 0.01e⁰·²³⁹ᵗ). (Source: Undergraduate Mathematics for the Life Sciences, MAA Notes No. 81, 2013)
Plot a graph of y = 0.99e⁻⁰·¹²¹⁶ᵗ + 0.01e⁰·²³⁹ᵗ, for 0 ≤ t ≤ 16, and describe the tumor size over time. Use Newton’s method to determine when the tumor decreases to half of its original size.
{Use of Tech} Investment problem A one-time investment of $2500 is deposited in a 5-year savings account paying a fixed annual interest rate r, with monthly compounding. The amount of money in the account after 5 years is a(r) = 2500(1 + r/12)⁶⁰.
a. Use Newton’s method to find the value of r if the goal is to have $3200 in the account after 5 years.
How accurately should you measure the edge of a cube to be reasonably sure of calculating the cube’s surface area with an error of no more than 2%?
The circumference of the equator of a sphere is measured as 10 cm with a possible error of 0.4 cm. This measurement is used to calculate the radius. The radius is then used to calculate the surface area and volume of the sphere. Estimate the percentage errors in the calculated values of
a. the radius.
b. the surface area.
c. the volume.
To find the height of a lamppost (see accompanying figure), you stand a 6-ft pole 20 ft from the lamp and measure the length a of its shadow, finding it to be 15 ft, give or take an inch. Calculate the height of the lamppost using the value a = 15 and estimate the possible error in the result.
<IMAGE>
b. Estimate a solution to the equation in the given interval using a root finder.
x^5+7x+5=0; (−1,0)
{Use of Tech} Finding roots with Newton’s method For the given function f and initial approximation x₀, use Newton’s method to approximate a root of f. Stop calculating approximations when two successive approximations agree to five digits to the right of the decimal point after rounding. Show your work by making a table similar to that in Example 1.
f(x) = x ln (x + 1) -1 ; x₀ = 1.7
{Use of Tech} Finding all roots Use Newton’s method to find all the roots of the following functions. Use preliminary analysis and graphing to determine good initial approximations.
f(x) = cos x - x/7