Table of contents
- 0. Functions7h 52m
- Introduction to Functions16m
- Piecewise Functions10m
- Properties of Functions9m
- Common Functions1h 8m
- Transformations5m
- Combining Functions27m
- Exponent rules32m
- Exponential Functions28m
- Logarithmic Functions24m
- Properties of Logarithms34m
- Exponential & Logarithmic Equations35m
- Introduction to Trigonometric Functions38m
- Graphs of Trigonometric Functions44m
- Trigonometric Identities47m
- Inverse Trigonometric Functions48m
- 1. Limits and Continuity2h 2m
- 2. Intro to Derivatives1h 33m
- 3. Techniques of Differentiation3h 18m
- 4. Applications of Derivatives2h 38m
- 5. Graphical Applications of Derivatives6h 2m
- 6. Derivatives of Inverse, Exponential, & Logarithmic Functions2h 37m
- 7. Antiderivatives & Indefinite Integrals1h 26m
- 8. Definite Integrals3h 25m
4. Applications of Derivatives
Differentials
Problem 4.8.17
Textbook Question
{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) = tan x - 2x; x₀ = 1.2

1
Define the function f(x) = tan(x) - 2x and its derivative f'(x) = sec^2(x) - 2.
Choose the initial approximation x₀ = 1.2 and calculate f(x₀) and f'(x₀).
Apply Newton's method formula: x₁ = x₀ - f(x₀) / f'(x₀) to find the next approximation.
Repeat the process: calculate f(x₁) and f'(x₁), then find x₂ using the same formula.
Continue iterating until the absolute difference between successive approximations |x₁ - x₂| is less than 0.00001, indicating convergence to five decimal places.
Recommended similar problem, with video answer:

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
7mPlay a video:
Was this helpful?